maintainer-feedback requested: [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


Trond.Endrestol at ximalas.info has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to tcltk at FreeBSD.org:
Bug 200612: devel/tcllib fails to install due to incomplete pkg-list
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200612



--- Description ---
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/tcll
ibc/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/tcll
ibc/freebsd-amd64
is now named
/usr/ports/workdirs/usr/ports/devel/tcllib/work/stage/usr/local/lib/tcllib/tcll
ibc/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.


More information about the freebsd-tcltk mailing list