Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35996 - Kahakai 0.6 ebuild fails
Summary: Kahakai 0.6 ebuild fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 06:11 UTC by Frederick Myers
Modified: 2003-12-17 06:57 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 Frederick Myers 2003-12-17 06:11:21 UTC
Typo in the ebuild that causes this error:
/usr/sbin/ebuild.sh: line 37: --enable-python: command not found
 
!!! ERROR: x11-wm/kahakai-0.6 failed.
!!! Function src_compile, Line 39, Exitcode 127
!!! (no error message)

Problem: Missing '\' after `--disable-xrandr` in  src_compile() econf list.
Fix: Adding the '\' 


Reproducible: Always
Steps to Reproduce:
1. emerge kahakai-0.6.ebuild
2.
3.

Actual Results:  
Typo in the ebuild that causes this error:
/usr/sbin/ebuild.sh: line 37: --enable-python: command not found
 
!!! ERROR: x11-wm/kahakai-0.6 failed.
!!! Function src_compile, Line 39, Exitcode 127
!!! (no error message)


Expected Results:  
Not croak
Comment 1 Brad Cowan (RETIRED) gentoo-dev 2003-12-17 06:54:55 UTC
I'll add the trailing /, but the build is masked because .6 is pretty broken...this is noted in the ebuild and changelog.
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2003-12-17 06:57:59 UTC
Done, thanks. :)