tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How does one correctly interpret this PKG_DEVELOPER lang/tcl error?



On 11/13/2011 10:04 AM, John Marino wrote:
I suspect the following errors involves libtool. There seems to be alternative filenames produced for libtcl and libtclstub on DragonFly.

Technically, what's going here, and what is the proper way to fix this?
Thanks.
John

764    => Automatic manual page handling
765    => Generating post-install file lists
766 pkg_create: can't stat /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl84.la' 767 pkg_create: can't stat /work/lang/tcl/work/.destdir/usr/pkg/lib/libtclstub84.a'
768    => Checking file-check results for tcl-8.4.18nb1
769 ERROR: ************************************************************
770    ERROR: The following files are in the PLIST but not in /usr/pkg:
771 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl84.la 772 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtclstub84.a 773 ERROR: ************************************************************
774    ERROR: The following files are in /usr/pkg but not in the PLIST:
775 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl8.4.a 776 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl8.4.la 777 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl8.4.so 778 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl8.4.so.1 779 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtcl8.4.so.1.0.0 780 ERROR: /work/lang/tcl/work/.destdir/usr/pkg/lib/libtclstub8.4.a
781    *** Error code 1
782
783    Stop.
784    bmake: stopped in /usr/pkgsrc/lang/tcl
785    *** Error code 1


This must be something specific to the environment.
I checked the system which already has tcl installed, and they have these names:
/usr/pkg/lib/libtcl84.a
/usr/pkg/lib/libtcl84.la
/usr/pkg/lib/libtcl84.so
/usr/pkg/lib/libtcl84.so.1
/usr/pkg/lib/libtcl84.so.1.0.0
/usr/pkg/lib/libtclstub84.a

I'm not sure why the "84" is getting transformed into "8.4" but I'll try to figure it out.
John



Home | Main Index | Thread Index | Old Index