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 350077 - Doesn't pass distcheck
Doesn't pass distcheck
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-08-05 16:33 UTC by Bastien Nocera
Modified: 2006-08-05 16:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-08-05 16:33:34 UTC
test -z "/usr/lib64/mozilla-1.7.13/plugins" || mkdir -p -- "/usr/lib64/mozilla-1.7.13/plugins"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libtotem_mozilla.la' '/usr/lib64/mozilla-1.7.13/plugins/libtotem_mozilla.la'
/usr/bin/install -c .libs/libtotem_mozilla.so /usr/lib64/mozilla-1.7.13/plugins/libtotem_mozilla.so
/usr/bin/install: cannot remove `/usr/lib64/mozilla-1.7.13/plugins/libtotem_mozilla.so': Permission denied
make[5]: *** [install-pluginLTLIBRARIES] Error 1
Comment 1 Bastien Nocera 2006-08-05 16:56:31 UTC
Fixed in HEAD and gnome-2-14

2006-08-05  Bastien Nocera  <hadess@hadess.net>

        * data/Makefile.am: make distcheck fixes
        * src/Makefile.am: move the plugins to $(libdir)/mozilla/plugins
        to pass make distcheck and make the plugin available to all
        mozilla-based browsers (Closes: #350077)