Issue 70965 - HEAD does not build on Mac OS X buildbot
Summary: HEAD does not build on Mac OS X buildbot
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: current
Hardware: Mac Mac OS X, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.1
Assignee: pavel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-28 19:03 UTC by shaunmcdonald131
Modified: 2006-10-31 09:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description shaunmcdonald131 2006-10-28 19:03:50 UTC
Break in sal

pjanik thinks the issue has already been sorted in the CWS hr39.

tail of log available from:
http://ooo-staging.osuosl.org:8010/MacPort1/builds/46/step-compile/3
Comment 1 pavel 2006-10-28 19:07:56 UTC
No, not sorted. It originated in hr39 which was just integrated into HEAD.

Heiner: Mac OS X built on Intel with gcc breaks, because:

+#if    ( defined(LINUX) && defined(__GNUC__) && (defined(X86) ||
defined(X86_64)) )\
+    || ( defined(SOLARIS) && defined (__SUNPRO_C) && defined(__i386) )
...
int osl_isSingleCPU = 0;
...
#endif

but you use it in osl/unx/interlck.c.
Comment 2 jens-heiner.rechtien 2006-10-30 14:52:11 UTC
Issue accepted. 

Is there a sysconf(_SC_NPROCESSORS_CONF) on MACOSX Intel?
Comment 3 jens-heiner.rechtien 2006-10-30 15:58:26 UTC
Fixed as master fix in SRC680 m191.
Comment 4 jens-heiner.rechtien 2006-10-30 15:59:33 UTC
@pjanik: please verify
Comment 5 shaunmcdonald131 2006-10-31 09:35:05 UTC
Verified on build http://ooo-staging.osuosl.org:8010/MacPort1/builds/54
Comment 6 shaunmcdonald131 2006-10-31 09:35:29 UTC
closing