Re: RELENG_6 does not compile

2006-09-23 Thread martinko
Kent Stewart wrote:
 On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote:
 On Fri, 22 Sep 2006 02:59:53 +0200

 martinko [EMAIL PROTECTED] wrote:
 internal compiler error: Segmentation fault: 11
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 *** Error code 1
 Chances are you have failing hardware.

 Kris
 you must be kidding! :-o
 no, really, this is a laptop and i hope it's not going to die or
 something. :-/
 well, it would actually be better now before the warranty is over.
 ;-) anyway, how did you come to your conclusion pls ??
 SegFault 11 is normally a strong indicator of dying RAM.

 
 But in a laptop it could be related to heat such as a clogged heatsink 
 or the equivalent. In one of my AMD desktop, I blew the dust out of the 
 heat sink and the cpu temp dropped 5oC. There is a list of causes in 
 the FAQ and they can all be the cause.
 
 Kent
 
  Joerg
 

dears,

i booted up knoppix and ran memtest for 4 hours (std test), then all
tests for 8 hrs (6 passes), and no error was reported.

i searched log for hdd failure messages as mentioned in a thread from a
few days ago and did not find anything.

my laptop temperature did not exceed the usual level. i haven't had any
issue regarding this yet. (nearly two years)

i wonder what else i could check or what other tests i could run.

any ideas pls ?

martin

ps: i'll try to locate the FAQ mentioned above.

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


Re: RELENG_6 does not compile

2006-09-23 Thread Peter Jeremy
On Sat, 2006-Sep-23 09:09:38 +0200, martinko wrote:
Kent Stewart wrote:
 On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote:
 On Fri, 22 Sep 2006 02:59:53 +0200

 martinko [EMAIL PROTECTED] wrote:
 internal compiler error: Segmentation fault: 11
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 *** Error code 1
 Chances are you have failing hardware.
...

i wonder what else i could check or what other tests i could run.

any ideas pls ?

Is the failure repeatable?  Does the SEGV occur in exactly the same
place, or does it move around?  The latter is virtually certainly a
hardware problem.

Are you using non-standard make options?

Note that just because memtest didn't find a RAM problem doesn't
guarantee that your RAM is good.  Pattern sensitive errors can
be very difficult to trigger.

-- 
Peter Jeremy


pgpgfbKJNw8HS.pgp
Description: PGP signature


Re: RELENG_6 does not compile

2006-09-23 Thread Sten Daniel Sørsdal
martinko wrote:
 Kent Stewart wrote:
 On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote:
 On Fri, 22 Sep 2006 02:59:53 +0200

 martinko [EMAIL PROTECTED] wrote:
 internal compiler error: Segmentation fault: 11
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 *** Error code 1
 Chances are you have failing hardware.

 Kris
 you must be kidding! :-o
 no, really, this is a laptop and i hope it's not going to die or
 something. :-/
 well, it would actually be better now before the warranty is over.
 ;-) anyway, how did you come to your conclusion pls ??
 SegFault 11 is normally a strong indicator of dying RAM.

 But in a laptop it could be related to heat such as a clogged heatsink 
 or the equivalent. In one of my AMD desktop, I blew the dust out of the 
 heat sink and the cpu temp dropped 5oC. There is a list of causes in 
 the FAQ and they can all be the cause.

 Kent

 Joerg
 
 dears,
 
 i booted up knoppix and ran memtest for 4 hours (std test), then all
 tests for 8 hrs (6 passes), and no error was reported.
 
 i searched log for hdd failure messages as mentioned in a thread from a
 few days ago and did not find anything.
 
 my laptop temperature did not exceed the usual level. i haven't had any
 issue regarding this yet. (nearly two years)
 
 i wonder what else i could check or what other tests i could run.
 
 any ideas pls ?
 
 martin
 
 ps: i'll try to locate the FAQ mentioned above.
 

Does the error ocurr at different times in the build process or does the
build process stop at the same place?

I've had similar problems when the .so's already installed in the system
 was not correct or corrupt. So something i did 3 months earlier out of
boredom cost me half a day of tracking it down (i'm no wiz).
Buildworld always stopped at the same location when this happened (with
a signal 11)

-- 
Sten Daniel Sørsdal

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


Re: RELENG_6 does not compile

2006-09-22 Thread Brian
I was a recent reporter of this, and after I started replaciing hardware 
to test, it turned out that I had a memory chip problem.  1 stick of ram 
removed, buildworld now works.


brian

On Thu, 21 Sep 2006, Kris Kennaway wrote:


On Fri, Sep 22, 2006 at 02:59:53AM +0200, martinko wrote:

Kris Kennaway wrote:

On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote:

Kris Kennaway wrote:

That doesn't provide any information since you used -j4.  When posting
errors from buildworld, you need to run without -j, or log the entire
buildworld output and then figure out where the actual error occurred
(may be thousands of lines from the end).

Kris

here it is again (without -j) :

echo libssl.so.4: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a  .depend
cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
-DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
-I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN  -c
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c
cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
-DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
-I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN  -c
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c: In
function `ssl23_connect':
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:216:
internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** Error code 1


Chances are you have failing hardware.

Kris


you must be kidding! :-o
no, really, this is a laptop and i hope it's not going to die or
something. :-/
well, it would actually be better now before the warranty is over. ;-)
anyway, how did you come to your conclusion pls ??


Such errors are almost always the fault of failing hardware
components; a functioning system does not cause sporadic software
failure.  This comes up about once a week so please search the
archives or google for extensive discussion.

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


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


Re: RELENG_6 does not compile

2006-09-22 Thread Kent Stewart
On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote:
 On Fri, 22 Sep 2006 02:59:53 +0200

 martinko [EMAIL PROTECTED] wrote:
   internal compiler error: Segmentation fault: 11
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See URL:http://gcc.gnu.org/bugs.html for instructions.
   *** Error code 1
  
   Chances are you have failing hardware.
  
   Kris
 
  you must be kidding! :-o
  no, really, this is a laptop and i hope it's not going to die or
  something. :-/
  well, it would actually be better now before the warranty is over.
  ;-) anyway, how did you come to your conclusion pls ??

 SegFault 11 is normally a strong indicator of dying RAM.


But in a laptop it could be related to heat such as a clogged heatsink 
or the equivalent. In one of my AMD desktop, I blew the dust out of the 
heat sink and the cpu temp dropped 5oC. There is a list of causes in 
the FAQ and they can all be the cause.

Kent

   Joerg

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ I am Andean project.
http://users.owt.com/kstewart/index.html
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_6 does not compile

2006-09-22 Thread [EMAIL PROTECTED]

On 9/21/06, martinko [EMAIL PROTECTED] wrote:

Ruslan Ermilov wrote:
 On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:
 hello list,

 i've just pulled the releng_6 sources and run make -j4 buildworld as
 usual and this i've got:

[...]

 I'm generally interested in fixing -jX build failures.  I'd need
 at least the following info:

 - the contents of /etc/make.conf
 - exact make command
 - full output (combined stdout + stderr) available somewhere
   for download in a compressed form


 Cheers,

ruslan,

it seems to me it's not -jX fault this time.
otherwise i could provide you the info you asked.
pls see my latest post on this issue.


In my admittedly limited experience:
-j rarely breaks anything itself, but in most cases
it makes posting the last few lines useless, as it
can interpose hundreds (or thousands) of lines of
output from concurrent compilations.

-j may be slightly more likely to expose hardware
problems.

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


RELENG_6 does not compile

2006-09-21 Thread martinko
hello list,

i've just pulled the releng_6 sources and run make -j4 buildworld as
usual and this i've got:

=== gnu/usr.bin/texinfo/doc (all)
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi
 -o info.info
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi
 -o info-stnd.info
ln -fs
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
texinfo.texi
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
texinfo.texi  -o texinfo.info
gzip -cn info.info  info.info.gz
gzip -cn info-stnd.info  info-stnd.info.gz
gzip -cn texinfo.info  texinfo.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error

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


Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:
 hello list,
 
 i've just pulled the releng_6 sources and run make -j4 buildworld as
 usual and this i've got:
 
 === gnu/usr.bin/texinfo/doc (all)
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi
  -o info.info
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi
  -o info-stnd.info
 ln -fs
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
 texinfo.texi
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 texinfo.texi  -o texinfo.info
 gzip -cn info.info  info.info.gz
 gzip -cn info-stnd.info  info-stnd.info.gz
 gzip -cn texinfo.info  texinfo.info.gz
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error

That doesn't provide any information since you used -j4.  When posting
errors from buildworld, you need to run without -j, or log the entire
buildworld output and then figure out where the actual error occurred
(may be thousands of lines from the end).

Kris


pgpwUmhGiFrk3.pgp
Description: PGP signature


Re: RELENG_6 does not compile

2006-09-21 Thread Andrew J. Caines

martinko,

Do you have NO_INFO set in make.conf?

My RELENG_6 boxes, which all have NO_INFO, also fail consistently at
this stage of the build. My aborted efforts to find the cause (ie. why
texinfo was being built at all), including building without the -j 4
or _any_ make.conf or compiler options, ended when I just removed
texinfo from the Makefile.

FWIW, they go on to fail during the sysinstall build.

I'll follow up with something more useful that me too when I have it.


-Andrew-
--
 ___
| -Andrew J. Caines-   Unix Systems Engineer   [EMAIL PROTECTED]  |
| They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety - Benjamin Franklin, 1759 |
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Kris Kennaway wrote:
 On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:
 hello list,

 i've just pulled the releng_6 sources and run make -j4 buildworld as
 usual and this i've got:

 === gnu/usr.bin/texinfo/doc (all)
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi
  -o info.info
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi
  -o info-stnd.info
 ln -fs
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
 texinfo.texi
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 texinfo.texi  -o texinfo.info
 gzip -cn info.info  info.info.gz
 gzip -cn info-stnd.info  info-stnd.info.gz
 gzip -cn texinfo.info  texinfo.info.gz
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 
 That doesn't provide any information since you used -j4.  When posting
 errors from buildworld, you need to run without -j, or log the entire
 buildworld output and then figure out where the actual error occurred
 (may be thousands of lines from the end).
 
 Kris

well, you're right kris, i'll try again..

cheers,

m.

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


Re: RELENG_6 does not compile

2006-09-21 Thread Ruslan Ermilov
On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:
 hello list,
 
 i've just pulled the releng_6 sources and run make -j4 buildworld as
 usual and this i've got:
 
 === gnu/usr.bin/texinfo/doc (all)
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi
  -o info.info
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi
  -o info-stnd.info
 ln -fs
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
 texinfo.texi
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 texinfo.texi  -o texinfo.info
 gzip -cn info.info  info.info.gz
 gzip -cn info-stnd.info  info-stnd.info.gz
 gzip -cn texinfo.info  texinfo.info.gz
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 
I'm generally interested in fixing -jX build failures.  I'd need
at least the following info:

- the contents of /etc/make.conf
- exact make command
- full output (combined stdout + stderr) available somewhere
  for download in a compressed form


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer


pgpIY4BZIpOU6.pgp
Description: PGP signature


Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Kris Kennaway wrote:
 
 That doesn't provide any information since you used -j4.  When posting
 errors from buildworld, you need to run without -j, or log the entire
 buildworld output and then figure out where the actual error occurred
 (may be thousands of lines from the end).
 
 Kris

here it is again (without -j) :

echo libssl.so.4: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a  .depend
cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
-DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
-I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN  -c
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c
cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
-DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
-I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN  -c
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c: In
function `ssl23_connect':
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:216:
internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** Error code 1

Stop in /usr/src/secure/lib/libssl.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

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


Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote:
 Kris Kennaway wrote:
  
  That doesn't provide any information since you used -j4.  When posting
  errors from buildworld, you need to run without -j, or log the entire
  buildworld output and then figure out where the actual error occurred
  (may be thousands of lines from the end).
  
  Kris
 
 here it is again (without -j) :
 
 echo libssl.so.4: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a  .depend
 cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
 -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
 -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
 -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
 -DHAVE_DLFCN_H -DL_ENDIAN  -c
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c
 cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
 -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
 -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
 -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
 -DHAVE_DLFCN_H -DL_ENDIAN  -c
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c: In
 function `ssl23_connect':
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:216:
 internal compiler error: Segmentation fault: 11
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 *** Error code 1

Chances are you have failing hardware.

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


Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Andrew J. Caines wrote:
 martinko,
 
 Do you have NO_INFO set in make.conf?
 
 My RELENG_6 boxes, which all have NO_INFO, also fail consistently at
 this stage of the build. My aborted efforts to find the cause (ie. why
 texinfo was being built at all), including building without the -j 4
 or _any_ make.conf or compiler options, ended when I just removed
 texinfo from the Makefile.
 
 FWIW, they go on to fail during the sysinstall build.
 
 I'll follow up with something more useful that me too when I have it.
 
 
 -Andrew-

no, i don't have NO_INFO in my make.conf.

well, the only change i've done recently is commenting out the following
two lines based on a thread in one of the freebsd mailing lists:

#CFLAGS= -O2 -pipe  # userland settings
#COPTFLAGS= -O -pipe# kernel settings

therefore i guess -O2 being used now might be the culprit.

cheers,

martin

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


Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Ruslan Ermilov wrote:
 On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote:
 hello list,

 i've just pulled the releng_6 sources and run make -j4 buildworld as
 usual and this i've got:

[...]

 I'm generally interested in fixing -jX build failures.  I'd need
 at least the following info:
 
 - the contents of /etc/make.conf
 - exact make command
 - full output (combined stdout + stderr) available somewhere
   for download in a compressed form
 
 
 Cheers,

ruslan,

it seems to me it's not -jX fault this time.
otherwise i could provide you the info you asked.
pls see my latest post on this issue.

cheers,

martin

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


Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Kris Kennaway wrote:
 On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote:
 Kris Kennaway wrote:
 That doesn't provide any information since you used -j4.  When posting
 errors from buildworld, you need to run without -j, or log the entire
 buildworld output and then figure out where the actual error occurred
 (may be thousands of lines from the end).

 Kris
 here it is again (without -j) :

 echo libssl.so.4: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a  .depend
 cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
 -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
 -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
 -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
 -DHAVE_DLFCN_H -DL_ENDIAN  -c
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c
 cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
 -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
 -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
 -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
 -DHAVE_DLFCN_H -DL_ENDIAN  -c
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c: In
 function `ssl23_connect':
 /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:216:
 internal compiler error: Segmentation fault: 11
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 *** Error code 1
 
 Chances are you have failing hardware.
 
 Kris

you must be kidding! :-o
no, really, this is a laptop and i hope it's not going to die or
something. :-/
well, it would actually be better now before the warranty is over. ;-)
anyway, how did you come to your conclusion pls ??

regards,

martin

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


Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 02:59:53AM +0200, martinko wrote:
 Kris Kennaway wrote:
  On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote:
  Kris Kennaway wrote:
  That doesn't provide any information since you used -j4.  When posting
  errors from buildworld, you need to run without -j, or log the entire
  buildworld output and then figure out where the actual error occurred
  (may be thousands of lines from the end).
 
  Kris
  here it is again (without -j) :
 
  echo libssl.so.4: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a  .depend
  cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
  -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
  -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
  -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
  -DHAVE_DLFCN_H -DL_ENDIAN  -c
  /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c
  cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS
  -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl
  -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto
  -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN
  -DHAVE_DLFCN_H -DL_ENDIAN  -c
  /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c
  /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c: In
  function `ssl23_connect':
  /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:216:
  internal compiler error: Segmentation fault: 11
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See URL:http://gcc.gnu.org/bugs.html for instructions.
  *** Error code 1
  
  Chances are you have failing hardware.
  
  Kris
 
 you must be kidding! :-o
 no, really, this is a laptop and i hope it's not going to die or
 something. :-/
 well, it would actually be better now before the warranty is over. ;-)
 anyway, how did you come to your conclusion pls ??

Such errors are almost always the fault of failing hardware
components; a functioning system does not cause sporadic software
failure.  This comes up about once a week so please search the
archives or google for extensive discussion.

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


Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Thu, Sep 21, 2006 at 09:05:54PM -0400, Kris Kennaway wrote:

   internal compiler error: Segmentation fault: 11
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See URL:http://gcc.gnu.org/bugs.html for instructions.
   *** Error code 1
   
   Chances are you have failing hardware.
   
   Kris
  
  you must be kidding! :-o
  no, really, this is a laptop and i hope it's not going to die or
  something. :-/
  well, it would actually be better now before the warranty is over. ;-)
  anyway, how did you come to your conclusion pls ??
 
 Such errors are almost always the fault of failing hardware
 components; a functioning system does not cause sporadic software
 failure.  This comes up about once a week so please search the
 archives or google for extensive discussion.
 
 Kris

P.S. Your email address bounces, please correct this in future emails.

kris

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


Re: RELENG_6 does not compile

2006-09-21 Thread Joerg Pernfuss
On Fri, 22 Sep 2006 02:59:53 +0200
martinko [EMAIL PROTECTED] wrote:

  internal compiler error: Segmentation fault: 11
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See URL:http://gcc.gnu.org/bugs.html for instructions.
  *** Error code 1
  
  Chances are you have failing hardware.
  
  Kris
 
 you must be kidding! :-o
 no, really, this is a laptop and i hope it's not going to die or
 something. :-/
 well, it would actually be better now before the warranty is over. ;-)
 anyway, how did you come to your conclusion pls ??

SegFault 11 is normally a strong indicator of dying RAM.

Joerg
-- 
| /\   ASCII ribbon   |  GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against |0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
|  XHTML in email  |.the next sentence is true.   |
| / \ and news | .the previous sentence was a lie.|


signature.asc
Description: PGP signature
!DSPAM:45133a5f269115209328925!___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]