Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233798 - media-libs/taglib can't be compiled with gcc 4.3.1
Summary: media-libs/taglib can't be compiled with gcc 4.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 13:28 UTC by Roland Baldenhofer
Modified: 2008-08-06 07:59 UTC (History)
0 users

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


Attachments
The used emerge -- info (emerge.info,3.52 KB, text/plain)
2008-08-05 17:57 UTC, Roland Baldenhofer
Details
The build.log. (build.log,14.15 KB, text/plain)
2008-08-05 17:57 UTC, Roland Baldenhofer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Baldenhofer 2008-08-03 13:28:17 UTC
Hello,

on Asus Eee PC 900 with CFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer" the emerge for media-libs/taglib exits with C++ error.

Work arround:
Use i686-pc-linux-gnu-3.3.6 gcc

It will be nice to use the new gcc version.

Kind regards

Roland

Reproducible: Always

Steps to Reproduce:
1.Compile with gcc version 4.3.1 => error
2.Compile with gcc version 3.3.4 => ok
3.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-08-03 16:09:49 UTC
same questions as your other bug report.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-08-04 15:04:19 UTC
Please post your `emerge --info' and attach the build log for the failing emerge of taglib.
Comment 3 Roland Baldenhofer 2008-08-05 17:57:30 UTC
Created attachment 162282 [details]
The used emerge -- info
Comment 4 Roland Baldenhofer 2008-08-05 17:57:53 UTC
Created attachment 162283 [details]
The build.log.
Comment 5 Roland Baldenhofer 2008-08-05 18:07:20 UTC
Hello,

sorry for the delay...
Please find the attached build.log and the emerge --info.

Greetings

Roland
Comment 6 Roland Baldenhofer 2008-08-05 18:08:11 UTC
I forgot to say that I wanted to emerge taglib-1.5.

Greetings

Roland
Comment 7 Roland Baldenhofer 2008-08-06 07:59:56 UTC
The problem is most time about 70 cm in front of the PC;)
Hello again,

sorry I found the error.
The problem was, that the C++ compiler was not correct configured.
So after setting the new compiler version and running fix_libtool_files.sh the compiling is ok.

Greetings

Roland