With coreutils-6.10 SGMLSpm-1.03ii installation fails installation.
It attempts chmod on the dangling symlink installed
in /usr/share/doc/perl5/SGMLSpm. Currently we are deleting it after
installation, this no longer works.
Attached an svn diff to delete it before installation.
---
David Jensen
Index: perl-modules.xml
===================================================================
--- perl-modules.xml (revision 7484)
+++ perl-modules.xml (working copy)
@@ -943,6 +943,7 @@
<screen><userinput>sed -i -e "s@/usr/local/bin@/usr/bin@" \
-e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&lfs-perl-version;@" \
-e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
+ -e "[EMAIL PROTECTED] html@&; rm HTML/SGMLSpm/sample.pl@" \
Makefile</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@@ -950,7 +951,6 @@
<screen role="root"><userinput>make install &&
install -v -m755 -d /usr/share/doc/perl5 &&
make install_html &&
-rm -v -f /usr/share/doc/perl5/SGMLSpm/sample.pl &&
install -v -m644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</userinput></screen>
<!-- Test::Pod -->
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page