Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100155 - mozilla 1.7.10-r2 ebuild broken with USE="crypt moznomail"
Summary: mozilla 1.7.10-r2 ebuild broken with USE="crypt moznomail"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-24 13:35 UTC by Mikael Magnusson
Modified: 2005-07-24 18:40 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 Mikael Magnusson 2005-07-24 13:35:54 UTC
in the ebuild, "use crypt && ! use moznomail" is almost consistently used to
check if to do the ipc and enigmail stuff, but at this place (pasted at the
end), only use crypt is checked, resulting in massive breakage. Have not
confirmed adding && ! use moznomail fixes it yet, but it should.


	####################################
	#
	#  Build Enigmail extension
	#
	####################################

	if use crypt ; then
		for x in ipc enigmail; do
			emake -C ${S}/extensions/${x} || die "emake ${x} failed"
		done
	fi
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-07-24 18:40:12 UTC
Thanks, fixed now, sync in an hour or so and you'll have the new version.

"Massive breakage" is pushing it a bit, btw, when (1) not many people use
moznomail, (2) it's an ~arch build ;-)