Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224811 - mail-client/mozilla-thunderbird-2.0.0.14 ebuild rev 1.6 fails no matter what every time
Summary: mail-client/mozilla-thunderbird-2.0.0.14 ebuild rev 1.6 fails no matter what ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://sources.gentoo.org/viewcvs.py/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 22:03 UTC by fiouzy
Modified: 2008-06-03 22:25 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 fiouzy 2008-06-03 22:03:07 UTC
As of /mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild revision 1.6, emerging mozilla-thunderbird-2.0.0.14 currently fails due to a plain "die" line in the ebuild in the src_compile() function:

src_compile() {
...
	econf || die
	die

	# This removes extraneous CFLAGS from the Makefiles to reduce RAM
...
}

This typo have been introduced in rev 1.6:
http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild?r1=1.5&r2=1.6

The fix would be to remove this die line.
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-06-03 22:25:41 UTC
Fixed, sorry about that