* Package: media-video/vamps-0.99.2-r2 * Repository: gentoo * Maintainer: media-video@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking vamps-0.99.2.tar.gz to /var/tmp/portage/media-video/vamps-0.99.2-r2/work >>> Source unpacked in /var/tmp/portage/media-video/vamps-0.99.2-r2/work >>> Preparing source in /var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2 ... * Applying vamps-0.99.2-premature-eof.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2 ... make -j1 CC=x86_64-gentoo-linux-musl-gcc 'CFLAGS=-O2 -pipe -march=native' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' make[1]: Entering directory '/var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2/vamps' x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o vamps.o vamps.c vamps.c: In function ‘main’: vamps.c:321:50: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=] 321 | fprintf (stderr, "Info: Total bytes read: %llu\n", bytes_read); | ~~~^ ~~~~~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu vamps.c:322:53: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=] 322 | fprintf (stderr, "Info: Total bytes written: %llu\n", bytes_written); | ~~~^ ~~~~~~~~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu vamps.c:329:66: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 329 | "Info: Total bytes vaporized in audio and subpicture streams: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu vamps.c:334:53: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 334 | "Info: Total bytes vaporized in cell gaps: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu vamps.c:339:56: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 339 | "Info: Total bytes vaporized in video stream: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu vamps.c:344:54: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=] 344 | "Info: Total padding bytes in video stream: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu 345 | padding_bytes, | ~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o requant.o requant.c requant.c:191:9: error: unknown type name ‘uint’ 191 | static uint horizontal_size_value; | ^~~~ requant.c:192:9: error: unknown type name ‘uint’ 192 | static uint vertical_size_value; | ^~~~ requant.c:195:9: error: unknown type name ‘uint’ 195 | static uint picture_coding_type; | ^~~~ requant.c:198:9: error: unknown type name ‘uint’ 198 | static uint f_code[2][2]; | ^~~~ requant.c:199:9: error: unknown type name ‘uint’ 199 | static uint intra_dc_precision; | ^~~~ requant.c:200:9: error: unknown type name ‘uint’ 200 | static uint picture_structure; | ^~~~ requant.c:201:9: error: unknown type name ‘uint’ 201 | static uint frame_pred_frame_dct; | ^~~~ requant.c:202:9: error: unknown type name ‘uint’ 202 | static uint concealment_motion_vectors; | ^~~~ requant.c:203:9: error: unknown type name ‘uint’ 203 | static uint q_scale_type; | ^~~~ requant.c:204:9: error: unknown type name ‘uint’ 204 | static uint intra_vlc_format; | ^~~~ requant.c:205:9: error: unknown type name ‘uint’ 205 | static uint alternate_scan; | ^~~~ requant.c:214:9: error: unknown type name ‘uint’ 214 | static uint quantizer_scale; | ^~~~ requant.c:215:9: error: unknown type name ‘uint’ 215 | static uint new_quantizer_scale; | ^~~~ requant.c:216:9: error: unknown type name ‘uint’ 216 | static uint last_coded_scale; | ^~~~ requant.c:388:29: error: unknown type name ‘uint’; did you mean ‘sint’? 388 | static MINLINE void putbits(uint val, int n) | ^~~~ | sint requant.c:421:32: error: unknown type name ‘uint’; did you mean ‘sint’? 421 | static MINLINE void Flush_Bits(uint n) | ^~~~ | sint requant.c:433:16: error: unknown type name ‘uint’ 433 | static MINLINE uint Show_Bits(uint n) | ^~~~ requant.c:433:31: error: unknown type name ‘uint’; did you mean ‘sint’? 433 | static MINLINE uint Show_Bits(uint n) | ^~~~ | sint requant.c:438:16: error: unknown type name ‘uint’ 438 | static MINLINE uint Get_Bits(uint n) | ^~~~ requant.c:438:30: error: unknown type name ‘uint’; did you mean ‘sint’? 438 | static MINLINE uint Get_Bits(uint n) | ^~~~ | sint requant.c:445:16: error: unknown type name ‘uint’ 445 | static MINLINE uint Copy_Bits(uint n) | ^~~~ requant.c:445:31: error: unknown type name ‘uint’; did you mean ‘sint’? 445 | static MINLINE uint Copy_Bits(uint n) | ^~~~ | sint requant.c: In function ‘flush_write_buffer’: requant.c:472:22: warning: implicit declaration of function ‘putbits’; did you mean ‘puts’? [-Wimplicit-function-declaration] 472 | if (outbitcnt != 8) putbits(0, outbitcnt); | ^~~~~~~ | puts requant.c: In function ‘putAC’: requant.c:661:13: error: ‘uint’ undeclared (first use in this function); did you mean ‘sint’? 661 | putbits(((uint)signed_level) & 0xFFF, 12); | ^~~~ | sint requant.c:661:13: note: each undeclared identifier is reported only once for each function it appears in requant.c:661:18: error: expected ‘)’ before ‘signed_level’ 661 | putbits(((uint)signed_level) & 0xFFF, 12); | ~ ^~~~~~~~~~~~ | ) In file included from requant.c:714: requant.c: In function ‘get_macroblock_modes’: getvlc.h:24:36: warning: implicit declaration of function ‘Flush_Bits’ [-Wimplicit-function-declaration] 24 | #define DUMPBITS(bit_buf,bits,num) Flush_Bits(num) | ^~~~~~~~~~ requant.c:734:4: note: in expansion of macro ‘DUMPBITS’ 734 | DUMPBITS (bit_buf, bits, tab->len); | ^~~~~~~~ requant.c: In function ‘get_motion_delta’: getvlc.h:25:36: warning: implicit declaration of function ‘Copy_Bits’ [-Wimplicit-function-declaration] 25 | #define COPYBITS(bit_buf,bits,num) Copy_Bits(num) | ^~~~~~~~~ requant.c:847:3: note: in expansion of macro ‘COPYBITS’ 847 | COPYBITS (bit_buf, bits, 1); | ^~~~~~~~ requant.c: At top level: requant.c:1659:31: error: unknown type name ‘uint’; did you mean ‘sint’? 1659 | static void motion_fr_frame ( uint f_code[2] ) | ^~~~ | sint requant.c:1665:31: error: unknown type name ‘uint’; did you mean ‘sint’? 1665 | static void motion_fr_field ( uint f_code[2] ) | ^~~~ | sint requant.c:1676:29: error: unknown type name ‘uint’; did you mean ‘sint’? 1676 | static void motion_fr_dmv ( uint f_code[2] ) | ^~~~ | sint requant.c:1693:31: error: unknown type name ‘uint’; did you mean ‘sint’? 1693 | static void motion_fi_field ( uint f_code[2] ) | ^~~~ | sint requant.c:1701:30: error: unknown type name ‘uint’; did you mean ‘sint’? 1701 | static void motion_fi_16x8 ( uint f_code[2] ) | ^~~~ | sint requant.c:1714:29: error: unknown type name ‘uint’; did you mean ‘sint’? 1714 | static void motion_fi_dmv ( uint f_code[2] ) | ^~~~ | sint requant.c: In function ‘mpeg2_slice’: requant.c:1996:34: warning: implicit declaration of function ‘motion_fr_frame’; did you mean ‘motion_fr_conceal’? [-Wimplicit-function-declaration] 1996 | case MC_FRAME: MOTION_CALL (motion_fr_frame, macroblock_modes); break; | ^~~~~~~~~~~~~~~ requant.c:1736:3: note: in definition of macro ‘MOTION_CALL’ 1736 | routine (f_code[0]); \ | ^~~~~~~ requant.c:1997:34: warning: implicit declaration of function ‘motion_fr_field’; did you mean ‘motion_fr_conceal’? [-Wimplicit-function-declaration] 1997 | case MC_FIELD: MOTION_CALL (motion_fr_field, macroblock_modes); break; | ^~~~~~~~~~~~~~~ requant.c:1736:3: note: in definition of macro ‘MOTION_CALL’ 1736 | routine (f_code[0]); \ | ^~~~~~~ requant.c:1998:32: warning: implicit declaration of function ‘motion_fr_dmv’ [-Wimplicit-function-declaration] 1998 | case MC_DMV: MOTION_CALL (motion_fr_dmv, MACROBLOCK_MOTION_FORWARD); break; | ^~~~~~~~~~~~~ requant.c:1736:3: note: in definition of macro ‘MOTION_CALL’ 1736 | routine (f_code[0]); \ | ^~~~~~~ requant.c:2003:34: warning: implicit declaration of function ‘motion_fi_field’; did you mean ‘motion_fi_conceal’? [-Wimplicit-function-declaration] 2003 | case MC_FIELD: MOTION_CALL (motion_fi_field, macroblock_modes); break; | ^~~~~~~~~~~~~~~ requant.c:1736:3: note: in definition of macro ‘MOTION_CALL’ 1736 | routine (f_code[0]); \ | ^~~~~~~ requant.c:2004:33: warning: implicit declaration of function ‘motion_fi_16x8’ [-Wimplicit-function-declaration] 2004 | case MC_16X8: MOTION_CALL (motion_fi_16x8, macroblock_modes); break; | ^~~~~~~~~~~~~~ requant.c:1736:3: note: in definition of macro ‘MOTION_CALL’ 1736 | routine (f_code[0]); \ | ^~~~~~~ requant.c:2005:32: warning: implicit declaration of function ‘motion_fi_dmv’ [-Wimplicit-function-declaration] 2005 | case MC_DMV: MOTION_CALL (motion_fi_dmv, MACROBLOCK_MOTION_FORWARD); break; | ^~~~~~~~~~~~~ requant.c:1736:3: note: in definition of macro ‘MOTION_CALL’ 1736 | routine (f_code[0]); \ | ^~~~~~~ make[1]: *** [: requant.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2/vamps' make[1]: Entering directory '/var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2/play_cell' x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o play_cell.o play_cell.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 play_cell.o -ldvdread -o play_cell make[1]: Leaving directory '/var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2/play_cell' >>> Source compiled. >>> Test phase [not enabled]: media-video/vamps-0.99.2-r2 >>> Install media-video/vamps-0.99.2-r2 into /var/tmp/portage/media-video/vamps-0.99.2-r2/image !!! dobin: vamps/vamps does not exist * ERROR: media-video/vamps-0.99.2-r2::gentoo failed (install phase): * dobin failed * * If you need support, post the output of `emerge --info '=media-video/vamps-0.99.2-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/vamps-0.99.2-r2::gentoo'`. * The complete build log is located at '/var/log/portage/media-video:vamps-0.99.2-r2:20200412-141144.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-video/vamps-0.99.2-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/vamps-0.99.2-r2/temp/environment'. * Working directory: '/var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2' * S: '/var/tmp/portage/media-video/vamps-0.99.2-r2/work/vamps-0.99.2' * QA Notice: file does not exist: * * dobin: vamps/vamps does not exist