Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20773 - Mozilla 1.4b nightly ebuild
Summary: Mozilla 1.4b nightly ebuild
Status: RESOLVED DUPLICATE of bug 20622
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-10 21:22 UTC by Ben
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Mozilla 1.4b nightly ebuild (mozilla-1.4b.ebuild,15.28 KB, application/octet-stream)
2003-05-10 21:23 UTC, Ben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2003-05-10 21:22:09 UTC
This is my first Ebuild... Its based on the Mozilla 1.3 ebuild file...

It downloads the source from ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/

And builds then installs it.. then deletes the source file from the dist folder
and the digest files so you can rerun the ebuild and download the new nightly
source.

you need to set:
PORTDIR_OVERLAY=/usr/local/portage
in your make.conf file...

and place the ebuild file into /usr/local/portage/net-www/mozilla

then: cd /usr/local/portage/net-www/mozilla
then run: ebuild mozilla-1.4b.ebuild digest
then run: emerge mozilla-1.4.b.ebuild

Reproducible: Always
Steps to Reproduce:
Comment 1 Ben 2003-05-10 21:23:25 UTC
Created attachment 11778 [details]
Mozilla 1.4b nightly ebuild
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-05-10 21:30:37 UTC
Sorry, wrong category. New ebuilds belong in the Gentoo Linux category.
Comment 3 Narada Sage 2003-05-12 07:15:22 UTC
Bug 20773 here and bug 20622 seem a little similar to me.  What does policy say about nightly builds?  I was under the impression that nightly builds weren't officially allowed but I have seen mozilla beta releases before on the tree.  If nightly builds were allowed I'd very much like to see ebuilds for both phoenix and mozilla nightlies which have already been produced.
Comment 4 Andrew Thompson 2003-05-18 15:09:37 UTC
Emerging Mozilla 1.4b seems to break Evolution which has mozilla as a dependancy. Just rolling back to Mozilla 1.3 fixes the problem but I'd like to have Mozilla and Evolution play nice together.

Vag
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2003-05-18 16:00:24 UTC
Nightly is pretty much the same as live cvs ebuilds ... too volatile to
officially support.

As for the mozilla/evolution issue, the newer evolution do support ssl
via openssl, so you could do:

  # USE="-mozilla ssl" emerge evolution

which should fix the dependency on mozilla ...
Comment 6 Hanno Böck gentoo-dev 2003-05-19 07:31:08 UTC
As mozilla 1.4b is already out, we don't need a nightly ebuild.

*** This bug has been marked as a duplicate of 20622 ***