You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Debian package build still fails because nothing gets copied to /tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform/ (this directory ends up empty)
* ./build-deb.sh
gbp:info: samplecat_0.2.3.orig.tar.gz does not exist, creating from 'master'
[...]
=== configuring in lib/waveform (/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform)
configure: WARNING: no configuration information is in lib/waveform
Database backend:
mysql support: yes
sqlite support: yes
Audio decoders:
libsndfile: yes
ffmpeg decoder: yes
Audio players:
built-in JACK: yes w/ LADSPA support and resampling
AYYI/Dbus: yes
CLI: gst,afplay,totem: yes
Building zlib: yes
Building dnotify support: yes
Building inotify support: yes
Building opengl support: yes
Building libass support: no
Building ayyi support: no
Building dock support: yes
[...]
make[4]: Leaving directory '/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/dir_tree'
Making all in waveform
make[4]: Entering directory '/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform'
make[4]: *** No rule to make target 'all'. Stop.
make[4]: Leaving directory '/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform'
Makefile:415: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib'
Makefile:541: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/samplecat-0.2.3-1/samplecat-0.2.3'
Makefile:430: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/samplecat-0.2.3-1/samplecat-0.2.3'
dh_auto_build: make -j1 returned exit code 2
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
$ ls -a /tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform/
./ ../
What can I do to fix this? Any help is welcome, this looks like a nice program and I'd really like to give it a try. Yes I have updated the lib/waveform submodule in my local copy of the repo, and I am able to see files inside it.
Thanks
The text was updated successfully, but these errors were encountered:
nodiscc
changed the title
[build] dbeian package build fails (
[build] debian package build fails (/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform/ empty)
Feb 28, 2016
The Debian package build still fails because nothing gets copied to
/tmp/samplecat-0.2.3-1/samplecat-0.2.3/lib/waveform/
(this directory ends up empty)What can I do to fix this? Any help is welcome, this looks like a nice program and I'd really like to give it a try. Yes I have updated the
lib/waveform
submodule in my local copy of the repo, and I am able to see files inside it.Thanks
The text was updated successfully, but these errors were encountered: