To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82774 Issue #|82774 Summary|to-be-SRC680_m234: libxmlsec compile Component|porting Version|680m228 Platform|Opteron/x86_64 URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|MacOSX Assigned to|ihi Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Fri Oct 19 05:26:30 +0000 2007 ------- ... ends with: ============= Building project libxmlsec ============= /Users/pavel/BUILD/AQUA/BuildDir/ooo_SRC680_m234_src/libxmlsec ------------- mkdir ./unxmacxi.pro/misc/build/xmlsec1-1.2.6/ mkdir: cannot create directory `./unxmacxi.pro/misc/build/xmlsec1-1.2.6': File exists cd ./unxmacxi.pro/misc/build/xmlsec1-1.2.6/ && chmod 777 libxml2-config && ./configure ADDCFLAGS="" CPPFLAGS="" --with-libxslt=no --with-openssl=no --with-gnutls=no LIBXML2LIB=- lxml2 -lpthread -lz -liconv -lm ZLIB3RDLIB=-lz --enable-pkgconfig=no && touch so_configured_so_xmlsec1 configure: error: unrecognized option: -lpthread Try `./configure --help' for more information. dmake: Error code 1, while making 'unxmacxi.pro/misc/build/so_configured_so_xmlsec1' ---* tg_merge.mk *--- ERROR: Error 65280 occurred while making /Users/pavel/BUILD/AQUA/BuildDir/ ooo_SRC680_m234_src/libxmlsec Ie. LIBXML_LIBS='-lxml2 -lpthread -lz -liconv -lm ' from the env. is passed as *configure* parameter for system-libxml. This can't ever work. The problem is in solenv/inc/libs.mk: +.IF "$(SYSTEM_LIBXML)"=="YES" +LIBXML2LIB=$(LIBXML_LIBS) +.ELSE because this is passed to configure. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]