Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-10 Thread rolfm


Ivica Ico Bukvic i...@vt.edu schreef:


no, it didn't (yet?)
first there was the message that some dpkg data was locked.
trying to resolve that, there was found a strange new update file,
filled with  #padding lines.

up until now i did not succeed to 'repair' the dpkg process

i'll inform you lateron

rolf


That looks like something on your dpkg setup is messed up. You may  
want to google for a resolution.


Best wishes,

Ico


hi ico,

i made a fresh install of Ubuntu 12.04
repeated all the steps described by you / at the l2ork site.
i used this command to save the output:
./tar_em_up.sh -B | tee l2ork-out.txt

according to this file (attached) there should be a deb.

in the terminal window however the text at the end is:

[...]
fakeroot dpkg-deb --build  
/home/rolf/pd-l2ork/packages/linux_make/build/  
/home/rolf/pd-l2ork/packages/linux_make/pd-l2ork-`arch`-20130610.deb

getopt: onbekende optie '--build'
fakeroot, create a fake root environment.
   usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
   [-i file] [-s file] [-u|--unknown-is-real]
   [-b|--fd-base fd] [-h|--help] [-v|--version]
   [--] [command]
make: *** [deb] Fout 1
move full installer...
mv: kan status van ‘*.deb’ niet opvragen: Bestand of map bestaat niet
done.
[...]

apparently the error messages are not included in the file.

there is no deb.

rolf




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-10 Thread Ivica Ico Bukvic
Do you have dpkg-deb program installed? What happens when you type dpkg-deb in 
command line? Also, can you resend the attachment off-list as there was nothing 
attached (AFAICT). Thanks!

 -Original Message-
 From: ro...@dds.nl [mailto:ro...@dds.nl]
 Sent: Monday, June 10, 2013 5:47 PM
 To: Ivica Ico Bukvic
 Cc: 'pd-list'
 Subject: Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now
 available together with comprehensive how-to
 
 
 Ivica Ico Bukvic i...@vt.edu schreef:
 
  no, it didn't (yet?)
  first there was the message that some dpkg data was locked.
  trying to resolve that, there was found a strange new update file,
  filled with  #padding lines.
 
  up until now i did not succeed to 'repair' the dpkg process
 
  i'll inform you lateron
 
  rolf
 
  That looks like something on your dpkg setup is messed up. You may
  want to google for a resolution.
 
  Best wishes,
 
  Ico
 
 hi ico,
 
 i made a fresh install of Ubuntu 12.04
 repeated all the steps described by you / at the l2ork site.
 i used this command to save the output:
 ./tar_em_up.sh -B | tee l2ork-out.txt
 
 according to this file (attached) there should be a deb.
 
 in the terminal window however the text at the end is:
 
 [...]
 fakeroot dpkg-deb --build
 /home/rolf/pd-l2ork/packages/linux_make/build/
 /home/rolf/pd-l2ork/packages/linux_make/pd-l2ork-`arch`-20130610.deb
 getopt: onbekende optie '--build'
 fakeroot, create a fake root environment.
 usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
 [-i file] [-s file] [-u|--unknown-is-real]
  [-b|--fd-base fd] [-h|--help] [-v|--version]
 [--] [command]
 make: *** [deb] Fout 1
 move full installer...
 mv: kan status van ‘*.deb’ niet opvragen: Bestand of map bestaat niet
 done.
 [...]
 
 apparently the error messages are not included in the file.
 
 there is no deb.
 
 rolf
 



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-08 Thread Ivica Ico Bukvic
 on the git page there's a possibility to download the zip
 
 anyway, after cleaning i did (again) git clone.etc
 
 attached the output of ./tar_em_up.sh -B
 
 thanks, rolf

Looking at the log, it looks like you had a successful build. Did you try to
install the newly created deb as per instructions found on the pd-l2ork
software page? Namely:

cd /home/rolf
sudo dpkg -i pd-l2ork*0607.deb

Ico



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-08 Thread Ivica Ico Bukvic
  on the git page there's a possibility to download the zip
 
  anyway, after cleaning i did (again) git clone.etc
 
  attached the output of ./tar_em_up.sh -B
 
  thanks, rolf
 
 Looking at the log, it looks like you had a successful build. Did you try
to install
 the newly created deb as per instructions found on the pd-l2ork software
page?
 Namely:
 
 cd /home/rolf
 sudo dpkg -i pd-l2ork*0607.deb
 
 Ico

Just checking, did the above work?


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-06 Thread Ivica Ico Bukvic
Looks like you don't have git installed which is unusual, as that is what
you need to get the source from git in the first place. Do:

sudo apt-get install git

Then use git to retrieve latest source (as per pd-l2ork documentation found
at http://l2ork.music.vt.edu/main/?page_id=56#install-dev):

git clone git://github.com/pd-l2ork/pd.git pd-l2ork

Then inside the newly created pd-l2ork/ folder go to l2ork_addons folder and
follow instructions below.

HTH



 -Original Message-
 From: ro...@dds.nl [mailto:ro...@dds.nl]
 Sent: Wednesday, June 05, 2013 10:31 PM
 To: Ivica Bukvic
 Cc: pd-list
 Subject: Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now
 available together with comprehensive how-to
 
 
 Ivica Bukvic i...@vt.edu schreef:
 
  Forgot to mention, building your own is a simple three-step process:
 
  1) get the source from git
  2) run the apt-get command found on L2Ork's software page to install Dev
  libraries (simply copy and paste it into terminal)
  3) in the source tree cd into l2ork_addons/ folder and run:
 
  ./tar_em_up.sh -B
 
  Go get a lunch/coffee, come back in an hour and install your own brand
new
  pd-l2ork  (it will be located two folders up so you will have to type cd
  ../../ to get there)
 
  HTH
 
 
 hi ivica,
 
 following your guidelines i get some errors and no result.
 my system is in dutch, but i think the errors are clear.
 
 in the beginning there is this:
 
 [..]
 ./tar_em_up.sh: regel 125: git: opdracht niet gevonden
 ./tar_em_up.sh: regel 126: git: opdracht niet gevonden
 [..]
 
 the lines in question are:
   git submodule init
   git submodule update
 
 lateron the proces ends with these lines:
 
 [...]
 
 make[1]: *** Er is geen regel om doel
 '/home/rolfm/Downloads/pd-master/Gem/configure' te maken, nodig voor
 '/home/rolfm/Downloads/pd-master/Gem/src/.libs/Gem.pd_linux'.  Gestopt.
 make[1]: Map '/home/rolfm/Downloads/pd-master/packages' wordt verlaten
 make: *** [install] Fout 2
 
 fakeroot dpkg-deb --build
 /home/rolfm/Downloads/pd-master/packages/linux_make/build/
 /home/rolfm/Downloads/pd-master/packages/linux_make/pd-l2ork-`arch`-
 20130605.deb
 getopt: onbekende optie '--build' unknown option
 fakeroot, create a fake root environment.
 usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
 [-i file] [-s file] [-u|--unknown-is-real]
  [-b|--fd-base fd] [-h|--help] [-v|--version]
 [--] [command]
 make: *** [deb] Fout 1
 move full installer...
 mv: kan status van ?*.deb? niet opvragen: Bestand of map bestaat niet
 
 [...]
 
 any suggestions?
 
 i am on Ubuntu 12.04
 
 rolf


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-06 Thread rolfm


Ivica Ico Bukvic i...@vt.edu schreef:


Looks like you don't have git installed which is unusual, as that is what
you need to get the source from git in the first place. Do:

sudo apt-get install git

Then use git to retrieve latest source (as per pd-l2ork documentation found
at http://l2ork.music.vt.edu/main/?page_id=56#install-dev):

git clone git://github.com/pd-l2ork/pd.git pd-l2ork

Then inside the newly created pd-l2ork/ folder go to l2ork_addons folder and
follow instructions below.

HTH



i have no experience with git, i downloaded the zip.
now, following the instructions above i get these errors:

[..]
rm: kan  
‘/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/manuals/Pd/ReadMe.html’ niet verwijderen: Bestand of map bestaat  
niet

make[1]: [readme_install] Fout 1 (genegeerd)ignored

rm: kan  
‘/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/manuals/Pd/Welcome.html’ niet verwijderen: Bestand of map bestaat  
niet

make[1]: [welcome_install] Fout 1 (genegeerd)   ignored

install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/bin/*.*  
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/bin
install: kan status van  
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/bin/*.*’ niet opvragen:  
Bestand of map bestaat niet

make[1]: [noncvs_install] Fout 1 (genegeerd)ignored

install -p  
/home/rolfm/pd-l2ork/packages/noncvs/linux/doc/5.reference/*.*  
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/5.reference
install: kan status van  
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/doc/5.reference/*.*’ niet  
opvragen: Bestand of map bestaat niet

make[1]: [noncvs_install] Fout 1 (genegeerd)ignored

install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/extra/*.*  
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/extra
install: kan status van  
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/extra/*.*’ niet opvragen:  
Bestand of map bestaat niet

make[1]: [noncvs_install] Fout 1 (genegeerd)ignored

test -d /home/rolfm/pd-l2ork/packages/noncvs/linux/gripd  \
install -d 
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/gripd
make[1]: [noncvs_install] Fout 1 (genegeerd)ignored

install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/gripd/*.* \
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/gripd
install: kan status van  
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/gripd/*.*’ niet opvragen:  
Bestand of map bestaat niet

make[1]: [noncvs_install] Fout 1 (genegeerd)ignored

Complete install succeeded!

fakeroot dpkg-deb --build  
/home/rolfm/pd-l2ork/packages/linux_make/build/  
/home/rolfm/pd-l2ork/packages/linux_make/pd-l2ork-`arch`-20130606.deb

getopt: onbekende optie '--build'
fakeroot, create a fake root environment.
   usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
   [-i file] [-s file] [-u|--unknown-is-real]
   [-b|--fd-base fd] [-h|--help] [-v|--version]
   [--] [command]
make: *** [deb] Fout 1
move full installer...
mv: kan status van ‘*.deb’ niet opvragen: Bestand of map bestaat niet

[..]

??

rolf


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-06 Thread Ivica Bukvic
On Jun 6, 2013 7:26 PM, ro...@dds.nl wrote:


 Ivica Ico Bukvic i...@vt.edu schreef:


 Looks like you don't have git installed which is unusual, as that is what
 you need to get the source from git in the first place. Do:

 sudo apt-get install git

 Then use git to retrieve latest source (as per pd-l2ork documentation
found
 at http://l2ork.music.vt.edu/main/?page_id=56#install-dev):

 git clone git://github.com/pd-l2ork/pd.git pd-l2ork

 Then inside the newly created pd-l2ork/ folder go to l2ork_addons folder
and
 follow instructions below.

 HTH


 i have no experience with git, i downloaded the zip.

What zip file? Latest source is currently only available through git.

Errors below suggest you don't have the right source downloaded. Try
deleting whatever folders with the source you may have and following the
steps as outlined in my previous email starting with retrieving the source
from git. If you can send me detailed printout including commands you
entered and all the output you got (ideally off-list to avoid spamming
everyone with extended logs), I may be able to further assist you.

 now, following the instructions above i get these errors:

 [..]
 rm: kan
‘/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/manuals/Pd/ReadMe.html’
niet verwijderen: Bestand of map bestaat niet
 make[1]: [readme_install] Fout 1 (genegeerd)
 ignored

 rm: kan
‘/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/manuals/Pd/Welcome.html’
niet verwijderen: Bestand of map bestaat niet
 make[1]: [welcome_install] Fout 1 (genegeerd)
ignored

 install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/bin/*.*
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/bin
 install: kan status van
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/bin/*.*’ niet opvragen: Bestand
of map bestaat niet
 make[1]: [noncvs_install] Fout 1 (genegeerd)
 ignored

 install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/doc/5.reference/*.*
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/5.reference
 install: kan status van
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/doc/5.reference/*.*’ niet
opvragen: Bestand of map bestaat niet
 make[1]: [noncvs_install] Fout 1 (genegeerd)
 ignored

 install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/extra/*.*
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/extra
 install: kan status van
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/extra/*.*’ niet opvragen:
Bestand of map bestaat niet
 make[1]: [noncvs_install] Fout 1 (genegeerd)
 ignored

 test -d /home/rolfm/pd-l2ork/packages/noncvs/linux/gripd  \
 install -d
/home/rolfm/pd-l2ork/packages/linux_make/build//usr/gripd
 make[1]: [noncvs_install] Fout 1 (genegeerd)
 ignored

 install -p /home/rolfm/pd-l2ork/packages/noncvs/linux/gripd/*.* \
 /home/rolfm/pd-l2ork/packages/linux_make/build//usr/gripd
 install: kan status van
‘/home/rolfm/pd-l2ork/packages/noncvs/linux/gripd/*.*’ niet opvragen:
Bestand of map bestaat niet
 make[1]: [noncvs_install] Fout 1 (genegeerd)
 ignored

 Complete install succeeded!

 fakeroot dpkg-deb --build /home/rolfm/pd-l2ork/packages/linux_make/build/
/home/rolfm/pd-l2ork/packages/linux_make/pd-l2ork-`arch`-20130606.deb
 getopt: onbekende optie '--build'

 fakeroot, create a fake root environment.
usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
[-i file] [-s file] [-u|--unknown-is-real]
[-b|--fd-base fd] [-h|--help] [-v|--version]
[--] [command]
 make: *** [deb] Fout 1
 move full installer...
 mv: kan status van ‘*.deb’ niet opvragen: Bestand of map bestaat niet

 [..]

 ??

 rolf

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-05 Thread rolfm


Ivica Bukvic i...@vt.edu schreef:


Forgot to mention, building your own is a simple three-step process:

1) get the source from git
2) run the apt-get command found on L2Ork's software page to install Dev
libraries (simply copy and paste it into terminal)
3) in the source tree cd into l2ork_addons/ folder and run:

./tar_em_up.sh -B

Go get a lunch/coffee, come back in an hour and install your own brand new
pd-l2ork  (it will be located two folders up so you will have to type cd
../../ to get there)

HTH



hi ivica,

following your guidelines i get some errors and no result.
my system is in dutch, but i think the errors are clear.

in the beginning there is this:

[..]
./tar_em_up.sh: regel 125: git: opdracht niet gevonden
./tar_em_up.sh: regel 126: git: opdracht niet gevonden
[..]

the lines in question are:
git submodule init
git submodule update

lateron the proces ends with these lines:

[...]

make[1]: *** Er is geen regel om doel  
'/home/rolfm/Downloads/pd-master/Gem/configure' te maken, nodig voor  
'/home/rolfm/Downloads/pd-master/Gem/src/.libs/Gem.pd_linux'.  Gestopt.

make[1]: Map '/home/rolfm/Downloads/pd-master/packages' wordt verlaten
make: *** [install] Fout 2

fakeroot dpkg-deb --build  
/home/rolfm/Downloads/pd-master/packages/linux_make/build/  
/home/rolfm/Downloads/pd-master/packages/linux_make/pd-l2ork-`arch`-20130605.deb

getopt: onbekende optie '--build' unknown option
fakeroot, create a fake root environment.
   usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
   [-i file] [-s file] [-u|--unknown-is-real]
   [-b|--fd-base fd] [-h|--help] [-v|--version]
   [--] [command]
make: *** [deb] Fout 1
move full installer...
mv: kan status van ?*.deb? niet opvragen: Bestand of map bestaat niet

[...]

any suggestions?

i am on Ubuntu 12.04

rolf


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-04 Thread Ivica Bukvic
Yep. The build we provide is currently 64bit only. As soon as I get a
chance (or someone else beats me to it ;-) I will also post a 32bit version.

HTH
On Jun 4, 2013 2:53 PM, ro...@dds.nl wrote:


 (hello ivica)
 i tried to install the new version with the burrito installer in Ubuntu
 12.04
 and got : wrong architecture: amd64.
 does it mean i have to compile from source?

 best, rolf


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-04 Thread Ivica Bukvic
Forgot to mention, building your own is a simple three-step process:

1) get the source from git
2) run the apt-get command found on L2Ork's software page to install Dev
libraries (simply copy and paste it into terminal)
3) in the source tree cd into l2ork_addons/ folder and run:

./tar_em_up.sh -B

Go get a lunch/coffee, come back in an hour and install your own brand new
pd-l2ork  (it will be located two folders up so you will have to type cd
../../ to get there)

HTH
On Jun 4, 2013 3:08 PM, Ivica Bukvic i...@vt.edu wrote:

 Yep. The build we provide is currently 64bit only. As soon as I get a
 chance (or someone else beats me to it ;-) I will also post a 32bit version.

 HTH
 On Jun 4, 2013 2:53 PM, ro...@dds.nl wrote:


 (hello ivica)
 i tried to install the new version with the burrito installer in Ubuntu
 12.04
 and got : wrong architecture: amd64.
 does it mean i have to compile from source?

 best, rolf


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list