Issue 17437 - sparc linux compile fails in goodies
Summary: sparc linux compile fails in goodies
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: Other Linux, all
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 17420
  Show dependency tree
 
Reported: 2003-07-26 12:09 UTC by sparcmoz
Modified: 2003-12-31 10:07 UTC (History)
1 user (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 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