Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 419810 Details for
Bug 568778
media-sound/toolame-02l-r3 : encode.c:(.text+0x1a): undefined reference to `putbits'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-sound:toolame-02l-r3:20151219-141108.log
media-sound:toolame-02l-r3:20151219-141108.log (text/plain), 10.50 KB, created by
Toralf Förster
on 2015-12-19 14:16:46 UTC
(
hide
)
Description:
media-sound:toolame-02l-r3:20151219-141108.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-19 14:16:46 UTC
Size:
10.50 KB
patch
obsolete
> * Package: media-sound/toolame-02l-r3 > * Repository: gentoo > * Maintainer: sound > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking toolame-02l.tgz to /var/tmp/portage/media-sound/toolame-02l-r3/work >>>> Source unpacked in /var/tmp/portage/media-sound/toolame-02l-r3/work >>>> Preparing source in /var/tmp/portage/media-sound/toolame-02l-r3/work/toolame-02l ... > * Applying toolame-02l-gentoo.diff ... > [ ok ] > * Applying toolame-02l-uint.patch ... > [ ok ] > * Applying toolame-02l-uint32_t.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-sound/toolame-02l-r3/work/toolame-02l ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-sound/toolame-02l-r3/work/toolame-02l ... >make -j1 >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c common.c -o common.o >In file included from common.c:13:0: >encode_new.h:6:15: warning: inline function âmodâ declared but never defined > INLINE double mod (double a); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c encode.c -o encode.o >encode.c: In function âmain_bit_allocationâ: >encode.c:508:23: warning: variable âlayâ set but not used [-Wunused-but-set-variable] > int mode, mode_ext, lay; > ^ >encode.c:507:7: warning: variable ânoisy_sbsâ set but not used [-Wunused-but-set-variable] > int noisy_sbs; > ^ >In file included from encode.c:6:0: >encode.c: At top level: >bitstream.h:12:13: warning: inline function âputbitsâ declared but never defined > INLINE void putbits (Bit_stream_struc *, unsigned int, int); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c ieeefloat.c -o ieeefloat.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c toolame.c -o toolame.o >toolame.c: In function âmainâ: >toolame.c:99:7: warning: variable âwin_queâ set but not used [-Wunused-but-set-variable] > IN *win_que; > ^ >In file included from toolame.c:21:0: >toolame.c: At top level: >encode_new.h:6:15: warning: inline function âmodâ declared but never defined > INLINE double mod (double a); > ^ >In file included from toolame.c:17:0: >psycho_4.h:8:14: warning: inline function âpsycho_4_sinâ declared but never defined > INLINE FLOAT psycho_4_sin(FLOAT phi); > ^ >psycho_4.h:7:14: warning: inline function âpsycho_4_cosâ declared but never defined > INLINE FLOAT psycho_4_cos(FLOAT phi); > ^ >In file included from toolame.c:9:0: >bitstream.h:12:13: warning: inline function âputbitsâ declared but never defined > INLINE void putbits (Bit_stream_struc *, unsigned int, int); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c portableio.c -o portableio.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c psycho_n1.c -o psycho_n1.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c psycho_0.c -o psycho_0.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c psycho_1.c -o psycho_1.o >In file included from psycho_1.c:6:0: >fft.h:9:14: warning: inline function âatan_tableâ declared but never defined > INLINE FLOAT atan_table(FLOAT y, FLOAT x); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c psycho_2.c -o psycho_2.o >In file included from psycho_2.c:8:0: >fft.h:9:14: warning: inline function âatan_tableâ declared but never defined > INLINE FLOAT atan_table(FLOAT y, FLOAT x); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c psycho_3.c -o psycho_3.o >psycho_3.c: In function âpsycho_3â: >psycho_3.c:75:7: warning: unused variable âsblimitâ [-Wunused-variable] > int sblimit = frame->sblimit; > ^ >psycho_3.c: At top level: >psycho_3.c:68:15: warning: âdbtableâ is static but used in inline function âpsycho_3_add_dbâ which is not static > return (b + dbtable[-idiff]); > ^ >psycho_3.c:65:17: warning: âdbtableâ is static but used in inline function âpsycho_3_add_dbâ which is not static > return (a + dbtable[idiff]); > ^ >In file included from psycho_3.c:9:0: >fft.h:9:14: warning: inline function âatan_tableâ declared but never defined > INLINE FLOAT atan_table(FLOAT y, FLOAT x); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c psycho_4.c -o psycho_4.o >psycho_4.c:120:17: warning: âsin_tableâ is static but used in inline function âpsycho_4_sinâ which is not static > return(sign * sin_table[index]); > ^ >psycho_4.c:119:24: warning: âsin_tableâ is static but used in inline function âpsycho_4_sinâ which is not static > return(-1 * sign * sin_table[index]); > ^ >psycho_4.c:106:17: warning: âcos_tableâ is static but used in inline function âpsycho_4_cosâ which is not static > return(sign * cos_table[index]); > ^ >In file included from psycho_4.c:9:0: >fft.h:9:14: warning: inline function âatan_tableâ declared but never defined > INLINE FLOAT atan_table(FLOAT y, FLOAT x); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c fft.c -o fft.o >fft.c:1208:10: warning: âatan_tâ is static but used in inline function âatan_tableâ which is not static > return(atan_t[index]); > ^ >fft.c:1206:13: warning: âatan_tâ is static but used in inline function âatan_tableâ which is not static > return( atan_t[index] - PI ); > ^ >fft.c:1203:14: warning: âatan_tâ is static but used in inline function âatan_tableâ which is not static > return( -atan_t[index] ); > ^ >fft.c:1200:18: warning: âatan_tâ is static but used in inline function âatan_tableâ which is not static > return( PI - atan_t[index] ); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c subband.c -o subband.o >In file included from subband.c:7:0: >bitstream.h:12:13: warning: inline function âputbitsâ declared but never defined > INLINE void putbits (Bit_stream_struc *, unsigned int, int); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c audio_read.c -o audio_read.o >audio_read.c: In function âparse_input_fileâ: >audio_read.c:333:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > samplerate = *(uint32_t *)(&wave_header_buffer[24]); > ^ >audio_read.c:265:7: warning: variable âwave_header_16bitâ set but not used [-Wunused-but-set-variable] > int wave_header_16bit = -1; > ^ >audio_read.c:263:7: warning: variable âwave_header_readâ set but not used [-Wunused-but-set-variable] > int wave_header_read = 0; > ^ >audio_read.c:320:3: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result [-Wunused-result] > fread (wave_header_buffer, 1, 40, musicin); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c bitstream.c -o bitstream.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c mem.c -o mem.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c crc.c -o crc.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c tables.c -o tables.o >tables.c: In function âpick_tableâ: >tables.c:21:14: warning: variable âlayâ set but not used [-Wunused-but-set-variable] > int table, lay, ws, bsp, br_per_ch, sfrq; > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c availbits.c -o availbits.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c ath.c -o ath.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -DINLINE=inline -Wall -DNEWENCODE -DNEWATAN -c encode_new.c -o encode_new.o >encode_new.c: In function âmain_bit_allocation_newâ: >encode_new.c:739:23: warning: variable âlayâ set but not used [-Wunused-but-set-variable] > int mode, mode_ext, lay; > ^ >encode_new.c:738:7: warning: variable ânoisy_sbsâ set but not used [-Wunused-but-set-variable] > int noisy_sbs; > ^ >In file included from encode_new.c:6:0: >encode_new.c: At top level: >bitstream.h:12:13: warning: inline function âputbitsâ declared but never defined > INLINE void putbits (Bit_stream_struc *, unsigned int, int); > ^ >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o toolame common.o encode.o ieeefloat.o toolame.o portableio.o psycho_n1.o psycho_0.o psycho_1.o psycho_2.o psycho_3.o psycho_4.o fft.o subband.o audio_read.o bitstream.o mem.o crc.o tables.o availbits.o ath.o encode_new.o -lm >encode.o: In function `encode_info': >encode.c:(.text+0x1a): undefined reference to `putbits' >encode.c:(.text+0x3a): undefined reference to `putbits' >encode.c:(.text+0x5d): undefined reference to `putbits' >encode.c:(.text+0x6d): undefined reference to `putbits' >encode.c:(.text+0x93): undefined reference to `putbits' >encode.o:encode.c:(.text+0xa3): more undefined references to `putbits' follow >collect2: error: ld returned 1 exit status >Makefile:54: recipe for target 'toolame' failed >make: *** [toolame] Error 1 > * ERROR: media-sound/toolame-02l-r3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-sound/toolame-02l-r3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-sound/toolame-02l-r3::gentoo'`. > * The complete build log is located at '/var/log/portage/media-sound:toolame-02l-r3:20151219-141108.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/toolame-02l-r3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-sound/toolame-02l-r3/temp/environment'. > * Working directory: '/var/tmp/portage/media-sound/toolame-02l-r3/work/toolame-02l' > * S: '/var/tmp/portage/media-sound/toolame-02l-r3/work/toolame-02l'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 568778
:
419806
|
419808
| 419810