[Bug 176200] Review Request: Mud Magic Client

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 25 22:01:15 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: Mud Magic Client


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176200





------- Additional Comments From wart at kobold.org  2006-01-25 17:01 EST -------
(In reply to comment #15)

> make[2]: Entering directory `/builddir/build/BUILD/mudmagic-1.8/interface'
> /bin/sh ../mkinstalldirs /usr/lib/mudmagic/plugins
> mkdir -p -- /usr/lib/mudmagic/plugins
> mkdir: cannot create directory `/usr/lib/mudmagic': Permission denied
> make[2]: *** [install-exec-local] Error 1
> make[2]: Leaving directory `/builddir/build/BUILD/mudmagic-1.8/interface'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/builddir/build/BUILD/mudmagic-1.8/interface'
> make: *** [install-recursive] Error 1
> error: Bad exit status from /var/tmp/rpm-tmp.8107 (%install)
> 

One of the install targets in the Makefile is not obeying DESTDIR.  You'll have
to patch the following line in interface/Makefile.in:

install-exec-local:
        $(mkinstalldirs) @plugin_libdir@

to


install-exec-local:
        $(mkinstalldirs) $DESTDIR at plugin_libdir@

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list