Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927246 - media-radio/cqrlog-2.5.2 fails to install - error with man file name
Summary: media-radio/cqrlog-2.5.2 fails to install - error with man file name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
: 914244 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-03-18 14:13 UTC by Paul Jewell
Modified: 2024-03-23 11:33 UTC (History)
1 user (show)

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 Paul Jewell 2024-03-18 14:13:03 UTC
When running emerge cqrlog, the build fails during the install phase with the following error:

install    -v -m 0644 tools/cqrlog.1.gz /var/tmp/portage/media-radio/cqrlog-2.5.2/image/usr/share/man/man1/cqrlog.1.gz
/usr/bin/install: cannot stat 'tools/cqrlog.1.gz': No such file or directory
install-xattr: failed to stat /var/tmp/portage/media-radio/cqrlog-2.5.2/image/usr/share/man/man1/cqrlog.1.gz: No such file or directory
make: *** [Makefile:59: install] Error 1



Reproducible: Always

Steps to Reproduce:
1. run emerge cqrlog
2.
3.
Actual Results:  
Fails at install phase

Expected Results:  
Completes install phase and merges the program into the system

I have created a patch and submitted a pull request on github: #35817
Comment 1 Larry the Git Cow gentoo-dev 2024-03-23 08:34:10 UTC
The bug has been closed via the following commit(s):

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

commit 601d58931569ccbc1a8deb3c14704b72e95da513
Author:     Paul Jewell <paul@teulu.org>
AuthorDate: 2024-03-18 14:03:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-23 08:32:58 +0000

    media-radio/cqrlog: Changed cqrlog.1 man page name
    
    Man page filename as used in makefile install target is
    incorrect.
    
    Signed-off-by: Paul Jewell <paul@teulu.org>
    Closes: https://bugs.gentoo.org/927246
    Closes: https://github.com/gentoo/gentoo/pull/35817
    Signed-off-by: Sam James <sam@gentoo.org>

 media-radio/cqrlog/files/cqrlog-2.5.2-makefile.patch | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-23 11:33:21 UTC
*** Bug 914244 has been marked as a duplicate of this bug. ***