SliTaz SliTaz Forum

You are not logged in.

#1 2012-04-16 19:14:03

funkturm
Member
Registered: 2011-03-30
Posts: 6

Creation Live CD from slitaz 4.0 doesn't work (Error with libsqlite)

Hello all,

i use the new slitaz 4.0 (live CD version without installation) and add the package for firmware-iwlwifi-5000.

After this steps i will create a new Live CD version with following steps:

    - tazlito clean-distro

    - tazlito gen-distro (both questions i answered with ENTER)

After some downloads I get an error. The libsqlite can't be download, because in file "distro-packages.list" it doesn't have a version number (version number 3.7.9 works fine). For package sqlite it is the same problem.

Can somebody check this problem please. I think a fix was needed.

Best regards

    Chris

Offline

#2 2012-04-23 17:38:24

funkturm
Member
Registered: 2011-03-30
Posts: 6

Re: Creation Live CD from slitaz 4.0 doesn't work (Error with libsqlite)

I create a bug message for this issue

http://bugs.slitaz.org/?id=18

Offline

#3 2012-05-16 15:08:09

teaborn
Member
Registered: 2012-05-16
Posts: 3

Re: Creation Live CD from slitaz 4.0 doesn't work (Error with libsqlite)

For all who have the same problem.

Here is a little workaround:

sed -i -e 's;cp $LIST_NAME $DISTRO/distro-packages.list;cp $LIST_NAME $DISTRO/distro-packages.list\nsed -i -e "s/sqlite-$/sqlite-3.7.9/g" $LIST_NAME;g' /usr/bin/tazlito

  sed -i -e 's;echo "$i-$VERSION$EXTRAVERSION" >> $LIST_NAME;echo "$i-$VERSION$EXTRAVERSION" >> $LIST_NAME\nsed -i -e "s/sqlite-$/sqlite-3.7.9/g" $LIST_NAME;g' /usr/bin/tazlito

Maybe you have to install "tazpkg get-install sed". I don't know or can edit the file "/usr/bin/tazlito" by hand

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]