Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 21:38:04 +0100
From:      Albert Shih <Albert.Shih@obspm.fr>
To:        Larry Rosenman <ler@lerctr.org>
Cc:        matthew@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: www/rt42: Fail Install
Message-ID:  <20131218203804.GA13887@pcjas.obspm.fr>
In-Reply-To: <aa0c1d4280c72736cc430f5605e463a5@webmail.lerctr.org>
References:  <aa0c1d4280c72736cc430f5605e463a5@webmail.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 Le 09/12/2013 à 22:05:02-0600, Larry Rosenman a écrit

Hi, 

I've a close (but different) problem :

Everything is compiling but when I try to install I get this message : 

    ===>  Building package for rt42-4.2.1_2
    Creating package /usr/ports/www/rt42/work/rt42-4.2.1_2.tbz
    Registering depends: p5-Apache-DBI-1.12 p5-Log-Dispatch-2.41 
    
    [snip]
    Registering conflicts: rt-3.8* rt40-4.0* brlcad-[0-9]*.
    
    Creating bzip'd tar ball in '/usr/ports/www/rt42/work/rt42-4.2.1_2.tbz'
    
    tar: lib/perl5/site_perl/5.14/RT.pm: Cannot stat: No such file or directory
    tar: lib/perl5/site_perl/5.14/RT/ACE.pm: Cannot stat: No such file or directory
    [snip]
    
    tar: lib/perl5/site_perl/5.14/RT/Util.pm: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors.
    pkg_create: make_dist: tar command failed with code 256
    *** [do-package] Error code 1
    
    Stop in /usr/ports/www/rt42.

That's I would say is "normal" because during this installation the script :

    [ -d /usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16 ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16
    ( cd lib && find . -type d -print ) | while read dir ; do  /usr/bin/install -c -o root -g wheel -m 0755 -d "/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16/$dir" ;  done
    ( cd lib && find . -type f -print ) | while read file ; do  /usr/bin/install -c -o root -g wheel -m 0644 "lib/$file" "/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16/$file" ;  done

try to install inside perl/5.16 but I running perl 5.14

Regards.

JAS



-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: jas@obspm.fr
Heure local/Local time:
mer 18 déc 2013 21:29:21 CET



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