]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2007/005285.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2007 / 005285.html
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
37 I tried to compile the services 5.1pre2 on an amd64 and it bails out
38 with the messages attached. although on an chrooted ia32 system it works
39 out 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
44 Beginning IRC Services configuration.
45
46 Executable (program) files will be installed in /usr/local/sbin
47 Data files will be installed in /usr/local/lib/ircservices
48 Checking sanity of /bin/sh... high.
49 Searching for a suitable compiler... great, found gcc!
50 Testing default compiler flags (-O2 -fno-strict-aliasing)... looks good.
51 Let's see what libraries we need... -lm -lcrypt
52 Checking if we can use dynamic modules... no.
53 Checking whether ranlib exists... yes.
54 Checking 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
59 Looking for an 8-bit integer type... int8_t
60 Looking for a 16-bit integer type... int16_t
61 Looking for a 32-bit integer type... int32_t
62 Looking for a 64-bit integer type... int64_t
63 Checking the size of int... 32 bits
64 Checking the size of long... 64 bits
65 Checking the size of pointers... 64 bits
66 Checking the size of time_t... 64 bits (nifty!)
67 Checking the size of gid_t... 32 bits
68 Checking for socklen_t... present.
69 Seeing if your system defines int16/int32... not found (this is good).
70 How to complain when something goes wrong... ah, strerror() is here.
71 Looking for other functions we want that you don't have...
72 Checking how to install files... looks like &quot;install&quot; will work.
73 Seeing if &quot;install&quot; will create directories... OK.
74 Checking how to copy directories... /bin/cp -dpr
75 Creating config.h... done.
76 Creating Makefile.inc... done.
77 Saving configuration results in config.cache... done.
78
79 All done! Now edit defs.h as needed, and run &quot;make&quot; (or possibly &quot;gmake&quot;)
80 to 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
83 touch services.h
84 make -C lang index
85 make[1]: Entering directory `/localvol/data/source/ircservices-5.1pre2/lang'
86 make[1]: &#187;index&#171; ist bereits aktualisiert.
87 make[1]: Leaving directory `/localvol/data/source/ircservices-5.1pre2/lang'
88 gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -g -Wall
89 -Wmissing-prototypes -c actions.c -o actions.o
90 In file included from services.h:78,
91 from actions.c:10:
92 sockets.h:141: error: expected &#8216;)&#8217; before &#8216;per_conn&#8217;
93 sockets.h:154: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
94 before &#8216;read_buffer_len&#8217;
95 sockets.h:155: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
96 before &#8216;write_buffer_len&#8217;
97 sockets.h:156: error: expected declaration specifiers or &#8216;...&#8217; before
98 &#8216;uint64_t&#8217;
99 sockets.h:156: error: expected declaration specifiers or &#8216;...&#8217; before
100 &#8216;uint64_t&#8217;
101 sockets.h:157: error: expected declaration specifiers or &#8216;...&#8217; before
102 &#8216;uint32_t&#8217;
103 sockets.h:158: error: expected declaration specifiers or &#8216;...&#8217; before
104 &#8216;uint32_t&#8217;
105 In file included from services.h:79,
106 from actions.c:10:
107 send.h:19: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
108 before &#8216;protocol_features&#8217;
109 In file included from services.h:80,
110 from actions.c:10:
111 modes.h:29: error: expected specifier-qualifier-list before &#8216;uint8_t&#8217;
112 In file included from services.h:81,
113 from actions.c:10:
114 users.h:37: error: expected specifier-qualifier-list before &#8216;uint32_t&#8217;
115 In file included from services.h:85,
116 from actions.c:10:
117 extern.h:154: error: expected declaration specifiers or &#8216;...&#8217; before
118 &#8216;uint32_t&#8217;
119 extern.h:230: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
120 before &#8216;time_msec&#8217;
121 extern.h:234: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
122 before &#8216;*&#8217; token
123 extern.h:235: warning: type defaults to &#8216;int&#8217; in declaration of &#8216;uint8_t&#8217;
124 extern.h:235: error: expected &#8216;;&#8217;, &#8216;,&#8217; or &#8216;)&#8217; before &#8216;*&#8217; token
125 extern.h:236: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;
126 before &#8216;*&#8217; token
127 extern.h:237: warning: type defaults to &#8216;int&#8217; in declaration of &#8216;uint8_t&#8217;
128 extern.h:237: error: expected &#8216;;&#8217;, &#8216;,&#8217; or &#8216;)&#8217; before &#8216;*&#8217; token
129 In file included from actions.c:13:
130 timeout.h:46: error: expected &#8216;)&#8217; before &#8216;delay&#8217;
131 actions.c: In function &#8216;bad_password&#8217;:
132 actions.c:67: error: &#8216;User&#8217; has no member named &#8216;bad_pw_time&#8217;
133 actions.c:68: error: &#8216;User&#8217; has no member named &#8216;bad_pw_time&#8217;
134 actions.c:69: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
135 actions.c:70: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
136 actions.c:71: error: &#8216;User&#8217; has no member named &#8216;bad_pw_time&#8217;
137 actions.c:72: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
138 actions.c:77: error: &#8216;User&#8217; has no member named &#8216;bad_pw_count&#8217;
139 actions.c: In function &#8216;set_cmode&#8217;:
140 actions.c:477: warning: implicit declaration of function &#8216;add_timeout_ms&#8217;
141 actions.c:478: warning: assignment makes pointer from integer without a cast
142
143 --
144 Pol 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>