Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-07-27 Thread Steffen Möller
On 07/26/2012 06:24 PM, gregor herrmann wrote:
 On Sat, 12 May 2012 17:05:13 +0200, Steffen Möller wrote:

 Peter, have many thanks.  I see what I can do over the weekend. 
 Seems you're having a long weekend :)
Did I truly write that in May? Strange. I think to have already
mentioned in some other mail that upstream has fixed everything
in a new version when I had reported the issue.
 IOW: Any news on this bug? The patch seems small and reasonable to
 me.
Coming. I had invalidated my gpg key, have just a few days
ago submitted my new key with the two sigs. This bug - and a few
others - will be addressed immediately when the key is in the
keyring.

Steffen


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-07-27 Thread gregor herrmann
On Fri, 27 Jul 2012 08:33:58 +0200, Steffen Möller wrote:

  Peter, have many thanks.  I see what I can do over the weekend. 
  Seems you're having a long weekend :)
 Did I truly write that in May? Strange. I think to have already
 mentioned in some other mail that upstream has fixed everything
 in a new version when I had reported the issue.

Ah, ok.

  IOW: Any news on this bug? The patch seems small and reasonable to
  me.
 Coming. I had invalidated my gpg key, have just a few days
 ago submitted my new key with the two sigs. This bug - and a few
 others - will be addressed immediately when the key is in the
 keyring.

That's good news, and thanks for the update!

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Flying Pickets: Here There and Everywhere


signature.asc
Description: Digital signature


Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-07-26 Thread gregor herrmann
On Sat, 12 May 2012 17:05:13 +0200, Steffen Möller wrote:

 Peter, have many thanks.  I see what I can do over the weekend. 

Seems you're having a long weekend :)

IOW: Any news on this bug? The patch seems small and reasonable to
me.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Neil Young: Words (Between The Lines Of Ag


signature.asc
Description: Digital signature


Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-05-12 Thread Peter Green
Tags 663674 +patch
Thanks

Patch is attatched just add it to the quilt series.
Description: Add typecast to avoid call by var has to match exactly error
 The typecast added is sane as self in the inherited constructor will be a 
 reference to the correct type.

Author: Peter Michael Green plugw...@p10link.net
Bug-Debian: http://bugs.debian.org/663674

--- ztex-bmp-20110912.orig/src/bmp.pas
+++ ztex-bmp-20110912/src/bmp.pas
@@ -306,7 +306,7 @@ constructor CMacroBuf.insert(var mb:CMac
 var tmp : CMacroBuf;
 begin
 tmp:=mb;
-inherited create(mb, macrobuf_size);
+inherited create(CTextBuf(mb), macrobuf_size);
 last:=tmp.last;
 tmp.last:=self;
 mac:=tmp.mac;


Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-05-12 Thread Steffen Möller
Peter, have many thanks.  I see what I can do over the weekend. SZ from 
upstream has rewritten that code and I wanted to address the ztex realm of 
packages over the next days, anyway.

Are you using the ZTEX hardware by any chance? I was hoping for some FPGA 
community to form over time with Debian/Ubuntu.

Cheers,

Steffen



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-03-22 Thread Steffen Möller
Fixed upstream. Did not get around to it.




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got CMacroBuf expected CTextBuf

2012-03-13 Thread Moritz Muehlenhoff
Package: ztex-bmp
Version: 20110912-1
Severity: serious

Your package fails to build from source:

   dh_testdir
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/home/jmm/ztex-bmp-20110912'
rm -f Makefile.conf
./configure pc
Checking for freepascal compiler (FLAGS=): fpc
fpc
make[1]: Leaving directory `/home/jmm/ztex-bmp-20110912'
   dh_auto_build
make[1]: Entering directory `/home/jmm/ztex-bmp-20110912'
fpc -Scgm -O3rGp3 -FE. -XD -gl -Fusrc src/bmp.pas
Warning: You are using the obsolete switch -Or, please use -O2 or -Ooregvar
Warning: You are using the obsolete switch -OG
Warning: You are using the obsolete switch -Opnr, please use -Opname
Free Pascal Compiler version 2.6.0-1 [2012/01/12] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling src/bmp.pas
Compiling src/textbuf.pas
Compiling src/bmpsys.pas
bmp.pas(309,20) Error: Call by var for arg no. 1 has to match exactly: Got 
CMacroBuf expected CTextBuf
bmp.pas(1748) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not 
specify a source file to be compiled)
make[1]: *** [bmp] Error 1
make[1]: Leaving directory `/home/jmm/ztex-bmp-20110912'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org