Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691080 - media-sound/mp3c-0.31-r1 : /.../ld: input_box.o: undefined reference to symbol halfdelay
Summary: media-sound/mp3c-0.31-r1 : /.../ld: input_box.o: undefined reference to symbo...
Status: RESOLVED DUPLICATE of bug 689980
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-07-30 17:54 UTC by Toralf Förster
Modified: 2019-10-16 11:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.99 KB, text/plain)
2019-07-30 17:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,97.19 KB, text/plain)
2019-07-30 17:55 UTC, Toralf Förster
Details
environment (environment,73.15 KB, text/plain)
2019-07-30 17:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.58 KB, application/x-bzip)
2019-07-30 17:55 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.41 KB, application/x-bzip)
2019-07-30 17:55 UTC, Toralf Förster
Details
media-sound:mp3c-0.31-r1:20190730-174023.log (media-sound:mp3c-0.31-r1:20190730-174023.log,30.65 KB, text/plain)
2019-07-30 17:55 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.36 KB, application/x-bzip)
2019-07-30 17:55 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***