Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216847 - media-sound/apetag-1.8: compile error
Summary: media-sound/apetag-1.8: compile error
Status: RESOLVED DUPLICATE of bug 126628
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 09:32 UTC by Michael Metsger
Modified: 2008-04-09 17:10 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Metsger 2008-04-08 09:32:55 UTC
apetag need to be updated to apetag-1.10 because compile error of media-sound/apetag-1.8:
>>> Compiling source in /var/tmp/portage/media-sound/apetag-1.8/work/Apetag ...
x86_64-pc-linux-gnu-g++ -Wall -Werror -pedantic -march=native -O2 -pipe -fomit-frame-pointer -mfpmath=sse -frename-registers -ftree-vectorize      -c -o basic.o basic.C
x86_64-pc-linux-gnu-g++ -Wall -Werror -pedantic -march=native -O2 -pipe -fomit-frame-pointer -mfpmath=sse -frename-registers -ftree-vectorize      -c -o switch.o switch.C
x86_64-pc-linux-gnu-g++ -Wall -Werror -pedantic -march=native -O2 -pipe -fomit-frame-pointer -mfpmath=sse -frename-registers -ftree-vectorize      -c -o main.o main.C
In file included from switch.C:30:
basic.H: In function 'std::string ptrstr(const VOID*)':
basic.H:98: error: cast from 'const VOID*' to 'PTRINT' loses precision
In file included from basic.C:34:
basic.H: In function 'std::string ptrstr(const VOID*)':
basic.H:98: error: cast from 'const VOID*' to 'PTRINT' loses precision
In file included from main.C:33:
basic.H: In function 'std::string ptrstr(const VOID*)':
basic.H:98: error: cast from 'const VOID*' to 'PTRINT' loses precision
make: *** [basic.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [switch.o] Error 1
make: *** [main.o] Error 1

Reproducible: Always

Steps to Reproduce:
emerge =apetag-1.8
Comment 1 Charles Clément 2008-04-08 21:48:22 UTC
This package compiles fine on ~x86
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2008-04-09 17:10:14 UTC
The "-amd64" keywords is there for a reason...

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