Issue 17437

Summary: sparc linux compile fails in goodies
Product: porting Reporter: sparcmoz <sparcmoz>
Component: codeAssignee: Martin Hollmichel <nesshof>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC2   
Target Milestone: AOO Later   
Hardware: Other   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 17420    

Description sparcmoz 2003-07-26 12:09:34 UTC
building module goodies with gcc-3.2.3 there are various errors around line 76
of /usr/include/sched.h - (it cannot be build with gcc-3.3.1 yet.)

this can be fixed as follows in sched.h

/* Set the CPU affinity for a task */
extern int sched_setaffinity (__pid_t __pid, __const cpu_set_t *__mask)
  __THROW;

^^^^
put it all into one line
extern int sched_setaffinity (__pid_t __pid, __const cpu_set_t *__mask)__THROW;

this will allow work to continue pending an update from debian unstable sparc
linux, i suppose it depends what latest you get from debian.
Comment 1 sparcmoz 2003-07-31 08:27:12 UTC
filed debian bugreport203180
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203180
Comment 2 sparcmoz 2003-08-02 03:49:44 UTC
this is a debian issue, in issuezilla for information, i have reported
to debian so it can be closed.
Comment 3 sparcmoz 2003-12-31 10:07:31 UTC
closed