Bug#650283: RFA: picprog -- Microchip PIC serial programmer software

2011-11-28 Thread Jan Wagemakers
Package: wnpp Severity: normal I request an adopter for the picprog package. The package description is: This is Picprog, a Microchip PIC microcontroller programmer software for a simple serial port device. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#517991: Fails with unable to determine IP address

2009-03-07 Thread Jan Wagemakers
janw.dyndns.org: good: IP address set to 83.101.8.158 -- Met vriendelijke groetjes - Jan Wagemakers - Linux 2.6.22.1 i686 GNU/Linux signature.asc Description: Digital signature

Bug#492812: picprog_1.9.0-1(sparc/unstable): FTBFS, error: sys/io.h: No such file or directory

2008-07-29 Thread Jan Wagemakers
; >> make: *** [build-stamp] Error 2 >> dpkg-buildpackage: failure: debian/rules build gave error exit status 2 > > A full build log can be found at: > http://buildd.debian.org/build.php?arch=sparc&pkg=picprog&ver=1.9.0-1 -- Met vriendelijke groetjes - Ja

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-10-30 Thread Jan Wagemakers
Hello, Jaakko has released a 1.9 ALPHA test version of picprog. With this 1.9 ALPHA version I can read/write/erase a pic12f635. Can you test if this 1.9 ALPHA version of picprog works for you? <http://www.iki.fi/hyvatti/pic/picprog-1.9alpha.tar.gz> -- Met vriendelijke groetjes

Bug#387703: piklab

2007-09-01 Thread Jan Wagemakers
o the reason why I had filled an RFP instead of ITP. So, it's great news that you want to package/maintain piklab. -- Met vriendelijke groetjes - Jan Wagemakers - Linux 2.6.22.1 i686 GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387703: Fwd: piklab debian package

2007-08-25 Thread Jan Wagemakers
ate they may decide to do so anyway), but at the very least the directory shouldn't appear in releases. If you are upstream yourself, well, you can ask yourself to do it. -- Met vriendelijke groetjes - Jan Wagemakers - ... I'm no missionary! I don't even believe in Jebu

Bug#387703: piklab debian package

2007-08-23 Thread Jan Wagemakers
r Packaging) can be renamed to ITP (Intend To Package). [1] <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387703> -- Met vriendelijke groetjes - Jan Wagemakers - Linux 2.6.22.1-rt9 i686 GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-06-30 Thread Jan Wagemakers
t" << endl; +// return -1; +// } if (data_from_data == comm) { // Check that the leftover bits were valid, all 1's. // This detects if the programmer is not connected to the port. // Unfortunately later chips clear these bits, so we must -- Met

Bug#417475: FTBFS with GCC 4.3: missing #includes

2007-06-18 Thread Jan Wagemakers
3-1 and tested picprog with that. I have not found any new problem. I'll wait a while before I bother my sponsor to upload a new picprog.deb, and will test picprog when new versions of gcc-snapshot are released. -- Met vriendelijke groetjes - Jan Wagemakers - Linux 2.6.21.1 i686

Bug#416436: [tuxdroid-user] Including dfu-programmer in tuxsetup

2007-06-13 Thread Jan Wagemakers
sg48941.html>. Finding a sponsor is not always easy. I maintain the picprog package for Debian and it has taken a long time ( > 3 years) before someone has sponsered¹ my picprog package. [¹] <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208692> -- Met vriendelijke groetjes

Bug#417475: FTBFS with GCC 4.3: missing #includes

2007-06-09 Thread Jan Wagemakers
all -W -Wwrite-strings -c -o program.o program.cc g++ -s main.o picport.o hexfile.o program.o -o picprog pts/3 jan /tmp/picprog-1.8.3$ These warnings can probably be solved by placing parentheses, but I'm not sure about where exactly to place them. Anyone suggestions? -- Met vriende

Bug#416436: [tuxdroid-user] Including dfu-programmer in tuxsetup

2007-06-07 Thread Jan Wagemakers
3 jan ~$ Hopefully Andrew Straw fill find a sponsor soon, so dfu-programmer can be part of the Debian-distribution. I Cc: this to [EMAIL PROTECTED] so that Andrew knows that there are people who appreciate his work :-) -- Met vriendelijke groetjes - Jan Wagemakers - ... My ot

Bug#417475: FTBFS with GCC 4.3: missing #includes

2007-06-05 Thread Jan Wagemakers
Hello Jaakko, Just to inform you, a while back I have received this <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417475> bugreport about picprog and the upcomming GCC 4.3. -- Met vriendelijke groetjes - Jan Wagemakers - - Debian GNU/Linux lenny/sid - Up : 37 days

Bug#417475: FTBFS with GCC 4.3: missing #includes

2007-06-05 Thread Jan Wagemakers
- I will forward your report to upstream (Jaakko Hyvätti), so he is also aware of this problem. - I will wait a while before I create a new package that fix this bug, so I can test it myself. [¹] <http://packages.debian.org/unstable/devel/gcc-snapshot> -- Met vriendelijke groetje

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-05-18 Thread Jan Wagemakers
" << endl; - return -1; -} +// if (!tmp1 || !tmp2) { +// cerr << portname << ":PIC programmer missing or chip fault" << endl; +// return -1; +// } if (data_from_data == comm) { // Check that the leftover bits were val

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-04-28 Thread Jan Wagemakers
er missing or chip fault > 2008:unable to read pic." What do you mean by "if the config size is set to three"? Do you mean that you change the chip definition line to something like this? {"pic12f635", 1024, 0, 0x3000, 3, 14, 0, 0, flash4, 128, eeprom, 0x0fa0

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-03-31 Thread Jan Wagemakers
Jan Wagemakers schreef: > I have applied the "chip definition for the PIC12F635"-patch by Alexander > Zangerl, but that patch doesn't seem to work for me. > > This is what I get: > > | pts/5 jan ~/picprog.12f635/picprog-1.8.3$ ./picprog --pic /dev/ttyS1 >

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-03-10 Thread Jan Wagemakers
ays. [¹] (Error: Missing or incorrect device (Read id is 0x3FFF).) -- Met vriendelijke groetjes - Jan Wagemakers - - Debian GNU/Linux 4.0 - Up : 46 days -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#412778: Debian Bug report logs - #412778 : no support for pic12f635, problem with multi-confword chips

2007-03-01 Thread Jan Wagemakers
just ordered some pic12f635-samples at microchip so I can test things myself. -- Met vriendelijke groetjes - Jan Wagemakers - Linux 2.6.19.2 i686 GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#412778: Debian Bug report logs - #412778 : no support for pic12f635, problem with multi-confword chips

2007-02-28 Thread Jan Wagemakers
elijke groetjes - Jan Wagemakers - ... My other computer is a Sun Javastation Krups <http://javastation.is.dreaming.org> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387703: [gnupic] Piklab 0.12 release

2006-10-30 Thread Jan Wagemakers
. I don't know if everything works as expected. Reports are welcome. At the moment, I don't consider myself the right person to maintain piklab. So, it's alright for me if someone else wants to take over packaging piklab. -- Met vriendelijke groetjes - Jan Wagemakers -

Bug#351596: nanoblogger: month_calendar.sh : wrong output aug 2006

2006-10-21 Thread Jan Wagemakers
e problem. Thanks! -- Met vriendelijke groetjes - Jan Wagemakers - ... http://janw.wisclub.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#351596: nanoblogger: month_calendar.sh : wrong output aug 2006

2006-10-21 Thread Jan Wagemakers
20051018-1 HTML syntax checker and reformatte -- no debconf information -- Met vriendelijke groetjes - Jan Wagemakers - ... Where do you expect us to go when the bombs fall?? --System Of A Down -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387185: picprog: Fails to detect programmer in amd64

2006-10-02 Thread Jan Wagemakers
to the Debian repository soon. -- Met vriendelijke groetjes - Jan Wagemakers - ... Boy, everyone is stupid except me. --Homer Simpson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-27 Thread Jan Wagemakers
l Monsalve Salazar) to ask if he can upload it to Debian. -- Met vriendelijke groetjes - Jan Wagemakers - ... Wij zijn allemaal stripfiguren getekend door het leven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-25 Thread Jan Wagemakers
his server. | Apache/2.2.2 (Fedora) Server at hyvatti.iki.fi Port 80 -- Met vriendelijke groetjes - Jan Wagemakers - - Debian GNU/Linux testing/unstable - Up : 74 days -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-22 Thread Jan Wagemakers
, people can use this option to make picprog run more slowy. -- Met vriendelijke groetjes - Jan Wagemakers - ... Fidonet : 2:292/100.19 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-16 Thread Jan Wagemakers
also fix your problem. [1] <http://www.janw.dommel.be/nanoblogger/archives/2006/04/#e2006-04-01T13_24_44.txt> -- Met vriendelijke groetjes - Jan Wagemakers - - Debian GNU/Linux testing/unstable - Up : 65 days -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Bug#387703: RFP: piklab -- IDE for PIC and dsPIC microcontrollers

2006-09-16 Thread Jan Wagemakers
386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) -- Met vriendelijke groetjes - Jan Wagemakers - - Debian GNU/Linux testing/unstable - Up : 64 days -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-16 Thread Jan Wagemakers
Jan Wagemakers schreef: > I will ask around on some pic-related mailingslist to check if others with > an amd64 see the same problem. I have received an interesting mail¹ from "Maarten Blomme". I'll summerize it here because it is written in the dutch language. Maarten sa

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-14 Thread Jan Wagemakers
ith anyone of them, and all of > them have similar voltages. > In both cases, the pulses in the DTR line are about 12v of amplitud; Ok, the voltage of your serial port is not the problem. I will ask around on some pic-related mailingslist to check if others with an amd64 see the same proble

Bug#387185: picprog: Fails to detect programmer in amd64

2006-09-13 Thread Jan Wagemakers
an anyone check this? I can not test it because I don't have a amd64 PC. [1] <http://janw.wisclub.org/nanoblogger/archives/2006/04/#e2006-04-01T13_24_44.txt> -- Met vriendelijke groetjes - Jan Wagemakers - ... I'm no missionary! I don't even believe in Jebus

Bug#347397: gtk+extra: Found onofficial libgtkextra-2.0 and libgtkextra-2.0-1-dev packages

2006-08-15 Thread Jan Wagemakers
se: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) -- Met vriendelijke groetjes -

Bug#208692: Uploading

2006-07-05 Thread Jan Wagemakers
Jan Wagemakers <[EMAIL PROTECTED]> schreef: > Yesterday, Aníbal Monsalve Salazar (thanks Aníbal) has send > picprog_1.8.1-2.dsc to his pbuilder mail interface. And this has showed that > picprog doesn't compile with g++-4.1. So, let's first concentrate on this > g++-

Bug#208692: picprog doesn't compile with g++-4.1

2006-07-05 Thread Jan Wagemakers
Jan Wagemakers <[EMAIL PROTECTED]> schreef: >> To compile, just remove the picport:: part in front of that >> set_clock_data definition in picport.h. > I have tried that, but when I type make I get a lot of error-messages: Ok, I have just tried it again, and it works now

Bug#208692: Uploading

2006-07-05 Thread Jan Wagemakers
gs -c -o main.o main.cc | picport.h:48: error: extra qualification 'picport::' on member 'set_clock_data' | make[1]: *** [main.o] Error 1 -- Met vriendelijke groetjes - Jan Wagemakers - ... RFS: picprog: Microchip PIC serial programmer software (GPL) De

Bug#208692: picprog doesn't compile with g++-4.1

2006-07-05 Thread Jan Wagemakers
c:(.text+0xe1): undefined reference to `operator delete[](void*)' program.o: In function `program::~program()': program.cc:(.text+0x101): undefined reference to `operator delete[](void*)' program.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' collect2: ld returned 1

Bug#208692: picprog doesn't compile with g++-4.1

2006-07-04 Thread Jan Wagemakers
ation ‘picport::’ on member ‘set_clock_data’ make: *** [main.o] Fout 1 pts/3 jan /tmp/picprog-1.8.1$ Any idea how to solve this problem? [¹] g++-4.1 of Debian/unstable is used. -- Met vriendelijke groetjes - Jan Wagemakers - ... Fidonet : 2:292/100.19 -- To UNSUBSCRIBE, email to [

Bug#208692: Status?

2006-07-04 Thread Jan Wagemakers
: extra qualification ‘picport::’ on member ‘set_clock_data’ I'll contact Jaakko (the author of picprog) about this. -- Met vriendelijke groetjes - Jan Wagemakers - ... UNIX is user friendly. It's just selective about who it's friends are. -- To UNSUBSCRIBE, email to

Bug#208692: ITP: picprog -- Microchip PIC microcontroller programmer software

2006-04-02 Thread Jan Wagemakers
nds. Does libstdc++6-4.0-dev work for your package ? I have created a new package (picprog_1.8.1-2_i386.deb) which depends on libstdc++6-4.0-dev and fixes the Homepage-issue. > Regards, > Bart Martens Thanks! -- Met vriendelijke groetjes - Jan Wagemakers - ... I can

Bug#208692: picprog : pic18f4620 support

2006-03-26 Thread Jan Wagemakers
Jaakko Hyvätti <[EMAIL PROTECTED]> schreef: > It is there now, 1.8.1. Nice! I have tested it with a pic18f4620, works perfectly. Thanks! Like promised, I have created a deb-package for it. -- Met vriendelijke groetjes - Jan Wagemakers - ... RFS: picprog: Microchip P

Bug#208692: picprog : pic18f4620 support

2006-03-25 Thread Jan Wagemakers
Thanks! -- Met vriendelijke groetjes - Jan Wagemakers - ... My other computer is a Sun Javastation Krups <http://javastation.is.dreaming.org>

Bug#208692: picprog 1.8 available

2006-03-11 Thread Jan Wagemakers
Jan Wagemakers <[EMAIL PROTECTED]> schreef: > Current version of picprog is 1.8. I have compiled and tested picprog on > a i386-PC. This new version supports some new PIC's like the PIC18F4520. > Debian package for this new version and more info is available at > <

Bug#208692: picprog 1.8 available

2006-03-06 Thread Jan Wagemakers
n gives the following warning : W: picprog: manpage-has-errors-from-man usr/share/man/man1/picprog.1.gz 44: warning: can't find numbered character 195 I'm not sure what this means, I'll try to fix it when I have a little more time. Suggestions are welcome! -- Met vriendeli

Bug#339853: /usr/sbin/chronyd is missing

2005-11-19 Thread Jan Wagemakers
ing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.2 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) -- no debconf information -- Met vriendelijke groetjes - Jan Wagemaker

Bug#318644: leafnode: fetchnews hangs when there is a out.going message

2005-07-18 Thread Jan Wagemakers
, it's ok for me to close this bug. > If the server doesn't respond with exactly one line in a few seconds, > report this to the easynews support. Ok, I will tell easynet-support that I have had this problem. Anyway, thanks for your time and the quick answer! :-) -- Met vriend

Bug#318644: leafnode: fetchnews hangs when there is a out.going message

2005-07-16 Thread Jan Wagemakers
fetchnews[24124]: child has process ID 24878 | Jul 16 20:16:43 qwerty fetchnews[24878]: Process done. This is the file I have at the moment in "/var/spool/news/out.going/" : | pts/6 jan ~$ cat /var/spool/news/out.going/20549-1121530627-1 | Newsgroups: be.test | From: Jan Wagemaker

Bug#295955: Problems with utf-8 locale

2005-02-19 Thread Jan Wagemakers
t library ii libncurses5 5.4-4Shared libraries for terminal hand ii libstdc++5 1:3.3.5-8The GNU Standard C++ Library v3 -- no debconf information -- Met vriendelijke groetjes - Jan Wagemakers - ... Linux inside