Closed tournesol59 closed 6 years ago
Sorry I can't update any open source packages anymore. In the meantime, try build / install without building debian package:
mkdir x
cd x
../configure --prefix=/usr/local
make
sudo make install
which will install executables into /usr/local/bin and headers in /usr/local/include/jdksmidi and the library in /usr/local/lib/libjdksmidi.a
Ok i will try it tomarrow
Le mer. 28 mars 2018 à 06:47, Jeff Koftinoff notifications@github.com a écrit :
Sorry I can't update any open source packages anymore. In the meantime, try build / install without building debian package:
mkdir xcd x ../configure --prefix=/usr/local make sudo make install
which will install executables into /usr/local/bin and headers in /usr/local/include/jdksmidi and the library in /usr/local/lib/libjdksmidi.a
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jdkoftinoff/jdksmidi/issues/18#issuecomment-376760244, or mute the thread https://github.com/notifications/unsubscribe-auth/AMeIV9oF-Z5WSn2m1wV4PLH3LkoMmn89ks5tixXygaJpZM4S969Y .
-- Frédéric Peugny 06 50 32 92 74 Résidence les Berges du Midi, Bat. A, N°19 25 rue du Bosc 31150 FENOUILLET France
Hi, sorry I can’t update the package anymore. Try to not build the debian package.
On Mar 27, 2018, at 7:29 PM, tournesol59 notifications@github.com wrote:
Hi, I have no experience with MIDI resources but have interest in. I am on Debian 8.2 64 bits. I have followed the steps and the compilation terminates apparently normally but in the middle of the process I got these lines: dpkg-dev: Generating code for file src/jdksmidi_filereadmultitrack.cpp... create_copyright_file /usr/local/src/jdksmidi/tmp-target/jdksmidi-20121102-dev/usr/share/doc/jdksmidi-dev Development files for jdksmidi - libjdksmidi version 20121102 dpkg-deb: error: control directory has bad permissions 2755 (must be >=0755 and <=0775) /usr/local/src/jdksmidi/magic.mk:2808: recipe for target '"/usr/local/src/jdksmidi/tmp-target/packages"/jdksmidi_20121102-1_amd64.deb' failed make: *** ["/usr/local/src/jdksmidi/tmp-target/packages"/jdksmidi_20121102-1_amd64.deb] Error 2
And there is no *.deb package created.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jdkoftinoff/jdksmidi/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMgDSAv4eSnmCZ5-yWVCQkBUTqGueopks5tivV9gaJpZM4S969Y.
Hi, I have no experience with MIDI resources but have interest in. I am on Debian 8.2 64 bits. I have followed the steps and the compilation terminates apparently normally but in the middle of the process I got these lines: dpkg-dev: Generating code for file src/jdksmidi_filereadmultitrack.cpp... create_copyright_file /usr/local/src/jdksmidi/tmp-target/jdksmidi-20121102-dev/usr/share/doc/jdksmidi-dev Development files for jdksmidi - libjdksmidi version 20121102 dpkg-deb: error: control directory has bad permissions 2755 (must be >=0755 and <=0775) /usr/local/src/jdksmidi/magic.mk:2808: recipe for target '"/usr/local/src/jdksmidi/tmp-target/packages"/jdksmidi_20121102-1_amd64.deb' failed make: *** ["/usr/local/src/jdksmidi/tmp-target/packages"/jdksmidi_20121102-1_amd64.deb] Error 2
And there is no *.deb package created.