Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914479 - app-admin/emacs-updater: --exact flag does not work
Summary: app-admin/emacs-updater: --exact flag does not work
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:
 
Reported: 2023-09-21 04:03 UTC by Marco Leogrande
Modified: 2023-09-25 18:59 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 Marco Leogrande 2023-09-21 04:03:07 UTC
When emacs-updater is run with --exact/-e, it errors out with a message like:

# emacs-updater -e -p -a all
[...]
* Assigning 56 files to packages ...
qfile: invalid option -- 'e'
[...]
* Error running qfile pipeline

It looks like --exact causes emacs-updater to call `qfile -eqCR`, but the `-e` flag has been removed from qfile in 2019 (https://bugs.gentoo.org/678632).
Comment 2 Larry the Git Cow gentoo-dev 2023-09-25 18:58:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3a13b568044f33ada2096f1cbc2acc549834a2

commit ad3a13b568044f33ada2096f1cbc2acc549834a2
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-09-25 18:57:25 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-09-25 18:58:09 +0000

    app-admin/emacs-updater: add 1.17
    
    Closes: https://bugs.gentoo.org/914479
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-admin/emacs-updater/Manifest                  |  1 +
 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 37 +++++++++++++++++++++++
 2 files changed, 38 insertions(+)
Comment 3 Ulrich Müller gentoo-dev 2023-09-25 18:59:22 UTC
Good catch.
Thank you for reporting!