Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2006 11:29:54 +0100
From:      Florent Thoumie <flz@FreeBSD.org>
To:        Sergey Matveychuk <sem@FreeBSD.org>
Cc:        Mariusz Kownacki <vooya@vooya.net>, ports@FreeBSD.org
Subject:   Re: ports@FreeBSD.org - ruby18
Message-ID:  <1154687394.14585.16.camel@mayday.esat.net>
In-Reply-To: <44D2FB4F.8090605@FreeBSD.org>
References:  <20060803173335.GA22303@vooya.net> <44D2FB4F.8090605@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-6SRWApXHG4M74bCp8vYM
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2006-08-04 at 11:46 +0400, Sergey Matveychuk wrote:
> Mariusz Kownacki wrote:
> > Hello,
> >=20
> > Since few days i have problem with installing ruby from ports
> > (/usr/ports/lang/ruby18).
> >=20
> > According to advices I attach additional information. I would be
> > grateful for any help.
> >=20
> > OS version:
> > FreeBSD xxx 6.1-STABLE FreeBSD 6.1-STABLE
> >=20
> > ---
> > [root@xxx:/usr/ports/lang/ruby18]$ make install clean
> > =3D=3D=3D>   ruby-1.8.4_9,1 depends on file: /usr/local/lib/libcrypto.s=
o.5 -
> > found
> > =3D=3D=3D>  Configuring for ruby-1.8.4_9,1
> > /usr/bin/touch /usr/ports/lang/ruby18/work/ruby-1.8.4/configure
> > configure: WARNING: you should use --build, --host, --target
> > checking build system type... i386-portbld-freebsd6
> > checking host system type... i386-portbld-freebsd6
> > checking target system type... i386-portbld-freebsd6
> > checking for i386-portbld-freebsd6-gcc... cc
> > checking for C compiler default output file name... a.out
> > checking whether the C compiler works... Segmentation fault (core
> > dumped)
> > configure: error: cannot run C compiled programs.
>=20
> Looks like your gcc compiler broken some way and can't compile a simple
> programm. Other reason could be your RAM or CPU starts "flicker".

Usually, compiling a mere helloworld is enough to detect faulty ram.

----snip----
#include <stdio.h>

int
main(int argc, char *argv[])
{
	printf("Hello World!\n");
	return 0;
}
----snip----

Note: I'm quite sure printing anything isn't important, I think the use
of cpp (via #include) is.

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-6SRWApXHG4M74bCp8vYM
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE0yGiMxEkbVFH3PQRArYEAJwPrP20Iqe/6On4ZTbnUdZQ2X4stACfSbel
bu+EgVSo9MDfHr0VUTN8Ju8=
=ugzQ
-----END PGP SIGNATURE-----

--=-6SRWApXHG4M74bCp8vYM--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1154687394.14585.16.camel>