You are not logged in.
Pages: 1
[root@Gabriel lapsus]# makepkg --asroot
==> Making package: lapsus 0.0.5-1 (Wed Feb 13 03:14:38 PST 2008)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading lapsus-0.0.5.tar.bz2...
--2008-02-13 03:14:39-- http://download.berlios.de/lapsus/lapsus-0.0.5.tar.bz2
Resolving download.berlios.de... 195.37.77.141
Connecting to download.berlios.de|195.37.77.141|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 573175 (560K) [application/x-download]
Saving to: `lapsus-0.0.5.tar.bz2'
100%[=======================================>] 573,175 233K/s in 2.4s
2008-02-13 03:14:42 (233 KB/s) - `lapsus-0.0.5.tar.bz2' saved [573175/573175]
-> Found lapsus.rc_script in build dir
==> Validating source files with md5sums...
lapsus-0.0.5.tar.bz2 ... Passed
lapsus.rc_script ... Passed
==> Extracting Sources...
-> bsdtar -x -f lapsus-0.0.5.tar.bz2
==> Starting build()...
PKGBUILD: line 18: /etc/profile.d/qt.sh: No such file or directory
What's going wrong? I installed qt with pacman -S qt. I'm running KDEMod so I tried their qt-enhanced also and it gave me a dependency error when I tried to build the package. What gives?
Nathan
I'm running i686 on a Core 2 Duo btw.
Offline
Chances are that the package hasn't been updated since the changes to paths in QT was changed.
Check if you have a file by the name of either qt3.sh or qt4.sh.
If so, edit the PKGBUILD and find the path and change it to the path it should be then try again!
Swedish Archlinux Mirror Administrator - ftp.gigabit.nu
Offline
find / qt3.sh
find / qt
find / qt.sh
find /qt4.sh
All return "No such file or directory. Hmmm. Maybe qt isn't installing right?
Offline
It's corrently compiling, I changed the line in the package build /etc/profile.d/qt.sh to /etc/profile.d/qt3.sh and it seems to have fixed the problem. I found this file by going to /etc/profile.d and doing "ls." Thanks for your help man!
Offline
Hmmm it says it installed okay but there is no lapsusd in /etc/rc.d ARRRG!
Offline
alright forgot to do makepkg -i. Did that and it installed but now when trying to start lapsus it gives:
[root@Gabriel rc.d]# lapsusd
/var/lock/lapsusd is locked by pid 7931
Error runing lapsusd daemon!
what gives?
Last edited by Nathan P (2008-02-14 02:19:20)
Offline
Tried changing 'qt' in the dependencies section of the PKGBUILD to 'qt-enhanced' and using KDEMod's qt package but no dice. The daemon will load at startup and the applet will launch but there's no functionality.
Offline
Pages: 1