[Bug 176200] Review Request: Mud Magic Client

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

 



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@xxxxxxxxxx  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@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.

-- 
fedora-extras-list mailing list
fedora-extras-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-extras-list

[Index of Archives]     [Fedora General Discussion]     [Fedora Art]     [Fedora Docs]     [Fedora Package Review]     [Fedora Desktop]     [Big List of Linux Books]     [Yosemite Backpacking]     [KDE Users]

  Powered by Linux