From owner-freebsd-current@FreeBSD.ORG Mon Jun 25 16:11:59 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E85A16A469 for ; Mon, 25 Jun 2007 16:11:59 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id 927DF13C45A for ; Mon, 25 Jun 2007 16:11:58 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so965118wra for ; Mon, 25 Jun 2007 09:11:58 -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:cc:in-reply-to:mime-version:content-type:references; b=lh+QlyYj48zhNL8r7lZ+W4qFp+k8BAwT6aNmGsRVvm+RDQ6rEDG10P569SM+jb7pOOuwnPwxZ0aVddLCCtoAJAwrJvf9NfJFz9rNLcXItHkUiqn9hmI2C1nkIQoXaefb46JFLFieD6AgTiBYlHBYkZVU84j7k4gq29qmBzYT85A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lCpzsOFcSadsp+Kx1dikA9Nk7Clka994QqecxNNyQqWEjkvrbAXREdviaAaSeC4gwU4o2km9680jydcAwmItHJvd/sRI67/B/XF4WDNuNcpFkmrQVgtBYHLgi0tJI3YrnbNp0mNs0T8FoVEHSPcKVK0vo9Ml/osG3Vxt8QkOm04= Received: by 10.90.100.2 with SMTP id x2mr4348300agb.1182787917058; Mon, 25 Jun 2007 09:11:57 -0700 (PDT) Received: by 10.90.113.17 with HTTP; Mon, 25 Jun 2007 09:11:57 -0700 (PDT) Message-ID: <766a5a9e0706250911of20df4cwd439e1985aa298ae@mail.gmail.com> Date: Mon, 25 Jun 2007 19:11:57 +0300 From: "Luchezar Petkov" To: "Yuri Pankov" In-Reply-To: <20070625134357.GA1030@darklight.org.ru> MIME-Version: 1.0 References: <766a5a9e0706250550s4d2d67a8qc193c6dba7964e25@mail.gmail.com> <20070625134357.GA1030@darklight.org.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: Problem compiling -CURRENT/OpenSSL X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 16:11:59 -0000 Solved. Thank you and I'm sorry that I haven't checked the archives before asking. On 6/25/07, Yuri Pankov wrote: > > On Mon, Jun 25, 2007 at 03:50:53PM +0300, Luchezar Petkov wrote: > > Hello, > > I have a problem compiling FreeBSD-CURRENT : > > > > $make buildworld > > > > <...> > > normal compilation, no errors, no warnings; > > <...> > > > > cc -fpic -DPIC -lintl -g -L/usr/X11R6/lib -L/usr/local/lib > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > -I/usr/local/include -I/usr/X11R6/include -DTERMIOS -DANSI_SOURCE > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Check > http://lists.freebsd.org/pipermail/freebsd-current/2007-April/071478.html > (and previous message also). > > > -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl > > -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto > > -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN > > -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DNO_IDEA -std=gnu89 -c > > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_padlock.c > > -o eng_padlock.So > > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_padlock.c: > > In function 'padlock_xcrypt_ecb': > > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_padlock.c:445: > > error: can't find a register in class 'GENERAL_REGS' while reloading > 'asm' > > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_padlock.c:445: > > error: 'asm' operand has impossible constraints > > *** Error code 1 > > > > Stop in /usr/src/secure/lib/libcrypto. > > *** 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. > > > > ------------- > > Fresh today sources. About my system: > > > > $uname -a > > FreeBSD lilly.evo.bg 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 > 11:05:30 > > UTC 2007 root@dessler.cse.buffalo.edu > :/usr/obj/usr/src/sys/SMP i386 > > > > ----------- > > dmesg output can be found here: > > http://enlightenment.org/~lucho/dmesg.output > > > > I had removed my /usr/obj before the compilation. > > > > Any ideas how to solve the problem? > > -- > > Luchezar P. Petkov > > http://luchko.wordpress.com > > > Yuri > > -- Luchezar P. Petkov http://luchko.wordpress.com