After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739976 - recipe for target 'install-libLTLIBRARIES' failed: error
recipe for target 'install-libLTLIBRARIES' failed: error
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-11 18:11 UTC by Magdalen Berns (irc magpie)
Modified: 2015-02-27 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix error (1.23 KB, patch)
2014-11-11 18:13 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2014-11-11 18:11:34 UTC
When running make install the following error occurs:

Making install in jni
make[1]: Entering directory '/home/magpie/jhbuild/checkout/java-atk-wrapper/jni'
Making install in src
make[2]: Entering directory '/home/magpie/jhbuild/checkout/java-atk-wrapper/jni/src'
make[3]: Entering directory '/home/magpie/jhbuild/checkout/java-atk-wrapper/jni/src'
 /usr/bin/mkdir -p '/usr/local/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libatk-wrapper.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libatk-wrapper.so.0.0.17 /usr/local/lib/libatk-wrapper.so.0.0.17
/usr/bin/install: cannot create regular file '/usr/local/lib/libatk-wrapper.so.0.0.17': Permission denied
Makefile:412: recipe for target 'install-libLTLIBRARIES' failed
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory '/home/magpie/jhbuild/checkout/java-atk-wrapper/jni/src'
Makefile:698: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/magpie/jhbuild/checkout/java-atk-wrapper/jni/src'
Makefile:356: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/magpie/jhbuild/checkout/java-atk-wrapper/jni'
Makefile:411: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
Comment 1 Magdalen Berns (irc magpie) 2014-11-11 18:13:31 UTC
Created attachment 290427 [details] [review]
Patch to fix error
Comment 2 André Klapper 2015-02-27 16:54:28 UTC
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]