To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62419
                  Issue #:|62419
                  Summary:|regression in build of berkeleydb (OOo 2.0.2rc2, Mac
                          |OS X)
                Component:|porting
                  Version:|680
                 Platform:|Macintosh
                      URL:|
               OS/Version:|Mac OS X
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|MacOSX
              Assigned to:|ericb
              Reported by:|mox





------- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:33:55 -0800 
2006 -------
The changes between OOo 2.0.1 and OOo 2.0.2 include small additions to
berkeleydb/makefile.mk. Of these changes the added line ".EXPORT: LDFLAGS"
affects all unix builds and causes Mac OS X build to fail.

The error is:
cc -c -I. -I../dist/.. -I/sw/include
-I/System/Library/Frameworks/JavaVM.framework/Headers  ../dist/../xa/xa_map.c
/bin/sh ./libtool --mode=link cc -avoid-version -rpath
/usr/local/BerkeleyDB.4.2/lib -L/sw/lib -o libdb-4.2.la mut_tas.lo db185.lo 
...lots of .lo:s... xa_map.lo 

libtool: link: `mut_tas.lo' is not a valid libtool object
make[1]: *** [libdb-4.2.la] Error 1
dmake:  Error code 2, while making
'./unxmacxp.pro/misc/build/so_built_so_berkeleydb'
'---* tg_merge.mk *---'

The fix is to move the added line to where it belongs: inside the .IFDEFS. Patch
attached that fixes the problem.

---------------------------------------------------------------------
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]

Reply via email to