Hi,
during a recent rebuild of all RHEL4 packages in mock, I saw a number of packages which expect pkg-config to be present during the build stage, but do not define it as a BuildRequire.
A short discussion of this issue on #fedora-devel suggested dropping pkg-config into the buildgroups.xml definitions, so that it gets installed by mock in each case.
Comments?
regards, andreas
On Mon, 2005-06-20 at 19:07 +0200, Andreas Thienemann wrote:
Hi,
during a recent rebuild of all RHEL4 packages in mock, I saw a number of packages which expect pkg-config to be present during the build stage, but do not define it as a BuildRequire.
A short discussion of this issue on #fedora-devel suggested dropping pkg-config into the buildgroups.xml definitions, so that it gets installed by mock in each case.
Comments?
pkgconfig (the RPM name is pkgconfig and the binary is pkg-config) is quite small and depends _only_ on glibc, so this seems logical to me.
Dan
On Mon, 2005-06-20 at 19:07 +0200, Andreas Thienemann wrote:
Hi,
during a recent rebuild of all RHEL4 packages in mock, I saw a number of packages which expect pkg-config to be present during the build stage, but do not define it as a BuildRequire.
A short discussion of this issue on #fedora-devel suggested dropping pkg-config into the buildgroups.xml definitions, so that it gets installed by mock in each case.
I don't see any problem with that.
anyone object? -sv
On Tue, 21 Jun 2005, seth vidal wrote:
A short discussion of this issue on #fedora-devel suggested dropping pkg-config into the buildgroups.xml definitions, so that it gets installed by mock in each case.
I don't see any problem with that.
Good.
anyone object?
I hope not. ;)
Something else, I forgot: The same goes for '/usr/bin/which'. configure uses it, but it isn't defined as BuildPreReq. I already added a few bugs about this to bugzilla, but the more I think about, the more sense it probably would make to just add it to buildgroups as well.
Again, it is only linked against glibc, so that we won't land in dependency hell.
regards, andreas
On Tue, 2005-06-21 at 01:22 -0400, seth vidal wrote:
On Mon, 2005-06-20 at 19:07 +0200, Andreas Thienemann wrote:
Hi,
during a recent rebuild of all RHEL4 packages in mock, I saw a number of packages which expect pkg-config to be present during the build stage, but do not define it as a BuildRequire.
A short discussion of this issue on #fedora-devel suggested dropping pkg-config into the buildgroups.xml definitions, so that it gets installed by mock in each case.
I don't see any problem with that.
anyone object?
I've added which and pkgconfig to the buildgroups.xml file.
-sv
buildsys@lists.fedoraproject.org