Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#5072 - Tcl package does not install private headers correctly.

Attached to Project: Arch Linux
Opened by Christian (pingu) - Wednesday, 19 July 2006, 05:05 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The Tcl PKGBUILD uses:
mkdir -p ${startdir}/pkg/usr/include/tcl
install -m 644 ../generic/*.h ${startdir}/pkg/usr/include/tcl
In order to install the private headers, firstly this copies over plenty of unnecessary header files, and it installs them to /usr/include/tcl/ as opposed to /usr/include, which is where most Tcl libraries like tile seem to look for them, this causes tile not to build. There is an easier way to install the headers, by replacing:
make INSTALL_ROOT=${startdir}/pkg install
With:
make INSTALL_ROOT=${startdir}/pkg install install-private-headers

This also seems to make more sense.
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 19 July 2006, 17:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed for tk package also.

Loading...