View Issue Details

IDProjectCategoryView StatusLast Update
0004344unrealinstallingpublic2015-08-08 17:40
ReporterQIXOZL Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.10.4 
Summary0004344: misc Solaris fixes
Descriptionh.h contains __attribute__ which is a gcc-ism => BAD.

the modules makefile is incomplete. it specifies -o x.so yet .o files are expected as well. the compile lines need to have -c in addition.

as reported there https://bugs.unrealircd.org/view.php?id=4235 1 1/2 years ago already install has to be changed to /usr/gnu/bin/install for solaris.
Steps To Reproducecompile it
3rd party modules

Activities

syzop

2015-04-06 10:58

administrator   ~0018289

include/sys.h has:
#ifndef __GNUC__
#define __attribute__(x) /* nothing */
#endif

So I guess something is including h.h without sys.h?

syzop

2015-08-08 17:39

administrator   ~0018637

no feedback received regarding what needs to be changed

Issue History

Date Modified Username Field Change
2015-02-28 21:17 QIXOZL New Issue
2015-04-06 10:58 syzop Note Added: 0018289
2015-08-08 17:39 syzop Note Added: 0018637
2015-08-08 17:39 syzop Status new => closed
2015-08-08 17:40 syzop Assigned To => syzop
2015-08-08 17:40 syzop Resolution open => unable to duplicate