[PD-dev] ssh access to MacOSX106-x86_64

2013-01-22 Thread Antoine Villeret
hi all,

i logged in MacOSX106-X86_64 this afternoon to build pix_opencv
and my session hanged up and I get time out now :

~$ ssh pddev@141.54.159.89
ssh: connect to host 141.54.159.89 port 22: Connection timed out

IP was found here : http://puredata.info/docs/developer/MacOSX106X8664
but doesn't equal the one point by MacOSX106-x86_64.pdlab.puredata.info

and i can't ping this one :
$ ping MacOSX106-x86_64.pdlab.puredata.info
PING MacOSX106-x86_64.pdlab.puredata.info (193.170.191.182) 56(84) bytes of
data.

nor logging in :
$ ssh pddev@MacOSX106-x86_64.pdlab.puredata.info
Permission denied (publickey).

where am i wrong ?
do i miss something ?

cheers

antoine
--
do it yourself
http://antoine.villeret.free.fr
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] ssh access to MacOSX106-x86_64

2013-01-22 Thread Hans-Christoph Steiner

chaos.medien.uni-weimar.de is the actually hostname of that machine and
141.54.159.89 is the IP. MacOSX106-x86_64.pdlab.puredata.info just maps to
puredata.info, so that's not right.  MacOSX106-X86_64 is also a lab machine at
Weimar, so sometimes its not available.  I can't reach it either.

Try macosx105-i386.pdlab.puredata.info

.hc

On 01/22/2013 12:23 PM, Antoine Villeret wrote:
 hi all,
 
 i logged in MacOSX106-X86_64 this afternoon to build pix_opencv
 and my session hanged up and I get time out now :
 
 ~$ ssh pddev@141.54.159.89
 ssh: connect to host 141.54.159.89 port 22: Connection timed out
 
 IP was found here : http://puredata.info/docs/developer/MacOSX106X8664
 but doesn't equal the one point by MacOSX106-x86_64.pdlab.puredata.info
 
 and i can't ping this one :
 $ ping MacOSX106-x86_64.pdlab.puredata.info
 PING MacOSX106-x86_64.pdlab.puredata.info (193.170.191.182) 56(84) bytes of
 data.
 
 nor logging in :
 $ ssh pddev@MacOSX106-x86_64.pdlab.puredata.info
 Permission denied (publickey).
 
 where am i wrong ?
 do i miss something ?
 
 cheers
 
 antoine
 --
 do it yourself
 http://antoine.villeret.free.fr
 
 
 
 ___
 Pd-dev mailing list
 Pd-dev@iem.at
 http://lists.puredata.info/listinfo/pd-dev
 

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] Pdlab licid-amd64 (was Re: autobuild: fribidi support)

2013-01-22 Thread András Murányi
  [...]
  BTW, rsync fails here with Host key verification failed.

 Actually, I forgot to say, if you want to run it as a jenkins build slave,
 that would definitely still be useful.

 .hc


Jenkins is behaving bad here (doesn't seem to start up at boot, then it
doesn't connect to the master when started) but i'll try to discipline it.

As for the autobuild script, I've done svn up, yet it fails with the
following *before it still tries to rsync*. Shall we try to fix it or shall
I dump it?

libtool: link: g++ -g -O2 -o pd pd-g_canvas.o pd-g_graph.o pd-g_text.o
pd-g_rtext.o pd-g_array.o pd-g_template.o pd-g_io.o pd-g_scalar.o
pd-g_traversal.o pd-g_guiconnect.o pd-g_readwrite.o pd-g_editor.o
pd-g_all_guis.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o pd-m_memory.o
pd-m_binbuf.o pd-m_conf_pdextended.o pd-m_glob.o pd-m_sched.o pd-s_main.o
pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o
pd-s_entry.o pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o
pd-d_arithmetic.o pd-d_osc.o pd-d_filter.o pd-d_math.o pd-d_array.o
pd-d_global.o pd-d_delay.o pd-d_resample.o pd-x_arithmetic.o
pd-x_connective.o pd-x_acoustics.o pd-d_soundfile.o pd-e_fft.o
pd-e_gfxstub.o pd-e_dac.o pd-e_midi.o pd-g_magicglass.o pd-import.o
pd-path.o pd-print.o pd-closebang.o pd-initbang.o pd-loadbang.o
pd-s_audio_alsa.o pd-s_audio_alsamm.o pd-s_midi_alsa.o pd-d_fft_mayer.o
pd-d_fftroutine.o pd-s_audio_jack.o pd-s_audio_oss.o pd-s_midi_oss.o
pd-s_audio_pa.o pd-s_audio_paring.o -Wl,--export-dynamic  -lm
../portaudio/.libs/libportaudio.a /usr/lib/libasound.so -lrt -lpthread -ldl
/usr/lib64/libjack.so -Wl,-rpath -Wl,/usr/lib64 -Wl,-rpath -Wl,/usr/lib64
pd-d_soundfile.o: In function `writesf_stop':
/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2479: undefined
reference to `pute'
pd-d_soundfile.o: In function `writesf_child_main':
/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2143: undefined
reference to `pute'
/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2149: undefined
reference to `pute'
/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2360: undefined
reference to `pute'
/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2365: undefined
reference to `pute'
pd-d_soundfile.o:/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2154:
more undefined references to `pute' follow
collect2: ld returned 1 exit status
make[5]: *** [pd] Error 1
make[5]: Leaving directory `/home/pd/auto-build/pd-extended/pd/src'

András
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] Pdlab licid-amd64 (was Re: autobuild: fribidi support)

2013-01-22 Thread Hans-Christoph Steiner
On 01/22/2013 05:34 PM, András Murányi wrote:
 [...]
 BTW, rsync fails here with Host key verification failed.

 Actually, I forgot to say, if you want to run it as a jenkins build slave,
 that would definitely still be useful.

 .hc

 
 Jenkins is behaving bad here (doesn't seem to start up at boot, then it
 doesn't connect to the master when started) but i'll try to discipline it.
 
 As for the autobuild script, I've done svn up, yet it fails with the
 following *before it still tries to rsync*. Shall we try to fix it or shall
 I dump it?

I think we don't need the auto-build if the jenkins builds work.  we can
produce working Lucid packages in Launchpad.

.hc

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev