Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78017 - Emerging app-admin/webmin-1.70-r3 shows Unknown option to `s' at the end of the emerge
Summary: Emerging app-admin/webmin-1.70-r3 shows Unknown option to `s' at the end of t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 13:39 UTC by Tom Weustink
Modified: 2005-01-14 21:13 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 Tom Weustink 2005-01-14 13:39:12 UTC
Emerging app-admin/webmin-1.70-r3 emerges allmost fine.
It ends with the part showing below.
I just copied the part surrounding the error, plus the erro it self. But I think it speaks for it self.

--

>>> original instance of package unmerged safely.
sed: -e expression #1, char 27: Unknown option to `s'
 * To make webmin start at boot time, run: 'rc-update add webmin default'.

--

The ebuild (/usr/portage/app-admin/webmin/webmin-1.170-r3.ebuild) shows at line #121 the following:

dosed "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users

this should be:

dosed "/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users

I have tested this and it emerges fine then.


Reproducible: Always
Steps to Reproduce:
1. emerge webmin
2.
3.

Actual Results:  
it gave the same error each time because the ebuild is bad

Expected Results:  
execute the command shows at line #121 in the ebuild

Portage 2.0.51-r3 (default-linux/sparc/sparc64/2004.3, gcc-3.3.5,
glibc-2.3.3.20040420-r2, 2.6.6 sparc64)
=================================================================
System uname: 2.6.6 sparc64 sun4u
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.23
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=ultrasparc"
CHOST="sparc-unknown-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=ultrasparc"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig distlocks"
GENTOO_MIRRORS="ftp://mirror.scarlet-internet.nl/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="sparc acl apache2 avi berkdb bitmap-fonts crypt cups dba encode esd f77
fbcon font-server foomaticdb fortran gcc64 gd gdbm gif imlib jpeg kerberos ldap
libwww mad mikmod motif mpeg mysql ncurses nls oav oggvorbis opengl oss pam
pdflib perl png python readline samba sdl spell ssl tcpd tiff truetype
truetype-fonts type1-fonts xml xml2 xmms xv zlib"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-14 21:13:49 UTC
fixed in cvs... please re-emerge...