I don't know how to force 1 core only...
By the way, I'm trying to build again without network connected and it seems to work better. I only get warnings about "swp{b} use is deprecated for ARMv6 and ARMv7".
Yet another idea: we will not use RPi2 to encode DCPs as a master computing node, only as an encoding server. Would it be possible to modify compilation scripts to process the relevant source files only?
De: "Carl Hetherington via DCPomatic" <dcpomatic@carlh.net>
À: dcpomatic@carlh.net
Envoyé: Vendredi 15 Mai 2015 14:42:43
Objet: Re: [DCP-o-matic] <DKIM> Re: Re : Re: dcpomatic on Raspberry Pi / Raspian
Hi Fred,
Maybe there's a bug with DCP-o-matic on ARM... can you try with 1
processing thread to see if the memory usage remains stable?
Regards,
Carl
On Fri, 15 May 2015, Fred via DCPomatic wrote:
> Hi,
>
> Bad news concerning build on RPi2: process always aborted with errors.
> It seems that RPi2 has not enough power to handle the job.
> At start, I see all 4 cores going up to 100%, then after a while, memory gets full starting swapping. This makes CPU activity going down and finally
> process halts showing error messages. :(
>
> Disappointing...
>
> Fred
>
>
> _________________________________________________________________________________________________________________________________________________________
> De: "Fred via DCPomatic" <dcpomatic@carlh.net>
> À: "Carl Hetherington" <cth@carlh.net>
> Cc: dcpomatic@carlh.net
> Envoyé: Jeudi 14 Mai 2015 18:34:12
> Objet: <DKIM> Re: [DCP-o-matic] Re : Re: dcpomatic on Raspberry Pi / Raspian
>
> Hi,
>
> Configure finished :)
>
> Your customized version of openjpeg is Ok.
> Then I needed to add wheezy backports repo to get wxWidgets 3.0 to finish configure step.
>
> Just launched build, Pi2 CPU is starting to burn with 4x100% threads ;)
>
> Regards,
> Fred
>
> _________________________________________________________________________________________________________________________________________________________
> De: "Carl Hetherington via DCPomatic" <dcpomatic@carlh.net>
> À: dcpomatic@carlh.net
> Envoyé: Jeudi 14 Mai 2015 17:38:41
> Objet: Re: [DCP-o-matic] Re : Re: dcpomatic on Raspberry Pi / Raspian
>
> Hi Fred,
>
> You might need to use my slightly customised version of openjpeg.
>
> git clone git://git.carlh.net/git/openjpeg-cdist.git
>
> Carl
>
> On Thu, 14 May 2015, fred.bobigny@laposte.net wrote:
>
> > To give some news about dependencies:
> >
> > - libcxml => Ok, I had to recompile from your source code
> > - libxml => Ok
> > - libcurl => Ok
> > - all boost stuff => Ok after git pull
> > - libavformat => Ok
> > - libavfilter => Ok
> > - libavcodec => Ok
> > - libavutil => Ok
> > - libswscale => Ok
> > - libswresample => Ok after adding deb-multimedia repository to solve all relative dependencies
> > - libpostproc => Ok
> > - libdcp => not found
> >
> > I'm trying to recompile libdcp to install it, but at the moment, I get an error with libopenjpeg not found in pkg-config search path.
> > I've already installed libopenjpeg-dev latest package available in raspbian repo.
> >
> > Regards,
> > Fred
> >
> >________________________________________________________________________________________________________________________________________________________
> _
> > De: "Carl Hetherington via DCPomatic" <dcpomatic@carlh.net>
> > À: dcpomatic@carlh.net
> > Envoyé: Jeudi 14 Mai 2015 16:27:21
> > Objet: Re: [DCP-o-matic] Re : Re: dcpomatic on Raspberry Pi / Raspian
> >
> > Hi Fred,
> >
> > Cool, I'll try a build here on a V1 Pi and see if it's possible.
> >
> > Regards,
> > Carl
> >
> > On Thu, 14 May 2015 16:19:21 +0200 (CEST)
> > fred.bobigny@laposte.net wrote:
> >
> > > Boost is now Ok, I'm resolving the following dependencies one by one ;)
> > > Keep in touch,
> > >
> > > Fred
> > >
> > > ----- Mail original -----
> > >
> > > De: "Carl Hetherington via DCPomatic" <dcpomatic@carlh.net>
> > > À: dcpomatic@carlh.net
> > > Envoyé: Jeudi 14 Mai 2015 15:29:42
> > > Objet: Re: [DCP-o-matic] Re : Re: dcpomatic on Raspberry Pi / Raspian
> > >
> > > On Thu, 14 May 2015 15:22:45 +0200 (CEST)
> > > fred.bobigny@laposte.net wrote:
> > >
> > > > Hi,
> > > >
> > > > Same result, configure still halted on Boost library. See config.log... :(
> > >
> > > Different bug, now fixed. Please git pull and re-try.
> > >
> > > > Rechecking dependencies, I don't find libdcp dev package, can you give me some details?
> > >
> > > You can get a tarball from http://carlh.net/software/libdcp
> > >
> > > or
> > >
> > > git clone git://git.carlh.net/git/libdcp.git
> > >
> > > Regards,
> > > Carl
> > >
> > > > Fred
> > > >
> > > > ----- Mail original -----
> > > >
> > > > De: "Carl Hetherington via DCPomatic" <dcpomatic@carlh.net>
> > > > À: dcpomatic@carlh.net
> > > > Envoyé: Jeudi 14 Mai 2015 14:38:44
> > > > Objet: Re: [DCP-o-matic] Re : Re: dcpomatic on Raspberry Pi / Raspian
> > > >
> > > > Hi Fred,
> > > >
> > > > Please checkout dcpomatic from git (if you haven't already) with
> > > >
> > > > git clone git://git.carlh.net/git/dcpomatic.git
> > > >
> > > > then configure it with
> > > >
> > > > ./waf configure --target-arm
> > > >
> > > > and whatever other options you are using. I just added the
> > > > --target-arm option to fix the problem you are seeing.
> > > >
> > > > Thanks!
> > > > Carl
> > > >
> > > > On Thu, 14 May 2015 14:13:57 +0200 (CEST)
> > > > fred.bobigny@laposte.net wrote:
> > > >
> > > > > Here it is.
> > > > > The current libboost libraries found in raspbian repository is 1.49.
> > > > >
> > > > > By the way, I already had to recompile libcxml.
> > > > >
> > > > > Fred
> > > > >
> > > > > ----- Mail original -----
> > > > >
> > > > > De: "Carl Hetherington via DCPomatic" <dcpomatic@carlh.net>
> > > > > À: dcpomatic@carlh.net
> > > > > Envoyé: Jeudi 14 Mai 2015 10:12:00
> > > > > Objet: Re: [DCP-o-matic] Re : Re: dcpomatic on Raspberry Pi / Raspian
> > > > >
> > > > > Hi Fred,
> > > > >
> > > > > If you post the contents of build/config.log, that should give some idea.
> > > > >
> > > > > Cheers,
> > > > > Carl
> > > > >
> > > > > On Thu, 14 May 2015, Fred via DCPomatic wrote:
> > > > >
> > > > > > Hi,
> > > > > > May be, instead of playing python games you should have played with source code on your Pi {#emotions_dlg.tongue-out}
> > > > > > I've tried to compile DCP-o-matic on mine, but I get an error during configure step with Boost libraries which should be >=1.45.
> > > > > > I've got 1.49, but configure still stop on this dependency. Any idea?
> > > > > > Fred
> > > > > > ----- Mail d'origine -----
> > > > > > De: Carsten Kurz via DCPomatic <dcpomatic@carlh.net>
> > > > > > À: David Nedrow <dnedrow@me.com>
> > > > > > Cc: dcpomatic@carlh.net
> > > > > > Envoyé: Tue, 12 May 2015 20:03:49 +0200 (CEST)
> > > > > > Objet: Re: [DCP-o-matic] dcpomatic on Raspberry Pi / Raspian
> > > > > > Hi there,
> > > > > >
> > > > > > already after a week, my new Raspberry PI 2 is bored playing Python games.
> > > > > > Do we have a minimal working Raspian-DCPo image for him to test?
> > > > > > - Carsten
> > > > > >
> > > > > > _______________________________________________
> > > > > > DCPomatic mailing list
> > > > > > DCPomatic@carlh.net
> > > > > > http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
> > > > > >
> > > > > >
> > > > > _______________________________________________
> > > > > DCPomatic mailing list
> > > > > DCPomatic@carlh.net
> > > > > http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
> > > > >
> > > >
> > > > _______________________________________________
> > > > DCPomatic mailing list
> > > > DCPomatic@carlh.net
> > > > http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
> > > >
> > >
> > > _______________________________________________
> > > DCPomatic mailing list
> > > DCPomatic@carlh.net
> > > http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
> > >
> >
> > _______________________________________________
> > DCPomatic mailing list
> > DCPomatic@carlh.net
> > http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
> >
> >
> >
> _______________________________________________
> DCPomatic mailing list
> DCPomatic@carlh.net
> http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
>
>
> _______________________________________________
> DCPomatic mailing list
> DCPomatic@carlh.net
> http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic
>
>
>
_______________________________________________
DCPomatic mailing list
DCPomatic@carlh.net
http://main.carlh.net/cgi-bin/mailman/listinfo/dcpomatic