Sergei Reznikov
Sergei Reznikov
As can be seen it's a new error. Try to `pkgman install tcl_devel `
Odd, it should work. You can manually download them: http://packages.haiku-os.org/haikuports/master/repo/x86_64/current/packages/tcl-8.5.18-4-x86_64.hpkg http://packages.haiku-os.org/haikuports/master/repo/x86_64/current/packages/tcl_devel-8.5.18-4-x86_64.hpkg
Apparently, it can be done: https://github.com/haikuports/haikuports/blob/dafd512fb6f6d4166b8fe3e94fb9bde83d596b80/dev-vcs/git/git-2.37.3.recipe#L297-L303
You can get it from LOTE repo for now https://haikuware.ru/package_list.php?repo=lote
I think either way is fine.
cc @threedeyes
Turns out it is even documented at https://github.com/haikuports/haikuports/wiki/HaikuPorter-HaikuPortsConf
`SOURCE_URI` in ham recipe should be changed to https only and pint to the latest commit archive. See `srcGitRev` in other recipes.
Also these could be probably removed after fixing the issue: ``` inrecipe mimeset /data/ports/app-admin/keepassx/keepassx-2.0a5.recipe:71: mimeset -f $sourceDir/src/keepassx /data/ports/app-admin/keepassx/keepassx-2.0a6.recipe:75: mimeset -f $sourceDir/src/keepassx /data/ports/app-admin/keepassxc/keepassxc-2.1.0.recipe:85: mimeset -f $sourceDir/src/keepassxc /data/ports/app-emulation/aranym/aranym-0.9.15_git.recipe:50: mimeset $prefix/bin/aranym /data/ports/app-emulation/oricutron/oricutron-1.1_svn.recipe:43: mimeset...
I once managed to get past this error by moving build package out and back. ``` cd ports/media-video/vlc/work-3.0.11/boot/system/packages/ ; mv vlc-3.0.11-1-build.hpkg ~ mv ~/vlc-3.0.11-1-build.hpkg . ``` Also a few times...