From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I1LaG-0007iz-BF for garchives@archives.gentoo.org; Thu, 21 Jun 2007 12:16:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5LCG0HC011927; Thu, 21 Jun 2007 12:16:00 GMT Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5LCFwAa011863 for ; Thu, 21 Jun 2007 12:15:59 GMT Received: by nz-out-0506.google.com with SMTP id n1so573641nzf for ; Thu, 21 Jun 2007 05:15:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f+U06eHDElXYKur6xosx1uQMgSH+VqRAMMAWFLsLYP3TcTzSBVPjcaj4w7ubx7qXI5Zf9awpavWwex0AMe99ONGEDfBV/4jRV85lK7IQyJibUh+1rOTTOPpzzdfE08LSuU3aaNR9DEP5XOKk6fU3lPgsMjYOBTTul/U/UIZzD4I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Jpnh0UOajyKdDwd1gWd0lJw+0JuW29fuyOlOM7sofFwsVvk3hzxrVOZsC0qkzInVVyfGA59JUWBe5gYRbJbLVe3MWLvsSWGhsowz7dLGzblfS//P3MwsifSzN+MrzBjTChdzlHx9DxG1FNzJWOxzmoHNS5jm7iGt00qIcxPuxdE= Received: by 10.115.91.2 with SMTP id t2mr1533764wal.1182428154970; Thu, 21 Jun 2007 05:15:54 -0700 (PDT) Received: by 10.114.27.3 with HTTP; Thu, 21 Jun 2007 05:15:54 -0700 (PDT) Message-ID: <442674df0706210515v7dda1878j953a9670a28dd7c3@mail.gmail.com> Date: Thu, 21 Jun 2007 14:15:54 +0200 From: "Fabrizio Listello" To: gentoo-alt@lists.gentoo.org Subject: Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped In-Reply-To: <17668DBA-1E49-4A2C-9627-E24EFD7CEF1D@math.fu-berlin.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-alt@gentoo.org Reply-to: gentoo-alt@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <442674df0706210345if11a927t8283eed056b0b2e4@mail.gmail.com> <17668DBA-1E49-4A2C-9627-E24EFD7CEF1D@math.fu-berlin.de> X-Archives-Salt: 679a33db-80fe-43bb-b5e9-7cec9fc028dd X-Archives-Hash: a240288b7e3b50bc4b6d09af8efbdebe I can try but I don't think the problem is libpcre related. I've the same issue compiling poppler and some other packages On 6/21/07, Elias Pipping wrote: > Hi, > > Does compiling libpcre 7.2 instead work? It's not yet in > the tree because it's only been out a day or two. > > There's a ticket[1] for it, though, and I've uploaded[2] > an ebuild (prefixed) for it, too. > > [1] http://bugs.gentoo.org/show_bug.cgi?id=182654 > [2] http://page.mi.fu-berlin.de/~pipping/gentoo/dev-libs/libpcre/ > libpcre-7.2.ebuild > > > Kind regards, > > Elias Pipping > > > On Jun 21, 2007, at 12:45 PM, Fabrizio Listello wrote: > > > I'm unable to compile some packages because of this error: > > > > i386-pc-solaris2.11-g++ -shared -nostdlib /usr/lib/crti.o > > /usr/lib/values-Xa.o > > /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtbegin.o > > .libs/pcrecpp.o .libs/pcre_scanner.o .libs/pcre_stringpiece.o > > -Wl,--rpath -Wl,/opt/gentoo/var/tmp/portage/dev-libs/libpcre-7.1/ > > work/pcre-7.1/.libs > > -Wl,--rpath -Wl,/opt/gentoo/usr/lib ./.libs/libpcre.so > > -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0 > > -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../ > > i386-pc-solaris2.11/lib > > -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../.. -lstdc++ > > -lm -lgcc_s /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtend.o > > /usr/lib/crtn.o -Wl,-soname -Wl,libpcrecpp.so.0 -o > > .libs/libpcrecpp.so.0.0.0 > > "collect2: ld terminated with signal 11 [Segmentation Fault], core > > dumped" > > > > Now this is strange because I've the error compiling libpcre-7.1 but > > libpcre-7.0 was compiled fine. > > I've the same error with some other packages. > > > > > > > > -- > > > > FList > > -- > > gentoo-alt@gentoo.org mailing list > > > > -- > gentoo-alt@gentoo.org mailing list > > -- FList -- gentoo-alt@gentoo.org mailing list