Discussion:
www/firefox not building on my up to date 7.3 Release machines. Works fine on current.
(too old to reply)
eculp
2010-03-27 13:46:30 UTC
Permalink
It seems to stop with mozilla. All ports are up to date. This is the
only one that won't build for us on 7.3.

c++ -o nsHtml5NamedCharacters.o -c -I../../dist/system_wrappers
-include ../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API
-D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API
-D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI
-DIMPL_NS_NET -DIMPL_THEBES -DOSTYPE=\"FreeBSD7\" -DOSARCH=FreeBSD
-I. -I. -I../../dist/include -I../../dist/include/nsprpub
-I/usr/local/include/nspr
-I/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/dist/include/nss
-I/usr/include -I./../../content/base/src -I/usr/local/include
-fPIC -I/usr/local/include -I/usr/local/include -fno-rtti
-fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align
-Wno-invalid-offsetof -Wno-long-long -O2 -fno-strict-aliasing -pipe
-O2 -fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O
-I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include
../../mozilla-config.h nsHtml5NamedCharacters.cpp
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline
inserted
{standard input}:170: Error: no such instruction: `re'
c++: Internal error: Terminated: 15 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [nsHtml5NamedCharacters.o] Error 1
gmake[4]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser/html'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser'
gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake: *** [default] Error 2
*** Error code 1

Stop in /new/usr/local/ports/www/firefox.
*** Error code 1

Any suggestions appreciated.

ed

# uname -a
FreeBSD HOME.encontacto.net 7.3-STABLE FreeBSD 7.3-STABLE #1134: Wed
Mar 24 06:12:17 CST 2010
***@HOME.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO i386

Stop in /new/usr/local/ports/www/firefox.
Florian Smeets
2010-03-27 14:13:08 UTC
Permalink
Post by eculp
It seems to stop with mozilla. All ports are up to date. This is the
only one that won't build for us on 7.3.
c++ -o nsHtml5NamedCharacters.o -c -I../../dist/system_wrappers -include
../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE
-D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET
-DIMPL_THEBES -DOSTYPE=\"FreeBSD7\" -DOSARCH=FreeBSD -I. -I.
-I../../dist/include -I../../dist/include/nsprpub
-I/usr/local/include/nspr
-I/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/dist/include/nss
-I/usr/include -I./../../content/base/src -I/usr/local/include
-fPIC -I/usr/local/include -I/usr/local/include -fno-rtti
-fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align
-Wno-invalid-offsetof -Wno-long-long -O2 -fno-strict-aliasing -pipe -O2
-fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O
-I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include
../../mozilla-config.h nsHtml5NamedCharacters.cpp
{standard input}:0: Warning: end of file not at end of a line; newline
inserted
{standard input}:170: Error: no such instruction: `re'
c++: Internal error: Terminated: 15 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [nsHtml5NamedCharacters.o] Error 1
gmake[4]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser/html'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser'
gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake: *** [default] Error 2
*** Error code 1
Stop in /new/usr/local/ports/www/firefox.
*** Error code 1
Any suggestions appreciated.
Hi,

I've seen this in a VM with only 1GB RAM (with -CURRENT) after
increasing it to 2GB i was able to build firefox successfully.

Cheers,
Florian
eculp
2010-03-27 20:40:09 UTC
Permalink
Post by Florian Smeets
Post by eculp
It seems to stop with mozilla. All ports are up to date. This is the
only one that won't build for us on 7.3.
c++ -o nsHtml5NamedCharacters.o -c -I../../dist/system_wrappers -include
../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE
-D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET
-DIMPL_THEBES -DOSTYPE=\"FreeBSD7\" -DOSARCH=FreeBSD -I. -I.
-I../../dist/include -I../../dist/include/nsprpub
-I/usr/local/include/nspr
-I/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/dist/include/nss
-I/usr/include -I./../../content/base/src -I/usr/local/include
-fPIC -I/usr/local/include -I/usr/local/include -fno-rtti
-fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align
-Wno-invalid-offsetof -Wno-long-long -O2 -fno-strict-aliasing -pipe -O2
-fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O
-I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include
../../mozilla-config.h nsHtml5NamedCharacters.cpp
{standard input}:0: Warning: end of file not at end of a line; newline
inserted
{standard input}:170: Error: no such instruction: `re'
c++: Internal error: Terminated: 15 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [nsHtml5NamedCharacters.o] Error 1
gmake[4]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser/html'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser'
gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake: *** [default] Error 2
*** Error code 1
Stop in /new/usr/local/ports/www/firefox.
*** Error code 1
Any suggestions appreciated.
Hi,
I've seen this in a VM with only 1GB RAM (with -CURRENT) after
increasing it to 2GB i was able to build firefox successfully.
Cheers,
Florian
Thanks, Florian. I've got 4G but it is worth looking at.

ed
Greg Larkin
2010-03-29 17:49:17 UTC
Permalink
Post by eculp
Post by Florian Smeets
Post by eculp
It seems to stop with mozilla. All ports are up to date. This is the
only one that won't build for us on 7.3.
c++ -o nsHtml5NamedCharacters.o -c -I../../dist/system_wrappers -include
../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE
-D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET
-DIMPL_THEBES -DOSTYPE=\"FreeBSD7\" -DOSARCH=FreeBSD -I. -I.
-I../../dist/include -I../../dist/include/nsprpub
-I/usr/local/include/nspr
-I/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/dist/include/nss
-I/usr/include -I./../../content/base/src -I/usr/local/include
-fPIC -I/usr/local/include -I/usr/local/include -fno-rtti
-fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align
-Wno-invalid-offsetof -Wno-long-long -O2 -fno-strict-aliasing -pipe -O2
-fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O
-I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include
../../mozilla-config.h nsHtml5NamedCharacters.cpp
{standard input}:0: Warning: end of file not at end of a line; newline
inserted
{standard input}:170: Error: no such instruction: `re'
c++: Internal error: Terminated: 15 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [nsHtml5NamedCharacters.o] Error 1
gmake[4]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser/html'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser'
gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake: *** [default] Error 2
*** Error code 1
Stop in /new/usr/local/ports/www/firefox.
*** Error code 1
Any suggestions appreciated.
Hi,
I've seen this in a VM with only 1GB RAM (with -CURRENT) after
increasing it to 2GB i was able to build firefox successfully.
Cheers,
Florian
Thanks, Florian. I've got 4G but it is worth looking at.
ed
Hi Ed,

Are you using the default setting of 512MB for kern.maxdsiz? If so,
please add the following to /boot/loader.conf, reboot and try the build
again. Report back if that has any effect or not. I had to add this
line to build GCC with Java support a while back.

kern.maxdsiz="734003200"

Best regards,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/ - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you

daniele
2010-03-27 21:16:53 UTC
Permalink
HI !
failed" ?
d
Hi Daniele,
I just greped the log files on both machines for swap and found nothing.
I'm going to keep looking at swap and memory.
Thanks,
ed
Post by eculp
It seems to stop with mozilla. All ports are up to date. This is the
only one that won't build for us on 7.3.
c++ -o nsHtml5NamedCharacters.o -c -I../../dist/system_wrappers -include
../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE
-D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET
-DIMPL_THEBES -DOSTYPE=\"FreeBSD7\" -DOSARCH=FreeBSD -I. -I.
-I../../dist/include -I../../dist/include/nsprpub
-I/usr/local/include/nspr
-I/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/dist/include/nss
-I/usr/include -I./../../content/base/src -I/usr/local/include -fPIC
-I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions
-Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align
-Wno-invalid-offsetof -Wno-long-long -O2 -fno-strict-aliasing -pipe -O2
-fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O
-I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include
../../mozilla-config.h nsHtml5NamedCharacters.cpp
{standard input}:0: Warning: end of file not at end of a line; newline
inserted
{standard input}:170: Error: no such instruction: `re'
c++: Internal error: Terminated: 15 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [nsHtml5NamedCharacters.o] Error 1
gmake[4]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser/html'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2/parser'
gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory
`/new/usr/local/ports/www/firefox/work/mozilla-1.9.2'
gmake: *** [default] Error 2
*** Error code 1
Stop in /new/usr/local/ports/www/firefox.
*** Error code 1
Any suggestions appreciated.
ed
# uname -a
FreeBSD HOME.encontacto.net 7.3-STABLE FreeBSD 7.3-STABLE #1134: Wed Mar
24 06:12:17 CST 2010
Stop in /new/usr/local/ports/www/firefox.
_______________________________________________
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
Hmmmm...

At this point I am afraid I can't really help. I had a _similar_ problem
at the same "location" but I had many error messaging on console warning
I was running out of space.
By the way, I wrote a (quite) detailed report of my experience weeks
weeks ago. I got no feedback about it (probably it has been ignored) and
still lays there in the gecko-ml. Here is the link :
http://lists.freebsd.org/pipermail/freebsd-gecko/2010-February/000692.html
Take a look at it, if you like to, maybe it can give a bit of light

:-)

d
Loading...