You are not logged in.
Pages: 1
hello,
I'm try to cook qjackctl and get the fellow errors:
[c]
Setup aufs chroot...
Cook: qjackctl 0.3.9
==========================================================================================================
QA: checking package receipt...
QA: unable to reach: http://qjackctl.sourceforge.net
Checking build dependencies...
--- qmake ---
--- qmake ---
--- Qt4-dev ---
--- Qt4 ---
grep: /home/slitaz/packages/packages.desc: No such file or directory
Qt4-
fgrep: /var/lib/tazpkg/packages.list: No such file or directory
ERROR: unknown dep Qt4
ERROR: cook failed
Debug information
==========================================================================================================
Cook date: 2015-01-08 11:17
ERROR: unknown dep Qt4
ERROR: cook failed
ERROR: unknown dep Qt4
ERROR: cook failed
grep: /home/slitaz/packages/packages.desc: No such file or directory
fgrep: /var/lib/tazpkg/packages.list: No such file or directory
==========================================================================================================
Leaving aufs chroot...
[/c]
so any tips?
Offline
Can you please post the complete receipt?
Offline
[c]
VERSION="0.3.9"
CATEGORY="multimedia"
SHORT_DESC="Application to Control Jack"
MAINTAINER="allan316@gmail.com"
LICENSE="GPL2"
WEB_SITE="http://qjackctl.sourceforge.net"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/qjackctl/$TARBALL"
DEPENDS="alsa-lib bzlib expat fontconfig freetype gcc-lib-base glib \
glibc-base jack-audio-connection-kit libffi libpng libQtCore libQtDBus \
libQtGui libQtXml libxcb util-linux-uuid xorg-libICE xorg-libSM \
xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender zlib"
BUILD_DEPENDS="qmake Qt4-dev jack-audio-connection-kit \
jack-audio-connection-kit-dev xorg-xproto xorg-libX11-dev"
TAGS="audio sound"
# Rules to configure and make the package.
compile_rules()
{
cd $src
#sed -i 's|^LIBS.*|& -Wl,--copy-dt-needed-entries -lX11|' qjackctl.pro.in
./configure $CONFIGURE_ARGS &&
make &&
make DESTDIR=$DESTDIR install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
cp -a $install/usr $fs
#rm -rf $fs/usr/share/man
}
root@slitaz:/home/slitaz #
[/c]
I just hg pull the office wok, then trying to rebuild the qjackctl package.
Offline
When the implicit depends name(qt4) differs from dev name(Qt4-dev) cook greps packages.desc and packages.list to determine the package name to download/install.
The files are not on your system so cook errors out trying to install Qt4 which doesn't exist.
Download/install packages.desc and packages.list from the mirror to the correct path.
grep: /home/slitaz/packages/packages.desc: No such file or directory
fgrep: /var/lib/tazpkg/packages.list: No such file or directory
Offline
[c]
root@slitaz:/var/lib/tazpkg # ls -la /var/lib/tazpkg/packages.list
lrwxrwxrwx 1 root root 54 Jan 6 12:08 /var/lib/tazpkg/packages.list -> /media/packages-cooking/packages/cooking/packages.list
[/c]
I have the packages.list & packages.desc files !
[c]
root@slitaz:/var/lib/tazpkg # fgrep -q Qt /media/packages-cooking/packages/cooking/packages.list
root@slitaz:/var/lib/tazpkg # echo $?
0
root@slitaz:/var/lib/tazpkg # fgrep -q testxxx /var/lib/tazpkg/packages.list
root@slitaz:/var/lib/tazpkg # echo $?
1
[/c]
It's Ok to try fgrep on terminal, but failed on cook script, so any tips?
Offline
I could cook the qjackctl receipt without problems, I am using Slitaz RC2.
Try to update the packages.
subox tazpkg up --install
Offline
Ok, I had to make symbol file to the really file so that I can avoid the complains. But for my bad network speed to
the office repos, so it's better to use packages-cooking.iso.
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]