Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940332 - dev-lang/tcl-9.0.0 version bump
Summary: dev-lang/tcl-9.0.0 version bump
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: TCL/TK Project
URL: https://www.tcl.tk/software/tcltk/9.0...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-27 07:21 UTC by Patrick Lauer
Modified: 2024-09-27 18:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2024-09-27 07:21:40 UTC
Lots of changes to the build system, I've managed to make it build and install with these changes:
- threads seem to be unconditional
- build system is very different, so patches to it don't apply
- seems to require zutils.h which is included in compat/ so not wiping compat dir

$ diff tcl-8.6.15.ebuild tcl-9.0.0.ebuild 
22c22
< IUSE="debug +threads"
---
> IUSE="debug"
28d27
< 	"${FILESDIR}"/${PN}-8.6.10-multilib.patch
30d28
< 	"${FILESDIR}"/${PN}-8.6.9-include-spec.patch # Bug 731120
41d38
< 		"${SPARENT}"/compat/* \
55,60d51
< 	# httpold tests require netowk
< 	rm ../tests/httpold.test \
< 		../tests/env.test \
< 		../tests/http.test \
< 		|| die
< 
74,75d64
< 	mv configure.{in,ac} || die
< 
91d79
< 		$(use_enable threads) \
133c121
< 		dodoc "${SPARENT}"/{ChangeLog*,README.md,changes}
---
> 		dodoc "${SPARENT}"/README.md
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-27 18:24:31 UTC
I look forward to seeing this, but just want to note that I suspect it should go in masked first, as I think there's some API changes which broke at least Python.