#1702: Packages which are not tarball or zip file cannot be built
--------------------+-----------------------
Reporter: pierre | Owner: pierre
Type: defect | Status: assigned
Priority: high | Milestone: 2.4
Component: ablfs | Version: SVN
Severity: major | Resolution:
Keywords: |
--------------------+-----------------------
Comment (by pierre):
Actually, ATM, the only case is CA certificates. But there used to be
others...
First, there is a real bug:
{{{
UNPACKDIR=$PKG_DIR-build
mkdir $UNPACKDIR
cp $PACKAGE $UNPACKDIR
}}}
should be:
{{{
UNPACKDIR=$PKG_DIR-build
mkdir $UNPACKDIR
cp $SRC_DIR/$PACKAGE $UNPACKDIR
}}}
Second, certdata.txt is in BUILD_DIR (as a symlink), not in UNPACKDIR, but
the book instructions suppose it ''is'' in UNPACKDIR... What could be done
is just copy all the symlinks (right now, only one, but possibly more when
another similar package is added) from BUILD_DIR to UNPACKDIR...
--
Ticket URL: <http://wiki.linuxfromscratch.org/alfs/ticket/1702#comment:3>
ALFS Trac <http://wiki.linuxfromscratch.org/alfs/>
Automated Linux From Scratch
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page