From owner-freebsd-ports Tue Sep 10 1: 0:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 372E737B400 for ; Tue, 10 Sep 2002 01:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7143C43E6A for ; Tue, 10 Sep 2002 01:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8A80DJU039255 for ; Tue, 10 Sep 2002 01:00:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8A80D0N039254; Tue, 10 Sep 2002 01:00:13 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0975D37B400 for ; Tue, 10 Sep 2002 00:54:45 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59AB43E42 for ; Tue, 10 Sep 2002 00:54:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8A7shOT061754 for ; Tue, 10 Sep 2002 00:54:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g8A7shBQ061753; Tue, 10 Sep 2002 00:54:43 -0700 (PDT) Message-Id: <200209100754.g8A7shBQ061753@www.freebsd.org> Date: Tue, 10 Sep 2002 00:54:43 -0700 (PDT) From: Joachim Strömbergson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42625: p5-Crypt-RIPEMD160 port doesn't respect PREFIX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42625 >Category: ports >Synopsis: p5-Crypt-RIPEMD160 port doesn't respect PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 01:00:12 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joachim Strömbergson >Release: 4.5-RC >Organization: InformAsic AB >Environment: FreeBSD bart.springfield.se 4.5-RC FreeBSD 4.5-RC #0: Mon Jan 14 15:04:41 CET 2002 root@bart.springfield.se:/usr/obj/usr/src/sys/BART i386 >Description: The port of the Perl5 module Crypt-RIPEMD160 that creates a RIPEMD-160 digest doesn't respect the PREFIX flag during installation. >How-To-Repeat: #>cd /usr/ports/security/p5-Crypt-RIPEMD160/ #>make install PREFIX=/usr/opt ===> Building for p5-Crypt-RIPEMD160-0.04 mkdir blib mkdir blib/lib mkdir blib/lib/Crypt cp RIPEMD160.pm blib/lib/Crypt/RIPEMD160.pm AutoSplitting blib/lib/Crypt/RIPEMD160.pm (blib/lib/auto/Crypt/RIPEMD160) cp RIPEMD160/MAC.pm blib/lib/Crypt/RIPEMD160/MAC.pm /usr/bin/perl5.00503 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap RIPEMD160.xs >xstmp.c && mv xstmp.c RIPEMD160.c cc -c -O -pipe -march=k6 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -DPERL_BYTEORDER=1234 RIPEMD160.c cc -c -O -pipe -march=k6 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -DPERL_BYTEORDER=1234 rmd160.c cc -c -O -pipe -march=k6 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -DPERL_BYTEORDER=1234 wrap_160.c mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Crypt mkdir blib/arch/auto/Crypt/RIPEMD160 Running Mkbootstrap for Crypt::RIPEMD160 () chmod 644 RIPEMD160.bs cc -o blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.so -Wl,-E -shared -lperl -lm RIPEMD160.o rmd160.o wrap_160.o chmod 755 blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.so cp RIPEMD160.bs blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.bs chmod 644 blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.bs mkdir blib/man3 Manifying blib/man3/Crypt::RIPEMD160::MAC.3 Manifying blib/man3/Crypt::RIPEMD160.3 ===> Installing for p5-Crypt-RIPEMD160-0.04 Installing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.so Installing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/RIPEMD160.bs Files found in blib/arch --> Installing files in blib/lib into architecture dependend library tree! Installing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160.pm Installing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Crypt/RIPEMD160/MAC.pm Installing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/autosplit.ix Installing /usr/local/lib/perl5/5.00503/man/man3/Crypt::RIPEMD160::MAC.3 Installing /usr/local/lib/perl5/5.00503/man/man3/Crypt::RIPEMD160.3 Writing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/RIPEMD160/.packlist Appending installation info to /usr/opt/lib/perllocal.pod ===> Generating temporary packing list ===> Compressing manual pages for p5-Crypt-RIPEMD160-0.04 /usr/opt/lib/perl5/5.00503/man//man3/Crypt::RIPEMD160::MAC.3: No such file or directory /usr/opt/lib/perl5/5.00503/man//man3/Crypt::RIPEMD160.3: No such file or directory ===> Registering installation for p5-Crypt-RIPEMD160-0.04 As seen above, the port still installs under /usr/local. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message