Le 02/04/2015 18:03, Bruce Dubbs a écrit :
Di Appoggio wrote:
Hi,
with the help of jhalfs (rev 3824) I'm trying to add blfs support with
latest lfs and blfs revision but I can't pass target 018-z-sqlite.
./jhalfs/build_dir/blfs_root/work/logs/018-z-sqlite:
sqlite-autoconf-3080802.tar.gz: OK
sqlite-doc-3080802.zip: OK
unzip: cannot find or open ../sqlite-doc-.zip,
../sqlite-doc-.zip.zip or
../sqlite-doc-.zip.ZIP.
./jhalfs/build_dir/blfs_root/scripts/018-z-sqlite:
[...]
cd $UNPACKDIR
unzip -q ../sqlite-doc-.zip
./configure --prefix=/usr --disable-static \
CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_SECURE_DELETE=1" &&
[...]
The error is quite clear, but I can't see how this script is parsed. Can
someone help?
Is the unzip package installed?
-- Bruce
It is again the same error with libxml2 from the host. See for example
http://lists.linuxfromscratch.org/pipermail/blfs-dev/2015-March/029846.html.
There is not much you can do at this stage, except editing the script:
Change "unzip -q ../sqlite-doc-.zip" to "unzip -q
../sqlite-doc-3080802.zip" for now. There is another place in the script:
"cp -v -R sqlite-doc-/* /usr/share/doc/sqlite-3.8.8.2" should be "cp -v
-R sqlite-doc-3080802/* /usr/share/doc/sqlite-3.8.8.2".
Then you can restart with make -C /mnt/lfs/jhalfs, unless you have
unmounted the kernel filesystems:
make -C /mnt/lfs/jhalfs devices
make -C /mnt/lfs/jhalfs
When you are done, change to directory blfs_root/blfs-xml, and "touch
general.ent". Then "cd ..; make". It allows to rebuild the rendered
book. Otherwise, you keep the book rendered by your host, with the same
error.
regards
Pierre
--
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page