Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689980 - media-sound/mp3c-0.31-r1 : /.../ld: info_screen.o: undefined reference to symbol keypad
Summary: media-sound/mp3c-0.31-r1 : /.../ld: info_screen.o: undefined reference to sym...
Status: RESOLVED FIXED
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
: 691080 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-07-16 15:51 UTC by Toralf Förster
Modified: 2019-10-16 11:40 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.85 KB, text/plain)
2019-07-16 15:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,241.38 KB, text/plain)
2019-07-16 15:51 UTC, Toralf Förster
Details
environment (environment,73.13 KB, text/plain)
2019-07-16 15:51 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.90 KB, application/x-bzip)
2019-07-16 15:51 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.98 KB, application/x-bzip)
2019-07-16 15:51 UTC, Toralf Förster
Details
media-sound:mp3c-0.31-r1:20190716-014032.log (media-sound:mp3c-0.31-r1:20190716-014032.log,30.63 KB, text/plain)
2019-07-16 15:51 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.35 KB, application/x-bzip)
2019-07-16 15:51 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-16 15:51:30 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 -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: info_screen.o: undefined reference to symbol 'keypad'
/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_no-multilib-20190711-143155

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

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

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



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-16 15:51:33 UTC
Created attachment 582968 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-16 15:51:35 UTC
Created attachment 582970 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-16 15:51:38 UTC
Created attachment 582972 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-16 15:51:41 UTC
Created attachment 582974 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-16 15:51:43 UTC
Created attachment 582976 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-16 15:51:46 UTC
Created attachment 582978 [details]
media-sound:mp3c-0.31-r1:20190716-014032.log
Comment 7 Toralf Förster gentoo-dev 2019-07-16 15:51:53 UTC
Created attachment 582980 [details]
temp.tbz2
Comment 8 Paolo Pedroni 2019-09-06 16:34:40 UTC
Adding '-ltinfo' at the end of the command line is supposed to fix it, but I don't know where to start with the build system.
Comment 9 David Seifert gentoo-dev 2019-10-16 11:30:05 UTC
*** Bug 691080 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2019-10-16 11:40:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1fe16a377bacfc77fedb90147a27cd2ab8060a

commit 2c1fe16a377bacfc77fedb90147a27cd2ab8060a
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-10-16 11:39:51 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-10-16 11:39:51 +0000

    media-sound/mp3c: Port to EAPI 7
    
    Bug: https://bugs.gentoo.org/697274
    Closes: https://bugs.gentoo.org/689980
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: David Seifert <soap@gentoo.org>

 media-sound/mp3c/mp3c-0.31-r1.ebuild | 45 ++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 22 deletions(-)