[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug - building binary tarball in Jessie



Package: live-build
Version: 4.0.3-1


Hi all,

I am testing live-build 4.0.3 for building Debian Linux Live CD.
I am using Debian GNU/Linux Jessie

$ lb config -b tar --compression gzip --chroot-filesystem plain && lb build

However, when running binary_tar script, it produces the following error:

[2015-03-03 11:47:55] lb binary_netboot
[2015-03-03 11:47:55] lb binary_tar
P: Begin building binary tarball...
tar: live-image-i386.: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
P: Begin unmounting filesystems...


There is an error inside the script

/usr/lib/live/build/binary_tar

I suggest replace the line:

tar cf ${LIVE_IMAGE_NAME}-${LIVE_IMAGE_ARCHITECTURE}.tar.tar
${LIVE_IMAGE_NAME}-${LIVE_IMAGE_ARCHITECTURE}.

by:

tar cf ${LIVE_IMAGE_NAME}-${LIVE_IMAGE_ARCHITECTURE}.tar.tar binary

This fix the error.

Best regards.


-- 
Ing. Yadickson Soto
+584164783125
User Linux #497718


Reply to: