Jump to content


Photo

Development Build DM8000


  • Please log in to reply
33 replies to this topic

#1 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 August 2020 - 15:25

I have the following error :

 

"

ERROR: Failed to spawn fakeroot worker to run OpenPLi-develop/openembedded-core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.2.bb:do_install: [Errno 32] Broken pipe
WARNING: OpenPLi-develop/bitbake/lib/bb/runqueue.py:2128: ResourceWarning: unclosed file <_io.BufferedWriter name=27>
  return True
WARNING: OpenPLi-develop/bitbake/lib/bb/runqueue.py:2128: ResourceWarning: unclosed file <_io.BufferedReader name=28>
  return True

"

 

Any ideas?



Re: Development Build DM8000 #2 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 12 August 2020 - 15:37

Check if everything in "./OpenPLi-develop" is owned by the user you're are building with, and chown if not.

 

It can also be caused by an issue in Python 3.5 (on the host), so check which version your distro is using.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #3 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 August 2020 - 15:45

Check if everything in "./OpenPLi-develop" is owned by the user you're are building with, and chown if not.

 

It can also be caused by an issue in Python 3.5 (on the host), so check which version your distro is using.

 

All owned by build user. Directory structure was built and cloned using the build user.

 

python --version
Python 2.7.13
python3 --version
Python 3.5.3
 



Re: Development Build DM8000 #4 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 August 2020 - 16:01

sudo apt list python*
Listing... Done
python/oldstable,now 2.7.13-2 i386 [installed]
python2.7/oldstable,oldstable,now 2.7.13-2+deb9u3 i386 [installed]
python3/oldstable,now 3.5.3-1 i386 [installed,automatic]
python3.5/oldstable,now 3.5.3-1+deb9u2 i386 [installed,automatic]
 



Re: Development Build DM8000 #5 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 12 August 2020 - 16:14

Our buildservers are on 3.5.2, and I've never seen it there. So for the moment I'm out of ideas.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #6 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 12 August 2020 - 17:14

Our buildservers are on 3.5.2, and I've never seen it there. So for the moment I'm out of ideas.

 

Thank you for looking.



Re: Development Build DM8000 #7 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 14 August 2020 - 10:42

Our buildservers are on 3.5.2, and I've never seen it there. So for the moment I'm out of ideas.

 

Did you mean that is possible to build image for all box in environment by using python 3?



Re: Development Build DM8000 #8 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 14 August 2020 - 10:53

Not sure what you mean. This is about bitbake, and that uses Python 3. It has nothing to do with the image itself.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #9 masterw

  • Senior Member
  • 26 posts

+3
Neutral

Posted 24 September 2020 - 20:29

I had same kind of error here with when trying to bitbake oscam on a Linux Mint 18.3 32-bit hardware (old laptop).

Then I tried on a Centos 8 64-bit machine and no problems.

 

Perhaps something not supported anymore under 32-bit (i386) environment.

At least following post on github is suggesting this.



Re: Development Build DM8000 #10 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 24 September 2020 - 20:42

Quite possible. All our buildservers are Ubuntu x86-64, I use CentOS x86-64 myself as well. Never tried a 32 bit...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #11 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 25 September 2020 - 09:22

I had same kind of error here with when trying to bitbake oscam on a Linux Mint 18.3 32-bit hardware (old laptop).

Then I tried on a Centos 8 64-bit machine and no problems.

 

Most CPU's from about 2004 onwards are 64 capable. Don't be fooled by lagging Windows support. So I guess you really could install a 64 bit Linux on your laptop.


Edited by Erik Slagter, 25 September 2020 - 09:23.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Development Build DM8000 #12 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 6 October 2020 - 19:22

 

I had same kind of error here with when trying to bitbake oscam on a Linux Mint 18.3 32-bit hardware (old laptop).

Then I tried on a Centos 8 64-bit machine and no problems.

 

Most CPU's from about 2004 onwards are 64 capable. Don't be fooled by lagging Windows support. So I guess you really could install a 64 bit Linux on your laptop.

 

 

Yes 32 bit problem.

 

Upgraded server to 64 bit and it works.

 

Thanks.



Re: Development Build DM8000 #13 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 7 October 2020 - 14:10

I noticed that the build finished without building an "nfi" image.

There was only a "ubifs" image.

 

How do I get an "nfi" image??


Edited by countpierre, 7 October 2020 - 14:10.


Re: Development Build DM8000 #14 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 7 October 2020 - 14:42

There seems to be something wrong (in the BSP perhaps), as it doesn't produce an nfi anymore on our build servers too.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #15 mimisiku

  • Senior Member
  • 5,461 posts

+114
Excellent

Posted 7 October 2020 - 16:14

Luckily, the number of DM8000 users is dwindli g fast :)
Met één been in het graf..... Helaas

Re: Development Build DM8000 #16 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 7 October 2020 - 20:49

It's clear nobody in the team still uses it, as far as I can see, it went wrong in develop around the end of May, and nobody noticed...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #17 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 8 October 2020 - 09:19

It's clear nobody in the team still uses it, as far as I can see, it went wrong in develop around the end of May, and nobody noticed...

 

It still works in release-7.3.

 

Can I use meta-dream from here in some way?

 

Luckily, the number of DM8000 users is dwindli g fast :)

 

Then why have meta-dream submodule?

AFAIK dm8000 is the only supported dream multimedia box.



Re: Development Build DM8000 #18 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 8 October 2020 - 13:56

You can't compare the two.

 

I've gotten to the point that I can get it to build again, and I've forwarded the diff to forum member Neo who maintains the meta-dream BSP.

 

But now it fails to build lots of wifi kernel drivers, giving me the impression it is broken in develop for much longer than May.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Development Build DM8000 #19 countpierre

  • Senior Member
  • 27 posts

0
Neutral

Posted 8 October 2020 - 14:31

You can't compare the two.

 

I've gotten to the point that I can get it to build again, and I've forwarded the diff to forum member Neo who maintains the meta-dream BSP.

 

But now it fails to build lots of wifi kernel drivers, giving me the impression it is broken in develop for much longer than May.

 

My last successful build of develop that gave an nfi image was back on 25th May.

 

But I then switched to the stable 7.3 while all the kernel rework was being done.

 

 

Okay, I will see what comes back.

 

Thanks for looking.


Edited by countpierre, 8 October 2020 - 14:34.


Re: Development Build DM8000 #20 WanWizard

  • PLi® Core member
  • 68,577 posts

+1,737
Excellent

Posted 8 October 2020 - 15:48

Give me some time, I don't have the mental energy to work on something for every long, so I have to spread it over multiple days.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users