GNOME Bugzilla – Bug 710403
failure to build: mkdir: cannot create directory 'blib/lib/Gnome2': File exists
Last modified: 2013-12-08 17:40:12 UTC
Created attachment 257560 [details] [review] 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
Should be fixed in 1.044.