[opensuse-buildservice] Fedora 17 added, new build package required
Fedora:17 project is added and can be used. However, for local builds you need to update the build package or some workarounds will not apply. (Doing the /bin > /usr/bin move only half way is a really bad idea, Fedora). You need build-2012.05.30 or later, for example from openSUSE:Tools project. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
I added this to my Home project (home:flichtenheld). I had some issues with kmod which seems to be a module-init-tools replacement (Obsoletes: module-init-tools): * I needed to add "Prefer: kmod" since some of the programs complained that they couldn't decide between kmod and module-init-tools (for dependency module-init-tools) * But this then creates a file conflict since module-init-tools is listed in "Support" I would suggest adding the Prefer and replacing module-init-tools in Support with kmod. Gruesse, Frank
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Wednesday, May 30, 2012 3:59 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Fedora 17 added, new build package required
Fedora:17 project is added and can be used.
However, for local builds you need to update the build package or some workarounds will not apply. (Doing the /bin > /usr/bin move only half way is a really bad idea, Fedora).
You need build-2012.05.30 or later, for example from openSUSE:Tools project.
bye adrian
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Mittwoch, 30. Mai 2012, 16:21:07 schrieb Frank Lichtenheld:
I added this to my Home project (home:flichtenheld). I had some issues with kmod which seems to be a module-init-tools replacement (Obsoletes: module-init-tools): * I needed to add "Prefer: kmod" since some of the programs complained that they couldn't decide between kmod and module-init-tools (for dependency module-init-tools) * But this then creates a file conflict since module-init-tools is listed in "Support"
I would suggest adding the Prefer and replacing module-init-tools in Support with kmod.
Can you test this in your prjconf first by adding Prefer: kmod Support: -module-init-tools ? The second line will remove the support state from Fedora:17 prjconf again in your project. thanks a lot! adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Wednesday, May 30, 2012 8:26 PM To: opensuse-buildservice@opensuse.org Cc: Frank Lichtenheld Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
I added this to my Home project (home:flichtenheld). I had some issues with kmod which seems to be a module-init-tools replacement (Obsoletes: module-init-tools): * I needed to add "Prefer: kmod" since some of the programs complained that they couldn't decide between kmod and module-init-tools (for dependency module-init-tools) * But this then creates a file conflict since module-init-tools is
Am Mittwoch, 30. Mai 2012, 16:21:07 schrieb Frank Lichtenheld: listed in "Support"
I would suggest adding the Prefer and replacing module-init-tools in
Support with kmod.
Can you test this in your prjconf first by adding
Prefer: kmod Support: -module-init-tools
? The second line will remove the support state from Fedora:17 prjconf again in your project.
Hmm, that doesn't seem to work, it still wants to install module-init-tools. Any ideas why? Gruesse, Frank -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----Original Message----- From: Frank Lichtenheld [mailto:Frank.Lichtenheld@Sophos.com] Sent: Wednesday, May 30, 2012 8:58 PM To: Adrian Schröter; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] Fedora 17 added, new build package required
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Wednesday, May 30, 2012 8:26 PM To: opensuse-buildservice@opensuse.org Cc: Frank Lichtenheld Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
I added this to my Home project (home:flichtenheld). I had some issues with kmod which seems to be a module-init-tools replacement (Obsoletes: module-init-tools): * I needed to add "Prefer: kmod" since some of the programs complained that they couldn't decide between kmod and module-init- tools (for dependency module-init-tools) * But this then creates a file conflict since module-init-tools is
Am Mittwoch, 30. Mai 2012, 16:21:07 schrieb Frank Lichtenheld: listed in "Support"
I would suggest adding the Prefer and replacing module-init-tools in
Support with kmod.
Can you test this in your prjconf first by adding
Prefer: kmod Support: -module-init-tools
? The second line will remove the support state from Fedora:17 prjconf again in your project.
Hmm, that doesn't seem to work, it still wants to install module-init- tools. Any ideas why?
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools Gruesse, Frank -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
-----Original Message----- From: Frank Lichtenheld [mailto:Frank.Lichtenheld@Sophos.com] Sent: Wednesday, May 30, 2012 8:58 PM To: Adrian Schröter; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] Fedora 17 added, new build package required
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Wednesday, May 30, 2012 8:26 PM To: opensuse-buildservice@opensuse.org Cc: Frank Lichtenheld Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
I added this to my Home project (home:flichtenheld). I had some issues with kmod which seems to be a module-init-tools replacement (Obsoletes: module-init-tools): * I needed to add "Prefer: kmod" since some of the programs complained that they couldn't decide between kmod and module-init- tools (for dependency module-init-tools) * But this then creates a file conflict since module-init-tools is
Am Mittwoch, 30. Mai 2012, 16:21:07 schrieb Frank Lichtenheld: listed in "Support"
I would suggest adding the Prefer and replacing module-init-tools in
Support with kmod.
Can you test this in your prjconf first by adding
Prefer: kmod Support: -module-init-tools
? The second line will remove the support state from Fedora:17 prjconf again in your project.
Hmm, that doesn't seem to work, it still wants to install module-init- tools. Any ideas why?
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ... Thanks a lot for testing this, it is changed in Fedora:17 project now. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to actively do something in my project? A trigger rebuild (obviously) doesn't help... Nico -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, 01 Jun 2012 10:43:52 +0200, Nico Kruber <lists.nico.k@googlemail.com> wrote:
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to
actively do something in my project? A trigger rebuild (obviously) doesn't help...
Nico
Same here, furthermore I have a question regarding the Prefer entries in my prjconf: I have a package that buildrequires java and for F16, I used "Prefer: java-1.6.0-openjdk" in order to build it. Now F17 offers java-1.7.0-openjdk instead. So how can I have two "Prefer: ..." lines in my prjconf where one is used for F16 only and the other one for F17 only? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Freitag, 1. Juni 2012, 11:13:45 schrieb Fritz Elfert:
On Fri, 01 Jun 2012 10:43:52 +0200, Nico Kruber <lists.nico.k@googlemail.com> wrote:
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to
actively do something in my project? A trigger rebuild (obviously) doesn't help...
Nico
Same here, furthermore I have a question regarding the Prefer entries in my prjconf:
I have a package that buildrequires java and for F16, I used "Prefer: java-1.6.0-openjdk" in order to build it.
Just BuildRequires: java-devel is not doing the right thing ? We should add Prefers to the Fedora:* projects then.
Now F17 offers java-1.7.0-openjdk instead. So how can I have two "Prefer: ..." lines in my prjconf where one is used for F16 only and the other one for F17 only?
You can do so via %if "%_repository" == "Fedora_17" Prefer:.. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, 01 Jun 2012 11:17:33 +0200, Adrian Schröter <adrian@suse.de> wrote:
Am Freitag, 1. Juni 2012, 11:13:45 schrieb Fritz Elfert:
On Fri, 01 Jun 2012 10:43:52 +0200, Nico Kruber <lists.nico.k@googlemail.com> wrote:
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to
actively do something in my project? A trigger rebuild (obviously) doesn't help...
Nico
Same here, furthermore I have a question regarding the Prefer entries in my prjconf:
I have a package that buildrequires java and for F16, I used "Prefer: java-1.6.0-openjdk" in order to build it.
Just
BuildRequires: java-devel
is not doing the right thing ? We should add Prefers to the Fedora:* projects then.
No. I don't use java-devel, because the package actually does not build *against* java but only happens to use a java-based javascript-minifier during the build process. So I use: BuildRequires: java which works out of the box for all repos except F16 and F17 where I get the usual choice between java-1.5.0-gcj and java-1.X.0-openjdk. I solved this now by using Prefer: java-1.5.0-gcj which is available on both F16 and 17 (the java version is not really critical in this case). Thanks -Fritz -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Freitag, 1. Juni 2012, 10:43:52 schrieb Nico Kruber:
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading the build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to actively do something in my project? A trigger rebuild (obviously) doesn't help...
It should affect every repo building against it automatically. What is your project/package/repo ? -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Friday, June 01, 2012 11:20 AM To: opensuse-buildservice@opensuse.org Cc: Nico Kruber Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading
Am Freitag, 1. Juni 2012, 10:43:52 schrieb Nico Kruber: the
build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to actively do something in my project? A trigger rebuild (obviously) doesn't help...
It should affect every repo building against it automatically.
Hmm, you have replaced module-init-tools with kmod in Support, but you still need to add the "Prefer: kmod". Otherwise many Fedora packages do not installed due to ambiguous Requires on module-init-tools. Gruesse, Frank -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Freitag, 1. Juni 2012, 10:11:15 schrieb Frank Lichtenheld:
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Friday, June 01, 2012 11:20 AM To: opensuse-buildservice@opensuse.org Cc: Nico Kruber Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading
Am Freitag, 1. Juni 2012, 10:43:52 schrieb Nico Kruber: the
build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project now.
Does it take a while to propagate on build.opensuse.org? Or do I need to actively do something in my project? A trigger rebuild (obviously) doesn't help...
It should affect every repo building against it automatically.
Hmm, you have replaced module-init-tools with kmod in Support, but you still need to add the "Prefer: kmod". Otherwise many Fedora packages do not installed due to ambiguous Requires on module-init-tools.
k, done. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Friday 01 June 2012 12:48:59 Adrian Schröter wrote:
Am Freitag, 1. Juni 2012, 10:11:15 schrieb Frank Lichtenheld:
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Friday, June 01, 2012 11:20 AM To: opensuse-buildservice@opensuse.org Cc: Nico Kruber Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
Am Freitag, 1. Juni 2012, 10:43:52 schrieb Nico Kruber:
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld:
Seems the actual syntax is "Support: !module-init-tools" (reading
the
build source code suggested that). Now it works with Prefer: kmod Support: kmod Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project
now.
Does it take a while to propagate on build.opensuse.org? Or do I need
to
actively do something in my project? A trigger rebuild (obviously) doesn't help...
It should affect every repo building against it automatically.
Hmm, you have replaced module-init-tools with kmod in Support, but you still need to add the "Prefer: kmod". Otherwise many Fedora packages do not installed due to ambiguous Requires on module-init-tools. k, done.
still showing "have choice for module-init-tools" here, e.g. https://build.opensuse.org/package/show?package=scalaris- bindings-0.4.1&project=home%3Ascalaris Nico -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, 01 Jun 2012 15:30:53 +0200 Nico Kruber wrote:
still showing "have choice for module-init-tools" here, e.g. https://build.opensuse.org/package/show?package=scalaris- bindings-0.4.1&project=home%3Ascalaris
One more: have choice for libsane.so.1 needed by colord: sane-backends-drivers-cameras sane-backends-drivers-scanners sane-backends-libs https://build.opensuse.org/package/show?package=fb2edit&project=home%3Alintest -- WBR Kyrill -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Freitag, 1. Juni 2012, 17:50:08 schrieb Kyrill Detinov:
On Fri, 01 Jun 2012 15:30:53 +0200 Nico Kruber wrote:
still showing "have choice for module-init-tools" here, e.g. https://build.opensuse.org/package/show?package=scalaris- bindings-0.4.1&project=home%3Ascalaris
One more:
have choice for libsane.so.1 needed by colord: sane-backends-drivers-cameras sane-backends-drivers-scanners sane-backends-libs https://build.opensuse.org/package/show?package=fb2edit&project=home%3Alintest
fixed (or better workarounded) in Fedora:17 prjconf now. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Freitag, 1. Juni 2012, 15:30:53 schrieb Nico Kruber:
On Friday 01 June 2012 12:48:59 Adrian Schröter wrote:
Am Freitag, 1. Juni 2012, 10:11:15 schrieb Frank Lichtenheld:
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Friday, June 01, 2012 11:20 AM To: opensuse-buildservice@opensuse.org Cc: Nico Kruber Subject: Re: [opensuse-buildservice] Fedora 17 added, new build package required
Am Freitag, 1. Juni 2012, 10:43:52 schrieb Nico Kruber:
On Friday 01 June 2012 08:21:49 Adrian Schröter wrote:
Am Donnerstag, 31. Mai 2012, 23:16:12 schrieb Frank Lichtenheld: > Seems the actual syntax is "Support: !module-init-tools" (reading
the
> build source code suggested that). Now it works with > Prefer: kmod > Support: kmod > Support: !module-init-tools
erm, right ...
Thanks a lot for testing this, it is changed in Fedora:17 project
now.
Does it take a while to propagate on build.opensuse.org? Or do I need
to
actively do something in my project? A trigger rebuild (obviously) doesn't help...
It should affect every repo building against it automatically.
Hmm, you have replaced module-init-tools with kmod in Support, but you still need to add the "Prefer: kmod". Otherwise many Fedora packages do not installed due to ambiguous Requires on module-init-tools. k, done.
still showing "have choice for module-init-tools" here, e.g. https://build.opensuse.org/package/show?package=scalaris- bindings-0.4.1&project=home%3Ascalaris
it just takes time. Indirect repository triggers are low priority. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----Original Message----- From: Adrian Schröter [mailto:adrian@suse.de] Sent: Wednesday, May 30, 2012 3:59 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Fedora 17 added, new build package required
Fedora:17 project is added and can be used.
However, for local builds you need to update the build package or some workarounds will not apply. (Doing the /bin > /usr/bin move only half way is a really bad idea, Fedora).
You need build-2012.05.30 or later, for example from openSUSE:Tools project.
In addition to the kmod/module-init-tools problem I also have the problem that /usr/bin/gcc is not available in the build chroot, you can see this in my home project in e.g. deb. I've tracked this down to setupccache in build. It does rm -f "$BUILD_ROOT$builduserhome"/bin/{gcc,g++,cc,c++} But $builduserhome is never set (grepping through the source this is the only place where it is ever mentioned). So really this does rm -f "$BUILD_ROOT"/bin/{gcc,g++,cc,c++} This was never a problem, since gcc is at /usr/bin. But in Fedora 17 /bin/gcc is the same as /usr/bin/gcc so gcc is removed! That line probably should be just removed. Gruesse, Frank -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----Original Message----- From: Frank Lichtenheld [mailto:Frank.Lichtenheld@Sophos.com] Sent: Wednesday, May 30, 2012 9:14 PM To: Adrian Schröter; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] Fedora 17 added, new build package required [...] I've tracked this down to setupccache in build. It does rm -f "$BUILD_ROOT$builduserhome"/bin/{gcc,g++,cc,c++} But $builduserhome is never set (grepping through the source this is the only place where it is ever mentioned). So really this does rm -f "$BUILD_ROOT"/bin/{gcc,g++,cc,c++} This was never a problem, since gcc is at /usr/bin. But in Fedora 17 /bin/gcc is the same as /usr/bin/gcc so gcc is removed! That line probably should be just removed.
https://github.com/openSUSE/obs-build/pull/14 for your convenience. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-----Original Message----- From: Frank Lichtenheld [mailto:Frank.Lichtenheld@Sophos.com] Sent: Wednesday, May 30, 2012 9:18 PM To: Adrian Schröter; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] Fedora 17 added, new build package required
-----Original Message----- From: Frank Lichtenheld [mailto:Frank.Lichtenheld@Sophos.com] Sent: Wednesday, May 30, 2012 9:14 PM To: Adrian Schröter; opensuse-buildservice@opensuse.org Subject: RE: [opensuse-buildservice] Fedora 17 added, new build package required [...] I've tracked this down to setupccache in build. It does rm -f "$BUILD_ROOT$builduserhome"/bin/{gcc,g++,cc,c++} But $builduserhome is never set (grepping through the source this is the only place where it is ever mentioned). So really this does rm -f "$BUILD_ROOT"/bin/{gcc,g++,cc,c++} This was never a problem, since gcc is at /usr/bin. But in Fedora 17 /bin/gcc is the same as /usr/bin/gcc so gcc is removed! That line probably should be just removed.
https://github.com/openSUSE/obs-build/pull/14 for your convenience.
FYI, this seems to have been deployed now at OBS, most of my packages now build against Fedora:17. Gruesse, Frank -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (5)
-
Adrian Schröter
-
Frank Lichtenheld
-
Fritz Elfert
-
Kyrill Detinov
-
Nico Kruber