Re: openoffice-devel compile problems ...

2003-10-15 Thread ivan georgiev
On Monday 13 October 2003 09:09 pm, Jens Rehsack wrote:
 ivan georgiev wrote:
  On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote:

 [...]

  nsICookieService.idl
  ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
  _xpidlgen/nsICookieService nsICookieService.idl
  gmake[4]: *** [../../../dist/include/necko] Illegal instruction
  (core dumped)

 I think this says all. Try another CPUTYPE and let me know the
 results.

 Jens

I finally compiled openoffice !!! But I have no clue why it worked 
this time. So, I gave up on using portinstall and did
make install clean in the openoffice-devel directory. It was 
compiling for one hour and then stopped complaining something about 
a.out  (as shown bellow). Then I lunched make install clean 
again and it picked up from the place it left, worked another hour or 
so and stopped at a different place again complaining about a.out. 
After 6-7 steps like this I finally compiled it. I have no clue what 
kind of problem is this and will be very happy if someone can tell 
me. Bellow follows one example of the many stops:

--
Making: ../../unxfbsd.pro/slb/bridgefac.uno.lib
echo unxfbsd.pro/slo/bridgefactory.o unxfbsd.pro/slo/bridgeimpl.o | 
xargs -n1  ../../unxfbsd.pro/slb/bridgefac.uno.lib
nm: a.out: No such file or directory
dmake:  Error code 1, while making '../../unxfbsd.pro/slb/
bridgefac.uno.lib'
dmake:  '../../unxfbsd.pro/slb/bridgefac.uno.lib' removed.
---* TG_SLO.MK *---

Thank you,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-15 Thread Jens Rehsack
ivan georgiev wrote:
On Monday 13 October 2003 09:09 pm, Jens Rehsack wrote:

ivan georgiev wrote:

On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote:
[...]


nsICookieService.idl
../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
_xpidlgen/nsICookieService nsICookieService.idl
gmake[4]: *** [../../../dist/include/necko] Illegal instruction
(core dumped)
I think this says all. Try another CPUTYPE and let me know the
results.
Jens


I finally compiled openoffice !!! But I have no clue why it worked 
this time. So, I gave up on using portinstall and did
make install clean in the openoffice-devel directory. It was 
compiling for one hour and then stopped complaining something about 
a.out  (as shown bellow). Then I lunched make install clean 
again and it picked up from the place it left, worked another hour or 
so and stopped at a different place again complaining about a.out. 
After 6-7 steps like this I finally compiled it. I have no clue what 
kind of problem is this and will be very happy if someone can tell 
me. Bellow follows one example of the many stops:

--
Making: ../../unxfbsd.pro/slb/bridgefac.uno.lib
echo unxfbsd.pro/slo/bridgefactory.o unxfbsd.pro/slo/bridgeimpl.o | 
xargs -n1  ../../unxfbsd.pro/slb/bridgefac.uno.lib
nm: a.out: No such file or directory
dmake:  Error code 1, while making '../../unxfbsd.pro/slb/
bridgefac.uno.lib'
dmake:  '../../unxfbsd.pro/slb/bridgefac.uno.lib' removed.
---* TG_SLO.MK *---
This says nothing - at least not to me. In conjunction with your
above described error I assume a hardware problem.
Jens

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
ivan georgiev wrote:
I tried three times to compile openoffice-devel (I use 5-1p10) and it 
always fails when compiling mozilla - on different places and always 
with a core dump. I saw some messages that people are happy with it 
(therefore it must be compileable). Do I have to do something special 
besaides the 
portinstall  /usr/ports/editors/openoffice-devel which I use?
Maybe you've specified a to high optimization level in
/etc/make.conf. Check you CFLAGS. Mozilla build break
mostly with anything higher than -O2.
Regards,
Jens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote:
 ivan georgiev wrote:
  I tried three times to compile openoffice-devel (I use 5-1p10)
  and it always fails when compiling mozilla - on different places
  and always with a core dump. I saw some messages that people are
  happy with it (therefore it must be compileable). Do I have to do
  something special besaides the
  portinstall  /usr/ports/editors/openoffice-devel which I use?

 Maybe you've specified a to high optimization level in
 /etc/make.conf. Check you CFLAGS. Mozilla build break
 mostly with anything higher than -O2.

 Regards,
 Jens

Thanks Jens,

I have:
CFLAGS=-O1 -pipe 
CPUTYPE=p4
in make.conf . I do not think it is a hardware/memory problem, because  
make -j4 buildworld always finishes without a glitch. What else can 
I check/modify?

Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
ivan georgiev wrote:
On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote:

ivan georgiev wrote:

I tried three times to compile openoffice-devel (I use 5-1p10)
and it always fails when compiling mozilla - on different places
and always with a core dump. I saw some messages that people are
happy with it (therefore it must be compileable). Do I have to do
something special besaides the
portinstall  /usr/ports/editors/openoffice-devel which I use?
Maybe you've specified a to high optimization level in
/etc/make.conf. Check you CFLAGS. Mozilla build break
mostly with anything higher than -O2.
Regards,
Jens


Thanks Jens,

I have:
CFLAGS=-O1 -pipe 
CPUTYPE=p4
in make.conf . I do not think it is a hardware/memory problem, because  
make -j4 buildworld always finishes without a glitch. What else can 
I check/modify?
Maybe it would be better to set CPUTYPE to p3, 'cause the cc of 5.1 is
known to produce bad code for pentium4 in some situations.
Furthermore it would really help if you send the message the build dumps 
with.

Regards,
Jens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote:
 ivan georgiev wrote:
  On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote:
 ivan georgiev wrote:
 I tried three times to compile openoffice-devel (I use 5-1p10)
 and it always fails when compiling mozilla - on different places
 and always with a core dump. I saw some messages that people are
 happy with it (therefore it must be compileable). Do I have to
  do something special besaides the
 portinstall  /usr/ports/editors/openoffice-devel which I use?
 
 Maybe you've specified a to high optimization level in
 /etc/make.conf. Check you CFLAGS. Mozilla build break
 mostly with anything higher than -O2.
 
 Regards,
 Jens
 
  Thanks Jens,
 
  I have:
  CFLAGS=-O1 -pipe
  CPUTYPE=p4
  in make.conf . I do not think it is a hardware/memory problem,
  because make -j4 buildworld always finishes without a glitch.
  What else can I check/modify?

 Maybe it would be better to set CPUTYPE to p3, 'cause the cc of 5.1
 is known to produce bad code for pentium4 in some situations.
 Furthermore it would really help if you send the message the build
 dumps with.

Here is the place where it core dumps:

nsICookieService.idl
../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o 
_xpidlgen/nsICookieService nsICookieService.idl
gmake[4]: *** [../../../dist/include/necko] Illegal instruction (core 
dumped)
gmake[4]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla/netwerk/cookie/public'
gmake[3]: *** [export] Error 2
gmake[3]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla/netwerk/cookie'
gmake[2]: *** [export] Error 2
gmake[2]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla/netwerk'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/editors/openoffice-devel/work/
mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/editors/openoffice-devel/work/mozilla.
*** Error code 1

Stop in /usr/ports/editors/openoffice-devel.
*** Error code 1

Stop in /usr/ports/editors/openoffice-devel.
*** Error code 1

Stop in /usr/ports/editors/openoffice-devel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/
portinstall23087.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded 
(*:skipped / !:failed)
! editors/openoffice-devel  (coredump)


Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
ivan georgiev wrote:
On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote:
[...]

nsICookieService.idl
../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o 
_xpidlgen/nsICookieService nsICookieService.idl
gmake[4]: *** [../../../dist/include/necko] Illegal instruction (core 
dumped)
I think this says all. Try another CPUTYPE and let me know the results.

Jens

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
Robert Huff wrote:
ivan georgiev writes:


I tried three times to compile openoffice-devel (I use 5-1p10) and it 
always fails when compiling mozilla - on different places and always 
with a core dump. I saw some messages that people are happy with it 
(therefore it must be compileable). Do I have to do something special 
besaides the 
portinstall  /usr/ports/editors/openoffice-devel which I use?


Mune breaks also, but at a different place.
Actually, in some ways it's the same place.  OO wants Mozilla,
which wants JDK14,  JDK14 is broken; my last response on the compile
was:
===  Building for jdk-1.4.1p3_3
# pkg_info | grep jdk-1.4
jdk-1.4.1p4 Java Development Kit 1.4.1
Alexey, Greg and all contributor did a great job with that
patch level, 'cause it runs for me without any problems.
Regards,
Jens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
  nsICookieService.idl
  ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
  _xpidlgen/nsICookieService nsICookieService.idl
  gmake[4]: *** [../../../dist/include/necko] Illegal instruction
  (core dumped)

 I think this says all. Try another CPUTYPE and let me know the
 results.

I forgot to mention that this was compiled with CPUTYPE=p3 (I have p4) 
I will try with pentiumpro(i686) and will let you know.

Thanks,
Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
  nsICookieService.idl
  ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o
  _xpidlgen/nsICookieService nsICookieService.idl
  gmake[4]: *** [../../../dist/include/necko] Illegal instruction
  (core dumped)

 I think this says all. Try another CPUTYPE and let me know the
 results.

I compiled with CPUTYPE=i686 and it passed successfully the mozilla 
build. However, this time it stopped with this error:

--
Making: ../../../../../../unxfbsd.pro/slb/sablot.lib
Making: ../../../../../../unxfbsd.pro/lib/libsablot.a
dmake:  Error code 139, while making '../../../../../../unxfbsd.pro/
lib/libsablot.a'
---* TG_SLO.MK *---
dmake:  Error code 255, while making './unxfbsd.pro/misc/build/
so_built_so_sablotron'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /usr/ports/editors/
openoffice-devel/work/oo_1.1_src/sablot
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255

Stop in /usr/ports/editors/openoffice-devel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/
portinstall37293.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded 
(*:skipped / !:failed)
! editors/openoffice-devel  (linker error)


Ivan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]