[Bug 200612] devel/tcllib fails to install due to incomplete pkg-list

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 3 11:40:58 UTC 2015


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

            Bug ID: 200612
           Summary: devel/tcllib fails to install due to incomplete
                    pkg-list
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcltk at FreeBSD.org
          Reporter: Trond.Endrestol at ximalas.info
          Assignee: tcltk at FreeBSD.org
             Flags: maintainer-feedback?(tcltk at FreeBSD.org)

Created attachment 157393
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157393&action=edit
A quick'n'dirty patch for pkg-plist

During install of devel/tcllib, ports tree at r388427, stable/10 running
r282578, the following happened:

===>   Registering installation for tcllib-1.17_1
pkg-static: Unable to access file
/usr/ports/workdirs/usr/ports/devel/tcllib/work/stage/usr/local/lib/tcllib/tcllibc/freebsd-amd64/tcllibc.so:
No such file or directory
*** Error code 74

It turns out that the directory
/usr/ports/workdirs/usr/ports/devel/tcllib/work/stage/usr/local/lib/tcllib/tcllibc/freebsd-amd64
is now named
/usr/ports/workdirs/usr/ports/devel/tcllib/work/stage/usr/local/lib/tcllib/tcllibc/freebsd-amd64-clang

A quick'n'dirty patch for pkg-plist is attached, but I guess this issue should
be addressed differently, e.g. by changing the PLIST_SUB line at line 31 in
Makefile.

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


More information about the freebsd-ports-bugs mailing list