Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2001 07:49:47 -0700 (PDT)
From:      "linux_base-6.1 fails on 4.3-STABLE" <dl@leo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28122: linux_base-6.1 fails on 4.3-STABLE
Message-ID:  <200106131449.f5DEnlY12164@freefall.freebsd.org>

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

>Number:         28122
>Category:       ports
>Synopsis:       linux_base-6.1 fails on 4.3-STABLE
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 13 07:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Lang
>Release:        4.3-STABLE
>Organization:
TU Muenchen
>Environment:
FreeBSD atrbg11.informatik.tu-muenchen.de 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed Jun 13 13:31:42 CEST 2001     root@atrbg11.informatik.tu-muenchen.de:/usr/obj/usr/src/sys/ATRBG11  i386

Ports cvsupped just before.
>Description:
linux_base port fails to install on libtermcap:
error output:

atrbg11:/usr/ports/emulators/linux_base#make install
===>  Installing for linux_base-6.1
setup-2.0.5-1.noarch.rpm
filesystem-1.3.5-1.noarch.rpm
basesystem-6.0-4.noarch.rpm
ldconfig-1.9.5-15.i386.rpm
glibc-2.1.2-11.i386.rpm
termcap-9.12.6-15.i386.rpm

execution of libtermcap-2.0.8-18 script failed, exit status 255
*** Error code 1

I modified to the makefile to track it down.
libtermcap-2.0.8-18 has a postinstall trigger script:

atrbg11:/usr/ports/distfiles/rpm#rpm -q -p libtermcap-2.0.8-18.i386.rpm -triggers   
triggerin script (through /bin/sh) -- info >= 3.12
/sbin/install-info \
        --section="Libraries" --entry="* Termcap: (termcap).               The GNU termcap library." \
        --info-dir=/usr/info /usr/info/termcap.info.gz

The problem is with the info-package. The info-version from the
port is 3.12h-2. The script seems to be dump and chokes on comparing
3.12h2 >= 3.12, possibly because of the letter h.
I couldn't get much more details, alas.
>How-To-Repeat:
install linux_base on a fresh installed system
>Fix:
no fix known
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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