On Tue, 2005-10-18 at 00:34 +1100, James Livingston wrote: > On Mon, 2005-10-17 at 12:05 +0100, Peter Robinson wrote: > > On 10/17/05, Gawain Lynch <[EMAIL PROTECTED]> wrote: > > > /bin/sh ../mkinstalldirs /usr/share/dbus-1/services > > > /usr/bin/install -c -m 644 > > > org.gnome.Rhythmbox.service > > > /usr/share/dbus-1/services/org.gnome.Rhythmbox.service > > > /usr/bin/install: cannot create regular file > > > `/usr/share/dbus-1/services/org.gnome.Rhythmbox.service': Permission > > > denied > > > > Its trying to install the DBus stuff into /usr where it should be > > installing it in the rpm build root env so it can be packaged. Your > > trying to build it at a guess as a normal user which wouldn't have the > > rights to install it into /usr hence it fails. Try using the 0.9.0 > > srpm that comes with rawhide as a base. > > Hmm... I though we had fixed this. > > > Would changing line 422 of configure.ac from > DBUS_SERVICES_DIR="$DATADIR/dbus-1/services" > to > DBUS_SERVICES_DIR="$DESTDIR$DATADIR/dbus-1/services" > solve the problem?
You'll want a '/' in between the DESTDIR and the DATADIR though, as DESTDIR might not have a trailing one. --- Bastien Nocera <[EMAIL PROTECTED]> _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
