tries to install file(s) outside of ./configure's --prefix

Bug #647789 reported by Jason Woofenden
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Undecided
Unassigned

Bug Description

just tried this:

bzr branch lp:inkscape
cd inkscape
./configure --prefix=/home/foo/virt && make && make install

make install exited with an error (permission denied) that it couldn't install a dbus something into the system directories.

Inkscape should not try to install anything outside of the --prefix= path.

I'm running debian unstable.

If this isn't trivially reproducible, just let me know what info you'd like about my system, and I'll send that along with a full log.

Tags: build dbusapi
Revision history for this message
su_v (suv-lp) wrote :

'dbus' should be disabled by default - possibly rev. 9773 changed that. You can disable the dbus API (--disable-dbusapi) when configuring, or try if '--enable-localinstall' helps when installing to a custom prefix (see ./configure --help).

tags: added: build dbus
Revision history for this message
Jason Woofenden (jason210) wrote :

WORKAROUND: I added --disable-dbusapi argument to ./configure and inkscape compiled and installed into my home directory, and seems to run fine.

Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

This was fixed in 9795.

Changed in inkscape:
status: New → Fix Released
su_v (suv-lp)
tags: added: dbusapi
removed: dbus
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.