Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480778 - media-libs/gstreamer-1.0.8 - configure fails: C compiler can't make executable - x86_64-pc-linux-gnu-gcc: error trying to exec 'as': execvp: No such file or directory
Summary: media-libs/gstreamer-1.0.8 - configure fails: C compiler can't make executabl...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-12 20:20 UTC by Dale Lukas Peterson
Modified: 2013-08-12 21:36 UTC (History)
0 users

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


Attachments
config.log (config.log,17.22 KB, text/plain)
2013-08-12 20:25 UTC, Dale Lukas Peterson
Details
build.log (build.log,3.82 KB, text/x-log)
2013-08-12 20:26 UTC, Dale Lukas Peterson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dale Lukas Peterson 2013-08-12 20:20:26 UTC
During a routine emerge -uDN @world, gstreamer was pulled in for upgrade/rebuild. It failed.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 media-libs/gstreamer
2.
3.
Actual Results:  
Configuration error causes build failuer.
Comment 1 Dale Lukas Peterson 2013-08-12 20:25:53 UTC
Created attachment 355812 [details]
config.log
Comment 2 Dale Lukas Peterson 2013-08-12 20:26:39 UTC
Created attachment 355814 [details]
build.log
Comment 3 Dale Lukas Peterson 2013-08-12 20:55:43 UTC
This was not a problem with gstreamer but instead a problem with me using systemd and removing openrc, which somehow caused my toolchain to not be able to build executables.  Sorry for the noise.
Comment 4 Denis M. (Phr33d0m) 2013-08-12 21:08:15 UTC
And in any case "C compiler can't make executable" would be a gcc issue, not a gstreamer's.
Comment 5 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-08-12 21:36:38 UTC
Your `as` executable is broken as per config.log.

This has something to with your sys-devel/binutils package and does not have much to do with a switch of init system; that may be a perception, but I feel it was likely part of one of your most recent world updates.

So, please emerge sys-devel/binutils again to fix it up.