Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11395 - mozilla-1.2.ebuild (Update)
Summary: mozilla-1.2.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-30 08:42 UTC by Rendhalver (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
ebuild patch (mozilla-ebuild.diff,2.22 KB, patch)
2002-11-30 08:46 UTC, Rendhalver (RETIRED)
Details | Diff
ChangeLog patch (mozilla-ChangeLog.diff,627 bytes, patch)
2002-11-30 08:47 UTC, Rendhalver (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rendhalver (RETIRED) gentoo-dev 2002-11-30 08:42:05 UTC
new build for mozilla-1.2 
the gtk2 patch is still required 
i added a USE var to disable the composer

this compiles runs and i built my new galeon-cvs ebuild
http://bugs.gentoo.org/show_bug.cgi?id=11281 with it and it compiled and runs fine
Comment 1 Rendhalver (RETIRED) gentoo-dev 2002-11-30 08:46:31 UTC
Created attachment 6061 [details, diff]
ebuild patch

patch against mozilla-1.2_beta.ebuild
Comment 2 Rendhalver (RETIRED) gentoo-dev 2002-11-30 08:47:49 UTC
Created attachment 6062 [details, diff]
ChangeLog patch
Comment 3 Rendhalver (RETIRED) gentoo-dev 2002-11-30 09:41:03 UTC
sorry guys it looks like this is broken

it was working fine but i just restarted my gnome session and now its dying
without getting to draw the window and no error message either

i get this when i start it backgrounded from the command line
[1]+  Exit 11                 mozilla

Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-30 19:00:03 UTC
Added a 1.2 ebuild to CVS.
Comment 5 Rendhalver (RETIRED) gentoo-dev 2002-11-30 22:41:24 UTC
just a couple of questions about this

is there any reason why it requires gtk+2.1.2 ??
1.2 beta built and ran fine with 2.0.?

and any reason why you didnt mention the new USE option i added to disable the
composer
(some small credit would have been nice as well)
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-01 02:40:53 UTC
> is there any reason why it requires gtk+2.1.2 ??
> 1.2 beta built and ran fine with 2.0.?

Part of the Xft2.0 testing we are doing.  Guess I forgot that I tested it so,
and missed it when commiting.

> and any reason why you didnt mention the new USE option i added to disable the
> composer

It is most probebly due to me not looking at your ebuild.  Yes, I know you did
spent some time on this, sorry.  Fact is just that I usually have a ebuild lying
around that I already started hacking some time back ... do a diff against your
version and mine, Im guessing it will be somewhat different.  Also, if you can
see there, I did not even mention adding the 'moznocompose' and 'mozcalendar'
flags (which I see now is different to your 'moznocomposer'), but did add this
bug # in the ChangeLog, thinking that it should be enouth if somebody wanted to
track it back.

If this is really an issue, Ill add to ChangeLog, just say the word.

ChangeLog.  If
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-01 03:00:09 UTC
> Part of the Xft2.0 testing we are doing.  Guess I forgot that I tested it so,
> and missed it when commiting.

Ok, lets repeat this.  We are doing a push for getting Xft2.0 into Gentoo.
Currently it test fine, as Gnome2 works fine with unstable pango-1.1 and
gtk+-2.1, and KDE 3.0.4 works fine with QT-3.1.

Currently you have to disable Xft if using pango-1.0, so I cannot really see
the use if using gtk+-2.0, as you get AA with galeon-1.2.7 anyhow with this
ebuild (http://cvs.gentoo.org/~azarah/galeon-1.2.7.png).  CVS galeon is anyhow
much more unstable.

I did however see that I still disable xft when gtk2 is in USE .. will fix.
Comment 8 Rendhalver (RETIRED) gentoo-dev 2002-12-01 05:28:40 UTC
ok thats cool dude

i did change the gtk+ version to 2.0.? and did a build with your ebuild and it
fell over when trying to find xft

i am using gtk+2.0.9
i guess adding a disable xft if compiling with pango-1.0 would be a good idea then

or its time to upgrade to gtk+2.1.?
Comment 9 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-01 06:26:47 UTC
Not yet.  If you want to, you can unmask pango-1.1.3 and gtk+-2.1.2 and
merge those.  Also remember to unmask x11-libs/xft.  Then you can help
test it with us, and have nice AA fonts in galeon2 :)

Relevant bug is at:

  http://bugs.gentoo.org/show_bug.cgi?id=10834
Comment 10 Rendhalver (RETIRED) gentoo-dev 2002-12-01 08:04:01 UTC
cool sounds fun to me dude

will emerge gtk+2.1.2 and pango-1.1.3

and report my success on the bug you mentioned above