Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2011 23:28:01 GMT
From:      Thomas Schweikle <tps@vr-web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/161409: m4 doesn't compile --- missing libsigsegv, but libsigsegv-2.10 already installed
Message-ID:  <201110082328.p98NS1hv072308@red.freebsd.org>
Resent-Message-ID: <201110082330.p98NU275035331@freefall.freebsd.org>

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

>Number:         161409
>Category:       misc
>Synopsis:       m4 doesn't compile --- missing libsigsegv, but libsigsegv-2.10 already installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 08 23:30:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Schweikle
>Release:        10-CURRENT
>Organization:
>Environment:
FreeBSD yum.fritz.box 10.0-CURRENT FreeBSD 10.0-CURRENT #24: Tue Oct  4 19:58:59 CEST 2011     root@yum.fritz.box:/usr/obj/usr/src/sys/YUM  i386
>Description:
cd /usr/ports/devel/m4
make clean build deinstall install

libtool: link: cc -O2 -pipe -fno-strict-aliasing -o sigsegv3 sigsegv3.o  ../src/.libs/libsigsegv.a
cc -DHAVE_CONFIG_H -I. -I.. -I../src     -O2 -pipe -fno-strict-aliasing -c stackoverflow1.c
/bin/sh /usr/local/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -fno-strict-aliasing    -o stackoverflow1 stackoverflow1.o ../src/libsigsegv.la 
libtool: link: cc -O2 -pipe -fno-strict-aliasing -o stackoverflow1 stackoverflow1.o  ../src/.libs/libsigsegv.a
cc -DHAVE_CONFIG_H -I. -I.. -I../src     -O2 -pipe -fno-strict-aliasing -c stackoverflow2.c
/bin/sh /usr/local/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -fno-strict-aliasing    -o stackoverflow2 stackoverflow2.o ../src/libsigsegv.la 
libtool: link: cc -O2 -pipe -fno-strict-aliasing -o stackoverflow2 stackoverflow2.o  ../src/.libs/libsigsegv.a

Now please type 'make check' to run a quick test suite. Hope it works.

===>  Installing for libsigsegv-2.10
===>   Generating temporary packing list
===>  Checking if devel/libsigsegv already installed
===>   libsigsegv-2.10 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of devel/libsigsegv
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/devel/libsigsegv.
*** Error code 1

Stop in /usr/ports/devel/m4.
*** Error code 1

Stop in /usr/ports/devel/m4.

>How-To-Repeat:
cd /usr/ports/devel/libsigsegv
make clean build deinstall install clean

libsigsegv will be installed.

cd /usr/ports/devel/m4
make clean build deinstall install clean
[...]
===>  Installing for libsigsegv-2.10
===>   Generating temporary packing list
===>  Checking if devel/libsigsegv already installed
===>   libsigsegv-2.10 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of devel/libsigsegv
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/devel/libsigsegv.
*** Error code 1

Stop in /usr/ports/devel/m4.
*** Error code 1

Stop in /usr/ports/devel/m4.

It will even not install if
FORCE_PKG_REGISTER=1 make clean build install clean

>Fix:


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



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