From owner-freebsd-ports-bugs@freebsd.org Fri Nov 13 18:36:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D95EBA2E28E for ; Fri, 13 Nov 2015 18:36:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3B2B1272 for ; Fri, 13 Nov 2015 18:36:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tADIadp0096728 for ; Fri, 13 Nov 2015 18:36:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204527] openssl 1.0.2, when compiled WITH_ASM on sparc64 generates illegal instructions Date: Fri, 13 Nov 2015 18:36:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lidl@pix.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mat@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 18:36:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204527 Bug ID: 204527 Summary: openssl 1.0.2, when compiled WITH_ASM on sparc64 generates illegal instructions Product: Ports & Packages Version: Latest Hardware: sparc64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mat@FreeBSD.org Reporter: lidl@pix.net CC: freebsd-sparc64@FreeBSD.org Assignee: mat@FreeBSD.org CC: freebsd-sparc64@FreeBSD.org Flags: maintainer-feedback?(mat@FreeBSD.org) I recently installed a new 10/stable onto a sparc64 host (r290630). I configured the ports to use the openssl from ports, via having: WITH_OPENSSL_PORT=yes In my /etc/make.conf file. After I got openssl installed, I installed the bind 9.10 package too: ton# pkg info bind910 bind910-9.10.3_1 Name : bind910 Version : 9.10.3_1 Installed on : Thu Nov 12 22:41:05 EST 2015 Origin : dns/bind910 Architecture : freebsd:10:sparc64:64 Prefix : /usr/local Categories : net dns ipv6 Licenses : ISCL Maintainer : mat@FreeBSD.org WWW : https://www.isc.org/software/bind Comment : BIND DNS suite with updated DNSSEC and DNS64 [...] With the openssl port configured and compiled WITH_ASM, when I attempted to start named, it complained: ton# /usr/local/etc/rc.d/named start __sparc_utrap: fatal illegal instruction __sparc_utrap: fatal illegal instruction __sparc_utrap: fatal illegal instruction wrote key file "/usr/local/etc/namedb/rndc.key" __sparc_utrap: fatal illegal instruction __sparc_utrap: fatal illegal instruction __sparc_utrap: fatal illegal instruction Starting named. __sparc_utrap: fatal illegal instruction __sparc_utrap: fatal illegal instruction __sparc_utrap: fatal illegal instruction ton# ldd =named /usr/local/sbin/named: libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x4057e000) libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x4086a000) libz.so.6 => /lib/libz.so.6 (0x40af8000) libm.so.5 => /lib/libm.so.5 (0x40c0e000) libthr.so.3 => /lib/libthr.so.3 (0x40d74000) libc.so.7 => /lib/libc.so.7 (0x40e9e000) liblzma.so.5 => /usr/lib/liblzma.so.5 (0x4115c000) I re-installed the openssl port, this time without the WITH_ASM setting. ton# /usr/local/etc/rc.d/named start Starting named. ton# ldd =named /usr/local/sbin/named: libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x4057e000) libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x40858000) libz.so.6 => /lib/libz.so.6 (0x40ae6000) libm.so.5 => /lib/libm.so.5 (0x40bfc000) libthr.so.3 => /lib/libthr.so.3 (0x40d62000) libc.so.7 => /lib/libc.so.7 (0x40e8c000) liblzma.so.5 => /usr/lib/liblzma.so.5 (0x4114a000) -- You are receiving this mail because: You are the assignee for the bug.