To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68283
Issue #|68283
Summary|gmake 3.81 breaks moz build ...
Component|tools
Version|680m180
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|configure
Assigned to|mh
Reported by|mmeeks
------- Additional comments from [EMAIL PROTECTED] Wed Aug 9 04:05:23 -0700
2006 -------
gmake 3.80 is fine
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
/out:dirver.exe
./dirver.obj
sh ../../config/cygwin-wrapper nsinstall -R -m 555 dirver.exe
C:/cygwin/opt/OpenOffice/HEAD/build/src680-m180/moz/wntmsci10.pro/misc/build/mozilla/dist/bin
make[5]: Leaving directory
`/opt/OpenOffice/HEAD/build/src680-m180/moz/wntmsci10.pro/misc/build/mozilla/directory/c-sdk/ldap/build'
cd include; /usr/bin/make export
make[5]: Entering directory
`/opt/OpenOffice/HEAD/build/src680-m180/moz/wntmsci10.pro/misc/build/mozilla/directory/c-sdk/ldap/include'
Makefile:74: *** target pattern contains no `%'. Stop.
make[5]: Leaving directory
`/opt/OpenOffice/HEAD/build/src680-m180/moz/wntmsci10.pro/misc/build/mozilla/directory/c-sdk/ldap/include'
make[4]: *** [export] Error 2
This is an evil hack around:
--- configure.in.patched 2006-08-09 11:39:50.373000000 +0100
+++ configure.in 2006-08-09 11:44:06.841750000 +0100
@@ -1232,6 +1232,10 @@
break
fi
done
+$GNUMAKE --version 2> /dev/null | grep ' 3.81' 2>&1 > /dev/null
+if test $? -eq 0; then
+ AC_MSG_ERROR("gmake 3.81 cannot build mozilla - please use 3.80")
+fi
AC_MSG_RESULT($GNUMAKE)
AC_MSG_CHECKING([the GNU make version])
but not a real fix...
---------------------------------------------------------------------
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]