>One of the gentoo users tried to use my ebuild for 7.5.0.23 to build >maxdb from sources. The build tools that where used where version >533920. > >The system where Maxdb should be built on is a x86 with NTPL. > >The build failed with the following errors: [...] >28-01-05 16:28:19 start of collection phase >unknown target ':extern/libunwind/build_libunwind.pl', version 'f' [...] >So the question is: is NTPL and x86 an unsupported combination or what >else could be the error.
This is my fault. I pack the sources using the output of 'imf -m'. While I set OSSPEC und MACH to various values to get all the sources from all the platforms, I forgot to set __HAS_NPTL. So the sources for libunwind were not added. I changed the packing script and added a new source archive at ftp://ftp.sap.com/pub/maxdb/tmp/maxdb-source-7_5_00_23.tgz. Unfortunately, due to network problems on my home machine over the weekend, I couldn't test it yet. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
