Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498400 - app-text/texlive-core-2013-r1 fails to compile
Summary: app-text/texlive-core-2013-r1 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 19:55 UTC by Andriy Baranskyy
Modified: 2014-01-17 23:03 UTC (History)
1 user (show)

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


Attachments
Build Log (build.log,841.48 KB, text/plain)
2014-01-17 19:55 UTC, Andriy Baranskyy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Baranskyy 2014-01-17 19:55:22 UTC
app-text/texlive-core-2013-r1 fails to compile with message: 

/bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe  -Wl,-O1 -Wl,--as-needed -o dviconcat dviconcat.o libtex.a -lkpathsea 
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe  -Wl,-O1 -Wl,--as-needed -o dviselect dviselect.o libtex.a -lkpathsea 
libtool: link: x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed -o dviconcat dviconcat.o  libtex.a -lkpathsea
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe  -Wl,-O1 -Wl,--as-needed -o dvitodvi dvitodvi.o libtex.a -lkpathsea 
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe  -Wl,-O1 -Wl,--as-needed -o dvibook dvibook.o libtex.a -lkpathsea 
libtool: link: x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed -o dviselect dviselect.o  libtex.a -lkpathsea
libtool: link: x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed -o dvibook dvibook.o  libtex.a -lkpathsea
libtool: link: x86_64-pc-linux-gnu-gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed -o dvitodvi dvitodvi.o  libtex.a -lkpathsea
dvibook.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
Makefile:675: recipe for target 'dvibook' failed
make[4]: *** [dvibook] Error 1
make[4]: *** Waiting for unfinished jobs....


Reproducible: Always
Comment 1 Andriy Baranskyy 2014-01-17 19:55:52 UTC
Created attachment 368036 [details]
Build Log
Comment 2 Ben Kohler gentoo-dev 2014-01-17 20:01:00 UTC
Please disable ccache and try again.
Comment 3 Andriy Baranskyy 2014-01-17 20:37:53 UTC
Tried without ccache. Unfortunately, problem remains.
Comment 4 Andriy Baranskyy 2014-01-17 23:03:56 UTC
My apologies. You were right. It was ccache problem. Sorry for wasting your time.