Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2006 18:43:08 +0200
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        gnome@freebsd.org
Subject:   package error with dbus
Message-ID:  <20060905184308.29808464.lehmann@ans-netz.de>

next in thread | raw e-mail | index | archive | help
Hi,

compiling a dbus package I get an +CONTENTS file like this:

[...]
@cwd /var/run   
@unexec rm -f %D/dbus/dbus.pid
@unexec rm -f %D/dbus/dbus.pipe
@dirrm dbus
@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
@cwd /usr/local
etc/rc.d/dbus
[...]

root@nudel All> pkg_add dbus-0.62.tbz 
ldconfig: warning: /var/run/lib: No such file or directory
Added group "messagebus".
Added user "messagebus".
root@nudel All> 

ldconfig gets executed with /var/run/lib which is obviously wrong. I'm
not sure if @cwd should be removed and directly use /var/run instead of 
%D for removing the 2 files, or fix the INSTALLS_SHLIB behaviour in
bsd.port.mk.

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060905184308.29808464.lehmann>