| Anonymous | Login | Signup for a new account | 2010-07-30 04:17 CEST |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0003767 | [unreal] installing | major | always | 2009-01-03 12:45 | 2009-01-04 15:10 | ||
| Reporter | Bock | View Status | public | ||||
| Assigned To | syzop | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 3.2.8 | ||||
| Summary | 0003767: not compiling on macos x | ||||||
| Description |
cc -I../include -I/Users/jimflaten/Desktop/unreal-src/extras/regexp/include -I/Users/jimflaten/Desktop/unreal-src/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -c s_bsd.c s_bsd.c: In function 'init_sys': s_bsd.c:644: error: too many arguments to function 'setpgrp' make[1]: *** [s_bsd.o] Error 1 make: *** [build] Error 2 |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| 3rd party modules | |||||||
| QA | Not touched yet by developer | ||||||
| U4: Need for upstream patch | No need for upstream InspIRCd patch | ||||||
| U4: Upstream notification of bug | Not decided | ||||||
| U4: Contributor working on this | None | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0015581) syzop (administrator) 2009-01-03 13:20 |
Could you change, in src/s_bsd.c around line 641: #if defined(HPUX) || defined(_SOLARIS) || \ defined(_POSIX_SOURCE) || defined(SVR4) || defined(SGI) to: #if defined(HPUX) || defined(_SOLARIS) || \ defined(_POSIX_SOURCE) || defined(SVR4) || defined(SGI) || defined(OSXTIGER) And re-run 'make', see if that helps. Thanks :) |
|
(0015602) syzop (administrator) 2009-01-03 15:39 |
I've changed this in CVS, but I don't know if it really is the fix... Anyway, try latest cvs or http://www.vulnscan.org/UnrealIRCd/cvs/Unr3.2-20090103.tar.gz [^] |
|
(0015614) Jckf (reporter) 2009-01-04 14:38 |
That fixed it =) Thanks. |
|
(0015617) syzop (administrator) 2009-01-04 15:10 |
Ok |
| Copyright © 2000 - 2008 Mantis Group |