From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2013-10-17 16:41:25
|
https://bugzilla.gnome.org/show_bug.cgi?id=710403 gnome-perl | general | unspecified Summary: failure to build: mkdir: cannot create directory 'blib/lib/Gnome2': File exists Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: general AssignedTo: gtk...@li... ReportedBy: dam...@kt... QAContact: gtk...@li... GNOME version: --- Created an attachment (id=257560) View: https://bugzilla.gnome.org/attachment.cgi?id=257560 Review: https://bugzilla.gnome.org/review?bug=710403&attachment=257560 add -p to mkdir invocation Trying to build 1.043 on a clean Debian/unstable fails with: ... chmod 644 blib/arch/auto/Gnome2/Gnome2.bs Parsing XS files... Generating POD... Loaded 3 extra types from doctypes Loaded 9 extra types from /usr/lib/perl5/Gtk2/Install/doctypes Loaded 13 extra types from /usr/lib/perl5/Gnome2/VFS/Install/doctypes Loaded 8 extra types from /usr/lib/perl5/Glib/Install/doctypes Loaded 7 extra types from /usr/lib/perl5/Cairo/Install/doctypes Loaded 2 extra types from /usr/lib/perl5/Pango/Install/doctypes Creating POD index... mkdir blib/lib/Gnome2 mkdir: cannot create directory 'blib/lib/Gnome2': File exists make[1]: *** [blib/lib/Gnome2/enums.pod] Error 1 This seems to be caused by the newly added line in Makefile.PL: mkdir blib/lib/\$(NAME) Adding -p to that command allows the build to proceed successfully. The attached patch does exactly that. Thanks for considering, dam, Debian Perl Group -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |