Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197149 - media-gfx/splashutils-1.5.2.1 doesn't compile on amd64
Summary: media-gfx/splashutils-1.5.2.1 doesn't compile on amd64
Status: RESOLVED DUPLICATE of bug 195529
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: 2007-10-26 15:22 UTC by Miroslaw Mieszczak
Modified: 2007-10-27 11:42 UTC (History)
1 user (show)

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


Attachments
build log from emerge (build.log,3.38 KB, text/plain)
2007-10-26 15:23 UTC, Miroslaw Mieszczak
Details
Build log with LC_ALL set to C (build.log,3.33 KB, text/plain)
2007-10-27 10:58 UTC, Miroslaw Mieszczak
Details
My emerge info (emerge.info,3.51 KB, text/plain)
2007-10-27 10:58 UTC, Miroslaw Mieszczak
Details
There is config log from media-gfx/splashutils-1.5.2.1/work/splashutils-1.5.2.1/objs/freetype2 (config.log,8.12 KB, text/plain)
2007-10-27 11:27 UTC, Miroslaw Mieszczak
Details
And config log from media-gfx/splashutils-1.5.2.1/work/splashutils-1.5.2.1/objs/jpeglib (config.log,13.70 KB, text/plain)
2007-10-27 11:27 UTC, Miroslaw Mieszczak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslaw Mieszczak 2007-10-26 15:22:49 UTC
Compulation stops with missing .mk files. Please see attached log

Reproducible: Always
Comment 1 Miroslaw Mieszczak 2007-10-26 15:23:27 UTC
Created attachment 134429 [details]
build log from emerge
Comment 2 Chad A. Simmons 2007-10-26 18:10:06 UTC
looks like you have a GCC problem. Splashutils compiles fine here with amd64
This line indicates a problem with your GCC. Did you update GCC recently?

configure: error: C compiler cannot create executables
Comment 3 Chad A. Simmons 2007-10-26 18:11:11 UTC
also could you please translate the build log to english?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-10-26 18:39:44 UTC
> See `config.log' for more details.

Attach the config.log here. Also emerge --info missing. And please set your locales to C when reporting bugs.
Comment 5 Miroslaw Mieszczak 2007-10-27 10:58:06 UTC
Created attachment 134472 [details]
Build log with LC_ALL set to C
Comment 6 Miroslaw Mieszczak 2007-10-27 10:58:27 UTC
Created attachment 134473 [details]
My emerge info
Comment 7 Miroslaw Mieszczak 2007-10-27 11:00:04 UTC
That is strange, because my compiler can create executables. I can compile any other package without any problems. Also, I have no problems with older version ov splashutils.
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-10-27 11:03:33 UTC
(In reply to comment #4)
> > See `config.log' for more details.
> 
> Attach the config.log here.

Once again, attach it please. (No, build.log is not what I want.)
Comment 9 Miroslaw Mieszczak 2007-10-27 11:27:13 UTC
Created attachment 134474 [details]
There is config log from media-gfx/splashutils-1.5.2.1/work/splashutils-1.5.2.1/objs/freetype2
Comment 10 Miroslaw Mieszczak 2007-10-27 11:27:50 UTC
Created attachment 134475 [details]
And config log from media-gfx/splashutils-1.5.2.1/work/splashutils-1.5.2.1/objs/jpeglib
Comment 11 Miroslaw Mieszczak 2007-10-27 11:31:18 UTC
I hope this helps
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2007-10-27 11:32:22 UTC
> /usr/bin/strip: '': No such file
> LDFLAGS=" -Wl,-O1 -Wl,-sort-common -s"

Remove -s from your LDFLAGS.
Comment 13 Jakub Moc (RETIRED) gentoo-dev 2007-10-27 11:32:42 UTC

*** This bug has been marked as a duplicate of bug 195529 ***
Comment 14 Miroslaw Mieszczak 2007-10-27 11:42:47 UTC
Thanks, now it installs fine.