pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/39517 (gimp dosen't work)



The following reply was made to PR pkg/39517; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39517 (gimp dosen't work)
Date: Fri, 12 Sep 2008 20:59:18 -0500 (CDT)

 On Sat, 13 Sep 2008, reed%NetBSD.org@localhost wrote:
 
 > Reopened.
 > The dbus bug page is https://bugs.freedesktop.org/show_bug.cgi?id=13194
 > which sounds like they won't fix.
 > And says "your distribution" is responsible.
 > So we need to run dbus-uuidgen automatically when installing?
 > Or get evince, gimp and others to handle problem cleaner?
 > Also see http://mail-index.netbsd.org/pkgsrc-users/2008/07/20/msg007675.html
 
 Maybe need an INSTALL script fragment to do:
 
     The primary usage of dbus-uuidgen is to run in the post-install script
     of a D-Bus package like this:
        dbus-uuidgen --ensure
 
 (quoted from manpage)
 
 Note I don't run dbus rc.d script (it is not installed nor enabled) which 
 also creates it. dbus is running on my system. I assume it was started 
 automatically by some dbus-enabled program.
 
 I was able to repeat this problem by removing the machine-id file.
 
 This works for me:
 
 $ cat sysutils/dbus/INSTALL                                                    
 # $NetBSD$
 
 case ${STAGE} in
 POST-INSTALL)
         ${PREFIX}/bin/dbus-uuidgen --ensure
         ;;
 esac
 
 
 I also bumped PKG_REVISION.
 
 Okay if I commit?
 


Home | Main Index | Thread Index | Old Index