[Bug 197239] p5 ports fail to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 1 10:54:11 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197239

            Bug ID: 197239
           Summary: p5 ports fail to build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: kab00m at lich.phys.spbu.ru

Since last portsnap update I can't build p5 ports.

===>   Registering installation for p5-IO-HTML-1.001_1 as automatic
pkg-static: Unable to access file
/usr/ports/devel/p5-IO-HTML/work/stage/usr/local/lib/perl5/site_perl/IO/HTML.pm:
No such file or directory
pkg-static: Unable to access file
/usr/ports/devel/p5-IO-HTML/work/stage/usr/local/lib/perl5/site_perl/man/man3/IO::HTML.3.gz:
No such file or directory
*** Error code 74

This concern any p5-* port I tried. Problem persist somewhere in configuration,
because all files exists, but in another place, not where pkg-static search for
them.

Also I have to create .metadir for some ports.

[root at innet p5-HTTP-Message]$ make install package
+ make install package
===>  Installing for p5-HTTP-Message-6.06_4
===>   p5-HTTP-Message-6.06_4 depends on package: p5-Encode-Locale>=1 - found
===>   p5-HTTP-Message-6.06_4 depends on package: p5-HTTP-Date>=6 - found
===>   p5-HTTP-Message-6.06_4 depends on package: p5-IO-HTML>0 - found
===>   p5-HTTP-Message-6.06_4 depends on package: p5-LWP-MediaTypes>=6 - found
===>   p5-HTTP-Message-6.06_4 depends on package: p5-URI>=1.10 - found
===>   p5-HTTP-Message-6.06_4 depends on file: /usr/local/bin/perl5.16.3 -
found
===>  Checking if p5-HTTP-Message already installed
===>   Registering installation for p5-HTTP-Message-6.06_4
Installing p5-HTTP-Message-6.06_4...
===>  Building package for p5-HTTP-Message-6.06_4
pkg-static: open(/usr/ports/www/p5-HTTP-Message/work/.metadir): No such file or
directory
*** Error code 1



Workaround:

cd /usr/ports/devel/p5-IO-HTML/work/stage/usr/local/lib/perl5/site_perl/
ln -s 5.16/IO ./
ln -s ../5.16/man ./
gzip man/man3/IO\:\:HTML.3
cd ~-; :
make install

cd /usr/ports/www/p5-HTTP-Message/
mkdir /usr/ports/www/p5-HTTP-Message/work/.metadir
make package

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list