[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#156613: marked as done (error messages with numbers in come out wrong)



Your message dated Thu, 17 Jan 2008 22:17:03 +0000
with message-id <E1JFd2l-0003yS-D9@ries.debian.org>
and subject line Bug#156613: fixed in electric 6.05-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: electric
Version: 6.05-1

Sometimes electric will print error messages during VHDL compilation
with garbage in.  For example, for the input line:
     Addr   : in  std_logic_vector(6 downto 0);
it produces this message:
     Addr : in std_logic_vector(140049912 downto 138738408); 
The numbers are actually pointer values.

The patch below appears to fix this.  I may have the spacing slightly
overcautious, but I don't think this matters since electric mangles
the spacing anyway.

Ian.

--- vhdlparser.c~	Sat Jun 15 00:01:40 2002
+++ vhdlparser.c	Wed Aug 14 02:40:12 2002
@@ -224,6 +224,10 @@
 			strcat(buffer, stemp);
 		} else switch (tstart->token)
 		{
+			case TOKEN_DECIMAL: case TOKEN_BASED:
+				sprintf(stemp, "%s ", tstart->pointer);
+				strcat(buffer, stemp);
+				break;
 			case TOKEN_STRING:
 				sprintf(stemp, "\"%s\" ", tstart->pointer);
 				strcat(buffer, stemp);


--- End Message ---
--- Begin Message ---
Source: electric
Source-Version: 6.05-4

We believe that the bug you reported is fixed in the latest version of
electric, which is due to be installed in the Debian FTP archive:

electric_6.05-4.diff.gz
  to pool/main/e/electric/electric_6.05-4.diff.gz
electric_6.05-4.dsc
  to pool/main/e/electric/electric_6.05-4.dsc
electric_6.05-4_amd64.deb
  to pool/main/e/electric/electric_6.05-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 156613@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen <treinen@debian.org> (supplier of updated electric package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 23:04:59 +0100
Source: electric
Binary: electric
Architecture: source amd64
Version: 6.05-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Ralf Treinen <treinen@debian.org>
Description: 
 electric   - electrical CAD system
Closes: 140058 156613 349892 367242
Changes: 
 electric (6.05-4) unstable; urgency=low
 .
   * QA upload
   * Use dpatch for patch management
   * debhelper compatibility level 6: use in debian/rules as package tree
     debian/electric instead of debian/tmp
   * debian/rules: do not ignore errors of make clean
   * renamed debian/electric.copyright to debian/copyright, change "Authors(s)"
     to "Author".
   * renamed debian/electric/menu to debianmenu, changed menu section to
     Applications/Science/Engineering, quote strings.
   * src/vhdl/vhdlparser.c: fix bug concerning display of numbers in error
     messages. Patch contributed by Ian Jackson (thanks!) (Closes: Bug#156613).
   * src/graph/graphqt.cpp and src/graph/graphunixx11.c: call sensible-browser
     instad of netscape. Add dependency on www-browser (Closes: Bug#140058).
   * Add electric.desktop file contributed by Vassilis Pandis  (thanks!)
     (Closes: Bug#367242).
   * Renamed debian/electric.dirs to debian/dirs,
     added /usr/share/{pixmaps,applicatins}.
   * Install electric icon (taken from Ubuntu patch).
   * Fix some nroff errors in manpage, patch by Nicolas François (thanks!)
     (Closes: Bug#349892).
Files: 
 330e7dab34eaa2801010ad47ab295d18 582 electronics optional electric_6.05-4.dsc
 2f7dad5e09ae15205d10bb62fdf1e2c7 79222 electronics optional electric_6.05-4.diff.gz
 5bdb92a2289b183957acdb87e44a33f8 2975470 electronics optional electric_6.05-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHj9JYtzWmSeC6BMERAqdxAKCF2k+nQoPR3Lw+zXGgnkH216Lg5gCgxaGt
M6SsartqPoqqGbEuny3u4h4=
=IxBw
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: