Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jan 2022 07:54:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 260970] lang/tcl86
Message-ID:  <bug-260970-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260970

            Bug ID: 260970
           Summary: lang/tcl86
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcltk@FreeBSD.org
          Reporter: bink19th@pm.me
          Assignee: tcltk@FreeBSD.org
             Flags: maintainer-feedback?(tcltk@FreeBSD.org)

Updating, or building throws:

pkg-static: Unable to access file
/usr/ports/lang/tcl86/work/stage/usr/local/lib/libtcl86.so.1:No such file or
directory
pkg-static: Unable to access file
/usr/ports/lang/tcl86/work/stage/usr/local/lib/libtclstub86.a:No such file =
or
directory
*** Error code 1


Those files are confirmed missing.  Contents of
/usr/ports/lang/tcl86/work/stage/usr/local/lib/ is :

drwxr-xr-x  3 root  wheel     3B Jan  7 04:14 X11
drwxr-xr-x  2 root  wheel     2B Jan  7 04:14 debug
-r-xr-xr-x  1 root  wheel   1.7M Jan  7 04:14 libtcl8.6.so
-r-xr-xr-x  1 root  wheel   3.2M Jan  7 04:14 libtcl86.a
lrwxr-xr-x  1 root  wheel    12B Jan  7 04:14 libtcl86.so -> libtcl8.6.so
-rwxr-xr-x  1 root  wheel   8.4K Jan  7 04:14 libtclstub8.6.a
drwxr-xr-x  8 root  wheel    25B Jan  7 04:14 tcl8.6


Creating symlinks for the missing files allowed port to build:
ln -s libtcl86.so libtcl86.so.1
ln -s libtclstub8.6.a libtclstub86.a


However, not without errors and not without resulting problems building oth=
er
ports depending on it (eg: databases/sqlite3).

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



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