tesseract-4.1.3
CXX boxread.lo
CXX boxword.lo
CXX ccstruct.lo
CXX coutln.lo
CXX detlinefit.lo
CXX dppoint.lo
CXX imagedata.lo
rest-0.8.1
/build/rest-0.8.1/rest-extras/tmp-introspect_3lgomul/RestExtras-0.7.c:183:14: warning: cast to smaller integer type 'GQuark' (aka 'unsigned int') from 'GType' (aka 'struct _GTypeOpaque *') [-Wpointer-to-int-cast]
183 | return (GQuark)G_TYPE_INVALID;
| ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
tesseract-4.1.3
CXX linlsq.lo
CXX matrix.lo
CXX mod128.lo
rest-0.8.1
GICOMP RestExtras-0.7.gir
tesseract-4.1.3
CXX normalis.lo
CXX ocrblock.lo
CXX ocrpara.lo
CXX ocrrow.lo
CXX otsuthr.lo
CXX pageres.lo
CXX pdblock.lo
CXX points.lo
CXX polyaprx.lo
CXX polyblk.lo
CXX publictypes.lo
CXX quadlsq.lo
CXX quspline.lo
CXX ratngs.lo
CXX rect.lo
CXX rejctmap.lo
CXX seam.lo
rest-0.8.1
make[2]: Leaving directory '/build/rest-0.8.1/rest-extras'
Making all in examples
make[2]: Entering directory '/build/rest-0.8.1/examples'
CC test-raw.o
tesseract-4.1.3
CXX split.lo
CXX statistc.lo
rest-0.8.1
CCLD test-raw
CC test-xml.o
CCLD test-xml
CC dump-xml.o
tesseract-4.1.3
CXX stepblob.lo
CXX werd.lo
rest-0.8.1
CCLD dump-xml
CC get-fireeagle-location.o
tesseract-4.1.3
CXX fontinfo.lo
CXX params_training_featdef.lo
rest-0.8.1
CCLD get-fireeagle-location
CC post-twitter.o
CCLD post-twitter
CC post-twitter-media.o
CCLD post-twitter-media
CC get-flickr-favorites.o
CCLD get-flickr-favorites
CC lastfm-shout.o
CCLD lastfm-shout
CC continuous-twitter.o
tesseract-4.1.3
pageres.cpp:904:20: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
904 | float rating = INT32_MAX;
| ~~~~~~ ^~~~~~~~~
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:112:22: note: expanded from macro 'INT32_MAX'
112 | # define INT32_MAX (2147483647)
| ^~~~~~~~~~
pageres.cpp:905:23: warning: implicit conversion from 'int' to 'float' changes value from -2147483647 to -2147483648 [-Wimplicit-const-int-float-conversion]
905 | float certainty = -INT32_MAX;
| ~~~~~~~~~ ^~~~~~~~~~
2 warnings generated.
CXXLD libtesseract_ccstruct.la
rest-0.8.1
CCLD continuous-twitter
tesseract-4.1.3
make[1]: Leaving directory '/build/source/src/ccstruct'
Making all in src/dict
make[1]: Entering directory '/build/source/src/dict'
CXX context.lo
CXX dawg_cache.lo
CXX dawg.lo
CXX permdawg.lo
CXX dict.lo
CXX stopper.lo
rest-0.8.1
make[2]: Leaving directory '/build/rest-0.8.1/examples'
Making all in docs
make[2]: Entering directory '/build/rest-0.8.1/docs'
Making all in reference
make[3]: Entering directory '/build/rest-0.8.1/docs/reference'
Making all in rest
make[4]: Entering directory '/build/rest-0.8.1/docs/reference/rest'
DOC Preparing build
DOC Scanning header files
/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/share/gtk-doc/python/gtkdoc/scan.py:44: SyntaxWarning: invalid escape sequence '\s'
VAR_TYPE_MODIFIER = '(?:' + '|'.join([t + '\s+' for t in TYPE_MODIFIERS]) + ')*'
/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/share/gtk-doc/python/gtkdoc/scan.py:45: SyntaxWarning: invalid escape sequence '\s'
RET_TYPE_MODIFIER = '(?:' + '|'.join([t + '\s+' for t in TYPE_MODIFIERS + ['G_CONST_RETURN']]) + ')*'
/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/share/gtk-doc/python/gtkdoc/scan.py:238: SyntaxWarning: invalid escape sequence '\(' ignore_decorators = '|' + options.ignore_decorators.replace('()', '\(\w*\)')/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/share/gtk-doc/python/gtkdoc/scan.py:239: SyntaxWarning: invalid escape sequence '\s'
optional_decorators_regex = '(?:\s+(?:%s))?' % ignore_decorators[1:]
/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/share/gtk-doc/python/gtkdoc/scan.py:487: SyntaxWarning: invalid escape sequence '\(' ignore_decorators = '|' + options.ignore_decorators.replace('()', '\(\w*\)')/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/share/gtk-doc/python/gtkdoc/scan.py:488: SyntaxWarning: invalid escape sequence '\s'
optional_decorators_regex = '(?:\s+(?:%s))?' % ignore_decorators[1:]
DOC Introspecting gobjects
grep: warning: stray \ before -
rest-scan.c:250:64: error: invalid argument type 'GType' (aka 'struct _GTypeOpaque *') to unary expression
250 | type_name = get_type_name (query_info.param_types[param] & ~G_SIGNAL_TYPE_STATIC_SCOPE, &is_pointer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:305:54: error: invalid argument type 'GType' (aka 'struct _GTypeOpaque *') to unary expression
305 | ret_type = get_type_name (query_info.return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE, &is_pointer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:324:3: error: statement requires expression of integer type ('GType' (aka 'struct _GTypeOpaque *') invalid) 324 | switch (type) {| ^ ~~~~
rest-scan.c:325:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
325 | case G_TYPE_NONE:
| ^~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:73:23: note: expanded from macro 'G_TYPE_NONE'
73 | #define G_TYPE_NONE G_TYPE_MAKE_FUNDAMENTAL (1)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:326:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
326 | case G_TYPE_UCHAR:
| ^~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:94:24: note: expanded from macro 'G_TYPE_UCHAR'
94 | #define G_TYPE_UCHAR G_TYPE_MAKE_FUNDAMENTAL (4)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:327:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
327 | case G_TYPE_BOOLEAN:
| ^~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:100:26: note: expanded from macro 'G_TYPE_BOOLEAN'
100 | #define G_TYPE_BOOLEAN G_TYPE_MAKE_FUNDAMENTAL (5)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:328:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
328 | case G_TYPE_UINT:
| ^~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:112:23: note: expanded from macro 'G_TYPE_UINT'
112 | #define G_TYPE_UINT G_TYPE_MAKE_FUNDAMENTAL (7)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:329:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
329 | case G_TYPE_LONG:
| ^~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:118:23: note: expanded from macro 'G_TYPE_LONG'
118 | #define G_TYPE_LONG G_TYPE_MAKE_FUNDAMENTAL (8)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:330:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
330 | case G_TYPE_ULONG:
| ^~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:124:24: note: expanded from macro 'G_TYPE_ULONG'
124 | #define G_TYPE_ULONG G_TYPE_MAKE_FUNDAMENTAL (9)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:331:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
331 | case G_TYPE_POINTER:
| ^~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:172:26: note: expanded from macro 'G_TYPE_POINTER'
172 | #define G_TYPE_POINTER G_TYPE_MAKE_FUNDAMENTAL (17)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:335:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
335 | case G_TYPE_CHAR:
| ^~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:88:23: note: expanded from macro 'G_TYPE_CHAR'
88 | #define G_TYPE_CHAR G_TYPE_MAKE_FUNDAMENTAL (3)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:338:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
338 | case G_TYPE_INT:
| ^~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:106:22: note: expanded from macro 'G_TYPE_INT'
106 | #define G_TYPE_INT G_TYPE_MAKE_FUNDAMENTAL (6)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:341:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
341 | case G_TYPE_FLOAT:
| ^~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:154:24: note: expanded from macro 'G_TYPE_FLOAT'
154 | #define G_TYPE_FLOAT G_TYPE_MAKE_FUNDAMENTAL (14)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:344:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
344 | case G_TYPE_DOUBLE:
| ^~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:160:25: note: expanded from macro 'G_TYPE_DOUBLE'
160 | #define G_TYPE_DOUBLE G_TYPE_MAKE_FUNDAMENTAL (15)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:347:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
347 | case G_TYPE_STRING:
| ^~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:166:25: note: expanded from macro 'G_TYPE_STRING'
166 | #define G_TYPE_STRING G_TYPE_MAKE_FUNDAMENTAL (16)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:352:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
352 | case G_TYPE_ENUM:
| ^~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:142:23: note: expanded from macro 'G_TYPE_ENUM'
142 | #define G_TYPE_ENUM G_TYPE_MAKE_FUNDAMENTAL (12)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:353:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
353 | case G_TYPE_FLAGS:
| ^~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:148:24: note: expanded from macro 'G_TYPE_FLAGS'
148 | #define G_TYPE_FLAGS G_TYPE_MAKE_FUNDAMENTAL (13)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:358:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
358 | case G_TYPE_BOXED:
| ^~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:178:24: note: expanded from macro 'G_TYPE_BOXED'
178 | #define G_TYPE_BOXED G_TYPE_MAKE_FUNDAMENTAL (18)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rest-scan.c:363:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
363 | case G_TYPE_PARAM:
| ^~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:184:24: note: expanded from macro 'G_TYPE_PARAM'
184 | #define G_TYPE_PARAM G_TYPE_MAKE_FUNDAMENTAL (19)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
2026-09-14 11:01:59,203:scangobj.py:execute_command:1289:WARNING:Compiling scanner failed: 1, command: /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../../libtool --tag=CC --mode=compile clang -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/n77xf8hgp29d8qycs4mj4k06cbj1ywn2-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I../../.. -I../../.. -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/n77xf8hgp29d8qycs4mj4k06cbj1ywn2-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -pthread -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/n77xf8hgp29d8qycs4mj4k06cbj1ywn2-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/1vxhj943zb3kdi4i4bb0ycjiy34idjzy-libsoup-x86_64-unknown-linux-gnufilc0-2.74.3-dev/include/libsoup-2.4 -I/nix/store/jz5d64w4nhpwdnxqip3dsc09gfmqi5jp-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 -g -O2 -g -O2 -c -o rest-scan.lo rest-scan.c
make[4]: *** [Makefile:669: scan-build.stamp] Error 1
make[4]: Leaving directory '/build/rest-0.8.1/docs/reference/rest'
make[3]: *** [Makefile:384: all-recursive] Error 1
make[3]: Leaving directory '/build/rest-0.8.1/docs/reference'
make[2]: *** [Makefile:384: all-recursive] Error 1
make[2]: Leaving directory '/build/rest-0.8.1/docs'
make[1]: *** [Makefile:495: all-recursive] Error 1
make[1]: Leaving directory '/build/rest-0.8.1'
make: *** [Makefile:402: all] Error 2
python3.12-python-telegram-0.19.0
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/a85n4758y79914dh0cypyvbq326xb251-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tox.ini"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Setting SETUPTOOLS_SCM_PRETEND_VERSION to 0.19.0
Including all tracked files automatically
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating python_telegram.egg-info
writing python_telegram.egg-info/PKG-INFO
writing dependency_links to python_telegram.egg-info/dependency_links.txt
writing requirements to python_telegram.egg-info/requires.txt
writing top-level names to python_telegram.egg-info/top_level.txt
writing manifest file 'python_telegram.egg-info/SOURCES.txt'
reading manifest file 'python_telegram.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'LICENSE.txt'
warning: no files found matching '*' under directory 'telegram/lib'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'python_telegram.egg-info/SOURCES.txt'
tesseract-4.1.3
CXX trie.lo
python3.12-python-telegram-0.19.0
* Building wheel...
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
tesseract-4.1.3
CXX hyphen.lo
python3.12-python-telegram-0.19.0
running build
running build_py
creating build/lib/telegram
copying telegram/__init__.py -> build/lib/telegram
copying telegram/client.py -> build/lib/telegram
copying telegram/tdjson.py -> build/lib/telegram
copying telegram/text.py -> build/lib/telegram
copying telegram/utils.py -> build/lib/telegram
copying telegram/worker.py -> build/lib/telegram
copying telegram/_version.py -> build/lib/telegram
running egg_info
writing python_telegram.egg-info/PKG-INFO
writing dependency_links to python_telegram.egg-info/dependency_links.txt
writing requirements to python_telegram.egg-info/requires.txt
writing top-level names to python_telegram.egg-info/top_level.txt
reading manifest file 'python_telegram.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'LICENSE.txt'
warning: no files found matching '*' under directory 'telegram/lib'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'python_telegram.egg-info/SOURCES.txt'
copying telegram/py.typed -> build/lib/telegram
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/telegram
copying build/lib/telegram/__init__.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/client.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/tdjson.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/text.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/utils.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/worker.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/_version.py -> build/bdist.linux-x86_64/wheel/./telegram
copying build/lib/telegram/py.typed -> build/bdist.linux-x86_64/wheel/./telegram
running install_egg_info
Copying python_telegram.egg-info to build/bdist.linux-x86_64/wheel/./python_telegram-0.19.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/python_telegram-0.19.0.dist-info/WHEEL
creating '/build/source/dist/.tmp-bgv59p55/python_telegram-0.19.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'python_telegram-0.19.0.dist-info/licenses/LICENSE'
adding 'telegram/__init__.py'
adding 'telegram/_version.py'
adding 'telegram/client.py'
adding 'telegram/py.typed'
adding 'telegram/tdjson.py'
adding 'telegram/text.py'
adding 'telegram/utils.py'
adding 'telegram/worker.py'
adding 'python_telegram-0.19.0.dist-info/METADATA'
adding 'python_telegram-0.19.0.dist-info/WHEEL'
adding 'python_telegram-0.19.0.dist-info/top_level.txt'
adding 'python_telegram-0.19.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built python_telegram-0.19.0-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for python_telegram-0.19.0-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed python_telegram-0.19.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/nfxm8cy6p9zwjivxgi2214jhrksmnq8b-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/nfxm8cy6p9zwjivxgi2214jhrksmnq8b-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/nfxm8cy6p9zwjivxgi2214jhrksmnq8b-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/nfxm8cy6p9zwjivxgi2214jhrksmnq8b-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/dp5fzfxvkkb3dylxg17py2jsflbf96y0-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/dp5fzfxvkkb3dylxg17py2jsflbf96y0-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/dp5fzfxvkkb3dylxg17py2jsflbf96y0-python3.12-python-telegram-0.19.0-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest -k not\ \(TestGetTdjsonTdlibPath\)
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
collected 42 items / 3 deselected / 39 selected
tests/test_telegram_methods.py ............................. [ 74%]
tests/test_utils.py .......... [100%]
======================= 39 passed, 3 deselected in 0.64s =======================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
thelounge-4.4.3
Build started
→ unpackPhase
unpacking source archive /nix/store/p8jfqxwmwgg0qmi114sirz6c4hm8d1fk-source
source root is source
→ patchPhase
applying patch /nix/store/3ljb9bri9s83l68mrvvl19cdkwmnr33b-packages-path.patch
patching file server/config.ts
Hunk #1 succeeded at 152 (offset 7 lines).
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
yarn config v1.22.22
success Set "yarn-offline-mirror" to "/nix/store/h743xb2xjz7nz9qk7az8d2z07pdfiw3r-offline-x86_64-unknown-linux-gnufilc0".
Done in 0.02s.
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
tesseract-4.1.3
CXXLD libtesseract_dict.la
make[1]: Leaving directory '/build/source/src/dict'
Making all in src/classify
make[1]: Entering directory '/build/source/src/classify'
CXX adaptive.lo
CXX classify.lo
CXX adaptmatch.lo
CXX blobclass.lo
CXX cluster.lo
CXX clusttool.lo
CXX cutoffs.lo
CXX featdefs.lo
CXX float2int.lo
CXX fpoint.lo
CXX intfeaturedist.lo
CXX intfeaturemap.lo
thelounge-4.4.3
warning eslint-define-config@1.5.1: The engine "pnpm" appears to be invalid.
tesseract-4.1.3
CXX intfeaturespace.lo
thelounge-4.4.3
[4/5] Linking dependencies...
warning " > @textcomplete/textarea@0.1.13" has incorrect peer dependency "@textcomplete/core@^0.1.12".
tesseract-4.1.3
CXX intfx.lo
CXX intmatcher.lo
CXX intproto.lo
CXX kdtree.lo
CXX mf.lo
CXX mfdefs.lo
CXX mfoutline.lo
CXX mfx.lo
thelounge-4.4.3
[5/5] Building fresh packages...
warning Ignored scripts due to flag.
Done in 5.85s.
tesseract-4.1.3
CXX normfeat.lo
thelounge-4.4.3
patching script interpreter paths in node_modules
tesseract-4.1.3
CXX normmatch.lo
thelounge-4.4.3
node_modules/@babel/traverse/node_modules/@babel/parser/bin/babel-parser.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/core/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/helper-define-polyfill-provider/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/plugin-transform-runtime/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/preset-env/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@babel/parser/bin/babel-parser.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/bin/js-yaml.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@types/webpack-hot-middleware/node_modules/webpack/bin/webpack.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
tesseract-4.1.3
CXX ocrfeatures.lo
thelounge-4.4.3
node_modules/acorn/bin/acorn: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ansi-html-community/bin/ansi-html: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/autoprefixer/bin/autoprefixer: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/babel-plugin-istanbul/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/babel-preset-typescript-vue3/node_modules/nanoid/bin/nanoid.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/browserslist/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/@vue/compiler-sfc/node_modules/nanoid/bin/nanoid.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/color-support/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/cross-env/src/bin/cross-env-shell.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/cross-env/src/bin/cross-env.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/core-js-compat/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/css-blank-pseudo/dist/cli.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/css-has-pseudo/dist/cli.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/css-loader/node_modules/nanoid/bin/nanoid.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/css-prefers-color-scheme/dist/cli.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/cssesc/bin/cssesc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/editorconfig/node_modules/semver/bin/semver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/editorconfig/bin/editorconfig: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/envinfo/dist/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/eslint/bin/eslint.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/eslint-config-prettier/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/esprima/bin/esparse.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/esprima/bin/esvalidate.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/flat/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/global-prefix/node_modules/which/bin/which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/he/bin/he: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/import-local/fixtures/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/istanbul-lib-instrument/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-beautify/node_modules/nopt/bin/nopt.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-beautify/js/bin/css-beautify.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-beautify/js/bin/html-beautify.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-beautify/js/bin/js-beautify.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-beautify/js/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-beautify/js/src/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/js-yaml/bin/js-yaml.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/jsesc/bin/jsesc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/json5/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/make-dir/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mime/src/build.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mime/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mkdirp/bin/cmd.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mocha/bin/_mocha: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mocha/bin/mocha: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mocha/lib/cli/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/nanoid/bin/nanoid.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-addon-api/tools/conversion.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp/bin/node-gyp.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/__init__.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/common_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/input_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/win_tool.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
node_modules/node-gyp/gyp/tools/graphviz.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/pretty_gyp.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/pretty_vcproj.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/pretty_sln.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/gyp: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
node_modules/node-gyp/gyp/gyp_main.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/test_gyp.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/update-gyp.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/nopt/bin/nopt.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/normalize-package-data/node_modules/semver/bin/semver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/npm-run-all/node_modules/semver/bin/semver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/npm-run-all/node_modules/which/bin/which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/npm-run-all/bin/npm-run-all/index.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/npm-run-all/bin/run-p/index.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/npm-run-all/bin/run-s/index.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/nyc/bin/nyc.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/pidtree/bin/pidtree.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/postcss/node_modules/nanoid/bin/nanoid.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/prebuild-install/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/prettier/bin-prettier.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/pretty-quick/bin/pretty-quick.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/rc/cli.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/regjsparser/node_modules/jsesc/bin/jsesc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/regjsparser/bin/parser: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/resolve/bin/resolve: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/rimraf/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/specificity/bin/specificity: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/stylelint/node_modules/nanoid/bin/nanoid.cjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/stylelint/bin/stylelint.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/svgo/bin/svgo: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
tesseract-4.1.3
CXX outfeat.lo
thelounge-4.4.3
node_modules/terser/bin/terser: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/terser/bin/uglifyjs: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/tlds/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-node/dist/bin-cwd.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-node/dist/bin-esm.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-node/dist/bin-script-deprecated.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-node/dist/bin-script.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-node/dist/bin-transpile.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/ts-node/dist/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/typescript/bin/tsserver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/typescript/bin/tsc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/update-browserslist-db/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
tesseract-4.1.3
CXX picofeat.lo
thelounge-4.4.3
node_modules/uuid/dist/bin/uuid: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
tesseract-4.1.3
CXX protos.lo
thelounge-4.4.3
node_modules/webpack/bin/webpack.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/web-push/src/cli.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/webpack-cli/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/which/bin/node-which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/yarn/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/yarn/bin/yarn: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
node_modules/yarn/bin/yarn.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/yarn/bin/yarnpkg: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
→ buildPhase
tesseract-4.1.3
CXX sampleiterator.lo
thelounge-4.4.3
yarn run v1.22.22
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
$ run-p --aggregate-output build:client build:server
tesseract-4.1.3
CXX shapeclassifier.lo
thelounge-4.4.3
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
tesseract-4.1.3
CXX shapetable.lo
CXX tessclassifier.lo
CXX trainingsample.lo
CXX trainingsampleset.lo
thelounge-4.4.3
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
$ tsc -p server/tsconfig.json
tesseract-4.1.3
CXXLD libtesseract_classify.la
make[1]: Leaving directory '/build/source/src/classify'
Making all in src/wordrec
make[1]: Entering directory '/build/source/src/wordrec'
CXX tface.lo
CXX wordrec.lo
CXX associate.lo
CXX chop.lo
CXX chopper.lo
CXX drawfx.lo
CXX findseam.lo
CXX gradechop.lo
CXX language_model.lo
CXX lm_consistency.lo
CXX lm_pain_points.lo
CXX lm_state.lo
CXX outlines.lo
CXX params_model.lo
thelounge-4.4.3
$ webpack
assets by path img/ 50.1 KiB
assets by path img/*.png 13.6 KiB 8 assets
assets by path img/*.svg 14.7 KiB 8 assets
asset img/favicon-alerted.ico 21.9 KiB [emitted] [from: client/img/favicon-alerted.ico] [copied]
assets by path js/*.js 541 KiB
asset js/bundle.js 303 KiB [emitted] [minimized] [big] (name: js/bundle.js) 1 related asset
asset js/bundle.vendor.js 235 KiB [emitted] [minimized] (name: js/bundle.vendor.js) (id hint: commons) 2 related assets
asset js/loading-error-handlers.js 1.83 KiB [emitted] [from: client/js/loading-error-handlers.js] [copied] [minimized]
assets by path fonts/ 176 KiB
asset fonts/fa-solid-900.woff 99.3 KiB [emitted] [from: node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff] [copied]
asset fonts/fa-solid-900.woff2 76.4 KiB [emitted] [from: node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2] [copied]
assets by path themes/*.css 3.89 KiB
asset themes/morning.css 3.52 KiB [emitted] [from: client/themes/morning.css] [copied]
asset themes/default.css 378 bytes [emitted] [from: client/themes/default.css] [copied]
+ 6 assets
Entrypoint js/bundle.js [big] 593 KiB (2.17 MiB) = js/bundle.vendor.js 235 KiB css/style.css 54.1 KiB js/bundle.js 303 KiB 3 auxiliary assets
orphan modules 895 KiB (javascript) 9.15 KiB (runtime) [orphan] 485 modules
runtime modules 3.53 KiB 7 modules
built modules 1.56 MiB (javascript) 54 KiB (css/mini-extract) [built]
javascript modules 1.55 MiB
modules by path ./node_modules/ 986 KiB 58 modules
modules by path ./client/ 600 KiB 46 modules
./shared/irc.ts 352 bytes [built] [code generated]
css modules 54 KiB
modules by path ./client/components/*.vue 3.61 KiB 6 modules
modules by path ./client/components/Settings/*.vue 989 bytes 2 modules
css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./client/css/style.css 49.4 KiB [built] [code generated]
css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./client/components/Windows/SearchResults.vue?vue&type=style&index=0&id=f577812e&lang=css 30 bytes [built] [code generated]
./node_modules/tlds/index.json 11.4 KiB [built] [code generated]
webpack 5.76.0 compiled successfully in 5080 ms
Done in 7.31s.
→ installPhase
Executing npmInstallHook
tesseract-4.1.3
CXX pieces.lo
CXX plotedges.lo
thelounge-4.4.3
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
tesseract-4.1.3
CXX render.lo
CXX segsearch.lo
thelounge-4.4.3
warning eslint-define-config@1.5.1: The engine "pnpm" appears to be invalid.
[4/5] Linking dependencies...
warning " > @textcomplete/textarea@0.1.13" has incorrect peer dependency "@textcomplete/core@^0.1.12".
tesseract-4.1.3
CXX wordclass.lo
thelounge-4.4.3
[5/5] Building fresh packages...
warning Ignored scripts due to flag.
Done in 1.48s.
patching script interpreter paths in node_modules
node_modules/color-support/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mime/src/build.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mime/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/mkdirp/bin/cmd.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-addon-api/tools/conversion.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp/bin/node-gyp.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/common_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/__init__.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/input_test.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/pylib/gyp/win_tool.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
node_modules/node-gyp/gyp/tools/pretty_gyp.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/graphviz.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/pretty_sln.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/tools/pretty_vcproj.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/gyp: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
node_modules/node-gyp/gyp/test_gyp.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/gyp/gyp_main.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/node-gyp/update-gyp.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9f5fqbxkv206m1rj1g4xbk32kq7vg1wv-python3-3.11.14/bin/python3"
node_modules/nopt/bin/nopt.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/prebuild-install/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/rc/cli.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/rimraf/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/tlds/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/uuid/dist/bin/uuid: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/web-push/src/cli.js: interpreter directive changed from "#! /usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/which/bin/node-which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/yarn/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/yarn/bin/yarn: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
node_modules/yarn/bin/yarn.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
node_modules/yarn/bin/yarnpkg: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node"
npm verbose cli /nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/node /nix/store/51gywl5jn4nna7al9waj142pw4vfhy0k-nodejs-22.19.0/bin/npm
npm info using npm@10.9.3
npm info using node@v22.19.0
npm verbose title npm rebuild
npm verbose argv "rebuild" "--loglevel" "verbose" "--sqlite" "/nix/store/q7w6h5xad5fkw3amz15ydy946knj21zj-sqlite-interactive-x86_64-unknown-linux-gnufilc0-3.48.0-dev"
npm verbose logfile logs-max:10 dir:/build/source/.npm/_logs/2026-09-14T11_02_18_358Z-
npm verbose logfile /build/source/.npm/_logs/2026-09-14T11_02_18_358Z-debug-0.log
npm http fetch GET https://registry.npmjs.org/npm attempt 1 failed with EAI_AGAIN
\|npm info run yarn@1.22.17 preinstall node_modules/yarn :; (node ./preinstall.js > /dev/null 2>&1 || true)
|npm info run yarn@1.22.17 preinstall { code: 0, signal: null }|npm info run sqlite3@5.1.7 install node_modules/sqlite3 prebuild-install -r napi || node-gyp rebuild
tesseract-4.1.3
CXXLD libtesseract_wordrec.la
make[1]: Leaving directory '/build/source/src/wordrec'
Making all in src/textord
make[1]: Entering directory '/build/source/src/textord'
CXX alignedblob.lo
CXX baselinedetect.lo
CXX bbgrid.lo
CXX blkocc.lo
CXX blobgrid.lo
CXX ccnontextdetect.lo
CXX cjkpitch.lo
CXX colfind.lo
CXX colpartition.lo
CXX colpartitionset.lo
CXX colpartitiongrid.lo
CXX devanagari_processing.lo
CXX drawtord.lo
CXX edgblob.lo
CXX edgloop.lo
CXX fpchop.lo
CXX gap_map.lo
CXX imagefind.lo
CXX linefind.lo
CXX makerow.lo
CXX oldbasel.lo
CXX pithsync.lo
CXX pitsync1.lo
CXX scanedg.lo
CXX sortflts.lo
CXX strokewidth.lo
CXX tabfind.lo
CXX tablefind.lo
CXX tabvector.lo
CXX tablerecog.lo
thelounge-4.4.3
|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-npm http fetch GET https://registry.npmjs.org/npm attempt 2 failed with EAI_AGAIN
tesseract-4.1.3
CXX textlineprojection.lo
CXX textord.lo
CXX topitch.lo
CXX tordmain.lo
CXX tospace.lo
CXX tovars.lo
CXX underlin.lo
CXX wordseg.lo
CXX workingpartset.lo
CXX equationdetectbase.lo
CXXLD libtesseract_textord.la
make[1]: Leaving directory '/build/source/src/textord'
Making all in src/lstm
make[1]: Entering directory '/build/source/src/lstm'
CXX convolve.lo
CXX ctc.lo
CXX fullyconnected.lo
CXX functions.lo
CXX input.lo
CXX lstm.lo
CXX lstmrecognizer.lo
CXX lstmtrainer.lo
CXX maxpool.lo
CXX network.lo
CXX networkbuilder.lo
CXX networkio.lo
CXX parallel.lo
CXX plumbing.lo
thelounge-4.4.3
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\npm info run sqlite3@5.1.7 install { code: 0, signal: null }\npm info run core-js@3.27.2 postinstall node_modules/core-js node -e "try{require('./postinstall')}catch(e){}"\npm info run core-js@3.27.2 postinstall { code: 0, signal: null }\rebuilt dependencies successfully
\npm verbose cwd /build/source
\npm verbose os Linux 7.0.0-15-generic
\npm verbose node v22.19.0
\npm verbose npm v10.9.3
\npm verbose exit 0
\npm info ok
tesseract-4.1.3
In file included from lstmrecognizer.cpp:24:
In file included from ./lstmrecognizer.h:29:
./recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
./recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
CXX recodebeam.lo
CXX reconfig.lo
CXX reversed.lo
CXX series.lo
CXX stridemap.lo
thelounge-4.4.3
\Finished npmInstallHook
→ fixupPhase
tesseract-4.1.3
CXX tfnetwork.lo
thelounge-4.4.3
shrinking RPATHs of ELF executables and libraries in /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3
tesseract-4.1.3
CXX weightmatrix.lo
In file included from lstmtrainer.cpp:25:
In file included from ./lstmtrainer.h:23:
In file included from ./lstmrecognizer.h:29:
./recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
./recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
thelounge-4.4.3
shrinking /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3/lib/node_modules/thelounge/node_modules/sqlite3/build/Release/obj.target/node_sqlite3/src/backup.o
patchelf: wrong ELF type
shrinking /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3/lib/node_modules/thelounge/node_modules/sqlite3/build/Release/obj.target/node_sqlite3/src/database.o
patchelf: wrong ELF type
shrinking /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3/lib/node_modules/thelounge/node_modules/sqlite3/build/Release/obj.target/node_sqlite3/src/node_sqlite3.o
patchelf: wrong ELF type
shrinking /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3/lib/node_modules/thelounge/node_modules/sqlite3/build/Release/obj.target/node_sqlite3/src/statement.o
patchelf: wrong ELF type
shrinking /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3/lib/node_modules/thelounge/node_modules/sqlite3/build/Release/obj.target/node_sqlite3.node
shrinking /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3/lib/node_modules/thelounge/node_modules/sqlite3/build/Release/node_sqlite3.node
checking for references to /build/ in /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3...
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patching script interpreter paths in /nix/store/m3crfq0qx77h31fzvjsf02d6dzcdpr9r-thelounge-x86_64-unknown-linux-gnufilc0-4.4.3
tg-0.19.0
Build started
tesseract-4.1.3
In file included from recodebeam.cpp:20:
./recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
./recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
CXXLD libtesseract_lstm.la
make[1]: Leaving directory '/build/source/src/lstm'
Making all in src/ccmain
make[1]: Entering directory '/build/source/src/ccmain'
CXX applybox.lo
CXX control.lo
CXX linerec.lo
CXX ltrresultiterator.lo
CXX mutableiterator.lo
CXX output.lo
CXX pageiterator.lo
CXX pagesegmain.lo
CXX pagewalk.lo
tg-0.19.0
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/397a3v5r6a57vbcg24xxnggzlan0f5sj-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tg/views.py"
→ patchPhase
applying patch /nix/store/cvni13smd1hmp3dhycqqn3ag10iibp63-13e2b266989d2d757a394b0fb8cb7fd6ccc2b70c.patch
patching file tg/controllers.py
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
tesseract-4.1.3
In file included from linerec.cpp:25:
In file included from ../../src/lstm/lstmrecognizer.h:29:
../../src/lstm/recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
../../src/lstm/recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
CXX paragraphs.lo
tg-0.19.0
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
Setting SETUPTOOLS_SCM_PRETEND_VERSION to 0.19.0
Including all tracked files automatically
setup.py build flags: ''
running bdist_wheel
running build
running build_py
creating build/lib/tg
copying tg/__init__.py -> build/lib/tg
copying tg/__main__.py -> build/lib/tg
copying tg/colors.py -> build/lib/tg
copying tg/models.py -> build/lib/tg
copying tg/msg.py -> build/lib/tg
copying tg/tdlib.py -> build/lib/tg
copying tg/update_handlers.py -> build/lib/tg
copying tg/utils.py -> build/lib/tg
copying tg/views.py -> build/lib/tg
copying tg/controllers.py -> build/lib/tg
copying tg/config.py -> build/lib/tg
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/tg
copying build/lib/tg/__init__.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/__main__.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/colors.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/models.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/msg.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/tdlib.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/update_handlers.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/utils.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/views.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/controllers.py -> build/bdist.linux-x86_64/wheel/./tg
copying build/lib/tg/config.py -> build/bdist.linux-x86_64/wheel/./tg
running install_egg_info
running egg_info
creating tg.egg-info
writing tg.egg-info/PKG-INFO
writing dependency_links to tg.egg-info/dependency_links.txt
writing entry points to tg.egg-info/entry_points.txt
writing requirements to tg.egg-info/requires.txt
writing top-level names to tg.egg-info/top_level.txt
writing manifest file 'tg.egg-info/SOURCES.txt'
reading manifest file 'tg.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'tg.egg-info/SOURCES.txt'
Copying tg.egg-info to build/bdist.linux-x86_64/wheel/./tg-0.19.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/tg-0.19.0.dist-info/WHEEL
creating 'dist/tg-0.19.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'tg/__init__.py'
adding 'tg/__main__.py'
adding 'tg/colors.py'
adding 'tg/config.py'
adding 'tg/controllers.py'
adding 'tg/models.py'
adding 'tg/msg.py'
adding 'tg/tdlib.py'
adding 'tg/update_handlers.py'
adding 'tg/utils.py'
adding 'tg/views.py'
adding 'tg-0.19.0.dist-info/METADATA'
adding 'tg-0.19.0.dist-info/WHEEL'
adding 'tg-0.19.0.dist-info/entry_points.txt'
adding 'tg-0.19.0.dist-info/top_level.txt'
adding 'tg-0.19.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
Successfully installed tg-0.19.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/5fs9zmpwd6d73fkjkalrxqc3hv1yvyd5-tg-0.19.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/5fs9zmpwd6d73fkjkalrxqc3hv1yvyd5-tg-0.19.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/5fs9zmpwd6d73fkjkalrxqc3hv1yvyd5-tg-0.19.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/5fs9zmpwd6d73fkjkalrxqc3hv1yvyd5-tg-0.19.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/5fs9zmpwd6d73fkjkalrxqc3hv1yvyd5-tg-0.19.0-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/zcy55gdil26lrj5nkcsg51lvkn0s6siy-tg-0.19.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/zcy55gdil26lrj5nkcsg51lvkn0s6siy-tg-0.19.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/zcy55gdil26lrj5nkcsg51lvkn0s6siy-tg-0.19.0-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/5fs9zmpwd6d73fkjkalrxqc3hv1yvyd5-tg-0.19.0-x86_64-unknown-linux-gnufilc0/bin/tg'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
udev-block-notify-0.7.11
Build started
→ unpackPhase
unpacking source archive /nix/store/mlk5rbas3yz884f5aw17fvz23nfyqwbn-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
cp config.def.h config.h
printf "#ifndef VERSION\n#define VERSION \"%s\"\n#endif\n" 0.7.11 > version.h
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
gcc udev-block-notify.c -std=c11 -O2 -fPIC -Wall -Werror -Wl,-z,now -Wl,-z,relro -pie -o udev-block-notify
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
make: *** [Makefile:27: udev-block-notify] Error 127
wmderland-unstable-2020-07-17
Build started
→ unpackPhase
unpacking source archive /nix/store/bqac503zwy1cdh034vmsj0wsl4kcbnss-source
source root is source
→ patchPhase
applying patch /nix/store/ggbvvr696k6jj9wq3cy6jdcslnb5vwh4-0001-remove-flto.patch
patching file CMakeLists.txt
substituteStream() in derivation wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'src/util.cc')→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/share/doc/wmderland -DCMAKE_INSTALL_INFODIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/include -DCMAKE_INSTALL_SBINDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
tesseract-4.1.3
CXX paramsd.lo
CXX pgedit.lo
wmderland-unstable-2020-07-17
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found X11: /nix/store/j2zwbywm81p1ddlia5948ns59a6mkj1p-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include
-- Looking for XOpenDisplay in /nix/store/mp8zz387ahr0y3zsiqrm18q3vgshsprq-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so
tesseract-4.1.3
CXX reject.lo
wmderland-unstable-2020-07-17
-- Looking for XOpenDisplay in /nix/store/mp8zz387ahr0y3zsiqrm18q3vgshsprq-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so - found
-- Looking for gethostbyname
tesseract-4.1.3
CXX resultiterator.lo
wmderland-unstable-2020-07-17
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
CMake Warning (dev) at /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
The package name passed to `find_package_handle_standard_args` (Glog) does
not match the name of the calling package (glog). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Findglog.cmake:42 (find_package_handle_standard_args)
CMakeLists.txt:24 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Glog (missing: GLOG_INCLUDE_DIR GLOG_LIBRARY)
-- Configuring done (0.8s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 13%] Building CXX object CMakeFiles/wmderland.dir/src/action.cc.o
[ 13%] Building CXX object CMakeFiles/wmderland.dir/src/config.cc.o
[ 20%] Building CXX object CMakeFiles/wmderland.dir/src/ipc.cc.o
[ 33%] Building CXX object CMakeFiles/wmderland.dir/src/client.cc.o
[ 33%] Building CXX object CMakeFiles/wmderland.dir/src/cookie.cc.o
[ 40%] Building CXX object CMakeFiles/wmderland.dir/src/main.cc.o
[ 46%] Building CXX object CMakeFiles/wmderland.dir/src/mouse.cc.o
[ 53%] Building CXX object CMakeFiles/wmderland.dir/src/properties.cc.o
[ 60%] Building CXX object CMakeFiles/wmderland.dir/src/snapshot.cc.o
In file included from /build/source/src/ipc.cc:10:
In file included from /build/source/src/window_manager.h:17:
/build/source/src/cookie.h:16:1: warning: class 'Properties' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
16 | class Properties;
| ^
/build/source/src/properties.h:47:8: note: previous use is here
47 | struct Properties {| ^
/build/source/src/cookie.h:16:1: note: did you mean struct here?
16 | class Properties;
| ^~~~~
| struct
1 warning generated.
[ 66%] Building CXX object CMakeFiles/wmderland.dir/src/stacktrace.cc.o
In file included from /build/source/src/main.cc:13:
In file included from /build/source/src/window_manager.h:17:
/build/source/src/cookie.h:16:1: warning: class 'Properties' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
16 | class Properties;
| ^
/build/source/src/properties.h:47:8: note: previous use is here
47 | struct Properties {| ^
/build/source/src/cookie.h:16:1: note: did you mean struct here?
16 | class Properties;
| ^~~~~
| struct
/build/source/src/main.cc:71:37: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling-gsl]
71 | const char* new_snapshot_name = (wm->snapshot().filename() + ".failed_to_load").c_str();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[ 73%] Building CXX object CMakeFiles/wmderland.dir/src/tree.cc.o
[ 80%] Building CXX object CMakeFiles/wmderland.dir/src/util.cc.o
[ 86%] Building CXX object CMakeFiles/wmderland.dir/src/window_manager.cc.o
tesseract-4.1.3
CXX tessedit.lo
CXX tesseractclass.lo
CXX tessvars.lo
wmderland-unstable-2020-07-17
In file included from /build/source/src/cookie.cc:13:
In file included from /build/source/src/util.h:13:
/build/source/src/properties.h:47:1: warning: 'Properties' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
47 | struct Properties {| ^
/build/source/src/cookie.h:16:1: note: did you mean struct here?
16 | class Properties;
| ^~~~~
| struct
/build/source/src/cookie.h:34:12: warning: private field 'dpy_' is not used [-Wunused-private-field]
34 | Display* dpy_;
| ^
/build/source/src/cookie.h:35:15: warning: private field 'prop_' is not used [-Wunused-private-field]
35 | Properties* prop_;
| ^
3 warnings generated.
[ 93%] Building CXX object CMakeFiles/wmderland.dir/src/workspace.cc.o
tesseract-4.1.3
CXX thresholder.lo
CXX werdit.lo
CXX adaptions.lo
In file included from control.cpp:36:
In file included from ../../src/lstm/lstmrecognizer.h:29:
../../src/lstm/recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
../../src/lstm/recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
CXX docqual.lo
wmderland-unstable-2020-07-17
In file included from /build/source/src/snapshot.cc:11:
In file included from /build/source/src/window_manager.h:17:
/build/source/src/cookie.h:16:1: warning: class 'Properties' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
16 | class Properties;
| ^
/build/source/src/properties.h:47:8: note: previous use is here
47 | struct Properties {| ^
/build/source/src/cookie.h:16:1: note: did you mean struct here?
16 | class Properties;
| ^~~~~
| struct
1 warning generated.
In file included from /build/source/src/config.cc:2:
/build/source/src/config.h:121:15: warning: private field 'prop_' is not used [-Wunused-private-field]
121 | Properties* prop_;
| ^
1 warning generated.
tesseract-4.1.3
CXX equationdetect.lo
CXX fixspace.lo
In file included from tessedit.cpp:40:
In file included from ../../src/lstm/lstmrecognizer.h:29:
../../src/lstm/recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
../../src/lstm/recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
CXX fixxht.lo
wmderland-unstable-2020-07-17
In file included from /build/source/src/workspace.cc:9:
In file included from /build/source/src/window_manager.h:17:
/build/source/src/cookie.h:16:1: warning: class 'Properties' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
16 | class Properties;
| ^
/build/source/src/properties.h:47:8: note: previous use is here
47 | struct Properties {| ^
/build/source/src/cookie.h:16:1: note: did you mean struct here?
16 | class Properties;
| ^~~~~
| struct
In file included from /build/source/src/workspace.cc:2:
/build/source/src/workspace.h:79:10: warning: private field 'root_window_' is not used [-Wunused-private-field]
79 | Window root_window_;
| ^
2 warnings generated.
In file included from /build/source/src/window_manager.cc:2:
In file included from /build/source/src/window_manager.h:17:
/build/source/src/cookie.h:16:1: warning: class 'Properties' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
16 | class Properties;
| ^
/build/source/src/properties.h:47:8: note: previous use is here
47 | struct Properties {| ^
/build/source/src/cookie.h:16:1: note: did you mean struct here?
16 | class Properties;
| ^~~~~
| struct
/build/source/src/window_manager.cc:199:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
199 | char* names[workspaces_.size()];
| ^~~~~~~~~~~~~~~~~~
/build/source/src/window_manager.cc:199:15: note: implicit use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function
2 warnings generated.
tesseract-4.1.3
CXX osdetect.lo
wmderland-unstable-2020-07-17
[100%] Linking CXX executable wmderland
[100%] Built target wmderland
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[100%] Built target wmderland
Install the project...
-- Install configuration: "MinSizeRel"
-- Installing: /nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/bin/wmderland
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17
shrinking /nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/bin/wmderland
checking for references to /build/ in /nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17...
patching script interpreter paths in /nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17
stripping (with command strip and flags -S -p) in /nix/store/3vfz7xv4799z8w82l79yraz4w2cmqz1f-wmderland-x86_64-unknown-linux-gnufilc0-unstable-2020-07-17/bin
tesseract-4.1.3
CXX par_control.lo
CXX recogtraining.lo
CXX superscript.lo
CXX tessbox.lo
CXX tfacepp.lo
In file included from tesseractclass.cpp:47:
In file included from ../../src/lstm/lstmrecognizer.h:29:
../../src/lstm/recodebeam.h:132:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'tesseract::RecodeNode' [-Wnontrivial-memcall]
132 | memcpy(this, &src, sizeof(src));
| ^
../../src/lstm/recodebeam.h:132:12: note: explicitly cast the pointer to silence this warning
132 | memcpy(this, &src, sizeof(src));
| ^
| (void*)
1 warning generated.
CXXLD libtesseract_main.la
make[1]: Leaving directory '/build/source/src/ccmain'
Making all in src/api
make[1]: Entering directory '/build/source/src/api'
CXX tesseract-tesseractmain.o
CXX libtesseract_api_la-baseapi.lo
CXX libtesseract_api_la-capi.lo
CXX libtesseract_api_la-altorenderer.lo
CXX libtesseract_api_la-hocrrenderer.lo
CXX libtesseract_api_la-lstmboxrenderer.lo
CXX libtesseract_api_la-pdfrenderer.lo
CXX libtesseract_api_la-wordstrboxrenderer.lo
CXX libtesseract_api_la-renderer.lo
CXXLD libtesseract_api.la
CXXLD libtesseract.la
CXXLD tesseract
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_powf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_atan2f'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sqrt'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_atan2'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_cos'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sin'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_exp'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_log'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_logf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_fmod'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_tan'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sqrtf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_fmodf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_asinf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_expf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_log2f'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_pow'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_cosf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sinf'
./.libs/libtesseract.so: error: undefined reference to 'pizlonated_log1p'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:617: tesseract] Error 1
make[1]: Leaving directory '/build/source/src/api'
make: *** [Makefile:509: all-recursive] Error 1
error: Cannot build '/nix/store/7609h3lzbx1km06s3gf5l9ff208w59mi-tesseract-x86_64-unknown-linux-gnufilc0-4.1.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/vhbbz8n9ngmszhmfavsq2n8ixms7m605-tesseract-x86_64-unknown-linux-gnufilc0-4.1.3
Last 25 log lines:
> CXXLD tesseract
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_powf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_atan2f'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sqrt'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_atan2'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_cos'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sin'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_exp'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_log'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_logf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_fmod'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_tan'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sqrtf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_fmodf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_asinf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_expf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_log2f'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_pow'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_cosf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_sinf'
> ./.libs/libtesseract.so: error: undefined reference to 'pizlonated_log1p'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[1]: *** [Makefile:617: tesseract] Error 1
> make[1]: Leaving directory '/build/source/src/api'
> make: *** [Makefile:509: all-recursive] Error 1
For full logs, run:
nix log /nix/store/7609h3lzbx1km06s3gf5l9ff208w59mi-tesseract-x86_64-unknown-linux-gnufilc0-4.1.3.drvbatsignal-1.8.0
error: Cannot build '/nix/store/68h65hm4hw30ji9rmgrljfkii8y32y8k-batsignal-x86_64-unknown-linux-gnufilc0-1.8.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/8ks4z1yak1dlm0fvzb76ayjg4f567hqp-batsignal-x86_64-unknown-linux-gnufilc0-1.8.0
Last 20 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/s4q2a9nrm6h1100glr568clll3440pnc-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Os -O1 -c -o main.o main.c
> In file included from main.c:28:
> In file included from ./notify.h:8:
> /nix/store/6wvliqhmwhiszj2hm1klrxhpipfjda5a-libnotify-x86_64-unknown-linux-gnufilc0-0.8.6-dev/include/libnotify/notification.h:25:10: fatal error: 'glib.h' file not found
> 25 | #include <glib.h>
> | ^~~~~~~~
> 1 error generated.
> make: *** [<builtin>: main.o] Error 1
For full logs, run:
nix log /nix/store/68h65hm4hw30ji9rmgrljfkii8y32y8k-batsignal-x86_64-unknown-linux-gnufilc0-1.8.0.drvet-0.1.2
error: Cannot build '/nix/store/93q95mkfsdvw1b3x2yc24izv4dllj3xx-et-x86_64-unknown-linux-gnufilc0-0.1.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/wsnvdz4h3msby10d9ngmwzfb6fm1a46j-et-x86_64-unknown-linux-gnufilc0-0.1.2
Last 19 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/1pr987ng479qbvjk02kshbqmsk4a4685-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> clang -c et.c -Wall -Wextra -pedantic --std=c11 -Ofast `pkg-config --cflags glib-2.0 gdk-pixbuf-2.0 --libs libnotify`
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang-20: warning: argument '-Ofast' is deprecated; use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations [-Wdeprecated-ofast]
> In file included from et.c:9:
> /nix/store/6wvliqhmwhiszj2hm1klrxhpipfjda5a-libnotify-x86_64-unknown-linux-gnufilc0-0.8.6-dev/include/libnotify/notify.h:25:10: fatal error: 'glib.h' file not found
> 25 | #include <glib.h>
> | ^~~~~~~~
> 1 error generated.
> make: *** [Makefile:9: default] Error 1
For full logs, run:
nix log /nix/store/93q95mkfsdvw1b3x2yc24izv4dllj3xx-et-x86_64-unknown-linux-gnufilc0-0.1.2.drvgtksourceview-3.24.11
error: Cannot build '/nix/store/90db71if9ph17m3npjm8v4rl4iv659m5-gtksourceview-x86_64-unknown-linux-gnufilc0-3.24.11.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/vknvrapsj5z8qdg2khlvdsza6jm93r17-gtksourceview-x86_64-unknown-linux-gnufilc0-3.24.11-dev
/nix/store/z0y9cgwql83bcrxf22myzfqflz7py1cs-gtksourceview-x86_64-unknown-linux-gnufilc0-3.24.11
Last 25 log lines:
> 2 warnings generated.
> gtksourcecompletion.c:756:17: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations]
> 756 | screen_width = gdk_screen_get_width (screen);
> | ^
> /nix/store/g5xk94phwl3cfrcxb4xqykj7gy30z369-gtk+3-3.24.52-x86_64-unknown-linux-gnufilc0-dev/include/gtk-3.0/gdk/gdkscreen.h:57:1: note: 'gdk_screen_get_width' has been explicitly marked deprecated here
> 57 | GDK_DEPRECATED_IN_3_22
> | ^
> /nix/store/g5xk94phwl3cfrcxb4xqykj7gy30z369-gtk+3-3.24.52-x86_64-unknown-linux-gnufilc0-dev/include/gtk-3.0/gdk/gdkversionmacros.h:412:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22'
> 412 | # define GDK_DEPRECATED_IN_3_22 GDK_DEPRECATED
> | ^
> /nix/store/g5xk94phwl3cfrcxb4xqykj7gy30z369-gtk+3-3.24.52-x86_64-unknown-linux-gnufilc0-dev/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
> 48 | #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
> | ^
> /nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
> 1263 | #define G_DEPRECATED __attribute__((__deprecated__))
> | ^
> 1 warning generated.
> make[4]: Leaving directory '/build/gtksourceview-3.24.11/gtksourceview'
> make[3]: *** [Makefile:1722: all-recursive] Error 1
> make[3]: Leaving directory '/build/gtksourceview-3.24.11/gtksourceview'
> make[2]: *** [Makefile:1023: all] Error 2
> make[2]: Leaving directory '/build/gtksourceview-3.24.11/gtksourceview'
> make[1]: *** [Makefile:644: all-recursive] Error 1
> make[1]: Leaving directory '/build/gtksourceview-3.24.11'
> make: *** [Makefile:551: all] Error 2
For full logs, run:
nix log /nix/store/90db71if9ph17m3npjm8v4rl4iv659m5-gtksourceview-x86_64-unknown-linux-gnufilc0-3.24.11.drvlibhandy-1.8.3
error: Cannot build '/nix/store/v2zgja0p3822a0xjvnay3dxa780c6a3x-libhandy-x86_64-unknown-linux-gnufilc0-1.8.3.drv'.
Reason: builder failed with exit code 30.
Output paths:
/nix/store/0ga69sc64ckzn8pk076hg4lzdpr0cb7c-libhandy-x86_64-unknown-linux-gnufilc0-1.8.3-devdoc
/nix/store/bj8vgvgxlmz5l4v9s8srzf5i5wzdkxw4-libhandy-x86_64-unknown-linux-gnufilc0-1.8.3
/nix/store/wjfgijcwf707qgqspsavagwvvxvhj8ai-libhandy-x86_64-unknown-linux-gnufilc0-1.8.3-dev
Last 25 log lines:
> 15/30 test-preferences-row FAIL 0.28s killed by signal 5 SIGTRAP
> 16/30 test-search-bar FAIL 0.27s killed by signal 5 SIGTRAP
> 17/30 test-preferences-page FAIL 0.30s killed by signal 5 SIGTRAP
> 18/30 test-leaflet FAIL 0.32s killed by signal 5 SIGTRAP
> 19/30 test-header-group FAIL 0.34s killed by signal 5 SIGTRAP
> 20/30 test-swipe-group FAIL 0.26s killed by signal 5 SIGTRAP
> 21/30 test-status-page FAIL 0.28s killed by signal 5 SIGTRAP
> 22/30 test-view-switcher FAIL 0.23s killed by signal 5 SIGTRAP
> 23/30 test-squeezer FAIL 0.30s killed by signal 5 SIGTRAP
> 24/30 test-view-switcher-bar FAIL 0.21s killed by signal 5 SIGTRAP
> 25/30 test-tab-view FAIL 0.26s killed by signal 5 SIGTRAP
> 26/30 test-tab-bar FAIL 0.27s killed by signal 5 SIGTRAP
> 27/30 test-style-manager FAIL 0.29s killed by signal 5 SIGTRAP
> 28/30 test-window FAIL 0.21s killed by signal 5 SIGTRAP
> 29/30 test-value-object FAIL 0.28s killed by signal 5 SIGTRAP
> 30/30 test-window-handle FAIL 0.21s killed by signal 5 SIGTRAP
>
> Ok: 0
> Expected Fail: 0
> Fail: 30
> Unexpected Pass: 0
> Skipped: 0
> Timeout: 0
>
> Full log written to /build/libhandy-1.8.3/build/meson-logs/testlog.txt
For full logs, run:
nix log /nix/store/v2zgja0p3822a0xjvnay3dxa780c6a3x-libhandy-x86_64-unknown-linux-gnufilc0-1.8.3.drvrest-0.8.1
error: Cannot build '/nix/store/dkvi9ksrdz7ry3y3d0qbmbd1l0ylwarp-rest-x86_64-unknown-linux-gnufilc0-0.8.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/9zdhscdc1cy4np2sm4hryjq9hwh2zh4n-rest-x86_64-unknown-linux-gnufilc0-0.8.1-dev
/nix/store/gdgh48znparpm54va1ad1x30665783lr-rest-x86_64-unknown-linux-gnufilc0-0.8.1
/nix/store/hwabmilwlbsydp52hz8d3dlxh1ffkwsz-rest-x86_64-unknown-linux-gnufilc0-0.8.1-devdoc
Last 25 log lines:
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
> 228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> rest-scan.c:363:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
> 363 | case G_TYPE_PARAM:
> | ^~~~~~~~~~~~
> /nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:184:24: note: expanded from macro 'G_TYPE_PARAM'
> 184 | #define G_TYPE_PARAM G_TYPE_MAKE_FUNDAMENTAL (19)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
> 228 | #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fatal error: too many errors emitted, stopping now [-ferror-limit=]
> 20 errors generated.
> 2026-09-14 11:01:59,203:scangobj.py:execute_command:1289:WARNING:Compiling scanner failed: 1, command: /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../../libtool --tag=CC --mode=compile clang -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/n77xf8hgp29d8qycs4mj4k06cbj1ywn2-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I../../.. -I../../.. -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/n77xf8hgp29d8qycs4mj4k06cbj1ywn2-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -pthread -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/n77xf8hgp29d8qycs4mj4k06cbj1ywn2-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/1vxhj943zb3kdi4i4bb0ycjiy34idjzy-libsoup-x86_64-unknown-linux-gnufilc0-2.74.3-dev/include/libsoup-2.4 -I/nix/store/jz5d64w4nhpwdnxqip3dsc09gfmqi5jp-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 -g -O2 -g -O2 -c -o rest-scan.lo rest-scan.c
> make[4]: *** [Makefile:669: scan-build.stamp] Error 1
> make[4]: Leaving directory '/build/rest-0.8.1/docs/reference/rest'
> make[3]: *** [Makefile:384: all-recursive] Error 1
> make[3]: Leaving directory '/build/rest-0.8.1/docs/reference'
> make[2]: *** [Makefile:384: all-recursive] Error 1
> make[2]: Leaving directory '/build/rest-0.8.1/docs'
> make[1]: *** [Makefile:495: all-recursive] Error 1
> make[1]: Leaving directory '/build/rest-0.8.1'
> make: *** [Makefile:402: all] Error 2
For full logs, run:
nix log /nix/store/dkvi9ksrdz7ry3y3d0qbmbd1l0ylwarp-rest-x86_64-unknown-linux-gnufilc0-0.8.1.drvtesseract-4.1.3
error: Cannot build '/nix/store/zc31d35bbpycijpvambcp9sra2cjyrg6-tesseract-x86_64-unknown-linux-gnufilc0-4.1.3.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/id3pjkdjwcq6104lm3ixnpz6fbf0xa4s-tesseract-x86_64-unknown-linux-gnufilc0-4.1.3udev-block-notify-0.7.11
error: Cannot build '/nix/store/ajgma2f5ljvy9ni63hfh4xqyycnmi6xl-udev-block-notify-x86_64-unknown-linux-gnufilc0-0.7.11.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/dm0fsvgzbi6i8acqy4i36dyp1s7iv2b0-udev-block-notify-x86_64-unknown-linux-gnufilc0-0.7.11
Last 17 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/mlk5rbas3yz884f5aw17fvz23nfyqwbn-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> cp config.def.h config.h
> printf "#ifndef VERSION\n#define VERSION \"%s\"\n#endif\n" 0.7.11 > version.h
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> gcc udev-block-notify.c -std=c11 -O2 -fPIC -Wall -Werror -Wl,-z,now -Wl,-z,relro -pie -o udev-block-notify
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:27: udev-block-notify] Error 127
For full logs, run:
nix log /nix/store/ajgma2f5ljvy9ni63hfh4xqyycnmi6xl-udev-block-notify-x86_64-unknown-linux-gnufilc0-0.7.11.drvxdxf2slob-unstable-2015-06-30
error: Cannot build '/nix/store/v39x9r4bamsm8rm5agzah2h175hqbzij-xdxf2slob-unstable-2015-06-30-x86_64-unknown-linux-gnufilc0.drv'.
Reason: 2 dependencies failed.
Output paths:
/nix/store/brfzgzb9z4g6dw8vsm4dnx1qcvfsd99m-xdxf2slob-unstable-2015-06-30-x86_64-unknown-linux-gnufilc0-dist
/nix/store/hh9w3lk8v4gb1gxnr9azv6i03fw6plg7-xdxf2slob-unstable-2015-06-30-x86_64-unknown-linux-gnufilc0batsignal-1.8.0
error: build of '/nix/store/68h65hm4hw30ji9rmgrljfkii8y32y8k-batsignal-x86_64-unknown-linux-gnufilc0-1.8.0.drv^*', '/nix/store/90db71if9ph17m3npjm8v4rl4iv659m5-gtksourceview-x86_64-unknown-linux-gnufilc0-3.24.11.drv^*', '/nix/store/93q95mkfsdvw1b3x2yc24izv4dllj3xx-et-x86_64-unknown-linux-gnufilc0-0.1.2.drv^*', '/nix/store/ajgma2f5ljvy9ni63hfh4xqyycnmi6xl-udev-block-notify-x86_64-unknown-linux-gnufilc0-0.7.11.drv^*', '/nix/store/dkvi9ksrdz7ry3y3d0qbmbd1l0ylwarp-rest-x86_64-unknown-linux-gnufilc0-0.8.1.drv^*', '/nix/store/v2zgja0p3822a0xjvnay3dxa780c6a3x-libhandy-x86_64-unknown-linux-gnufilc0-1.8.3.drv^*', '/nix/store/v39x9r4bamsm8rm5agzah2h175hqbzij-xdxf2slob-unstable-2015-06-30-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/zc31d35bbpycijpvambcp9sra2cjyrg6-tesseract-x86_64-unknown-linux-gnufilc0-4.1.3.drv^*' failed
End of log