SliTaz SliTaz Forum

You are not logged in.

#1 2013-02-13 16:51:10

ernia
Member
Registered: 2011-05-20
Posts: 299

http://hg.slitaz.org/wok/log?rev=linux

http://hg.slitaz.org/wok/log?rev=linux

i remember that some weeks ago i did see much more output, i did found the original push.

as far as i'm concerned it was useful, i'm looking for the point where we stopped to build kernel doing make oldconfig to check if bringing it back would make virtualbox-ose to build again, but i can't find it.

am i doing something wrong or is it a new "feature"?

Offline

#2 2013-02-13 17:07:29

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: http://hg.slitaz.org/wok/log?rev=linux

More errors are tracked since http://hg.slitaz.org/cookutils/rev/9b332460c586

Offline

#3 2013-02-13 18:52:01

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: http://hg.slitaz.org/wok/log?rev=linux

Hi Pascal, my english is ugly, i was talking about wok history and not cook log.

I'm pretty sure to have previoulsy seen the original push of 3.2, now i can see only last three weeks.

i wonder if i'm making some error or if there has been a change in how wok shows history:

http://hg.slitaz.org/wok/log?rev=linux

if i remember well somewhere you removed "make oldconfig" form kernel build, looking at the error issued by virtualbox-ose

echo "  error: Kernel configuration is invalid.";        \

echo "         include/generated/autoconf.h or include/config/auto.conf are missing.";\

echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";   

i'd try to restore it to see if the break has been introduced there, but i can't find it.

thanks for your answer

Offline

#4 2013-02-13 20:00:18

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: http://hg.slitaz.org/wok/log?rev=linux

mmm, i was wrong, both files are provided by linux-module-headers, which is a bdeps of virtualbox. the test should not fail:

[c]root@slitvaio:/usr/src/linux-3.2-slitaz# test -e include/generated/autoconf.h -a -e include/config/auto.conf || echo not true
root@slitvaio:/usr/src/linux-3.2-slitaz# test -e include/generated/autoconf.h -a -e include/config/auto.conf && echo true
true
root@slitvaio:/usr/src/linux-3.2-slitaz# tazpkg -lf bash

Unable to find the receipt: /var/lib/tazpkg/installed/bash/receipt

root@slitvaio:/usr/src/linux-3.2-slitaz# ls -la /bin/sh
lrwxrwxrwx    1 root     root             7 Feb 13 11:45 /bin/sh -> busybox
root@slitvaio:/usr/src/linux-3.2-slitaz#[/c]

Offline

#5 2013-02-16 04:59:55

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: http://hg.slitaz.org/wok/log?rev=linux

@bellard

i see in many receipt post_install script

chroot "$1"

who calls the script with an argument?

is this documented somewhere?

i'm modifiying virtualbox-ose post_install and i would like to understand it

i can't make cooker loglimit changes to work, if i unset variable in /etc/slitaz/cook.conf build fails before to load bdeps

i always have very few log, differently from tank cooker.

please, could you check if this works for you?

thanks

PS i build in cooking

Offline

#6 2013-02-17 17:07:07

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: http://hg.slitaz.org/wok/log?rev=linux

Called by 'tazpkg [get-]install somepackage [--root=somepath]

http://hg.slitaz.org/tazpkg/file/592e5daf20f5/tazpkg#l670

The $1 or $ROOT is 'somepath', default empty.

Note: the chroot command is "chroot $1/ some commands" and not "chroot $1 some commands"

The chroot trick has depredicated the SELF_INSTALL veriable.

Offline

#7 2013-02-17 17:09:07

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: http://hg.slitaz.org/wok/log?rev=linux

thanks a lot

Offline

#8 2013-02-20 05:07:28

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: http://hg.slitaz.org/wok/log?rev=linux

@bellard

Tis is my virtualbox-ose log while i'm cooking it:

[c]root@slitvaio:/home/fabio# cat /home/slitaz/cooking/chroot/home/slitaz/log/virtualbox-ose.log
Cook: virtualbox-ose 4.2.6
===================================================================================================================================================================================================================
QA: checking package receipt...
QA: Unable to reach: https://www.virtualbox.org/
Checking build dependencies...
Installing dep (pkg/local): Qt4-dev-4.8.4.tazpkg
Installing dep (web/cache): bin86
Installing dep (web/cache): dev86
Installing dep (web/cache): iasl
Installing dep (web/cache): libIDL
Installing dep (web/cache): libsdl-dev
Installing dep (web/cache): libsdl
Installing dep (web/cache): mesa-dev
Installing dep (web/cache): mesa
Installing dep (web/cache): libxslt-dev
Installing dep (web/cache): libxslt
Installing dep (web/cache): libglu-mesa-dev
Installing dep (web/cache): libglu-mesa
Installing dep (web/cache): Qt4
Installing dep (web/cache): libsdl-ttf-dev
Installing dep (web/cache): libsdl-ttf
Installing dep (web/cache): alsa-lib-dev
Installing dep (web/cache): alsa-lib
Installing dep (web/cache): hal-dev
Installing dep (web/cache): hal
Installing dep (web/cache): python-dev
Installing dep (web/cache): xalan-c
Installing dep (web/cache):root@slitvaio:/home/fabio#[/c]
The log problem let me cook virtualbox-ose and virtualbox-ose-guestutils in my system with the receipts i've pushed to wok, and i can say that both works.

I did try to redirect offending output to /dev/null but it does not work, so probably there is an exit code !0 somewhere.

May you help me somehow?

PS

final log:

[c]root@slitvaio:/home/fabio# cat /home/slitaz/cooking/chroot/home/slitaz/log/virtualbox-ose.log
Cook: virtualbox-ose 4.2.6
===================================================================================================================================================================================================================
QA: checking package receipt...
QA: Unable to reach: https://www.virtualbox.org/
Checking build dependencies...
Installing dep (pkg/local): Qt4-dev-4.8.4.tazpkg
Installing dep (web/cache): bin86
Installing dep (web/cache): dev86
Installing dep (web/cache): iasl
Installing dep (web/cache): libIDL
Installing dep (web/cache): libsdl-dev
Installing dep (web/cache): libsdl
Installing dep (web/cache): mesa-dev
Installing dep (web/cache): mesa
Installing dep (web/cache): libxslt-dev
Installing dep (web/cache): libxslt
Installing dep (web/cache): libglu-mesa-dev
Installing dep (web/cache): libglu-mesa
Installing dep (web/cache): Qt4
Installing dep (web/cache): libsdl-ttf-dev
Installing dep (web/cache): libsdl-ttf
Installing dep (web/cache): alsa-lib-dev
Installing dep (web/cache): alsa-lib
Installing dep (web/cache): hal-dev
Installing dep (web/cache): hal
Installing dep (web/cache): python-dev
Installing dep (web/cache): xalan-c
Installing dep (web/cache):Build dependencies to remove: 138
Removing: Qt4-dev QtDesigner alsa-lib alsa-lib-dev bin86 cairo cdparanoia-III curl curl-dev dbus dbus-dev dbus-glib dev86 freetds glib-dev gsoap gsoap-dev gst-plugins-base gstreamer hal hal-dev iasl icu jpeg lesstif libIDL libQt3Support libQtClucene libQtCore libQtDBus libQtDesigner libQtGui libQtHelp libQtNetwork libQtOpenGL libQtPlugins libQtScript libQtScriptTools libQtSql libQtSvg libQtTest libQtWebkit libQtXml libcap-dev libcrypto-dev libcurl libdevmapper libdevmapper-dev libdrm libdrm-dev libdrm-intel libdrm-mach64 libdrm-nouveau libdrm-radeon libegl-mesa libffi-dev libgcrypt libgcrypt-dev libgio libgio-dev libglu-mesa libglu-mesa-dev libglw-mesa libglw-mesa-dev libgpg-error libgpg-error-dev libidn libidn-dev libjpeg libmysqlclient libogg liboil libpng libpng-dev libpostgresqlclient libsdl libsdl-dev libsdl-ttf libsdl-ttf-dev libtheora libtheora-enc libunixODBC libusb libusb-compat libvncserver libvncserver-dev libvorbis libxml2-dev libxml2-tools libxslt libxslt-dev libxslt-python linux-agp linux-drm makeself mesa mesa-dev mesa-dri mesa-dri-ati mesa-dri-intel mesa-dri-mach64 mesa-dri-mga mesa-dri-nouveau mesa-dri-r128 mesa-dri-savage mesa-dri-sis mesa-dri-tdfx mesa-dri-unichrome openssl-dev pam pam-dev pango pciids pixman python-dev qt4-phonon qtconfig tar tiff udev usbids util-linux-blkid vde2 vde2-dev wget xalan-c xalan-c-dev xcb-util xerces-c xerces-c-dev xorg-dri2proto xorg-glproto xorg-libXp xorg-libXv xorg-libXxf86vm xorg-libXxf86vm-dev xorg-libpciaccess xorg-xf86vidmodeproto

Pack: virtualbox-ose 4.2.6
=========Summary for: virtualbox-ose 4.2.6
===================================================================================================================================================================================================================
Source dir  : 1.4G
Src file    : VirtualBox-4.2.6.tar.bz2
Src size    : 72.8M
Produced    : 4.0K
Packed      : 63.2M
Compressed  : 14.9M
Files       : 168
Cook time   : 2545s ~ 42m
Cook date   : 2013-02-20 06:13
Host arch   : i486
===================================================================================================================================================================================================================
root@slitvaio:/home/fabio#[/c]
guestutils too:

[c]root@slitvaio:/home/fabio# cat /home/slitaz/cooking/chroot/home/slitaz/log/virtualbox-ose-guestutils.log
Cook: virtualbox-ose-guestutils 4.2.6
================================================================================================Pack: virtualbox-ose-guestutils 4.2.6
===========Summary for: virtualbox-ose-guestutils 4.2.6
===================================================================================================================================================================================================================
Packed      : 7.0M
Compressed  : 1.0M
Files       : 21
Cook time   : 12s
Cook date   : 2013-02-20 06:14
Host arch   : i486
===================================================================================================================================================================================================================
root@slitvaio:/home/fabio#[/c]

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.56 MiB (Peak: 1.77 MiB) ]