]> jfr.im git - irc.git/blame - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2007/005285.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2007 / 005285.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Services 5.1pre2
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%205.1pre2&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="005287.html">
11 <LINK REL="Next" HREF="005286.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Services 5.1pre2</H1>
15 <B>Pol Bettinger</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%205.1pre2&In-Reply-To="
17 TITLE="[IRCServices] Services 5.1pre2">ircservices at arvoreen.net
18 </A><BR>
19 <I>Sat May 19 05:27:40 PDT 2007</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="005287.html">[IRCServices] IRCservices not sending anything after tcp
22 connection is set up
23</A></li>
24 <LI>Next message: <A HREF="005286.html">[IRCServices] Services 5.1pre2
25</A></li>
26 <LI> <B>Messages sorted by:</B>
27 <a href="date.html#5285">[ date ]</a>
28 <a href="thread.html#5285">[ thread ]</a>
29 <a href="subject.html#5285">[ subject ]</a>
30 <a href="author.html#5285">[ author ]</a>
31 </LI>
32 </UL>
33 <HR>
34<!--beginarticle-->
35<PRE>Hello,
36
37I tried to compile the services 5.1pre2 on an amd64 and it bails out
38with the messages attached. although on an chrooted ia32 system it works
39out fine (if I HUP the ircservices process with kill).
40
41
42*<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">arvi at opti</A>:/data/source/ircservices-5.1pre2$ ./configure -ignore-cache
43
44Beginning IRC Services configuration.
45
46Executable (program) files will be installed in /usr/local/sbin
47Data files will be installed in /usr/local/lib/ircservices
48Checking sanity of /bin/sh... high.
49Searching for a suitable compiler... great, found gcc!
50Testing default compiler flags (-O2 -fno-strict-aliasing)... looks good.
51Let's see what libraries we need... -lm -lcrypt
52Checking if we can use dynamic modules... no.
53Checking whether ranlib exists... yes.
54Checking for presence of include files (it's okay if some aren't there):
55 stdint.h... present
56 strings.h... present
57 sys/select.h... present
58 sys/sysproto.h... not present
59Looking for an 8-bit integer type... int8_t
60Looking for a 16-bit integer type... int16_t
61Looking for a 32-bit integer type... int32_t
62Looking for a 64-bit integer type... int64_t
63Checking the size of int... 32 bits
64Checking the size of long... 64 bits
65Checking the size of pointers... 64 bits
66Checking the size of time_t... 64 bits (nifty!)
67Checking the size of gid_t... 32 bits
68Checking for socklen_t... present.
69Seeing if your system defines int16/int32... not found (this is good).
70How to complain when something goes wrong... ah, strerror() is here.
71Looking for other functions we want that you don't have...
72Checking how to install files... looks like &quot;install&quot; will work.
73Seeing if &quot;install&quot; will create directories... OK.
74Checking how to copy directories... /bin/cp -dpr
75Creating config.h... done.
76Creating Makefile.inc... done.
77Saving configuration results in config.cache... done.
78
79All done! Now edit defs.h as needed, and run &quot;make&quot; (or possibly &quot;gmake&quot;)
80to compile Services. See the README and FAQ if you have any problems.
81
82<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">arvi at opti</A>:/data/source/ircservices-5.1pre2$ make
83touch services.h
84make -C lang index
85make[1]: Entering directory `/localvol/data/source/ircservices-5.1pre2/lang'
86make[1]: &#187;index&#171; ist bereits aktualisiert.
87make[1]: Leaving directory `/localvol/data/source/ircservices-5.1pre2/lang'
88gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -g -Wall
89-Wmissing-prototypes -c actions.c -o actions.o
90In file included from services.h:78,
91 from actions.c:10:
92sockets.h:141: error: expected &#8216;)&#8217; before &#8216;per_conn&#8217;
93sockets.h:154: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
94before &#8216;read_buffer_len&#8217;
95sockets.h:155: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
96before &#8216;write_buffer_len&#8217;
97sockets.h:156: error: expected declaration specifiers or &#8216;...&#8217; before
98&#8216;uint64_t&#8217;
99sockets.h:156: error: expected declaration specifiers or &#8216;...&#8217; before
100&#8216;uint64_t&#8217;
101sockets.h:157: error: expected declaration specifiers or &#8216;...&#8217; before
102&#8216;uint32_t&#8217;
103sockets.h:158: error: expected declaration specifiers or &#8216;...&#8217; before
104&#8216;uint32_t&#8217;
105In file included from services.h:79,
106 from actions.c:10:
107send.h:19: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
108before &#8216;protocol_features&#8217;
109In file included from services.h:80,
110 from actions.c:10:
111modes.h:29: error: expected specifier-qualifier-list before &#8216;uint8_t&#8217;
112In file included from services.h:81,
113 from actions.c:10:
114users.h:37: error: expected specifier-qualifier-list before &#8216;uint32_t&#8217;
115In file included from services.h:85,
116 from actions.c:10:
117extern.h:154: error: expected declaration specifiers or &#8216;...&#8217; before
118&#8216;uint32_t&#8217;
119extern.h:230: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
120before &#8216;time_msec&#8217;
121extern.h:234: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
122before &#8216;*&#8217; token
123extern.h:235: warning: type defaults to &#8216;int&#8217; in declaration of &#8216;uint8_t&#8217;
124extern.h:235: error: expected &#8216;;&#8217;, &#8216;,&#8217; or &#8216;)&#8217; before &#8216;*&#8217; token
125extern.h:236: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
126before &#8216;*&#8217; token
127extern.h:237: warning: type defaults to &#8216;int&#8217; in declaration of &#8216;uint8_t&#8217;
128extern.h:237: error: expected &#8216;;&#8217;, &#8216;,&#8217; or &#8216;)&#8217; before &#8216;*&#8217; token
129In file included from actions.c:13:
130timeout.h:46: error: expected &#8216;)&#8217; before &#8216;delay&#8217;
131actions.c: In function &#8216;bad_password&#8217;:
132actions.c:67: error: &#8216;User&#8217; has no member named &#8216;bad_pw_time&#8217;
133actions.c:68: error: &#8216;User&#8217; has no member named &#8216;bad_pw_time&#8217;
134actions.c:69: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
135actions.c:70: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
136actions.c:71: error: &#8216;User&#8217; has no member named &#8216;bad_pw_time&#8217;
137actions.c:72: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
138actions.c:77: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
139actions.c: In function &#8216;set_cmode&#8217;:
140actions.c:477: warning: implicit declaration of function &#8216;add_timeout_ms&#8217;
141actions.c:478: warning: assignment makes pointer from integer without a cast
142
143--
144Pol Bettinger
145</PRE>
146
147
148
149
150
151
152<!--endarticle-->
153 <HR>
154 <P><UL>
155 <!--threads-->
156 <LI>Previous message: <A HREF="005287.html">[IRCServices] IRCservices not sending anything after tcp
157 connection is set up
158</A></li>
159 <LI>Next message: <A HREF="005286.html">[IRCServices] Services 5.1pre2
160</A></li>
161 <LI> <B>Messages sorted by:</B>
162 <a href="date.html#5285">[ date ]</a>
163 <a href="thread.html#5285">[ thread ]</a>
164 <a href="subject.html#5285">[ subject ]</a>
165 <a href="author.html#5285">[ author ]</a>
166 </LI>
167 </UL>
168
169</body></html>