|
List Info
Thread: Firefox 2.0 with BLFS 6.2
|
|
| Firefox 2.0 with BLFS 6.2 |

|
2007-04-02 13:08:38 |
|
I know this has been done successfully, but there are a few special tricks to make it work. I was hoping someone could point me to a "Read this first" link to get started. Many thanks, czep
|
| Re: Firefox 2.0 with BLFS 6.2 |
  United States |
2007-04-02 13:35:34 |
Scott Czepiel wrote these words on 04/02/07 13:08 CST:
> I know this has been done successfully, but there are a
few special tricks
> to make it work. I was hoping someone could point me
to a "Read this first"
> link to get started.
I'm not aware of anything out there (actually, only the book
should
be required), but you may want to look at the Trac ticket
for the
Firefox update to see if there's anything helpful:
htt
p://wiki.linuxfromscratch.org/blfs/ticket/2218
My apologies for the Firefox build not being updated in the
BLFS book
as of yet. We are all real busy. If Dan (assigned to the
ticket) can't
get to Firefox and Thunderbird updates by the end of the
week, I'll
reassign them to myself and do the updates.
--
Randy
rmlscsi: [bogomips 1003.25] [GNU ld version 2.16.1] [gcc
(GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3
i686]
13:31:00 up 1 day, 16:18, 1 user, load average: 0.07, 0.03,
0.00
--
http://linuxfromscratch.org/mailman/listinfo/blfs-suppo
rt
FAQ: http://
www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
|
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-02 15:18:19 |
2007/4/2, Scott Czepiel <sczepiel gmail.com>:
> I know this has been done successfully, but there are a
few special tricks
> to make it work. I was hoping someone could point me
to a "Read this first"
> link to get started. Many thanks,
> czep
>
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-suppo
rt
> FAQ: http://
www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
You can pretty much follow the BLFS instructions.
You don't need the two patches, but you need the sed
statement and
this extra sed:
sed -i "s EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS) &
-L/usr/X11R6/lib
-lXrender -lX11 " layout/build/Makefile.in
Everything else can stay the same (of course replace 1.5.xxx
with 2.0.xxx).
--
http://linuxfromscratch.org/mailman/listinfo/blfs-suppo
rt
FAQ: http://
www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
|
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-02 16:30:41 |
On Mon, Apr 02, 2007 at 10:18:19PM +0200, Wilco Beekhuizen
wrote:
> You can pretty much follow the BLFS instructions.
> You don't need the two patches, but you need the sed
statement and
> this extra sed:
> sed -i "s EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS) &
-L/usr/X11R6/lib
> -lXrender -lX11 " layout/build/Makefile.in
>
But who builds X in /usr/X11R6/lib these days? Certainly,
I use
something similar to this (-L/usr/lib), but with X in /usr
I'm not
convinced if I really need it ;)
ĸen
--
das eine Mal als Tragödie, das andere Mal als Farce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-suppo
rt
FAQ: http://
www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page |
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-03 03:50:57 |
|
hi, try --disable-canvas.As i said,i could'nt build 2.0 with it.I dont think you'll use it much anyway,though i may be wrong. does the --with-qt option work?
On 4/3/07,
Simon Geard < delgarde ihug.co.nz">delgarde ihug.co.nz> wrote:
On Tue, 2007-04-03 at 00:08 -0700, Scott Czepiel wrote: > Thank you for your suggestions. I installed all the dependencies, but > on make I have run into a problem: > > "Package xft not found in pkg-config search path." It suggests adding
> the path to "xft.pc" to PKG_CONFIG_PATH, but I can't find xft.pc > anywhere on my system, even though I assume it should be > in /usr/lib/pkgconfig. Did I miss a step in the configuration of
> X.org?
Which Xorg version are you using? For any of the 7.x versions, that file is provided by the libXft package - not sure where it is on the older monolithic versions (6.9
and earlier). Either way though, I'm surprised you were able to build all the dependencies without it - particularly Gtk+ and Pango...
Simon.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-03 03:52:58 |
|
did you do --enable-default-toolkit=gtk ??.That also brought up lots of error for me. for me, the configure script could find out the right files without the option,but not if i passed it a default toolkit options.
On 4/3/07, anirudh vij < anirudhvij gmail.com">anirudhvij gmail.com> wrote:
hi, try --disable-canvas.As i said,i could'nt build 2.0 with it.I dont think you'll use it much anyway,though i may be wrong. does the --with-qt option work?
On 4/3/07,
Simon Geard < delgarde ihug.co.nz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">delgarde ihug.co.nz> wrote:
On Tue, 2007-04-03 at 00:08 -0700, Scott Czepiel wrote: > Thank you for your suggestions. I installed all the dependencies, but > on make I have run into a problem: > > "Package xft not found in pkg-config search path." It suggests adding
> the path to "xft.pc" to PKG_CONFIG_PATH, but I can't find xft.pc > anywhere on my system, even though I assume it should be > in /usr/lib/pkgconfig. Did I miss a step in the configuration of
> X.org?
Which Xorg version are you using? For any of the 7.x versions, that file is provided by the libXft package - not sure where it is on the older
monolithic versions (6.9
and earlier). Either way though, I'm surprised you were able to build all the dependencies without it - particularly Gtk+ and Pango...
Simon.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-03 01:39:14 |
|
hi, i build firefox yesterday,and had to turn off --enable-canvas to build without problems. with the --enable-canvas option on i got some errors like x-headers not found(even though i passed in the --with-x-includes and --with-x-lib).
and follow the blfs book so far as the .mozconfig file goes.I tried setting up the options directly in .configure to my woe . also remember to put in --with-qt-dir in .mozconfig(it'll work without it but the menu bar due to the default GTK is'nt that good looking).
also build with system nss and nspr(binaries are smaller,and as the book says you need it for thunderbird anyway).uncomment the line in .mozconfig of the book. I had'nt built firefox-1.5,and my build went well after i did what i said
earlier.Hope it works for you too.
On 4/3/07, Ken Moffat < ken linuxfromscratch.org">ken linuxfromscratch.org> wrote:
On Mon, Apr 02, 2007 at 10:18:19PM +0200, Wilco Beekhuizen wrote: > You can pretty much follow the BLFS instructions. > You don't need the two patches, but you need the sed statement and > this extra sed:
> sed -i "s EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS) & -L/usr/X11R6/lib > -lXrender -lX11 " layout/build/Makefile.in > But who builds X in /usr/X11R6/lib these days? Certainly, I use
something similar to this (-L/usr/lib), but with X in /usr I'm not convinced if I really need it ;)
ĸen -- das eine Mal als Tragödie, das andere Mal als Farce --
http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-03 02:08:59 |
|
Thank you for your suggestions. I installed all the dependencies, but on make I have run into a problem:
"Package xft not found in pkg-config search path." It suggests adding the path to "xft.pc" to PKG_CONFIG_PATH, but I can't find
xft.pc anywhere on my system, even though I assume it should be in /usr/lib/pkgconfig. Did I miss a step in the configuration of X.org?
On 4/2/07,
anirudh vij < anirudhvij gmail.com">anirudhvij gmail.com> wrote:
hi, i build firefox yesterday,and had to turn off --enable-canvas to build without problems. with the --enable-canvas option on i got some errors like x-headers not found(even though i passed in the --with-x-includes and --with-x-lib).
and follow the blfs book so far as the .mozconfig file goes.I tried setting up the options directly in .configure to my woe . also remember to put in --with-qt-dir in .mozconfig(it'll work without it but the menu bar due to the default GTK is'nt that good looking).
also build with system nss and nspr(binaries are smaller,and as the book says you need it for thunderbird anyway).uncomment the line in .mozconfig of the book. I had'nt built firefox-1.5,and my build went well after i did what i said
earlier.Hope it works for you too.
On 4/3/07, Ken Moffat < ken linuxfromscratch.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ken linuxfromscratch.org> wrote:
On Mon, Apr 02, 2007 at 10:18:19PM +0200, Wilco Beekhuizen wrote: > You can pretty much follow the BLFS instructions. > You don't need the two patches, but you need the sed statement and > this extra sed:
> sed -i "s EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS) & -L/usr/X11R6/lib > -lXrender -lX11 " layout/build/Makefile.in > But who builds X in /usr/X11R6/lib these days? Certainly, I use
something similar to this (-L/usr/lib), but with X in /usr I'm not convinced if I really need it ;)
ĸen -- das eine Mal als Tragödie, das andere Mal als Farce --
http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
|
| Re: Firefox 2.0 with BLFS 6.2 |

|
2007-04-03 02:43:04 |
|
One problem fixed: found xft.pc in /usr/X11R6/lib64/pkgconfig and needed to add this to PKG_CONFIG_PATH.
Next problem: multiple link errors in gtk2xtbin.o. I wonder if this is an x86_64 issue or it could relate to the --enable-canvas option. Will try more tomorrow.
czep
On 4/3/07, Scott Czepiel < sczepiel gmail.com">sczepiel gmail.com> wrote:
Thank you for your suggestions. I installed all the dependencies, but on make I have run into a problem:
"Package xft not found in pkg-config search path." It suggests adding the path to "xft.pc" to PKG_CONFIG_PATH, but I can't find
xft.pc anywhere on my system, even though I assume it should be in /usr/lib/pkgconfig. Did I miss a step in the configuration of
X.org?
On 4/2/07,
anirudh vij < anirudhvij gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">anirudhvij gmail.com> wrote:
hi, i build firefox yesterday,and had to turn off --enable-canvas to build without problems. with the --enable-canvas option on i got some errors like x-headers not found(even though i passed in the --with-x-includes and --with-x-lib).
and follow the blfs book so far as the .mozconfig file goes.I tried setting up the options directly in .configure to my woe . also remember to put in --with-qt-dir in .mozconfig(it'll work without it but the menu bar due to the default GTK is'nt that good looking).
also build with system nss and nspr(binaries are smaller,and as the book says you need it for thunderbird anyway).uncomment the line in .mozconfig of the book. I had'nt built firefox-1.5,and my build went well after i did what i said
earlier.Hope it works for you too.
On 4/3/07, Ken Moffat < ken linuxfromscratch.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ken linuxfromscratch.org> wrote:
On Mon, Apr 02, 2007 at 10:18:19PM +0200, Wilco Beekhuizen wrote: > You can pretty much follow the BLFS instructions. > You don't need the two patches, but you need the sed statement and > this extra sed:
> sed -i "s EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS) & -L/usr/X11R6/lib > -lXrender -lX11 " layout/build/Makefile.in > But who builds X in /usr/X11R6/lib these days? Certainly, I use
something similar to this (-L/usr/lib), but with X in /usr I'm not convinced if I really need it ;)
ĸen -- das eine Mal als Tragödie, das andere Mal als Farce --
http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
|
| Re: Firefox 2.0 with BLFS 6.2 |
  New Zealand |
2007-04-03 02:51:28 |
On Tue, 2007-04-03 at 00:08 -0700, Scott Czepiel wrote:
> Thank you for your suggestions. I installed all the
dependencies, but
> on make I have run into a problem:
>
> "Package xft not found in pkg-config search
path." It suggests adding
> the path to "xft.pc" to PKG_CONFIG_PATH, but
I can't find xft.pc
> anywhere on my system, even though I assume it should
be
> in /usr/lib/pkgconfig. Did I miss a step in the
configuration of
> X.org?
Which Xorg version are you using? For any of the 7.x
versions, that file
is provided by the libXft package - not sure where it is on
the older
monolithic versions (6.9 and earlier). Either way though,
I'm surprised
you were able to build all the dependencies without it -
particularly
Gtk+ and Pango...
Simon.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-suppo
rt
FAQ: http://
www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
|
|
|
|