]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002805.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 002805.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] [PATCH] Fix of rogue unescaped backtick in
5 configure in 5.0.24
6 </TITLE>
7 <LINK REL="Index" HREF="index.html" >
8 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20%5BPATCH%5D%20Fix%20of%20rogue%20unescaped%20backtick%20in%0A%09configure%20in%205.0.24&In-Reply-To=">
9 <META NAME="robots" CONTENT="index,nofollow">
10 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
11 <LINK REL="Previous" HREF="002804.html">
12 <LINK REL="Next" HREF="002806.html">
13 </HEAD>
14 <BODY BGCOLOR="#ffffff">
15 <H1>[IRCServices Coding] [PATCH] Fix of rogue unescaped backtick in
16 configure in 5.0.24</H1>
17 <B>Arathorn</B>
18 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20%5BPATCH%5D%20Fix%20of%20rogue%20unescaped%20backtick%20in%0A%09configure%20in%205.0.24&In-Reply-To="
19 TITLE="[IRCServices Coding] [PATCH] Fix of rogue unescaped backtick in
20 configure in 5.0.24">arathorn at theonering.net
21 </A><BR>
22 <I>Fri Nov 14 14:56:49 PST 2003</I>
23 <P><UL>
24 <LI>Previous message: <A HREF="002804.html">[IRCServices Coding] [PATCH] Fix of rogue unescaped backtick in
25 configure in 5.0.24
26 </A></li>
27 <LI>Next message: <A HREF="002806.html">[IRCServices Coding] Re: [PATCH] Fix of rogue unescaped backtick in
28 configure in 5.0.24
29 </A></li>
30 <LI> <B>Messages sorted by:</B>
31 <a href="date.html#2805">[ date ]</a>
32 <a href="thread.html#2805">[ thread ]</a>
33 <a href="subject.html#2805">[ subject ]</a>
34 <a href="author.html#2805">[ author ]</a>
35 </LI>
36 </UL>
37 <HR>
38 <!--beginarticle-->
39 <PRE>Well, I just had another chance to look more carefully at the configure
40 script - looks like there's a rogue unescaped backtick in the deprecation
41 warning text block:
42
43
44 diff -ur ircservices-5.0.24-orig/configure ircservices-5.0.24/configure
45 --- ircservices-5.0.24-orig/configure Wed Nov 5 01:46:59 2003
46 +++ ircservices-5.0.24/configure Fri Nov 14 17:04:08 2003
47 @@ -875,7 +875,7 @@
48 elif test $vmajor -lt 3 -a $version != 2.95.3 || test $vmajor = 3 -a $vminor -lt 2 ; then
49 cat &lt;&lt;EOT
50
51 -WARNING: Your version of GCC was detected as `$version'. As of Services
52 +WARNING: Your version of GCC was detected as \`$version'. As of Services
53 5.0.23, versions of GCC earlier than 3.2, other than 2.95.3,
54 have been deprecated. This and future releases of Services 5.0
55 will still work, though some error messages will lose
56
57
58
59 (due to pine insisting on base64'ing mime attachments, i haven't attached
60 the file as Andrew's mail system doesn't seem to approve of base64. -
61 apologies if this mail shows up twice for anyone.)
62
63 ________________________________________________________________
64 Matthew Hodgson <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">arathorn at theonering.net</A> Tel: +44 7968 722968
65 Arathorn: Co-Sysadmin, TheOneRing.net&#174;
66
67 On Wed, 12 Nov 2003, Arathorn wrote:
68
69 &gt;<i> Hi Andy,
70 </I>&gt;<i>
71 </I>&gt;<i> Just tried to upgrade to 5.0.24 on my Debian Woody production server
72 </I>&gt;<i> running gcc 2.95.4. I appreciate that this is &lt;3.2 and !=2.95.3, but I
73 </I>&gt;<i> didn't expect ./configure to completely keel over on me (and hoped to be
74 </I>&gt;<i> able to use a -force configure option of some kind to get it to compile
75 </I>&gt;<i> anyway).
76 </I>&gt;<i>
77 </I>&gt;<i> Here's the stderr &amp; stdio - the configure.log is attached:
78 </I>&gt;<i>
79 </I>&gt;<i> pe1650 18# gcc -v
80 </I>&gt;<i> Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
81 </I>&gt;<i> gcc version 2.95.4 20011002 (Debian prerelease)
82 </I>&gt;<i> pe1650 19# ./configure -ignore-cache
83 </I>&gt;<i>
84 </I>&gt;<i> Beginning IRC Services configuration.
85 </I>&gt;<i>
86 </I>&gt;<i> In what directory do you want the binaries to be installed?
87 </I>&gt;<i> Press Return for the default, or enter a new value.
88 </I>&gt;<i> [/usr/local/sbin] /usr/local/sbin/ircservices-5.0.24-unr
89 </I>&gt;<i>
90 </I>&gt;<i> Where do you want the data files to be installed?
91 </I>&gt;<i> [/usr/local/sbin/ircservices-5.0.24-unr/lib] /usr/local/lib/ircservices-5.0
92 </I>&gt;<i>
93 </I>&gt;<i> End of interactive configuration.
94 </I>&gt;<i>
95 </I>&gt;<i> Checking sanity of /bin/sh... high.
96 </I>&gt;<i> Searching for a suitable compiler... ./configure: command substitution:
97 </I>&gt;<i> line 1: unexpected EOF while looking for matching `''
98 </I>&gt;<i> ./configure: command substitution: line 8: syntax error: unexpected end of file
99 </I>&gt;<i>
100 </I>&gt;<i> WARNING: Your version of GCC was detected as Press Enter to continue:
101 </I>&gt;<i>
102 </I>&gt;<i>
103 </I>&gt;<i>
104 </I>&gt;<i> Testing default compiler flags ()... no luck! Using no flags.
105 </I>&gt;<i> If you know what flags you want, use the -cflags option to configure.
106 </I>&gt;<i> Let's see what libraries we need...
107 </I>&gt;<i> Checking if we can use dynamic modules... no.
108 </I>&gt;<i> Checking whether ranlib exists... yes.
109 </I>&gt;<i> Looking for an 8-bit integer type...
110 </I>&gt;<i> *** WHOA THERE! ***
111 </I>&gt;<i>
112 </I>&gt;<i> We suddenly couldn't compile using the C compiler we already tested!
113 </I>&gt;<i> The command line we used was:
114 </I>&gt;<i> conf-tmp/test.c -o conf-tmp/test
115 </I>&gt;<i> Please try to fix this; if you can't, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
116 </I>&gt;<i> with information about your system, the output from this script,
117 </I>&gt;<i> and the `configure.log' file generated by this script.
118 </I>&gt;<i>
119 </I>&gt;<i> ________________________________________________________________
120 </I>&gt;<i> Matthew Hodgson <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">arathorn at theonering.net</A> Tel: +44 7968 722968
121 </I>&gt;<i> Arathorn: Co-Sysadmin, TheOneRing.net&#174;
122 </I>&gt;<i>
123 </I>&gt;<i> On Tue, 11 Nov 2003, Andrew Church wrote:
124 </I>&gt;<i>
125 </I>&gt;<i> &gt; Services 5.0.24 has been released, and can be downloaded from:
126 </I>&gt;<i> &gt;
127 </I>&gt;<i> &gt; <A HREF="ftp://ftp.esper.net/ircservices/">ftp://ftp.esper.net/ircservices/</A> (USA, California)
128 </I>&gt;<i> &gt;
129 </I>&gt;<i> &gt; d8f808b04744e9db365ebb23f7d04078 ircservices-5.0.24.tar.gz
130 </I>&gt;<i> &gt; e2415db90e2c9f3391268b8d48ef40d1 ircservices-5.0.24.diff.gz
131 </I>&gt;<i> &gt; 07d0785f095de88f87de8b4d97024558 ircservices-5.0.24-1.i386.rpm
132 </I>&gt;<i> &gt; 0235352278f534a818699281fcc7ba83 ircservices_5.0.24-1_i386.deb
133 </I>&gt;<i> &gt;
134 </I>&gt;<i> &gt; ftp.ircservices.za.net and the other mirrors should have it shortly.
135 </I>&gt;<i> &gt;
136 </I>&gt;<i> &gt; This release includes a workaround for those who were unable to
137 </I>&gt;<i> &gt; compile 5.0.23; however, please note that being unable to compile means
138 </I>&gt;<i> &gt; that your compiler is outdated, and you should upgrade it (or have the
139 </I>&gt;<i> &gt; server administrator upgrade it) as soon as possible. Support for such
140 </I>&gt;<i> &gt; compilers will be removed entirely in a future version.
141 </I>&gt;<i> &gt;
142 </I>&gt;<i> &gt; Changes in version 5.0.24
143 </I>&gt;<i> &gt; -------------------------
144 </I>&gt;<i> &gt; 2003/11/11 Fixed a warning in convert-db compilation.
145 </I>&gt;<i> &gt; 2003/11/11 Fixed bugs in convert-db causing some nickname and channel
146 </I>&gt;<i> &gt; settings (timezone, language, channel and memo limits)
147 </I>&gt;<i> &gt; to not be initialized properly.
148 </I>&gt;<i> &gt; 2003/11/11 Added -tzfile, -no-timezones, and -reset-memo-limits
149 </I>&gt;<i> &gt; options to the Cygnus database converter in convert-db.
150 </I>&gt;<i> &gt; 2003/11/05 Databases can now be exported in XML from the command line
151 </I>&gt;<i> &gt; (-export option).
152 </I>&gt;<i> &gt; 2003/11/05 GCC versions earlier than 3.2 (except 2.95.3) are now
153 </I>&gt;<i> &gt; deprecated. Variadic macros workaround added for
154 </I>&gt;<i> &gt; problem reported by Ali Sor &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">alisor at softhome.net</A>&gt;
155 </I>&gt;<i> &gt; 2003/11/05 Channel last-used time is now updated properly for the
156 </I>&gt;<i> &gt; first user to enter the channel if the user has auto-op
157 </I>&gt;<i> &gt; privileges. Reported by &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">saman at alkol.org</A>&gt;
158 </I>&gt;<i> &gt;
159 </I>&gt;<i> &gt; --Andrew Church
160 </I>&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
161 </I>&gt;<i> &gt; <A HREF="http://achurch.org/">http://achurch.org/</A>
162 </I>&gt;<i> &gt; ------------------------------------------------------------------
163 </I>&gt;<i> &gt; To unsubscribe or change your subscription options, visit:
164 </I>&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
165 </I>&gt;<i> &gt;
166 </I>&gt;<i> &gt;
167 </I>
168 </PRE>
169
170 <!--endarticle-->
171 <HR>
172 <P><UL>
173 <!--threads-->
174 <LI>Previous message: <A HREF="002804.html">[IRCServices Coding] [PATCH] Fix of rogue unescaped backtick in
175 configure in 5.0.24
176 </A></li>
177 <LI>Next message: <A HREF="002806.html">[IRCServices Coding] Re: [PATCH] Fix of rogue unescaped backtick in
178 configure in 5.0.24
179 </A></li>
180 <LI> <B>Messages sorted by:</B>
181 <a href="date.html#2805">[ date ]</a>
182 <a href="thread.html#2805">[ thread ]</a>
183 <a href="subject.html#2805">[ subject ]</a>
184 <a href="author.html#2805">[ author ]</a>
185 </LI>
186 </UL>
187
188 </body></html>