Lack of perl(Glib::MakeHelper) module?

Nicolas Chauvet kwizart at gmail.com
Mon Jul 27 10:26:18 UTC 2009


2009/7/27 梁穗隆 <liangsuilong at gmail.com>:
> Now it is time to rebuild the packages for Fedora 12. I try to rebuild my
> maintained package.
>
> When I rebuild my perl-Gnome2-Wnck and perl-Goo-Canvas, it fails and shows
> that it needs Glib::MakeHelper but it can not find. But in the past when I
> submitted and build these two package, it is OK. I do not know whether
> another perl module packages will meet this problem or not. As I see it, it
> is possible that perl-Glib has a bug. But I can not make sure.
>
> These are perl-Gnome2-Wnck and perl-Goo-Canvas build logs.
> perl-Gnome2-Wnck:
> http://koji.fedoraproject.org/koji/getfile?taskID=1523997&name=build.log
> perl-Goo-Canvas:
> http://koji.fedoraproject.org/koji/getfile?taskID=1523891&name=build.log
>
>
> Is Glib::MakeHelper moved into perl-Glib-devel? But I think rpmbuild is able
> to detect and add it into spec file automatically.
You have to tweak your build Requires:
from
BuildRequires:  perl(Glib) >= 1.180
to
BuildRequires:  perl(Glib::MakeHelper) >= 1.180


As reported from this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=509419

Nicolas (kwizart)




More information about the devel mailing list