Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 07:20:06 -0700 (PDT)
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38660: print/acroread4 and print/acroread5 fail to install after linux_base update
Message-ID:  <200205281420.g4SEK6n31217@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/38660; it has been noted by GNATS.

From: "Sergey A. Osokin" <osa@freebsd.org.ru>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: dima@FreeBSD.org,
	Oliver Braun <obraun@informatik.unibw-muenchen.de>
Subject: Re: ports/38660: print/acroread4 and print/acroread5 fail to install after linux_base update
Date: Tue, 28 May 2002 18:13:57 +0400

 On Tue, May 28, 2002 at 03:53:38PM +0200, Oliver Braun wrote:
 > 
 > >Description:
 > 
 > After the linux_base update to 7.1 both print/acroread4 and print/acroread5
 > fail to install.
 > 
 > The first problem is fixed very easy:
 > 
 > -RUN_DEPENDS=   /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
 > +RUN_DEPENDS=   /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
 > 
 > The second problem is, that /compat/linux/usr/bin/strip is not part of
 > linux_base 7.1. However, the binaries are unbranded after installing and are
 > working, at least on my system.
 
 acroread5 correctly works with linux_base-6. I don't see any reasons
 to depends from linux_base-7.
 
 My patch looks like this:
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/print/acroread5/Makefile,v
 retrieving revision 1.31
 diff -r1.31 Makefile
 18c18
 < RUN_DEPENDS=	/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
 ---
 > RUN_DEPENDS=	/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base-6
 
 -- 
 
 Rgdz,                                /"\ 
 Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
 osa@freebsd.org.ru                    X     AGAINST HTML MAIL
 http://freebsd.org.ru/~osa/          / \

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?200205281420.g4SEK6n31217>