openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

Error installing dependencies #106

Closed johanndiedrick closed 11 years ago

johanndiedrick commented 11 years ago

I get the following error when trying to run install_dependencies.sh

make: ** No rule to make target Debug'. Stop. there has been a problem compiling Debug OF library please report this problem in the forums chown: cannot accessobj': No such file or directory chown: cannot access `../../lib/linuxarmv6l/': No such file or directory

Here is the full log from the command:

sudo ./install_dependencies.sh Hit http://archive.raspberrypi.org wheezy InRelease Get:1 http://mirrordirector.raspbian.org wheezy InRelease [12.5 kB] Hit http://archive.raspberrypi.org wheezy/main armhf Packages Get:2 http://mirrordirector.raspbian.org wheezy/main armhf Packages [7,402 kB] Ign http://archive.raspberrypi.org wheezy/main Translation-en_US Ign http://archive.raspberrypi.org wheezy/main Translation-en Get:3 http://mirrordirector.raspbian.org wheezy/contrib armhf Packages [23.3 kB]
Get:4 http://mirrordirector.raspbian.org wheezy/non-free armhf Packages [47.7 kB]
Get:5 http://mirrordirector.raspbian.org wheezy/rpi armhf Packages [14 B]
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Fetched 7,485 kB in 1min 1s (122 kB/s)
Reading package lists... Done Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'libsndfile1-dev' instead of 'libsndfile-dev' freeglut3-dev is already the newest version. g++ is already the newest version. gstreamer0.10-ffmpeg is already the newest version. libasound2-dev is already the newest version. libavcodec-dev is already the newest version. libavformat-dev is already the newest version. libavutil-dev is already the newest version. libcairo2-dev is already the newest version. libdrm-dev is already the newest version. libfreeimage-dev is already the newest version. libgl1-mesa-dev is already the newest version. libglew-dev is already the newest version. libglu1-mesa-dev is already the newest version. libgstreamer-plugins-base0.10-dev is already the newest version. libgstreamer0.10-dev is already the newest version. libgtk2.0-dev is already the newest version. libjack-jackd2-dev is already the newest version. libopenal-dev is already the newest version. libraw1394-dev is already the newest version. libsndfile1-dev is already the newest version. libswscale-dev is already the newest version. libudev-dev is already the newest version. libxmu-dev is already the newest version. libxxf86vm-dev is already the newest version. python-argparse is already the newest version. python-lxml is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded. make: ** No rule to make target Debug'. Stop. there has been a problem compiling Debug OF library please report this problem in the forums chown: cannot accessobj': No such file or directory chown: cannot access `../../lib/linuxarmv6l/': No such file or directory

bakercp commented 11 years ago

Did you follow the getting started guide?

https://github.com/openFrameworks-RaspberryPi/openFrameworks/wiki/Raspberry-Pi-Getting-Started

bakercp commented 11 years ago

(and what directory did you run sudo ./install_dependencies.sh from?)

danzeeeman commented 11 years ago

Those errors can be ignored on master-raspberrypi. I fixed the issue on develop-raspberrypi.

On Mon, Jan 7, 2013 at 7:14 PM, Christopher Baker notifications@github.comwrote:

(and what directory did you run sudo ./install_dependencies.sh from?)

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/106#issuecomment-11978735.

"I believe in science. Unlike mathematical theorems, scientific results can't be proved. They can only be tested again and again, until only a fool would not believe them.

I cannot prove that electrons exist, but I believe fervently in their existence. And if you don't believe in them, I have a high voltage cattle prod I'm willing to apply as an argument on their behalf. Electrons speak for themselves."

-- Seth Lloyd: Quantum Mechanical Engineer, MIT

/.

johanndiedrick commented 11 years ago

@bakercp Yep. I deleted and recloned the repo just to make sure I wasn't doing anything wrong. I ran sudo ./install_dependencies.sh from ~/openFrameworks/scripts/linux/debian_armv6l

@danthemellowman I was in the master-raspberrypi branch. I'll ignore it then.

danzeeeman commented 11 years ago

fixed on master #closed

On Mon, Jan 7, 2013 at 8:16 PM, Johann Diedrick notifications@github.comwrote:

@bakercp https://github.com/bakercp Yep. I deleted and recloned the repo just to make sure I wasn't doing anything wrong. I ran sudo ./install_dependencies.sh from ~/openFrameworks/scripts/linux/debian_armv6l

@danthemellowman https://github.com/danthemellowman I was in the master-raspberrypi branch. I'll ignore it then.

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/106#issuecomment-11980309.

"I believe in science. Unlike mathematical theorems, scientific results can't be proved. They can only be tested again and again, until only a fool would not believe them.

I cannot prove that electrons exist, but I believe fervently in their existence. And if you don't believe in them, I have a high voltage cattle prod I'm willing to apply as an argument on their behalf. Electrons speak for themselves."

-- Seth Lloyd: Quantum Mechanical Engineer, MIT

/.

bakercp commented 11 years ago

Great! By the way, I would highly recommend using the develop-raspberrypi branch. I honestly don't know why we have a master branch and think we should simply delete it because we're going to be moving all of this over to the core of develop branch in the next few weeks.

bakercp commented 11 years ago

@danthemellowman @jvcleave @arturoc @kawalt any opposition to deleting the master-raspberrypi branch and directing everyone to develop in the getting started guide?

danzeeeman commented 11 years ago

Sounds good to me. On Jan 7, 2013 8:43 PM, "Christopher Baker" notifications@github.com wrote:

@danthemellowman https://github.com/danthemellowman @jvcleavehttps://github.com/jvcleave @arturoc https://github.com/arturoc @kawalt https://github.com/kawaltany opposition to deleting the master-raspberrypi branch and directing everyone to develop in the getting started guide?

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/106#issuecomment-11980961.

jvcleave commented 11 years ago

cool with me

bakercp commented 11 years ago

poof. gone. getting started wiki updated.

kalwalt commented 11 years ago

i'm sorry, e-mail notifications doesn't works this time. but yes master-raspberrypi is a nonsense. deleting is the right thing.

bakercp commented 11 years ago

Thanks for the feedback @kalwalt ... I'm glad you didn't say no! :)

kalwalt commented 11 years ago

@bakercp honestly, i've never used it ... always used the develop-raspberry for obvious reason!

bakercp commented 11 years ago

yeah, i've never used it either. i originally made it with the thought that development would take far longer than it has and that we'd be moving along incrementally. but we're moving fast and will hopefuly be merging with the core in the next month or so, so better to treat this repo as a branch, rather than a separate project.

jvcleave commented 11 years ago

Another thing you may be able to do is set the default branch to develop-raspberrypi so it is the default when you go to the github page - it's in the Settings tab

I did this with my fork https://github.com/jvcleave/openFrameworks

bakercp commented 11 years ago

done!

kawalt commented 11 years ago

Can you stop CC'ing me on this? No idea what it's about. Thanks!

Kyle -----Original Message----- From: Christopher Baker notifications@github.com Date: Tue, 08 Jan 2013 11:04:21 To: openFrameworks-RaspberryPi/openFrameworksopenFrameworks@noreply.github.com Reply-To: openFrameworks-RaspberryPi/openFrameworks reply@reply.github.com Cc: kawaltkyleawalt@gmail.com Subject: Re: [openFrameworks] Error installing dependencies (#106)

done!


Reply to this email directly or view it on GitHub: https://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/106#issuecomment-12011792

danzeeeman commented 11 years ago

@kalwalt https://github.com/kalwalt click untrack on github. github thinks just because you are mentioned one time you need to get all the updates.

just be grateful to don't have pull and push rights on the repo then you get everything.

I call it the Burden of the Pull Request Control.

On Tue, Jan 8, 2013 at 4:53 PM, kawalt notifications@github.com wrote:

Can you stop CC'ing me on this? No idea what it's about. Thanks!

Kyle -----Original Message----- From: Christopher Baker notifications@github.com Date: Tue, 08 Jan 2013 11:04:21 To: openFrameworks-RaspberryPi/openFrameworks< openFrameworks@noreply.github.com> Reply-To: openFrameworks-RaspberryPi/openFrameworks < reply@reply.github.com> Cc: kawaltkyleawalt@gmail.com Subject: Re: [openFrameworks] Error installing dependencies (#106)

done!


Reply to this email directly or view it on GitHub:

https://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/106#issuecomment-12011792

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/106#issuecomment-12019471.

"I believe in science. Unlike mathematical theorems, scientific results can't be proved. They can only be tested again and again, until only a fool would not believe them.

I cannot prove that electrons exist, but I believe fervently in their existence. And if you don't believe in them, I have a high voltage cattle prod I'm willing to apply as an argument on their behalf. Electrons speak for themselves."

-- Seth Lloyd: Quantum Mechanical Engineer, MIT

/.

bakercp commented 11 years ago

Oops. Looks like I added the wrong username @ k a w a l t, rather than @kalwalt . I just contacted @ k a w a l t.

bakercp commented 11 years ago

@kalwalt -- don't untrack! We need you here :)

kalwalt commented 11 years ago

@bakercp this was the reason why i have not received the e-mail notification!