Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Profile 17.0 change and app-cdr/cdrdao-1.2.3-r4
Date: Sat, 02 Dec 2017 13:15:52
Message-Id: 7585761.C6zjVFBt2b@dell_xps
1 app-cdr/cdrdao-1.2.3-r4 also fails to install:
2
3 [snip ...]
4 Making all in utils
5 make[2]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/
6 cdrdao-1.2.3/utils'
7 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native
8 -O2 -pipe -std=c++11 -pthread -c -o toc2cue.o toc2cue.cc
9 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native
10 -O2 -pipe -pthread -c -o main.o main.c
11 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native
12 -O2 -pipe -pthread -c -o cue2toc.o cue2toc.c
13 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native
14 -O2 -pipe -pthread -c -o timecode.o timecode.c
15 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native
16 -O2 -pipe -std=c++11 -pthread -c -o toc2cddb.o toc2cddb.cc
17 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native
18 -O2 -pipe -std=c++11 -pthread -c -o toc2mp3-toc2mp3.o `test -f 'toc2mp3.cc' ||
19 echo './'`toc2mp3.cc
20 x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -pthread -Wl,-O1 -Wl,--as-
21 needed -o cue2toc main.o cue2toc.o timecode.o -pthread
22 x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -std=c++11 -pthread -Wl,-O1
23 -Wl,--as-needed -o toc2cddb toc2cddb.o ../trackdb/libtrackdb.a -lmad -lm -
24 lvorbisfile -lao -pthread
25 x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -std=c++11 -pthread -Wl,-O1
26 -Wl,--as-needed -o toc2mp3 toc2mp3-toc2mp3.o ../trackdb/libtrackdb.a -
27 lmp3lame -lmad -lm -lvorbisfile -lao -pthread
28 [19/1535]
29 /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld:
30 toc2mp3-toc2mp3.o: warning: relocation against `bitrate_table' in readonly
31 section `.text.startup'
32 toc2mp3-toc2mp3.o: In function `init_encoder(int)':
33 toc2mp3.cc:(.text+0x2c2): undefined reference to `bitrate_table'
34 toc2mp3.cc:(.text+0x2d0): undefined reference to `bitrate_table'
35 toc2mp3.cc:(.text+0x2db): undefined reference to `bitrate_table'
36 toc2mp3-toc2mp3.o: In function `main':
37 toc2mp3.cc:(.text.startup+0x29a): undefined reference to `bitrate_table'
38 toc2mp3.cc:(.text.startup+0x2a1): undefined reference to `bitrate_table'
39 /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld:
40 warning: creating a DT_TEXTREL in a shared object.
41 collect2: error: ld returned 1 exit status
42 make[2]: *** [Makefile:487: toc2mp3] Error 1
43 make[2]: *** Waiting for unfinished jobs....
44 make[2]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/
45 cdrdao-1.2.3/utils'
46 make[1]: *** [Makefile:436: all-recursive] Error 1
47 make[1]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/
48 cdrdao-1.2.3'
49 make: *** [Makefile:375: all] Error 2
50 * ERROR: app-cdr/cdrdao-1.2.3-r4::gentoo failed (compile phase):
51 * emake failed
52
53 Is there a solution for this?
54 --
55 Regards,
56 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Profile 17.0 change and app-cdr/cdrdao-1.2.3-r4 Corbin <corbinbird@×××××××.net>
Re: [gentoo-user] Profile 17.0 change and app-cdr/cdrdao-1.2.3-r4 Peter Humphrey <peter@××××××××××××.uk>
Re: [gentoo-user] Profile 17.0 change and app-cdr/cdrdao-1.2.3-r4 Mike Gilbert <floppym@g.o>