View Issue Details

IDProjectCategoryView StatusLast Update
0002840unrealinstallingpublic2006-04-03 06:14
ReporterKnuX Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.4 
Summary0002840: UnrealIRCd 3.2.4 don't compile with gcc 3.4.4 on FreeBSD 6.0 i386
Descriptioncc -c m_sethost.c
m_sethost.c:22:20: macros.h: No such file or directory
m_sethost.c:23:20: config.h: No such file or directory
m_sethost.c:24:20: struct.h: No such file or directory
m_sethost.c:25:20: common.h: No such file or directory
m_sethost.c:26:17: sys.h: No such file or directory
m_sethost.c:27:21: numeric.h: No such file or directory
m_sethost.c:28:17: msg.h: No such file or directory
m_sethost.c:29:21: channel.h: No such file or directory
m_sethost.c:39:15: h.h: No such file or directory
m_sethost.c:40:19: proto.h: No such file or directory
m_sethost.c:48: error: syntax error before "int"
m_sethost.c:48: error: syntax error before '*' token
m_sethost.c:54: error: syntax error before "MOD_HEADER"
m_sethost.c:55: warning: parameter names (without types) in function declaration
m_sethost.c:55: error: function `MOD_HEADER' is initialized like a variable
m_sethost.c:56: error: invalid initializer
m_sethost.c:56: error: (near initialization for `MOD_HEADER')
m_sethost.c:57: warning: excess elements in scalar initializer
m_sethost.c:57: warning: (near initialization for `MOD_HEADER')
m_sethost.c:58: warning: excess elements in scalar initializer
m_sethost.c:58: warning: (near initialization for `MOD_HEADER')
m_sethost.c:59: warning: excess elements in scalar initializer
m_sethost.c:59: warning: (near initialization for `MOD_HEADER')
m_sethost.c:61: warning: excess elements in scalar initializer
m_sethost.c:61: warning: (near initialization for `MOD_HEADER')
m_sethost.c:61: warning: data definition has no type or storage class
m_sethost.c:63: error: syntax error before "int"
m_sethost.c:63: error: syntax error before '*' token
m_sethost.c:64: error: `MOD_INIT' declared as function returning a function
m_sethost.c: In function `MOD_INIT':
m_sethost.c:68: error: `MAXPARA' undeclared (first use in this function)
m_sethost.c:68: error: (Each undeclared identifier is reported only once
m_sethost.c:68: error: for each function it appears in.)
m_sethost.c:69: error: `modinfo' undeclared (first use in this function)
m_sethost.c:70: error: `MOD_SUCCESS' undeclared (first use in this function)
m_sethost.c: At top level:
m_sethost.c:73: error: syntax error before "int"
m_sethost.c:74: error: `MOD_LOAD' declared as function returning a function
m_sethost.c: In function `MOD_LOAD':
m_sethost.c:75: error: `MOD_SUCCESS' undeclared (first use in this function)
m_sethost.c: At top level:
m_sethost.c:78: error: syntax error before "int"
m_sethost.c:79: error: `MOD_UNLOAD' declared as function returning a function
m_sethost.c: In function `MOD_UNLOAD':
m_sethost.c:83: error: request for member `name' in something not a structure or union
m_sethost.c:85: error: `MOD_SUCCESS' undeclared (first use in this function)
m_sethost.c: At top level:
m_sethost.c:95: error: syntax error before "int"
m_sethost.c:95: error: syntax error before '*' token
m_sethost.c: In function `m_sethost':
m_sethost.c:105: error: `sptr' undeclared (first use in this function)
m_sethost.c:112: error: `ERR_NOPRIVILEGES' undeclared (first use in this function)
m_sethost.c:112: error: `me' undeclared (first use in this function)
m_sethost.c:113: error: `parv' undeclared (first use in this function)
m_sethost.c:133: error: `cptr' undeclared (first use in this function)
m_sethost.c:140: error: `parc' undeclared (first use in this function)
m_sethost.c:166: error: `HOSTLEN' undeclared (first use in this function)
m_sethost.c:189: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
m_sethost.c:198: error: syntax error before "char"
m_sethost.c:199: error: `UHOST_ALLOWED' undeclared (first use in this function)
m_sethost.c:201: error: `UHALLOW_NEVER' undeclared (first use in this function)
m_sethost.c:205: error: `did_parts' undeclared (first use in this function)
m_sethost.c:209: error: `UHALLOW_ALWAYS' undeclared (first use in this function)
m_sethost.c:211: error: `UHALLOW_NOCHANS' undeclared (first use in this function)
m_sethost.c:219: error: `UHALLOW_REJOIN' undeclared (first use in this function)
m_sethost.c:226: error: `UMODE_HIDE' undeclared (first use in this function)
m_sethost.c:227: error: `UMODE_SETHOST' undeclared (first use in this function)
gmake: *** [m_sethost.o] Error 1
Steps To ReproduceTry compiling ;)
Additional InformationNo additional information but I can give you what you need.
3rd party modules

Activities

syzop

2006-02-28 07:42

administrator   ~0011312

Last edited: 2006-02-28 07:51

Did you run ./Config ? I'm pretty sure it gave an error
Also be sure to run 'make' and not 'gmake'

EDIT: Oh you are KnuX :p, well in any case.. pretty sure ./Config must have said something.

In either case (Config error or not), could you attach config.log ? Thanks

syzop

2006-04-02 16:55

administrator   ~0011469

noresponse :/

KnuX

2006-04-03 02:25

reporter   ~0011473

I'm sorry. I was waiting for further information from the admin, he didn't respond to me quickly... So I forget to say you it's ok :$

You were right, the error was in the configure output and finally resolved ;)

So it's not a bug, you can change "Resolution: unable to reproduce" ;)

syzop

2006-04-03 06:14

administrator   ~0011474

ok ;)

Issue History

Date Modified Username Field Change
2006-02-28 07:34 KnuX New Issue
2006-02-28 07:42 syzop Note Added: 0011312
2006-02-28 07:51 syzop Note Edited: 0011312
2006-04-02 16:55 syzop Status new => closed
2006-04-02 16:55 syzop Note Added: 0011469
2006-04-02 16:55 syzop Resolution open => unable to duplicate
2006-04-03 02:25 KnuX Status closed => feedback
2006-04-03 02:25 KnuX Resolution unable to duplicate => reopened
2006-04-03 02:25 KnuX Note Added: 0011473
2006-04-03 06:14 syzop Status feedback => closed
2006-04-03 06:14 syzop Note Added: 0011474
2006-04-03 06:14 syzop Resolution reopened => unable to duplicate