Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214341 - typo in dev-lisp/sbcl ebuild
Summary: typo in dev-lisp/sbcl ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-23 05:56 UTC by MATSUI Tetsushi
Modified: 2008-03-23 09:31 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 MATSUI Tetsushi 2008-03-23 05:56:20 UTC
A typo in the sbcl-1.0.15.ebuild stops emerge.


Reproducible: Always

Steps to Reproduce:
emerge sbcl

Actual Results:  
% emerge -pv sbcl

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

Calculating dependencies... done!


!!! Invalid or corrupt dependency specification: 

missing space by parenthesis: 'z)'

['ebuild', '/', 'dev-lisp/sbcl-1.0.15', 'merge']

mirror://sourceforge/sbcl/sbcl-1.0.15-source.tar.bz2 x86? ( mirror://sourceforge/sbcl/sbcl-1.0.12-x86-linux-binary.tar.bz2 ) amd64? ( mirror://sourceforge/sbcl/sbcl-1.0.12-x86-64-linux-binary.tar.bz2 ) ppc? ( mirror://sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2 ) sparc? ( mirror://sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2 ) alpha? ( mirror://sourceforge/sbcl/sbcl-0.9.12-alpha-linux-binary.tar.bz2 ) mips? ( !cobalt? ( mirror://sourceforge/sbcl/sbcl-1.0.12-mips-linux-binary.tar.bz2 ) ) mips? ( cobalt? ( mirror://sourceforge/sbcl/sbcl-1.0.12-mipsel-linux-binary.tar.bz2 ) ) ppc-macos? ( mirror://sourceforge/sbcl/sbcl-1.0.2-powerpc-darwin-binary.tar.bz2 ) x86-macos? ( mirror://sourceforge/sbcl/sbcl-1.0.7-x86-darwin-binary.tar.bz2 ) x86-solaris? ( mirror://sourceforge/sbcl/sbcl-0.9.14-x86-solaris-binary.tar.gz)

This package can not be installed. Please notify the
'dev-lisp/sbcl-1.0.15' package maintainer about this problem.


Expected Results:  
sbcl be emerged.

The x86-solaris? line of SRC_URI ends with parenthesis without a space preceded.
Oh actually, all available sbcl ebuilds contain the same typos.
Comment 1 Fabian Groffen gentoo-dev 2008-03-23 09:31:47 UTC
I fixed them all, thanks!