#1977: Perl compile fails at autosplit phase
-----------------------------------+----------------------------------------
Reporter: Paul Lowman | Owner: [EMAIL PROTECTED]
Type: defect | Status: assigned
Priority: normal | Milestone: 6.3
Component: Book | Version: 6.2
Severity: normal | Resolution:
Keywords: preplibrary autosplit |
-----------------------------------+----------------------------------------
Comment (by [EMAIL PROTECTED]):
Looks like it fails silently. Thanks, perl! In the future, you can
redirect one of the streams onto the other so that it comes out in a
single stream. Here's one way:
{{{
do something > logfile 2>&1
}}}
Next question. After it fails, what happens if you just try to run the
command on your own? What about if you remove the lib/auto directory
first?
{{{
sh ./makedir lib/auto
echo $?
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1977#comment:7>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page