Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails: Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832 #156

Open
barracuda156 opened this issue Dec 7, 2024 · 0 comments

Comments

@barracuda156
Copy link

ccache /usr/bin/gcc-4.2 objs/generate.o objs/tools.o objs/crypto/rand_openssl.o objs/crypto/rand_altern.o objs/crypto/err_openssl.o objs/crypto/err_altern.o -L/opt/local/libexec/openssl3/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc -L/usr/local/lib -L/usr/lib -L/usr/lib -L/opt/local/libexec/openssl3/lib -rdynamic -ggdb -levent -ljansson -lconfig -lz -levent   -lreadline -llua5.3  -lssl -lcrypto -ldl -lpthread -lutil -o bin/generate
ccache /usr/bin/gcc-4.2 objs/tl-parser.o objs/tlc.o -L/opt/local/libexec/openssl3/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc -L/usr/local/lib -L/usr/lib -L/usr/lib -L/opt/local/libexec/openssl3/lib -rdynamic -ggdb -levent -ljansson -lconfig -lz -levent   -lreadline -llua5.3  -lssl -lcrypto -ldl -lpthread -lutil -o bin/tl-parser
bin/tl-parser -e auto/scheme.tlo auto/scheme.tl
bin/tl-parser -E auto/scheme.tl 2> auto/scheme2.tl  || ( cat auto/scheme2.tl && rm auto/scheme2.tl && false )
awk -f ./tgl/gen_constants_h.awk < auto/scheme2.tl > auto/constants.h
bin/generate -g skip-header auto/scheme.tlo > auto/auto-skip.h  || ( rm auto/auto-skip.h && false )
bin/generate -g fetch-header auto/scheme.tlo > auto/auto-fetch.h  || ( rm auto/auto-fetch.h && false )
bin/generate -g store-header auto/scheme.tlo > auto/auto-store.h  || ( rm auto/auto-store.h && false )
bin/generate -g autocomplete-header auto/scheme.tlo > auto/auto-autocomplete.h  || ( rm auto/auto-autocomplete.h && false )
bin/generate -g types-header auto/scheme.tlo > auto/auto-types.h  || ( rm auto/auto-types.h && false )
bin/generate -g fetch-ds-header auto/scheme.tlo > auto/auto-fetch-ds.h  || ( rm auto/auto-fetch-ds.h && false )
Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832.
Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832.
Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832.
Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832.
Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832.
Assertion failed: (get_int () == TLS_SCHEMA_V2), function parse_tlo_file, file tgl/generate.c, line 2832.
make: *** [auto/auto-fetch.h] Error 1
make: *** Waiting for unfinished jobs....
make: *** [auto/auto-skip.h] Error 1
make: *** [auto/auto-store.h] Error 1
make: *** [auto/auto-autocomplete.h] Error 1
make: *** [auto/auto-types.h] Error 1
make: *** [auto/auto-fetch-ds.h] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant