Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85968 - emerge app-editors/emacs-21.4, chmod: too few arguments
Summary: emerge app-editors/emacs-21.4, chmod: too few arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 19:40 UTC by Carsten Lohrke (RETIRED)
Modified: 2006-10-30 11:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2005-03-19 19:40:17 UTC
make[1]: Entering directory `/var/tmp/portage/emacs-21.4/work/emacs-21.4/lib-src'
make[1]: Nothing to be done for `maybe-blessmail'.
make[1]: Leaving directory `/var/tmp/portage/emacs-21.4/work/emacs-21.4/lib-src'
 * Fixing info documentation...
 * Fixing manpages...
 * Fixing permissions...
chmod: too few arguments
Try `chmod --help' for more information.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2006-09-20 00:35:05 UTC
This happens when there are no files that need a permission fix: The parameter for chmod is therefore empty and causes that error message
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2006-10-30 11:07:23 UTC
Redirected error output to /dev/null in -r5 the ebuilds of version 22 won't have that chmod setting. (As I don't know what the permission fixing was intended for, I just leave and work around the undesired output.)  Thanks for reporting.

(First commit to Emacs itself...hold your breath, I hope I don't break anything.)
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2006-10-30 11:08:08 UTC
And I should close it. :)
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2006-10-30 11:46:26 UTC
I wonder what causes that.  Is xargs trying to exec something on an empty line from find?
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2006-10-30 11:52:21 UTC
(In reply to comment #4)
> I wonder what causes that.  Is xargs trying to exec something on an empty line
> from find?

 In the tarball there are no files with permissions to fix, so xargs can give no files as argument...maybe there was once, but they fixed it upstream.  I'd say we can delete those lines (but they do no harm).