]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004715.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2004 / 004715.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Services 5.0.42 error in compiling
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%205.0.42%20error%20in%20compiling&In-Reply-To=41B18CAF.2080605%40winbot.co.uk">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="004714.html">
11 <LINK REL="Next" HREF="004716.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Services 5.0.42 error in compiling</H1>
15 <B>us44ever .</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%205.0.42%20error%20in%20compiling&In-Reply-To=41B18CAF.2080605%40winbot.co.uk"
17 TITLE="[IRCServices] Services 5.0.42 error in compiling">us44ever at hotmail.com
18 </A><BR>
19 <I>Sat Dec 4 11:01:38 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004714.html">[IRCServices] Services 5.0.42 error in compiling
22 </A></li>
23 <LI>Next message: <A HREF="004716.html">[IRCServices] Services 5.0.42 error in compiling
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#4715">[ date ]</a>
27 <a href="thread.html#4715">[ thread ]</a>
28 <a href="subject.html#4715">[ subject ]</a>
29 <a href="author.html#4715">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>the problem is that i don't own the server! i just have a shell account from
35 a shell provider (lomag) and they use the standard gcc of freebsd4.9 :(
36 this was their reply when i tried to contacted them...
37
38 -
39 We use the standard gcc in FreeBSD 4.x and it is indeed old but I can not
40 change it unless we upgrade to FreeBSD 5.x which will not happen anytime
41 soon since it is still unstable. My best suggestion is to download a
42 precompiled version for FreeBSD if available.
43 -
44
45 any solution please? ;`(
46
47 &gt;<i>From: Craig Edwards &lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">brain at winbot.co.uk</A>&gt;
48 </I>&gt;<i>Reply-To: <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">brain at winbot.co.uk</A>,IRC Services General Mailing List
49 </I>&gt;<i>&lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.esper.net</A>&gt;
50 </I>&gt;<i>To: IRC Services General Mailing List &lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.esper.net</A>&gt;
51 </I>&gt;<i>Subject: Re: [IRCServices] Services 5.0.42 error in compiling
52 </I>&gt;<i>Date: Sat, 04 Dec 2004 10:08:47 +0000
53 </I>&gt;<i>
54 </I>&gt;<i>2.95.4 is very VERY old. Do you get problems with a lot of compiles using
55 </I>&gt;<i>this? I had enough problems with 2.96 on redhat 7...
56 </I>&gt;<i>
57 </I>&gt;<i>Sean Kelly wrote:
58 </I>&gt;&gt;<i>On Thu, Dec 02, 2004 at 11:48:53AM +0900, Andrew Church wrote:
59 </I>&gt;&gt;<i>
60 </I>&gt;&gt;&gt;&gt;<i>i get this error while compiling (upgrading from 5.0.41)
61 </I>&gt;&gt;&gt;&gt;<i>gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes
62 </I>&gt;&gt;&gt;&gt;<i>-fno-builtin-log -c version.c -o version.o
63 </I>&gt;&gt;&gt;&gt;<i>gcc -rdynamic actions.o channels.o commands.o compat.o conffile.o
64 </I>&gt;&gt;&gt;&gt;<i>encrypt.o ignore.o init.o language.o log.o main.o memory.o messages.o
65 </I>&gt;&gt;&gt;&gt;<i>misc.o modes.o modules.o process.o send.o servers.o signals.o sockets.o
66 </I>&gt;&gt;&gt;&gt;<i>suspinfo.o timeout.o users.o version.o -o ircservices
67 </I>&gt;&gt;&gt;&gt;<i>log.o: In function `vlogprintf':
68 </I>&gt;&gt;&gt;&gt;<i>/usr/home/xxx/ircservices-5.0.42/log.c:103: undefined reference to
69 </I>&gt;&gt;&gt;&gt;<i>`va_copy'
70 </I>&gt;&gt;&gt;&gt;<i>gmake: *** [ircservices] Error 1
71 </I>&gt;&gt;&gt;<i>
72 </I>&gt;&gt;&gt;<i> It looks like your compiler doesn't support va_copy (which is part
73 </I>&gt;&gt;&gt;<i>of
74 </I>&gt;&gt;&gt;<i>the C99 standard). I'll add a workaround in the next release, but it
75 </I>&gt;&gt;&gt;<i>will
76 </I>&gt;&gt;&gt;<i>disappear again in version 5.1, so I would recommend upgrading your
77 </I>&gt;&gt;&gt;<i>compiler.
78 </I>&gt;&gt;<i>
79 </I>&gt;&gt;<i>
80 </I>&gt;&gt;<i>I hit this in FreeBSD 4.9-STABLE (gcc 2.95.4). The solution was to just
81 </I>&gt;&gt;<i>suck it up and install /usr/ports/lang/gcc34/ and build services with the
82 </I>&gt;&gt;<i>/usr/local/bin/gcc34 binary.
83 </I>&gt;&gt;<i>
84 </I>&gt;&gt;<i>
85 </I>&gt;&gt;<i>
86 </I>&gt;&gt;<i>------------------------------------------------------------------------
87 </I>&gt;&gt;<i>
88 </I>&gt;&gt;<i>------------------------------------------------------------------
89 </I>&gt;&gt;<i>To unsubscribe or change your subscription options, visit:
90 </I>&gt;&gt;<i><A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
91 </I>&gt;<i>
92 </I>&gt;<i>--
93 </I>&gt;<i>WinBot IRC client developer: <A HREF="http://www.winbot.co.uk">http://www.winbot.co.uk</A>
94 </I>&gt;<i>ChatSpike - The users network: <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
95 </I>&gt;<i>InspIRCd - Modular IRC server: <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
96 </I>&gt;<i>Online RPG Developer: <A HREF="http://www.ssod.org">http://www.ssod.org</A>
97 </I>&gt;<i>--
98 </I>&gt;<i>&lt;&lt; signature.asc &gt;&gt;
99 </I>&gt;<i>------------------------------------------------------------------
100 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
101 </I>&gt;<i><A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
102 </I>
103
104 </PRE>
105
106
107 <!--endarticle-->
108 <HR>
109 <P><UL>
110 <!--threads-->
111 <LI>Previous message: <A HREF="004714.html">[IRCServices] Services 5.0.42 error in compiling
112 </A></li>
113 <LI>Next message: <A HREF="004716.html">[IRCServices] Services 5.0.42 error in compiling
114 </A></li>
115 <LI> <B>Messages sorted by:</B>
116 <a href="date.html#4715">[ date ]</a>
117 <a href="thread.html#4715">[ thread ]</a>
118 <a href="subject.html#4715">[ subject ]</a>
119 <a href="author.html#4715">[ author ]</a>
120 </LI>
121 </UL>
122
123 </body></html>