Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6855 - supersed blows up > 50 packages
Summary: supersed blows up > 50 packages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 14:13 UTC by Ole Tange
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

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


Attachments
output from emerge supersed (supers,20.37 KB, application/octet-stream)
2002-08-21 15:01 UTC, Ole Tange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ole Tange 2002-08-21 14:13:33 UTC
I just did:
# emerge sed
Worked
# emerge supersed
(see attached)
# emerge sed
Calculating dependencies ...done!
>>> emerge sys-apps/sed-3.02.80-r3 to /
>>> md5 ;-) sed-3.02.80.tar.gz
>>> Unpacking source...
>>> Unpacking sed-3.02.80.tar.gz
>>> Source unpacked.
/usr/sbin/ebuild.sh: ./configure: No such file or directory

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 3, Exitcode 127
!!! (no error message)

!!! emerge aborting on  /usr/portage/sys-apps/sed/sed-3.02.80-r3.ebuild .

Now sed is not the only package that supersed screws up. I have tried around 50
other packages that fails if supersed is installed but not if sed is installed.

I suggest banning supersed until it does not blow up emerge.

This bug seems related to 6775.
Comment 1 Ole Tange 2002-08-21 15:01:43 UTC
Created attachment 3279 [details]
output from emerge supersed
Comment 2 Nicholas Wourms 2002-08-21 18:27:08 UTC
Well supersed works quite well on my end, so I would disagree wrt that ban.  The
problem is that the old sed is no longer being maintained and has developed
bit-rot.  I think there is probably something else messed up on your system to
have 50 failures.  I've used supersed for the last 2.5 weeks, through many
compiler upgrades and fresh system builds, and have not experienced any of the
problems you are reporting.
Comment 3 Ole Tange 2002-08-21 19:16:08 UTC
Actually the number is a bit over 100 packages. 98% of them compiled flawlessly
when sed was installed instead of supersed. 2% had other errors.

If sed is installed I can do:

sed -e "s/f/g/"

If supersed is installed the same gives:

Aborted!

I would expect this to break emerge.

# gcc --version
2.95.3
# grep -v # /etc/make.conf
GENTOO_MIRRORS="http://mirrors.sunsite.dk/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
USE="mmx sse apm pcmcia pnp trusted gphoto2 cups slp X opengl xv kde qt qtmt
arts evo sdl gd gif jpeg png tiff avi mpeg quicktime alsa dvd xmms oggvorbis
flash encode ipv6 pam ssl crypt imap ldap tcpd mozilla mozirc spell truetype xml
xml2 pdflib perl berkdb mysql postgres odbc innodb gdbm afs"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -O2 -pipe"
CXXFLAGS="-mcpu=i686 -O2 -pipe"

Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-23 06:18:40 UTC
ok, there is a new ebuild for sed and for supersed.  supersed now installs
/bin/ssed instead.
Comment 5 Ole Tange 2002-08-23 06:44:50 UTC
Thanks