From: Harald O. <har...@el...> - 2022-11-17 09:31:20
|
Am 17.11.2022 um 09:00 schrieb Jan Nijtmans: > Op do 17 nov. 2022 om 08:54 schreef Harald Oehlmann: >> >>C:\test\tcl8.6.13_rc2\pkgs\tdbc1.1.5\win\..\manifest.uuid >> fatal: not a git repository (or any of the parent directories): .git >> NMAKE : fatal error U1077: 'git' : return code '0x80' >> Stop. >> >> Could Jan/Ashok look into this? > > This is a packaging error: The file manifest.uuid is lacking from the > distribution. > > Regards, > Jan Nijtmans Dear Jan, thank you for the light speed action. Here are the results: a) replace pkgs\tdbc1.1.5 contents by this download: https://core.tcl-lang.org/tdbc/zip/7c69ad21e3/TDBC-7c69ad21e3.zip (excluding folders .fossil-settings and .github) Now tdbc main package builds fine, but we have different errors in the other tdbc packages: ---TDBCMYSQL--- C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcmysql1.1.5\win>echo 1,1,5,0 1>>versions.vc *** Building against Tcl at 'C:\test\tcl8.6.13_rc2_bundle_corrections\win\..' *** Intermediate directory will be 'C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcmysql1.1.5\win\Release\tdbcmysql_ThreadedDynamic' *** Output directory will be 'C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcmysql1.1.5\win\Release' *** Installation, if selected, will be in 'c:\test\tcl8613rc2\lib' *** Suffix for binaries will be 't' *** Compiler version 6. Target IX86, host AMD64. 0 '@PACKAGE_NAME@' => 'tdbcmysql' 1 '@PACKAGE_VERSION@' => '1.1.5' 2 '@TCL_VERSION_REQ@' => '8.6' 3 '@PKG_LIB_FILE@' => 'tdbcmysql115t.dll' 4 '@PKG_LIB_FILE8@' => 'tdbcmysql115t.dll' 5 '@PKG_LIB_FILE9@' => 'tcl9tdbcmysql115t.dll' copy C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcmysql1.1.5\win\..\win\gitmanifest.in C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcmysql1.1.5\win\..\manifest.uuid Das System kann die angegebene Datei nicht finden. NMAKE : fatal error U1077: 'copy' : return code '0x1' Stop. ---TDBCODBC--- C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcodbc1.1.5\win>echo 1,1,5,0 1>>versions.vc *** Building against Tcl at 'C:\test\tcl8.6.13_rc2_bundle_corrections\win\..' *** Intermediate directory will be 'C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcodbc1.1.5\win\Release\tdbcodbc_ThreadedDynamic' *** Output directory will be 'C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcodbc1.1.5\win\Release' *** Installation, if selected, will be in 'c:\test\tcl8613rc2\lib' *** Suffix for binaries will be 't' *** Compiler version 6. Target IX86, host AMD64. 0 '@PACKAGE_NAME@' => 'tdbcodbc' 1 '@PACKAGE_VERSION@' => '1.1.5' 2 '@TCL_VERSION_REQ@' => '8.6' 3 '@PKG_LIB_FILE@' => 'tdbcodbc115t.dll' 4 '@PKG_LIB_FILE8@' => 'tdbcodbc115t.dll' 5 '@PKG_LIB_FILE9@' => 'tcl9tdbcodbc115t.dll' copy C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcodbc1.1.5\win\..\win\gitmanifest.in C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcodbc1.1.5\win\..\manifest.uuid 1 Datei(en) kopiert. git rev-parse HEAD >>C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcodbc1.1.5\win\..\manifest.uuid fatal: not a git repository (or any of the parent directories): .git NMAKE : fatal error U1077: 'git' : return code '0x80' Stop. ---TDBCPOSTGRES--- C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcpostgres1.1.5\win>echo 1,1,5,0 1>>versions.vc *** Building against Tcl at 'C:\test\tcl8.6.13_rc2_bundle_corrections\win\..' *** Intermediate directory will be 'C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcpostgres1.1.5\win\Release\tdbcpostgres_ThreadedDynamic' *** Output directory will be 'C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcpostgres1.1.5\win\Release' *** Installation, if selected, will be in 'c:\test\tcl8613rc2\lib' *** Suffix for binaries will be 't' *** Compiler version 6. Target IX86, host AMD64. 0 '@PACKAGE_NAME@' => 'tdbcpostgres' 1 '@PACKAGE_VERSION@' => '1.1.5' 2 '@TCL_VERSION_REQ@' => '8.6' 3 '@PKG_LIB_FILE@' => 'tdbcpostgres115t.dll' 4 '@PKG_LIB_FILE8@' => 'tdbcpostgres115t.dll' 5 '@PKG_LIB_FILE9@' => 'tcl9tdbcpostgres115t.dll' copy C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcpostgres1.1.5\win\..\win\gitmanifest.in C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcpostgres1.1.5\win\..\manifest.uuid 1 Datei(en) kopiert. git rev-parse HEAD >>C:\test\tcl8.6.13_rc2_bundle_corrections\pkgs\tdbcpostgres1.1.5\win\..\manifest.uuid fatal: not a git repository (or any of the parent directories): .git NMAKE : fatal error U1077: 'git' : return code '0x80' Stop. --- Sorry, Harald |