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 510118 - plugins/externaltools/data/Makefile.am uses chmod --reference
plugins/externaltools/data/Makefile.am uses chmod --reference
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-17 09:01 UTC by paul
Modified: 2019-03-23 20:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Chmod patch (426 bytes, patch)
2008-01-21 23:59 UTC, Przemysław Grzegorczyk
committed Details | Review

Description paul 2008-01-17 09:01:14 UTC
that seems to be exclusive to gnu coreutils' version of chmod

Making all in externaltools
Making all in tools
make[2]: Nothing to be done for `all'.
Making all in data
LC_ALL=C ../../../intltool-merge -d -u -c ../../../po/.intltool-merge-cache /Source/gedit/gedit/po /Source/gedit/gedit/plugins/externaltools/data/build.desktop.in build.desktop
Found cached translation database
Merging translations into build.desktop.
perl /Source/gedit/gedit/plugins/externaltools/scripts/gedit-tool-merge.pl -o build /Source/gedit/gedit/plugins/externaltools/data/build.tool.in build.desktop
chmod --reference=/Source/gedit/gedit/plugins/externaltools/data/build.tool.in build
usage: chmod [-R [-H | -L | -P]] mode file ...
make[2]: *** [build] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Comment 1 Przemysław Grzegorczyk 2008-01-21 23:59:35 UTC
Created attachment 103385 [details] [review]
Chmod patch

This should solve the problem. It simply replace 'chmod --reference=...' with 'chmod 755 ...'
Comment 2 Steve Frécinaux 2008-01-22 08:16:27 UTC
Does it still distcheck ?
Comment 3 Daniel Macks 2008-11-20 22:13:14 UTC
still looks broken in gedit-2.24.1
Comment 4 Paolo Borelli 2008-11-23 17:32:58 UTC
fixed in svn. sorry for the delay.