Re: Lack of perl(Glib::MakeHelper) module?

2009-07-28 Thread 梁穗隆
Thanks a lot., Nicolas.

I build my two package targeting to dist-f12. I rebuild them for fedora 12
not for fedora 11.

Do you push the latest update to dist-f12?

-- 
urlhttp://liangsuilong.co.cc/url
Fight for freedom(3F)
Ask not what your Linux distro can do for you!
Ask what you can do for your Linux distro!
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Lack of perl(Glib::MakeHelper) module?

2009-07-27 Thread 梁穗隆
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=1523997name=build.log
perl-Goo-Canvas:
http://koji.fedoraproject.org/koji/getfile?taskID=1523891name=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.

If it is really a bug, I will write a bug report on bugzilla.

At last, perl-Glib has announced 1.222 version. Please maintainer upgrade
it.

-- 
urlhttp://liangsuilong.co.cc/url
Fight for freedom(3F)
Ask not what your Linux distro can do for you!
Ask what you can do for your Linux distro!
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Re: Lack of perl(Glib::MakeHelper) module?

2009-07-27 Thread Nicolas Chauvet
2009/7/27 梁穗隆 liangsuil...@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=1523997name=build.log
 perl-Goo-Canvas:
 http://koji.fedoraproject.org/koji/getfile?taskID=1523891name=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)

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list