Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266834

Summary: sys-apps/most-5.0.0a cannot be emerged in Prefix Portage
Product: Gentoo/Alt Reporter: Rabbe Fogelholm <rabbe>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rabbe Fogelholm 2009-04-20 09:16:51 UTC
Platform is Prefix Portage with gcc 4.2.4-r1 on SUSE 10 Enterprise. The following was obtained in the console log when trying to emerge sys-apps/most:

i686-pc-linux-gnu-gcc /local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src/objs/chkslang.o -o /local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src/objs/chkslang
cd /local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src/objs; i686-pc-linux-gnu-gcc -c -O2 -pipe  -Dunix -I/local/tmp/m/usr/include -DMOST_SYSTEM_INITFILE='"/local/tmp/m/etc/most.conf"'  /local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src/most.c
i686-pc-linux-gnu-gcc: /local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src/objs/chkslang.o: No such file or directory
i686-pc-linux-gnu-gcc: no input files
make[1]: *** [/local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src/objs/chkslang] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/local/scratch/portage/sys-apps/most-5.0.0a/work/most-5.0.0a/src'
make: *** [all] Error 2
 * ERROR: sys-apps/most-5.0.0a failed:
 *   emake failed.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-21 20:16:57 UTC
worksforme.

%% most --version
MOST version 5.0.0 (S-Lang version 2.1.4)

%% emerge -pv most

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/most-5.0.0a  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Comment 2 Fabian Groffen gentoo-dev 2009-04-21 20:25:25 UTC
does the ebuild pull in slang?
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-21 20:30:11 UTC
(In reply to comment #2)
> does the ebuild pull in slang?
> 

Of course, its a hard dep.

%% equery d slang
[ Searching for packages depending on slang... ]
sys-apps/most-5.0.0a (>=sys-libs/slang-2.1.3)
Comment 4 Rabbe Fogelholm 2009-04-23 06:50:18 UTC
Today this works for me too. A bit of a mystery why I had the failure; I tried comparing the console output from emerging sys-libs/slang-2.1.4 on 2009-04-20 (when `emerge most' failed for me) and 2009-03-13 (previous successful emerge of "most"), but I didn't find any significant difference. I did not compare all ACCESS DENIED lines though.

And, for all recent bootstrapped Prefix Portage trees that I have, including the one bootstrapped 2009-04-20, I can manually emerge most-5.0.0a. I will thus re-enable the line in my nightly script that does `emerge sys-apps/most' again.
Comment 5 Fabian Groffen gentoo-dev 2009-04-28 19:45:09 UTC
please reopen if it still fails