Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265537 - dev-util/kbuild-9999 missing svn revision
Summary: dev-util/kbuild-9999 missing svn revision
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 10:52 UTC by Patrick Lauer
Modified: 2009-04-18 15:46 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 Patrick Lauer gentoo-dev 2009-04-09 10:52:06 UTC
>>> Compiling source in /var/tmp/portage/app-emulation/virtualbox-ose-2.2.0/work/VirtualBox-2.2.0_OSE ...
/var/tmp/portage/app-emulation/virtualbox-ose-2.2.0/temp/environment: line 3651: ./env.sh: No such file or directory
kmk -j6 TOOL_GCC3_CC=x86_64-pc-linux-gnu-gcc TOOL_GCC3_CXX=x86_64-pc-linux-gnu-g++ TOOL_GCC3_AS=x86_64-pc-linux-gnu-gcc TOOL_GCC3_AR=x86_64-pc-linux-gnu-ar TOOL_GCC3_LD=x86_64-pc-linux-gnu-g++ TOOL_GCC3_LD_SYSMOD=x86_64-pc-linux-gnu-ld 'TOOL_GCC3_CFLAGS= -O2 -march=k8 -pipe -ggdb' 'TOOL_GCC3_CXXFLAGS= -O2 -march=k8 -pipe -ggdb' TOOL_YASM_AS=yasm KBUILD_PATH=/var/tmp/portage/app-emulation/virtualbox-ose-2.2.0/work/VirtualBox-2.2.0_OSE/kBuild all                    
Config.kmk:128: *** You must update kBuild! KMK_REVISION=2274 KBUILD_KMK_REVISION=0 KBUILD_PATH=/var/tmp/portage/app-emulation/virtualbox-ose-2.2.0/work/VirtualBox-2.2.0_OSE/kBuild.  Stop.                                                                                                                            
 *                                                                                                                                                          
 * ERROR: app-emulation/virtualbox-ose-2.2.0 failed.

the -9999 kbuild doesn't export KBUILD_KMK_REVISION correctly:

# /usr/bin/kmk -v
kmk - kBuild version 0.1.98 (r0)
Comment 1 Alessio Cassibba (X-Drum) 2009-04-09 23:08:46 UTC
Hi,

Atm the only available tarball/release for kBuild is the 0.1.5 (r2259), 
so i created a snapshot for kBuild with an updated revision 0.1.5 (r2274)
this is now mandatory to build virtualbox 2.2.0 too.

i updated the dev-util/kbuild ebuild on jokey's overlay with the updated
snapshot hosted on my site (see the ebuild dev-util/kbuild-0.1.5-r1)
Comment 2 Patrick Lauer gentoo-dev 2009-04-18 15:46:40 UTC
> i updated the dev-util/kbuild ebuild on jokey's overlay with the updated
> snapshot hosted on my site (see the ebuild dev-util/kbuild-0.1.5-r1)
> 
Thanks.
Ebuild imported.