From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-10 01:21:13
|
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=3D341090 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #15 from muppet 2006-05-10 01:21 UTC ------- Created an attachment (id=3D65134) --> (http://bugzilla.gnome.org/attachment.cgi?id=3D65134&action=3Dview) Output of Makefile.with_diagnostics.PL As requested comment #12, output of Makefile.with_diagnostics.PL. This i= s the original Makefile.PL with only a dump of @INC and %INC added. I created this with script. At first, i've opened a brand-new shell, and= perl is looking in /usr/lib/perl5, where i have Glib 1.080 installed via RPM.=20 Makefile.PL complains that it needs Glib 1.120. Next, i executed an alia= s "gnomecvsenv", which sources a file that sets up my environment to point = at a sandbox where i have gnome installed from cvs. Then i run env, and also = echo some variables for emphasis. In particular, note the value of PERL5LIB --- $SANDBOX/lib/perl5/site_per= l, as described in the README that comes with Gtk2 (since i wrote that README ;= -). Then i rerun Makefile.with_diagnostics.PL in the new environment. Perl detected my PERL5LIB setting, and expanded that one directory with six mo= re of its own, to handle the various possible old versions and platforms for wh= ich this perl is configured. Then, the part you're interested most in: CodeGen.pm =3D> CodeGen.pm Glib/CodeGen.pm =3D> /home/muppet/sandboxes/gnome2/lib/perl5/site_perl/5.8.3/i386-linux-thread= -multi/Glib/CodeGen.pm The script continues normally. --=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. |