Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 09:03:08 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175922: security/libtasn1: Segmentation fault (sh coredumps at the end of the registering process)
Message-ID:  <201302070903.r17938QL038523@red.freebsd.org>
Resent-Message-ID: <201302070910.r179A0J5058158@freefall.freebsd.org>

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

>Number:         175922
>Category:       ports
>Synopsis:       security/libtasn1: Segmentation fault (sh coredumps at the end of the registering process)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 10-CURRENT/amd64
>Organization:
FU Berlin
>Environment:
1) FreeBSD 10.0-CURRENT #1 r246366: Tue Feb  5 17:14:19 CET 2013 amd64 (CPU: Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz (3300.09-MHz K8-class CPU))
2) FreeBSD 10.0-CURRENT #1 r246366: Tue Feb  5 17:14:19 CET 2013 amd64 (CPU: Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz (2999.72-MHz K8-class CPU))
3) FreeBSD 10.0-CURRENT #1 r246435: Wed Feb  6 20:09:00 CET 2013 amd64 (CPU: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz (3209.59-MHz K8-class CPU))
>Description:
Updating as requested in ports/UPDATING ends up in a corrupted update/installation: just before pkg(ng) is capable of updating the database, it seems, that the Bourne-shell (sh) is crashing - no matter why. The end is that the installation of port security/libtasn1 isn't reported installed anymore, but has been installed  so far. The coredump of the shell, sh.core, remains in the port's installation folder.


test -z "/usr/local/include" || ../build-aux/install-sh -c -d "/usr/local/include"
 install  -o root -g wheel -m 444 libtasn1.h '/usr/local/include'
test -z "/usr/local/libdata/pkgconfig" || ../build-aux/install-sh -c -d "/usr/local/libdata/pkgconfig"
 install  -o root -g wheel -m 444 libtasn1.pc '/usr/local/libdata/pkgconfig'
Making install in src
test -z "/usr/local/bin" || ../build-aux/install-sh -c -d "/usr/local/bin"
  /bin/sh ../libtool   --mode=install install  -s -o root -g wheel -m 555 asn1Parser asn1Coding asn1Decoding '/usr/local/bin'
libtool: install: install -o root -g wheel -m 555 -s .libs/asn1Parser /usr/local/bin/asn1Parser
libtool: install: install -o root -g wheel -m 555 -s .libs/asn1Coding /usr/local/bin/asn1Coding
libtool: install: install -o root -g wheel -m 555 -s .libs/asn1Decoding /usr/local/bin/asn1Decoding
Making install in examples
/usr/bin/make  install-am
Making install in tests
Making install in doc
Making install in cyclo
test -z "/usr/local/info" || ../build-aux/install-sh -c -d "/usr/local/info"
 install  -o root -g wheel -m 444 ./libtasn1.info '/usr/local/info'
 install-info --info-dir='/usr/local/info' '/usr/local/info/libtasn1.info'
test -z "/usr/local/man/man1" || ../build-aux/install-sh -c -d "/usr/local/man/man1"
 install  -o root -g wheel -m 444 asn1Parser.1 asn1Coding.1 asn1Decoding.1 '/usr/local/man/man1'
test -z "/usr/local/man/man3" || ../build-aux/install-sh -c -d "/usr/local/man/man3"
Segmentation fault
*** [install-man3] Error code 139

Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14/doc.
*** [install-am] Error code 1

Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14/doc.
*** [install-recursive] Error code 1

Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14/doc.
*** [install-recursive] Error code 1

Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14.
*** [do-install] Error code 1

Stop in /usr/ports/security/libtasn1.

===>>> Installation of libtasn1-2.14 (security/libtasn1) failed
===>>> Aborting update

>How-To-Repeat:
Install or update, as requested, port security/libtasn1 on FreeBSD 10-CURRENT/amd64 (clang buildworld).

This problem occurs obviously on all FreeBSD 10.0-CURRENT installations and seems not to be present on 9.1-STABLE (from the first attempt to update). 
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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