Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64698 - musicman error on emerge
Summary: musicman error on emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-19 16:40 UTC by Antonio
Modified: 2005-01-18 12:15 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 Antonio 2004-09-19 16:40:24 UTC
This is error on emerge musicman-0.11-r1:

>>> md5 src_uri ;-) musicman-0.11.tar.gz
>>> Unpacking source...
>>> Unpacking musicman-0.11.tar.gz to /var/tmp/portage/musicman-0.11-r1/work
 * Applying musicman-0.11-gcc34.patch...                                  [ ok ]
 * Applying musicman-0.11-amd64.patch...                                  [ ok ]
>>> Source unpacked.
/usr/sbin/ebuild.sh: line 92: [: : integer expression expected   <---------???
/usr/sbin/ebuild.sh: line 123: [: =: unary operator expected    <---------???
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
..........
..........
..........


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-22 03:03:34 UTC
/mnt/raid0/gentoo/gentoo-x86/eclass/kde.eclass: line 92: [: : integer expression expected
/mnt/raid0/gentoo/gentoo-x86/eclass/kde.eclass: line 123: [: =: unary operator expected

Actually, this looks specific to the kde.eclass...
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-18 12:15:19 UTC
A call to need-kde() was missing. Fixed now.