ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64
--nodeps builddir/build/SPECS/NetworkManager-openvpn.spec'], False,
'/var/lib/mock/dist-f9-build-205642-35635/root/', None, 0, True, 0, 103,
103, None, logger=<mock.trace_decorator.getLog object at
0x2aaab1ccaf90>)
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/NetworkManager-openvpn.spec']
/etc/profile: line 38: /bin/hostname: No such file or directory
warning: Could not canonicalize hostname: x86-7
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/NetworkManager-openvpn-0.7.0-13.svn3632.fc9.src.rpm
LEAVE do -->
Did I miss an outage notification?
Anything I can do about it?
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
06-13-2008, 12:02 PM
Nigel Jones
Buildsystem messed up?
Christoph Höger wrote:
Hi,
all my builds fail due to:
ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64
--nodeps builddir/build/SPECS/NetworkManager-openvpn.spec'], False,
'/var/lib/mock/dist-f9-build-205642-35635/root/', None, 0, True, 0, 103,
103, None, logger=<mock.trace_decorator.getLog object at
0x2aaab1ccaf90>)
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/NetworkManager-openvpn.spec']
/etc/profile: line 38: /bin/hostname: No such file or directory
warning: Could not canonicalize hostname: x86-7
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/NetworkManager-openvpn-0.7.0-13.svn3632.fc9.src.rpm
LEAVE do -->
Did I miss an outage notification?
Anything I can do about it?
According to
http://koji.fedoraproject.org/koji/getfile?taskID=660521&name=root.log
you are missing build dependencies.
As this is a build for f9-updates-candidates you may need to ask rel-eng
to add these packages to your buildroot.
- Nigel
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
06-13-2008, 12:04 PM
Christoph Höger
Buildsystem messed up?
Am Samstag, den 14.06.2008, 00:02 +1200 schrieb Nigel Jones:
> Christoph Höger wrote:
> > Hi,
> >
> > all my builds fail due to:
> >
> > ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64
> > --nodeps builddir/build/SPECS/NetworkManager-openvpn.spec'], False,
> > '/var/lib/mock/dist-f9-build-205642-35635/root/', None, 0, True, 0, 103,
> > 103, None, logger=<mock.trace_decorator.getLog object at
> > 0x2aaab1ccaf90>)
> > Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/NetworkManager-openvpn.spec']
> > /etc/profile: line 38: /bin/hostname: No such file or directory
> > warning: Could not canonicalize hostname: x86-7
> > Building target platforms: x86_64
> > Building for target x86_64
> > Wrote: /builddir/build/SRPMS/NetworkManager-openvpn-0.7.0-13.svn3632.fc9.src.rpm
> > LEAVE do -->
> >
> >
> > Did I miss an outage notification?
> > Anything I can do about it?
> >
> According to
> http://koji.fedoraproject.org/koji/getfile?taskID=660521&name=root.log
> you are missing build dependencies.
>
> As this is a build for f9-updates-candidates you may need to ask rel-eng
> to add these packages to your buildroot.
>
> - Nigel
>
Yes, I figured that out too (with some little irc help), but I only need
packages that are in updates already. Ive got them installed.
So why are they not in the buildroot?
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
06-13-2008, 12:25 PM
Mamoru Tasaka
Buildsystem messed up?
Christoph Höger wrote, at 06/13/2008 09:04 PM +9:00:
Am Samstag, den 14.06.2008, 00:02 +1200 schrieb Nigel Jones:
Christoph Höger wrote:
Hi,
all my builds fail due to:
According to
http://koji.fedoraproject.org/koji/getfile?taskID=660521&name=root.log
you are missing build dependencies.
As this is a build for f9-updates-candidates you may need to ask rel-eng
to add these packages to your buildroot.
- Nigel
Yes, I figured that out too (with some little irc help), but I only need
packages that are in updates already. Ive got them installed.
So why are they not in the buildroot?
Umm..
[tasaka1@localhost ~]$ koji latest-pkg dist-f9-updates NetworkManager
Build Tag Built by
---------------------------------------- -------------------- ----------------
NetworkManager-0.7.0-0.9.3.svn3623.fc9 dist-f9 dcbw
[tasaka1@localhost ~]$ koji latest-pkg dist-f9-build NetworkManager
Build Tag Built by
---------------------------------------- -------------------- ----------------
NetworkManager-0.7.0-0.6.8.svn3669.fc8 dist-f9-override dcbw
Something seems to be going wrong. (.fc8 package has "dist-f9-override" tag?)
Perhaps anyway you should ask to rel-eng team what is happening.
Regards,
Mamoru
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
06-13-2008, 02:06 PM
Jesse Keating
Buildsystem messed up?
On Fri, 2008-06-13 at 21:25 +0900, Mamoru Tasaka wrote:
> Something seems to be going wrong. (.fc8 package has
> "dist-f9-override" tag?)
> Perhaps anyway you should ask to rel-eng team what is happening.
I have no idea how that happened, but I fixed it.
--
Jesse Keating
Fedora -- Freedom² is a feature!
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
06-13-2008, 02:35 PM
Christoph Höger
Buildsystem messed up?
Am Freitag, den 13.06.2008, 10:06 -0400 schrieb Jesse Keating:
> On Fri, 2008-06-13 at 21:25 +0900, Mamoru Tasaka wrote:
> > Something seems to be going wrong. (.fc8 package has
> > "dist-f9-override" tag?)
> > Perhaps anyway you should ask to rel-eng team what is happening.
>
> I have no idea how that happened, but I fixed it.
>
> --
> fedora-devel-list mailing list
> fedora-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-devel-list
I did not get it to work, there are still the same packages missing.
Do I have to do something to cleanly rebuild or so?
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
06-13-2008, 03:42 PM
Mamoru Tasaka
Buildsystem messed up?
Christoph Höger wrote, at 06/13/2008 11:35 PM +9:00:
Am Freitag, den 13.06.2008, 10:06 -0400 schrieb Jesse Keating:
On Fri, 2008-06-13 at 21:25 +0900, Mamoru Tasaka wrote:
Something seems to be going wrong. (.fc8 package has
"dist-f9-override" tag?)
Perhaps anyway you should ask to rel-eng team what is happening.
I have no idea how that happened, but I fixed it.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
I did not get it to work, there are still the same packages missing.
Do I have to do something to cleanly rebuild or so?