cacti_0.6.8a-13_i386.changes ACCEPTED

2003-06-05 Thread Debian Installer

Accepted:
cacti_0.6.8a-13.diff.gz
  to pool/main/c/cacti/cacti_0.6.8a-13.diff.gz
cacti_0.6.8a-13.dsc
  to pool/main/c/cacti/cacti_0.6.8a-13.dsc
cacti_0.6.8a-13_all.deb
  to pool/main/c/cacti/cacti_0.6.8a-13_all.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.



request-tracker_2.0.14-2_i386.changes ACCEPTED

2003-06-05 Thread Debian Installer

Accepted:
request-tracker_2.0.14-2.diff.gz
  to pool/main/r/request-tracker/request-tracker_2.0.14-2.diff.gz
request-tracker_2.0.14-2.dsc
  to pool/main/r/request-tracker/request-tracker_2.0.14-2.dsc
request-tracker_2.0.14-2_all.deb
  to pool/main/r/request-tracker/request-tracker_2.0.14-2_all.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.



mantis_0.17.5-5_i386.changes ACCEPTED

2003-06-05 Thread Debian Installer

Accepted:
mantis_0.17.5-5.diff.gz
  to pool/main/m/mantis/mantis_0.17.5-5.diff.gz
mantis_0.17.5-5.dsc
  to pool/main/m/mantis/mantis_0.17.5-5.dsc
mantis_0.17.5-5_all.deb
  to pool/main/m/mantis/mantis_0.17.5-5_all.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.



Bug#196303: sted2: FTBFS with gcc-3.3: Uses multiline strings

2003-06-05 Thread Daniel Schepler
Package: sted2
Version: 2.07m+20021104-1
Severity: serious

>From my build log:

...
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -MT rcptomid.o -MD -MP -MF 
".deps/rcptomid.Tpo" \
  -c -o rcptomid.o `test -f 'rcptomid.c' || echo './'`rcptomid.c; \
then mv ".deps/rcptomid.Tpo" ".deps/rcptomid.Po"; \
else rm -f ".deps/rcptomid.Tpo"; exit 1; \
fi
rcptomid.c:837:18: missing terminating " character
rcptomid.c: In function `set_tempo_track':
rcptomid.c:838: error: parse error before "This"
rcptomid.c:839: error: stray '\' in program
make[4]: *** [rcptomid.o] Error 1
make[4]: Leaving directory `/tmp/buildd/sted2-2.07m+20021104/sted2/sayleen'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/sted2-2.07m+20021104/sted2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/sted2-2.07m+20021104'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/sted2-2.07m+20021104'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.4.21-pre5 #1 Sat Mar 1 09:01:10 PST 2003 i686
Locale: LANG=C, LC_CTYPE=C


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#196303: fix for #196303

2003-06-05 Thread Joshua Kwan
tags 196303 + patch
thanks

Hi, to whoever wants to do a QA upload of this, is a patch that fixes 
the compile and a few warnings using gcc-3.3.

Regards
Josh
diff -ur sted2-2.07m+20021104/sted2/sayleen/rcpconv.h 
tmp/sted2-2.07m+20021104/sted2/sayleen/rcpconv.h
--- sted2-2.07m+20021104/sted2/sayleen/rcpconv.h2002-10-16 
07:23:23.0 -0700
+++ tmp/sted2-2.07m+20021104/sted2/sayleen/rcpconv.h2003-06-05 
20:31:24.0 -0700
@@ -44,4 +44,4 @@
 unsigned char *   /* Timestamp of original RCP file */
 );
 
-#endif / _RCPCONV_H_ */
+#endif /* _RCPCONV_H_ */
diff -ur sted2-2.07m+20021104/sted2/sayleen/rcptomid.c 
tmp/sted2-2.07m+20021104/sted2/sayleen/rcptomid.c
--- sted2-2.07m+20021104/sted2/sayleen/rcptomid.c   2002-10-16 
07:24:14.0 -0700
+++ tmp/sted2-2.07m+20021104/sted2/sayleen/rcptomid.c   2003-06-05 
20:30:56.0 -0700
@@ -834,8 +834,8 @@
   if ( rcp->enable_converter_notice == FLAG_TRUE ) {
 int *len;
 
-sprintf( buf,"
-This file was converted by %s version %s (%s - %s).
+sprintf( buf,"\n\
+This file was converted by %s version %s (%s - %s).\n\
 Original RCP file is \"%s\" (%s, %d bytes).",
 (rcp->command_name!=NULL)?rcp->command_name:rcptomid_name,
 VERSION_ID, VERSION_TEXT1, VERSION_TEXT2,
diff -ur sted2-2.07m+20021104/sted2/select.c 
tmp/sted2-2.07m+20021104/sted2/select.c
--- sted2-2.07m+20021104/sted2/select.c 2000-03-28 22:41:36.0 -0800
+++ tmp/sted2-2.07m+20021104/sted2/select.c 2003-06-05 20:32:31.0 
-0700
@@ -1046,7 +1046,7 @@
 B_LOCATE(cx+1,29);B_PRINT(_("  /   CHANGE DRIVE   /  SELECT"));
 #else
 B_LOCATE(cx+1,29);B_PRINT(_("  
[RET]SELECT"));
-#endif 0
+#endif
 frees(pth,cx);B_LOCATE(cx+45,8);B_PRINT(fstr(nm,3));
 
 if(p+y>=nm){p=0;y=0;}/*check*/
@@ -1128,7 +1128,7 @@
  if(dro!=drn && drvchk2(fna)<0){nm=0;goto redrv;}
  nm=0;goto drvmove;
}
-#endif 0
+#endif
if( a==0x15 || a==0x8 ){
  path_down(pth);
  if(cdirc>0){cdirc--;p=cdirp[cdirc];y=cdiry[cdirc];goto resel2;}


pgpCQIeu2kRMe.pgp
Description: PGP signature


Processed: fix for #196303

2003-06-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 196303 + patch
Bug#196303: sted2: FTBFS with gcc-3.3: Uses multiline strings
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)