From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-23 21:45:59
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D342742 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #3 from Sergei Steshenko 2006-05-23 21:45 UTC ------- In the build my script modifies a number of files: 1) Gtk2-1.121/t/00.Gtk2.t, the change is: " [12] 0:37 se...@co...:/ibm/home/sergei> diff /mnt/removable4/sergei/build_work/build/Gtk2-1.121/t/00.Gtk2.t.original /mnt/removable4/sergei/build_work/build/Gtk2-1.121/t/00.Gtk2.t 50c50 < @ARGV =3D qw(--help --g-fatal-warnings --name gtk2perl --urgs tre= e); --- > @ARGV =3D qw(--help --name gtk2perl --urgs tree); [13] 0:38 se...@co...:/ibm/home/sergei> =20 " - see http://bugzilla.gnome.org/show_bug.cgi?id=3D341688 for reference. 2) Gtk2-1.121/Makefile, the difference is: " [13] 0:38 se...@co...:/ibm/home/sergei> diff /mnt/removable4/sergei/build_work/build/Gtk2-1.121/Makefile /mnt/removable4/sergei/build_work/build/Gtk2-1.121/Makefile.original 127,128c127,128 < PERL =3D /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux < FULLPERL =3D /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux --- > PERL =3D /usr/bin/perl5.8.7 > FULLPERL =3D /usr/bin/perl5.8.7 2043c2043 < FULLPERL =3D /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux --- > FULLPERL =3D /usr/bin/perl5.8.7 2149c2149 < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -I $(INST_LIB) -I $(INST_ARCHLIB) -MGlib::ParseXSDoc \ --- > /usr/bin/perl5.8.7 -I $(INST_LIB) -I $(INST_ARCHLIB) -MGlib::Pars= eXSDoc \ 2158c2158 < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -I $(INST_LIB) -I $(INST_ARCHLIB) -MGlib::GenPod -M$(NAME) \ --- > /usr/bin/perl5.8.7 -I $(INST_LIB) -I $(INST_ARCHLIB) -MGlib::GenP= od -M$(NAME) \ 2162c2162 < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -MExtUtils::Command -e mkpath $@ --- > /usr/bin/perl5.8.7 -MExtUtils::Command -e mkpath $@ 2165c2165 < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -e 'print "\n=3Dhead1 NAME\n\n$(NAME) API Reference Pod Index\n\n=3Dhead1 PAGES\n\n=3Dover\n\n"' \ --- > /usr/bin/perl5.8.7 -e 'print "\n=3Dhead1 NAME\n\n$(NAME) API Refe= rence Pod Index\n\n=3Dhead1 PAGES\n\n=3Dover\n\n"' \ 2167,2168c2167,2168 < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -nae 'print "=3Ditem L<$$F[1]>\n\n";' < build/podindex >> $(INST_LIB)/$(FULLEXT)/index.pod < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux -e 'print "=3Dback\n\n";' >> $(INST_LIB)/$(FULLEXT)/index.pod --- > /usr/bin/perl5.8.7 -nae 'print "=3Ditem L<$$F[1]>\n\n";' < build/= podindex >> $(INST_LIB)/$(FULLEXT)/index.pod > /usr/bin/perl5.8.7 -e 'print "=3Dback\n\n";' >> $(INST_LIB)/$(FUL= LEXT)/index.pod 2199c2199 < /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux $< --- > /usr/bin/perl5.8.7 $< [14] 0:43 se...@co...:/ibm/home/sergei>=20 ", i.e. all occurences of '/usr/bin/perl5.8.7' are replaced with /usr/bin/perl5.8.7 -I . -I /mnt/removable4/sergei/build_work/install/Glib-1.120/lib/perl5/site_perl/= 5.8.7/i386-linux to make 'Makefile' tell Perl where to find newly build Perl modules Gtk2 depends on. I'll upload both the original and changed Makefile. --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |