hi,
there doesn't seem to have been a extended debian testing .deb created in autobuild since 20080307
Pd-0.41.1-extended-20080307-debian-testing-i386.deb http://autobuild.puredata.info/auto-build/2008-03-07/Pd-0.41.1-extended-20080307-debian-testing-i386.deb
is there a good reason for this or is something broken
thanks
rob c
You can check the build log to find out, there is a build log for
each build. It will be there if the build ran.
http://autobuild.puredata.info/auto-build/2008-03-11/logs/ 2008-03-11_06.29.54_linux_debian-testing-i386_pd-main+libs_run- automated-builder.txt
Usually it's because something got broken. You can politely poke
whoever broke it, so that it gets fixed :)
.hc
On Mar 11, 2008, at 7:00 AM, robcanning wrote:
hi,
there doesn't seem to have been a extended debian testing .deb
created in autobuild since 20080307Pd-0.41.1-extended-20080307-debian-testing-i386.deb <http:// autobuild.puredata.info/auto-build/2008-03-07/Pd-0.41.1- extended-20080307-debian-testing-i386.deb>
is there a good reason for this or is something broken
thanks
rob c
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
ok i checked the logs and saw various errors in the file so am not quite sure who to gently poke..so, i'll very tentatively gently poke yves though this may be mistargeted...
here is the end of the log from http://autobuild.puredata.info/auto-build/2008-03-08/logs/2008-03-08_06.29.5...
install: cannot stat /home/pd/auto-build/pd-main+libs/externals/pidip/*.pd_linux': No such file or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving directory
/home/pd/auto-build/pd-main+libs/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/home/pd/auto-build/pd-main+libs/packages'
make: *** [install] Error 2
upload specs linux_make . deb
Uploading /home/pd/auto-build/pd-main+libs/packages/linux_make/./Pd*.deb
ls: /home/pd/auto-build/pd-main+libs/packages/linux_make/./Pd*.deb: No such file or directory
thanks
rob c
Hans-Christoph Steiner wrote:
You can check the build log to find out, there is a build log for each build. It will be there if the build ran.
http://autobuild.puredata.info/auto-build/2008-03-11/logs/2008-03-11_06.29.5...
Usually it's because something got broken. You can politely poke whoever broke it, so that it gets fixed :)
.hc
On Mar 11, 2008, at 7:00 AM, robcanning wrote:
hi,
there doesn't seem to have been a extended debian testing .deb created in autobuild since 20080307
Pd-0.41.1-extended-20080307-debian-testing-i386.deb http://autobuild.puredata.info/auto-build/2008-03-07/Pd-0.41.1-extended-20080307-debian-testing-i386.deb
is there a good reason for this or is something broken
thanks
rob c
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
Also there's trouble in moocow: checking for flite.h... no configure: error: required header 'flite.h' not found -- quitting ... configure: WARNING: gfsm library not found! ... ./atom_alphabet.h:32:18: error: gfsm.h: No such file or directory
And it looks like maybe a missing header in pdp:
pdp_capture.c: In function 'XMyClientWindow': pdp_capture.c:129: warning: implicit declaration of function 'XWindowByProperty' pdp_capture.c: In function 'XMyGetWindowImage': pdp_capture.c:335: warning: implicit declaration of function 'XDestroyImage' pdp_capture.c:339: error: 'Visual' has no member named 'klass' ...
Martin
robcanning wrote:
ok i checked the logs and saw various errors in the file so am not quite sure who to gently poke..so, i'll very tentatively gently poke yves though this may be mistargeted...
here is the end of the log from http://autobuild.puredata.info/auto-build/2008-03-08/logs/2008-03-08_06.29.5...
install: cannot stat
/home/pd/auto-build/pd-main+libs/externals/pidip/*.pd_linux': No such file or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving directory
/home/pd/auto-build/pd-main+libs/externals' make[1]: *** [externals_install] Error 2 make[1]: Leaving directory `/home/pd/auto-build/pd-main+libs/packages' make: *** [install] Error 2 upload specs linux_make . deb Uploading /home/pd/auto-build/pd-main+libs/packages/linux_make/./Pd*.deb ls: /home/pd/auto-build/pd-main+libs/packages/linux_make/./Pd*.deb: No such file or directorythanks
rob c
Hans-Christoph Steiner wrote:
You can check the build log to find out, there is a build log for each build. It will be there if the build ran.
http://autobuild.puredata.info/auto-build/2008-03-11/logs/2008-03-11_06.29.5...
Usually it's because something got broken. You can politely poke whoever broke it, so that it gets fixed :)
.hc
On Mar 11, 2008, at 7:00 AM, robcanning wrote:
hi,
there doesn't seem to have been a extended debian testing .deb created in autobuild since 20080307
Pd-0.41.1-extended-20080307-debian-testing-i386.deb
is there a good reason for this or is something broken
thanks
rob c
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I added flite to all of the GNU/Linux build machines, it was in the
package systems, so it was easy. I am trying my hand at a Fink
package for Mac OS X. Hopefully it'll build for MinGW too.
As for libgfsm, you'll have to talk to Bryan about that. :)
.hc
On Mar 11, 2008, at 3:17 PM, Martin Peach wrote:
Also there's trouble in moocow: checking for flite.h... no configure: error: required header 'flite.h' not found -- quitting ... configure: WARNING: gfsm library not found! ... ./atom_alphabet.h:32:18: error: gfsm.h: No such file or directory
And it looks like maybe a missing header in pdp:
pdp_capture.c: In function 'XMyClientWindow': pdp_capture.c:129: warning: implicit declaration of function 'XWindowByProperty' pdp_capture.c: In function 'XMyGetWindowImage': pdp_capture.c:335: warning: implicit declaration of function
'XDestroyImage' pdp_capture.c:339: error: 'Visual' has no member named 'klass' ...Martin
robcanning wrote:
ok i checked the logs and saw various errors in the file so am not
quite sure who to gently poke..so, i'll very tentatively gently poke yves though this may be mistargeted...here is the end of the log from http://autobuild.puredata.info/auto-build/2008-03-08/logs/ 2008-03-08_06.29.55_linux_debian-testing-i386_pd-main+libs_run- automated-builder.txt
install: cannot stat
/home/pd/auto-build/pd-main+libs/externals/pidip/*.pd_linux': No such file or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving directory
/home/pd/auto-build/pd-main+libs/ externals' make[1]: *** [externals_install] Error 2 make[1]: Leaving directory `/home/pd/auto-build/pd-main+libs/ packages' make: *** [install] Error 2 upload specs linux_make . deb Uploading /home/pd/auto-build/pd-main+libs/packages/linux_make/./ Pd*.deb ls: /home/pd/auto-build/pd-main+libs/packages/linux_make/./ Pd*.deb: No such file or directorythanks
rob c
Hans-Christoph Steiner wrote:
You can check the build log to find out, there is a build log for
each build. It will be there if the build ran.http://autobuild.puredata.info/auto-build/2008-03-11/logs/ 2008-03-11_06.29.54_linux_debian-testing-i386_pd-main+libs_run- automated-builder.txt
Usually it's because something got broken. You can politely poke whoever broke it, so that it gets fixed :)
.hc
On Mar 11, 2008, at 7:00 AM, robcanning wrote:
hi,
there doesn't seem to have been a extended debian testing .deb created in autobuild since 20080307
Pd-0.41.1-extended-20080307-debian-testing-i386.deb
<http://autobuild.puredata.info/auto-build/2008-03-07/Pd-0.41.1- extended-20080307-debian-testing-i386.deb>
is there a good reason for this or is something broken
thanks
rob c
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
"It is convenient to imagine a power beyond us because that means we
don't have to examine our own lives.", from "The Idols of
Environmentalism", by Curtis White
ola,
ok, it should be fixed tomorrow, it was basically due to some changes in Image Magick .. pdp_capture is now made optional for it's too difficult to maintain with instabilities in Image Magick, you should use --enable-capture to have it included
there are also a few updates from pidip 0.12.22, mostly added a pdp_dot object
ciao, sevy
robcanning wrote:
ok i checked the logs and saw various errors in the file so am not quite sure who to gently poke..so, i'll very tentatively gently poke yves though this may be mistargeted...
here is the end of the log from http://autobuild.puredata.info/auto-build/2008-03-08/logs/2008-03-08_06.29.5...
install: cannot stat
/home/pd/auto-build/pd-main+libs/externals/pidip/*.pd_linux': No such file or directory make[2]: *** [pidip_install] Error 1 make[2]: Leaving directory
/home/pd/auto-build/pd-main+libs/externals' make[1]: *** [externals_install] Error 2 make[1]: Leaving directory `/home/pd/auto-build/pd-main+libs/packages' make: *** [install] Error 2 upload specs linux_make . deb Uploading /home/pd/auto-build/pd-main+libs/packages/linux_make/./Pd*.deb ls: /home/pd/auto-build/pd-main+libs/packages/linux_make/./Pd*.deb: No such file or directorythanks
rob c
Hans-Christoph Steiner wrote:
You can check the build log to find out, there is a build log for each build. It will be there if the build ran.
http://autobuild.puredata.info/auto-build/2008-03-11/logs/2008-03-11_06.29.5...
Usually it's because something got broken. You can politely poke whoever broke it, so that it gets fixed :)
.hc
On Mar 11, 2008, at 7:00 AM, robcanning wrote:
hi,
there doesn't seem to have been a extended debian testing .deb created in autobuild since 20080307
Pd-0.41.1-extended-20080307-debian-testing-i386.deb http://autobuild.puredata.info/auto-build/2008-03-07/Pd-0.41.1-extended-20080307-debian-testing-i386.deb
is there a good reason for this or is something broken
thanks
rob c
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams