Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 691080

Summary: media-sound/mp3c-0.31-r1 : /.../ld: input_box.o: undefined reference to symbol halfdelay
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED DUPLICATE    
Severity: normal CC: paolo.pedroni
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/13019
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
media-sound:mp3c-0.31-r1:20190730-174023.log
temp.tbz2

Description Toralf Förster gentoo-dev 2019-07-30 17:54:56 UTC
then mv -f ".deps/window_lifo.Tpo" ".deps/window_lifo.Po"; else rm -f ".deps/window_lifo.Tpo"; exit 1; fi
x86_64-pc-linux-gnu-gcc  -O2 -pipe -march=native -Wall  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o mp3c  batch.o cddb_get.o cddb_put.o conf.o effect.o file.o free.o genre.o info_screen.o input_box.o iocd.o keys.o layout.o line_opt.o lock.o main.o movement.o news.o options.o requester.o rip_hand.o select_box.o shell.o signal.o socket.o status_win.o window_lifo.o  -lncurses 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: input_box.o: undefined reference to symbol 'halfdelay'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:265: mp3c] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20190728-034603

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO media-sound/mp3c
[ebuild  N    ] media-sound/mp3c-0.31-r1  USE="mp3 vorbis"
Comment 1 Toralf Förster gentoo-dev 2019-07-30 17:54:59 UTC
Created attachment 585180 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-30 17:55:02 UTC
Created attachment 585182 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-30 17:55:05 UTC
Created attachment 585184 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-30 17:55:07 UTC
Created attachment 585186 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-30 17:55:10 UTC
Created attachment 585188 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-30 17:55:13 UTC
Created attachment 585190 [details]
media-sound:mp3c-0.31-r1:20190730-174023.log
Comment 7 Toralf Förster gentoo-dev 2019-07-30 17:55:16 UTC
Created attachment 585192 [details]
temp.tbz2
Comment 8 Paolo Pedroni 2019-09-06 16:33:08 UTC
Adding -ltinfo at the end of the last compilation line is supposed to fix it, but I don't know where to put it in the build system.
Comment 9 David Seifert gentoo-dev 2019-10-16 11:30:05 UTC

*** This bug has been marked as a duplicate of bug 689980 ***