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!
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!
FS#5072 - Tcl package does not install private headers correctly.
|
DetailsThe 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.
Wednesday, 19 July 2006, 17:42 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed for tk package also.