Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 584984 - app-admin/emacs-updater with stable app-portage/portage-utils: qfile does not support --from
Summary: app-admin/emacs-updater with stable app-portage/portage-utils: qfile does not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 573574
  Show dependency tree
 
Reported: 2016-06-04 07:22 UTC by Cddr
Modified: 2016-06-07 17:09 UTC (History)
1 user (show)

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


Attachments
Quick patch. (qfile-dropped-from-option.patch,985 bytes, patch)
2016-06-04 07:44 UTC, Cddr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cddr 2016-06-04 07:22:07 UTC
app-admin/emacs-updater doesn't work with stable app-portage/portage-utils-0.62 as qfile dropped the `--from' option:

https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=070f64a84544f74ad633f08c9c07f99a06aea551
Comment 1 Cddr 2016-06-04 07:44:43 UTC
Created attachment 436368 [details, diff]
Quick patch.
Comment 2 Ulrich Müller gentoo-dev 2016-06-07 12:58:46 UTC
(In reply to Cddr from comment #1)
> Created attachment 436368 [details, diff] [details, diff]
> Quick patch.

We cannot use the -a option because it is a GNU extension. Neither the FreeBSD nor the POSIX version support it:

   SYNOPSIS
       xargs [−ptx] [−E eofstr] [−I replstr|−L number|−n number]
           [−s size] [utility [argument...]]

Please test if the following fixes the problem for you:
https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?h=emacs-updater&id=e58107167fffbe1d0e4c0560b8be5a9d28c5c55d
Comment 3 Cddr 2016-06-07 16:11:01 UTC
(In reply to Ulrich Müller from comment #2)

The fix works for me. Thank you.
Comment 4 Ulrich Müller gentoo-dev 2016-06-07 17:09:18 UTC
Fixed in app-admin/emacs-updater-1.15.
Stabilisation in bug 585320.

Thank you for reporting.