You are not logged in.

#1 2008-02-13 11:17:31

Nathan P
Member
Registered: 2008-01-30
Posts: 93

Lapsus compile error!

[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

#2 2008-02-13 13:49:53

_nalle
Member
From: Stockholm/Sweden
Registered: 2006-01-11
Posts: 70
Website

Re: Lapsus compile error!

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

#3 2008-02-14 01:29:45

Nathan P
Member
Registered: 2008-01-30
Posts: 93

Re: Lapsus compile error!

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

#4 2008-02-14 01:47:25

Nathan P
Member
Registered: 2008-01-30
Posts: 93

Re: Lapsus compile error!

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

#5 2008-02-14 01:49:29

Nathan P
Member
Registered: 2008-01-30
Posts: 93

Re: Lapsus compile error!

Hmmm it says it installed okay but there is no lapsusd in /etc/rc.d  ARRRG!

Offline

#6 2008-02-14 02:19:05

Nathan P
Member
Registered: 2008-01-30
Posts: 93

Re: Lapsus compile error!

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

#7 2008-02-14 03:23:47

Nathan P
Member
Registered: 2008-01-30
Posts: 93

Re: Lapsus compile error!

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

Board footer

Powered by FluxBB