Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831973 - app-text/uudeview-0.5.20-r2: prepare phase: sed: -e expression #1, char 14: unknown option to `s'
Summary: app-text/uudeview-0.5.20-r2: prepare phase: sed: -e expression #1, char 14: u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-24 13:41 UTC by Craig Andrews
Modified: 2022-01-25 16:52 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 Craig Andrews gentoo-dev 2022-01-24 13:41:19 UTC
* Package:    app-text/uudeview-0.5.20-r2
 * Repository: gentoo
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   ccache network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking uudeview-0.5.20.tar.gz to /var/tmp/portage/app-text/uudeview-0.5.20-r2/work
>>> Source unpacked in /var/tmp/portage/app-text/uudeview-0.5.20-r2/work
>>> Preparing source in /var/tmp/portage/app-text/uudeview-0.5.20-r2/work/uudeview-0.5.20 ...
sed: -e expression #1, char 14: unknown option to `s'
 * ERROR: app-text/uudeview-0.5.20-r2::gentoo failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 127:  Called src_prepare
 *   environment, line 1596:  Called die
 * The specific snippet of code:
 *       sed -i "s/^    ar r/   $(tc-getAR) r/" uulib/Makefile.in || die;
 * 
 * If you need support, post the output of `emerge --info '=app-text/uudeview-0.5.20-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-text/uudeview-0.5.20-r2::gentoo'`.
 * The complete build log is located at '/var/log/portage/app-text:uudeview-0.5.20-r2:20220124-133906.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/uudeview-0.5.20-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/uudeview-0.5.20-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/uudeview-0.5.20-r2/work/uudeview-0.5.20'
 * S: '/var/tmp/portage/app-text/uudeview-0.5.20-r2/work/uudeview-0.5.20'


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-01-25 16:52:35 UTC
The bug has been closed via the following commit(s):

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

commit 94f2753249e688c79ac839c44b49d199c7fcc23e
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2022-01-25 16:52:11 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2022-01-25 16:52:31 +0000

    app-text/uudeview: Use : instead of / as sed separator
    
    The sed expression uses paths, which contain slashes, so that can't be
    used as the sed separator.
    
    Closes: https://bugs.gentoo.org/831973
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 app-text/uudeview/uudeview-0.5.20-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)