[opensuse-factory] Re: [opensuse] problems building perl 5.14.2 or 5.16.0 using RPMBUILD, build from tar or perlbrew (a cpan util)
Philipp Thomas wrote:
* Linda Walsh (suse@tlinx.org) [20120625 20:28]:
COLLECT_GCC_OPTIONS='-v' '--version' '-mtune=generic' '-march=x86-64' cc1 -quiet -v -iprefix ../lib64/gcc/x86_64-suse-linux/4.6/ help-dummy -quiet -dumpbase help-dummy -mtune=generic -march=x86-64 -auxbase help-dummy -version --version -o /tmp/ccggVtI6.s gcc: error trying to exec 'cc1': execvp: No such file or directory
No wonder! Something like COMPILER_PATH=/usr/lib64/gcc/x86_64-suse-linux/4.6/ is missing in the output so it's no wonder the compiler driver doesn't find the languge specific compilers which reside in a version specific directory. Which version of SuSE is this, I assume 12.1? Is this the gcc that comes with that distribution?
Why don't you use 'osc build' which will build the package locally but fetches all that's needed from the obs?
Philipp
---- Why doesn't the compiler look where it needs to when it is run? Seems like using a special build system to get around a GCC bug is missing the point. What variables is GCC not setting so it can call it's "cc1" phase"? My PATH is set ok, but we never used to have to set internal paths for compilers for them to work. Seriously -- this is a good reason NOT to build on obs -- because things like this don't get discovered. You didn't see Ritchie using obs when he build "Hello World" -- But at that point I couldn't even write "Hello World " and have it work -- that's pretty bad. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tue, 26 Jun 2012 10:24:33 -0700 Linda Walsh wrote:
Seriously -- this is a good reason NOT to build on obs -- because things like this don't get discovered.
You didn't see Ritchie using obs when he build "Hello World" -- But at that point I couldn't even write "Hello World " and have it work -- that's pretty bad.
Please, stop flooding Factory mailinglist with OBS/packaging issues. -- WBR Kyrill -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Kyrill Detinov wrote:
On Tue, 26 Jun 2012 10:24:33 -0700 Linda Walsh wrote: I couldn't even write "Hello World " and have it work
-- that's pretty bad.
Please, stop flooding Factory mailinglist with OBS/packaging issues.
Flooding? Has there been a bunch of people having problems with Factory's usage of the OBS? Not being able to run gcc is consider an OBS issue? Correct me if I am wrong, but doesn't Factory use OBS to build it's output for releases? So if OBS causes problems with packages being unbuildable or unrunnable, then that has nothing to do with Factory's releases? Seems like the flood you are talking about is more people having problems building with OBS or being able to rebuild binaries from source. That's not a factory issue? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Well... There are also those who flood the list with 'warnings' ;) I wonder which is more legit... 2012/6/27 Linda Walsh <suse@tlinx.org>:
Kyrill Detinov wrote:
On Tue, 26 Jun 2012 10:24:33 -0700 Linda Walsh wrote:
I couldn't even write "Hello World " and have it work
-- that's pretty bad.
Please, stop flooding Factory mailinglist with OBS/packaging issues.
--- Flooding? Has there been a bunch of people having problems with Factory's usage of the OBS?
Not being able to run gcc is consider an OBS issue?
Correct me if I am wrong, but doesn't Factory use OBS to build it's output for releases?
So if OBS causes problems with packages being unbuildable or unrunnable, then that has nothing to do with Factory's releases?
Seems like the flood you are talking about is more people having problems building with OBS or being able to rebuild binaries from source. That's not a factory issue?
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- Nelson Marques // I've stopped trying to understand sandwiches with a third piece of bread in the middle... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday, 2012-06-27 at 00:44 -0700, Linda Walsh wrote:
Kyrill Detinov wrote:
On Tue, 26 Jun 2012 10:24:33 -0700 Linda Walsh wrote:
Please, stop flooding Factory mailinglist with OBS/packaging issues.
Flooding? Has there been a bunch of people having problems with Factory's usage of the OBS?
It is a question rather of netiquette, you are crosposting. This thread you started in [opensuse], and suddenly you crosposted to [opensuse-factory] without explanations. Every time someone does that it is confusing to the users of the new list, it is a post appearing without thread history to relate to. Please keep the thread where it originated. If you do feel an irresistible urge to crospost, do not! Instead, start a new thread in the new mail list doing a summary, not forgetting to explain why you switch mail lists. - -- Cheers, Carlos E. R. (from 11.4 x86_64 "Celadon" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEARECAAYFAk/xjqsACgkQtTMYHG2NR9VH2ACeIlQdrYBuTjQwi3xrNTeCbUY7 0GYAoIbeutxSu/ykOFhMQ54r1+3FYZqt =4oX0 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* Linda Walsh (suse@tlinx.org) [20120626 19:24]:
Why doesn't the compiler look where it needs to when it is run? Seems like using a special build system to get around a GCC bug is missing the point.
The best place to get an answer is to ask on the gcc-help@gcc.gnu.org list. I have no idea why it works for me but doesn't for you. cc1 is part of the cpp46 package. If that is installed and the compiler driver still doesn't find its executables there's either a bug in gcc or in your way of calling gcc. Either way *please* ask upstream as the chances of really getting your mystery solved there are much higher. Philipp -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (5)
-
Carlos E. R.
-
Kyrill Detinov
-
Linda Walsh
-
Nelson Marques
-
Philipp Thomas