Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39290 - [denemo] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 15:40 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 11 March 2014, 11:33 GMT
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 15:40 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 11 March 2014, 11:33 GMT
|
DetailsDescription:
mv -f .deps/palettestorage.Tpo .deps/palettestorage.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl -I../include -I../libsffile -I../pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -I/usr/include/guile/2.0 -I/usr/include/libxml2 -pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/freetype2 -lgthread-2.0 -pthread -lglib-2.0 -lsndfile -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/evince/3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DUSE_EVINCE -D_HAVE_FLUIDSYNTH_ -D_HAVE_RUBBERBAND_ -D_HAVE_PORTAUDIO_ -pthread -D_HAVE_PORTMIDI_ -D_HAVE_X11_ -MT sourceaudio.o -MD -MP -MF .deps/sourceaudio.Tpo -c -o sourceaudio.o sourceaudio.c sourceaudio.c: In function 'generate_note_onsets': sourceaudio.c:47:2: error: unknown type name 'aubio_onsetdetection_type' aubio_onsetdetection_type type_onset = aubio_onset_kl; ^ sourceaudio.c:47:41: error: 'aubio_onset_kl' undeclared (first use in this function) aubio_onsetdetection_type type_onset = aubio_onset_kl; ^ sourceaudio.c:47:41: note: each undeclared identifier is reported only once for each function it appears in sourceaudio.c:48:2: error: unknown type name 'aubio_onsetdetection_type' aubio_onsetdetection_type type_onset2 = aubio_onset_complex; ^ sourceaudio.c:48:42: error: 'aubio_onset_complex' undeclared (first use in this function) aubio_onsetdetection_type type_onset2 = aubio_onset_complex; ^ sourceaudio.c:61:2: error: unknown type name 'aubio_onsetdetection_t' aubio_onsetdetection_t *o; ^ sourceaudio.c:62:2: error: unknown type name 'aubio_onsetdetection_t' aubio_onsetdetection_t *o2; ^ sourceaudio.c:66:2: error: unknown type name 'aubio_pickpeak_t' aubio_pickpeak_t *parms; ^ sourceaudio.c:77:3: error: too many arguments to function 'new_fvec' ibuf = new_fvec (overlap_size, channels); ^ In file included from /usr/include/aubio/aubio.h:164:0, from sourceaudio.c:24: /usr/include/aubio/fvec.h:77:10: note: declared here fvec_t * new_fvec(uint_t length); ^ sourceaudio.c:78:3: error: too many arguments to function 'new_fvec' obuf = new_fvec (overlap_size, channels); ^ In file included from /usr/include/aubio/aubio.h:164:0, from sourceaudio.c:24: /usr/include/aubio/fvec.h:77:10: note: declared here fvec_t * new_fvec(uint_t length); ^ sourceaudio.c:79:3: error: too many arguments to function 'new_cvec' fftgrain = new_cvec (buffer_size, channels); ^ In file included from /usr/include/aubio/aubio.h:165:0, from sourceaudio.c:24: /usr/include/aubio/cvec.h:80:10: note: declared here cvec_t * new_cvec(uint_t length); ^ sourceaudio.c:82:3: error: too many arguments to function 'new_aubio_pvoc' pv = new_aubio_pvoc (buffer_size, overlap_size, channels); ^ In file included from /usr/include/aubio/aubio.h:176:0, from sourceaudio.c:24: /usr/include/aubio/spectral/phasevoc.h:50:16: note: declared here aubio_pvoc_t * new_aubio_pvoc (uint_t win_s, uint_t hop_s); ^ sourceaudio.c:84:9: warning: assignment makes pointer from integer without a cast [enabled by default] parms = new_aubio_peakpicker (threshold); ^ sourceaudio.c:85:5: warning: assignment makes pointer from integer without a cast [enabled by default] o = new_aubio_onsetdetection (type_onset, buffer_size, channels); ^ sourceaudio.c:89:10: warning: assignment makes pointer from integer without a cast [enabled by default] o2 = new_aubio_onsetdetection (type_onset2, buffer_size, channels); ^ sourceaudio.c:90:7: error: too many arguments to function 'new_fvec' onset2 = new_fvec (1, channels); ^ In file included from /usr/include/aubio/aubio.h:164:0, from sourceaudio.c:24: /usr/include/aubio/fvec.h:77:10: note: declared here fvec_t * new_fvec(uint_t length); ^ sourceaudio.c:93:3: error: too many arguments to function 'new_fvec' onset = new_fvec (1, channels); ^ In file included from /usr/include/aubio/aubio.h:164:0, from sourceaudio.c:24: /usr/include/aubio/fvec.h:77:10: note: declared here fvec_t * new_fvec(uint_t length); ^ sourceaudio.c:102:10: error: incompatible type for argument 2 of 'sf_read_float' sf_read_float (audio->sndfile, ibuf->data[0]+pos, 2); //g_print("\t%f", ibuf->data[0][pos]); ^ In file included from sourceaudio.c:22:0: /usr/include/sndfile.h:620:12: note: expected 'float *' but argument is of type 'smpl_t' sf_count_t sf_read_float (SNDFILE *sndfile, float *ptr, sf_count_t items) ; ^ sourceaudio.c:120:23: error: subscripted value is neither array nor pointer nor vector onset->data[0][0] *= onset2->data[0][0]; ^ sourceaudio.c:120:45: error: subscripted value is neither array nor pointer nor vector onset->data[0][0] *= onset2->data[0][0]; ^ sourceaudio.c: In function 'open_source_audio': sourceaudio.c:205:7: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&smfmutex); ^ sourceaudio.c:207:7: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&smfmutex); ^ sourceaudio.c:232:11: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&smfmutex); ^ sourceaudio.c:234:11: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&smfmutex); ^ sourceaudio.c: In function 'open_source_audio_file': sourceaudio.c:395:52: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, ^ sourceaudio.c:396:52: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, ^ Makefile:727: recipe for target 'sourceaudio.o' failed make[2]: *** [sourceaudio.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/view.Tpo .deps/view.Po make[2]: Leaving directory '/build/denemo/src/denemo-1.1.0/src' Makefile:527: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/denemo/src/denemo-1.1.0' Makefile:421: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Sergej Pupykin (sergej)
Tuesday, 11 March 2014, 11:33 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#39054
Tuesday, 11 March 2014, 11:33 GMT
Reason for closing: Duplicate
Additional comments about closing: