Issue 70965

Summary: HEAD does not build on Mac OS X buildbot
Product: porting Reporter: shaunmcdonald131
Component: MacOSXAssignee: pavel
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, pavel
Version: current   
Target Milestone: OOo 2.1   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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