Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44964 - screen failes to install
Summary: screen failes to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 11:26 UTC by Torstein S. Hansen
Modified: 2004-03-17 11:55 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 Torstein S. Hansen 2004-03-17 11:26:12 UTC
emerge screen gives me the following error:

aux_get(): (0) Error in app-misc/screen-4.0.1-r2 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

Calculating dependencies
!!! all ebuilds that could satisfy "screen" have been masked.
!!! possible candidates are:
- app-misc/screen-3.9.15 (masked by: package.mask)
- app-misc/screen-3.9.13-r4 (masked by: package.mask)
- app-misc/screen-3.9.15-r1 (masked by: package.mask)
- app-misc/screen-4.0.1-r1 (masked by: )
/usr/sbin/ebuild.sh: line 35: =sys-devel/autoconf-2.58

src_unpack() {
        unpack  && cd /screen-4.0.1 || die

        # Bug 34599: integer overflow in 4.0.1
        # (Nov 29 2003 -solar)
        epatch /usr/portage/app-misc/screen/files/screen-4.0.1-int-overflow-fix.patch

        # Bug 31070: configure problem which affects alpha
        # (13 Jan 2004 agriffis)
        epatch /usr/portage/app-misc/screen/files/screen-4.0.1-vsprintf.patch

        # Fix manpage.
        sed -i          -e s:/usr/local/etc/screenrc:/etc/screenrc:g: No such file or directory
/usr/sbin/ebuild.sh: line 36: s:/usr/local/screens:/var/run/screen:g: No such file or directory
/usr/sbin/ebuild.sh: line 37: s:/local/etc/screenrc:/etc/screenrc:g: No such file or directory
/usr/sbin/ebuild.sh: line 38: s:/etc/utmp:/var/run/utmp:g: No such file or directory
/usr/sbin/ebuild.sh: /usr/portage/app-misc/screen/screen-4.0.1-r2.ebuild: line 118: unexpected EOF while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/app-misc/screen/screen-4.0.1-r2.ebuild: line 120: syntax error: unexpected end of file

!!! ERROR: app-misc/screen-4.0.1-r2 failed.
!!! Function , Line 1291, Exitcode 1
!!! error sourcing ebuild


aux_get(): (0) Error in app-misc/screen-4.0.1-r2 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

- app-misc/screen-4.0.1 (masked by: package.mask)

!!! Error calculating dependencies. Please correct.


Reproducible: Always
Steps to Reproduce:
1. Install gentoo linux
2. Install openoffice with deps (at least that's what I've done)
3. emerge screen

Actual Results:  
Didn't want to install. Probably some dependensy problems

Expected Results:  
Found dependensies and isntalled itself?

my make.conf:
# These settings were set by the catalyst build script that automatically built 
this stage
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
USE="mmx 3dnow 3dfx afs adns alsa apache2 avi berkdb crypt curl dedicated 
encode flash gd gdbm gif gnome gtk gtk2 gtkhtml imap
 imagemagick innodb jabber java jikes jpeg kde ldap mcal mmx mpeg msn mysql 
odbc pam pdflib perl png pnp postgres samba spell
ssl sqlite tcpd truetype vhosts voodoo3 X xml xml2 xmms yahoo zlib"
CXXFLAGS="${CFLAGS}"
GENTOO_MIRRORS="ftp://mirror.pudas.net/gentoo 
http://ftp.easynet.nl/mirror/gentoo/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mi
rror/ http://212.219.247.18/sites/www.ibiblio.org/gentoo/"
Comment 1 Torstein S. Hansen 2004-03-17 11:55:30 UTC
emerge sync fixed it.. I were aperently trying to use an old screen version :)