Dear List,
i've just noticed that the pd-extended build has been failing here on Ubuntu Lucid 64-bit for more than a month. This is the last part of the log (I've cut off the part where the script is trying to rsync the non-existent build...):
gcc -DPACKAGE_NAME="pd" -DPACKAGE_TARNAME="pd" -DPACKAGE_VERSION="0.43.1" -DPACKAGE_STRING="pd\ 0.43.1" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="pd" -DVERSION="0.43.1" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_UNISTD_H=1 -I. -DPD -DINSTALL_PREFIX="/usr" -DUSEAPI_ALSA -DUSEAPI_JACK -DJACK_XRUN -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O2 -g -MT pd-s_audio_oss.o -MD -MP -MF .deps/pd-s_audio_oss.Tpo -c -o pd-s_audio_oss.o `test -f 's_audio_oss.c' || echo './'`s_audio_oss.c s_audio_oss.c: In function ‘oss_configure’: s_audio_oss.c:205: error: ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’ undeclared (first use in this function) s_audio_oss.c:205: error: (Each undeclared identifier is reported only once s_audio_oss.c:205: error: for each function it appears in.) s_audio_oss.c: In function ‘oss_open_audio’: s_audio_oss.c:465: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result s_audio_oss.c:478: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result s_audio_oss.c: In function ‘oss_calcspace’: s_audio_oss.c:517: error: ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’ undeclared (first use in this function) s_audio_oss.c:524: error: ‘SOUND_PCM_GETISPACE_is_obsolete_use_SNDCTL_DSP_GETISPACE_instead’ undeclared (first use in this function) s_audio_oss.c: In function ‘oss_doresync’: s_audio_oss.c:572: error: ‘SOUND_PCM_GETISPACE_is_obsolete_use_SNDCTL_DSP_GETISPACE_instead’ undeclared (first use in this function) s_audio_oss.c:601: error: ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’ undeclared (first use in this function) make[5]: *** [pd-s_audio_oss.o] Error 1 make[5]: Leaving directory `/home/pd/auto-build/pd-extended/pd/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/pd/auto-build/pd-extended/pd/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/pd/auto-build/pd-extended/pd' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/pd/auto-build/pd-extended/pd' make[1]: *** [pd] Error 2 make[1]: Leaving directory `/home/pd/auto-build/pd-extended/packages' make: *** [install] Error 2
András