Jump to content


Photo

Openpli 3.0 Does not build anymore


  • Please log in to reply
22 replies to this topic

#1 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 8 February 2013 - 01:54

Openpli 3.0 does not build anymore. Seems something wrong into enigma2.
One of the changes does make enigma2-2.7+git1+1785b53f48dc38406d2607813dd9cfa7132badd9-r42: task do_fetch: Failed
Gues a wrong number or lic code or ....

Included console output and error log

Attached Files



Re: Openpli 3.0 Does not build anymore #2 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+542
Excellent

Posted 8 February 2013 - 09:09

Yeah looks like one of the sourceforge problems. Try again later. I've successfully built a vusuolo2 image the past two days, from scratch, so it IS possible, but sometimes you have to retry.

* 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: Openpli 3.0 Does not build anymore #3 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 8 February 2013 - 12:21

I tried to clone from other pc (to be shure) the enigma2 git. needed to do it 3 times before it succeeded took 15 minutes. It reported several times that there was data corruption. It is a problem at sourceforge. But this times it takes long. Now I just give it a try

I used command git clone --bare git://openpli.git.sourceforge.net/gitroot/openpli/enigma2;protocol=git;branch=master
Placed all the files into map /sources/git2/openpli.git.sourceforge.net.gitroot.openpli.enigma2 (that folder was missing but should have been there in my sources)

Now I give it a try with freshbuild from scratch see wat will happen now

Re: Openpli 3.0 Does not build anymore #4 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 8 February 2013 - 13:29

Finnally I have a succesfull build After 24 hours of trying. sourceforge should really do something at there website its the longer the worser.

But is there not another way then have to build from scratch when a problem like mentionned before in log occurs. ?

Some caches to reset or clear or .. So that it really tries to download the source again.

Re: Openpli 3.0 Does not build anymore #5 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 8 February 2013 - 14:01

Or instead having to start from scratch,

Cloning the specific sources , setting it in sources/git2 in the correct map (I needed to create it but I gues I can include the folder to make into the clone command) git clone --bare ...

And then creating a .done file with the correct map like i my case it worl have been

openpli.git.sourceforge.net.gitroot.openpli.enigma2.done ?

Re: Openpli 3.0 Does not build anymore #6 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 8 February 2013 - 14:04

clone sourceforge repos then add them into your github account then switch SRC_URI

;)

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli 3.0 Does not build anymore #7 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 8 February 2013 - 14:14

clone sourceforge repos then add them into your github account then switch SRC_URI

;)


That's a way, but then I do not have the latest changes , Which after all was the initial goal. Unless I start to do that for each source ......

Re: Openpli 3.0 Does not build anymore #8 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 8 February 2013 - 14:26


clone sourceforge repos then add them into your github account then switch SRC_URI

;)


That's a way, but then I do not have the latest changes , Which after all was the initial goal. Unless I start to do that for each source ......


you can use git merge after that

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli 3.0 Does not build anymore #9 sirwio

  • Member
  • 13 posts

0
Neutral

Posted 8 February 2013 - 22:57

I got the same problems building tonight. Easy workaround was to execute the "git clone --bare ..." commands that failed manually. Is there perhaps a bitbake timeout variable for git that needs to be increased?

But: I had problems fetching libpng-1.5.13.tar.bz2 from the site referenced by the SRC_URI in:
in the #SRC_URI = "ftp://ftp.simplesystems.org/pub/png/src/libpng-${PV}.tar.bz2;name=libpng"

<basedir>/openpli-oe-core/meta-openpli/recipes-multimedia/libpng/libpng_1.5.13.bb

The file is simply not existent at the simplesystems site anymore. To get passed this error i modified the source uri to be:
SRC_URI = "http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/delegates/libpng-${PV}.tar.bz2;name=libpng"

Erik Slagter: How did you get passed fetching an non existent file doing a clean build? Did it perhaps get removed today or is it perhaps not needed when building for vusolo2 image. I build for vuultimo

arwen:~ magnus$ ftp ftp.simplesystems.org

Connected to ftp.simplesystems.org.
220 Welcome to ftp.simplesystems.org
Name (ftp.simplesystems.org:magnus): anonymous
331 Anonymous login ok, send your complete email address as your password
Password: 
230-Welcome archive user!
 You are user 2 out of a maximum of 8 users.
 Transfers are limited to 15 kilobytes per second.
 Please report any problems with this site to bfriesen@simplesystems.org.
230 Anonymous access granted, restrictions apply
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub/png/src
250 CWD command successful
ftp> ls libpng-1.5*
229 Entering Extended Passive Mode (|||45676|)
150 Opening ASCII mode data connection for file list
-rw-r--r--   1 glennrp  visitor      4201 Jan 24 02:59 libpng-1.5.14-LICENSE.txt
-rw-r--r--   1 glennrp  visitor      3503 Jan 24 02:59 libpng-1.5.14-README.txt
-rw-r--r--   1 glennrp  visitor    869823 Jan 24 02:59 libpng-1.5.14.tar.bz2
-rw-r--r--   1 glennrp  visitor   1073008 Jan 24 02:59 libpng-1.5.14.tar.gz
-rw-r--r--   1 glennrp  visitor    714064 Jan 24 02:59 libpng-1.5.14.tar.xz
226 Transfer complete


Re: Openpli 3.0 Does not build anymore #10 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 9 February 2013 - 01:14

check http://ftp.sunet.se/...gick/delegates/ you can see libpng-1.5.13.tar.bz2

also you can update to 1.5.14

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli 3.0 Does not build anymore #11 sirwio

  • Member
  • 13 posts

0
Neutral

Posted 9 February 2013 - 09:45

check http://ftp.sunet.se/...gick/delegates/ you can see libpng-1.5.13.tar.bz2

also you can update to 1.5.14


Sure - and using the ftp.sunet.se version is what I did as shown in the post made earlier. The point is that the current build system is broken. Its not possible to make a clean build!

Re: Openpli 3.0 Does not build anymore #12 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+542
Excellent

Posted 9 February 2013 - 10:54

I did a clean build but I didn't clean the sources directory!

* 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: Openpli 3.0 Does not build anymore #13 Dan Daemon

  • Member
  • 22 posts

0
Neutral

Posted 11 February 2013 - 16:26

Yes... As I could see the git from SF did not work well. I removed "sources" folder completely and tried to rebuild and I got openpli GIT repository is down. And it happens a lot,.. I fixed it just by manual download. But automatic from BB receipt did not work.

Plus not only libpng library needs to be updated. I did same (change SRC_URI) for at least 5 different libraries. Most of them were updated to new version.
VU+ ULTIMO | VU+ SOLO2 | DM800HDse | SELFSAT H30D4 | custom OpenPLi 3.0

Re: Openpli 3.0 Does not build anymore #14 oldfart

  • Member
  • 20 posts

0
Neutral

Posted 11 February 2013 - 20:30

....
I used command git clone --bare git://openpli.git.sourceforge.net/gitroot/openpli/enigma2;protocol=git;branch=master
Placed all the files into map /sources/git2/openpli.git.sourceforge.net.gitroot.openpli.enigma2 (that folder was missing but should have been there in my sources)

Now I give it a try with freshbuild from scratch see wat will happen now


1. what is the full directory name?
I don't have a map directory in the sources directory

2. to do a re-build, what do I delete? - I normally delete the whole of /openpli30 which has openpli-oe-core inside it

I have tried to compile for the last 24 hours - 4 times - same error -
ERROR: Function failed: Fetcher failure for URL: 'git://openpli.git.sourceforge.net/gitroot/openpli/enigma2;protocol=git;branch=master'. Unable to fetch URL from any source


Re: Openpli 3.0 Does not build anymore #15 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 12 February 2013 - 10:00

....
I used command git clone --bare git://openpli.git.sourceforge.net/gitroot/openpli/enigma2;protocol=git;branch=master
Placed all the files into map /sources/git2/openpli.git.sourceforge.net.gitroot.openpli.enigma2 (that folder was missing but should have been there in my sources)

Now I give it a try with freshbuild from scratch see wat will happen now


1. what is the full directory name?
I don't have a map directory in the sources directory

2. to do a re-build, what do I delete? - I normally delete the whole of /openpli30 which has openpli-oe-core inside it

I have tried to compile for the last 24 hours - 4 times - same error -
ERROR: Function failed: Fetcher failure for URL: 'git://openpli.git.sourceforge.net/gitroot/openpli/enigma2;protocol=git;branch=master'. Unable to fetch URL from any source


/home/<you'rehomedirectory>/openpli30/sources/git2/openpli.git.sourceforge.net.gitroot.openpli.enigma2 (the openpli.git.sourceforge...... is manually created)

Like explained in several topics always keep your sources directory's

Do not delete the full openpli30(at last if your sources are located into it) but only the openpli-oe-core
See like explained to change the configs from source directory's after initial git clone .

If you used the script to clone the git I included into how to build document,

after you removed the openpli-oe-core you need as well to remove an hidden scriptresult file thet is located into openpli30/.scriptresult

Re: Openpli 3.0 Does not build anymore #16 oldfart

  • Member
  • 20 posts

0
Neutral

Posted 12 February 2013 - 11:08

thanks - will have another go

Re: Openpli 3.0 Does not build anymore #17 oldfart

  • Member
  • 20 posts

0
Neutral

Posted 12 February 2013 - 11:17

Is there a method to manually download enigma2, then create the directory and include that directory in the build script;
that would be better than getting 2 hours into the compile and then getting a fetch fail.

Re: Openpli 3.0 Does not build anymore #18 BuGless

  • Senior Member
  • 539 posts

+16
Neutral

Posted 12 February 2013 - 14:02

Is there a method to manually download enigma2, then create the directory and include that directory in the build script;
that would be better than getting 2 hours into the compile and then getting a fetch fail.

Use git to clone the repository and point the scripts to your own private copy instead.

However, it is possible to simply retry the build, it will skip all the parts that have been fetched/built already.

Re: Openpli 3.0 Does not build anymore #19 oldfart

  • Member
  • 20 posts

0
Neutral

Posted 12 February 2013 - 22:11

Use git to clone the repository and point the scripts to your own private copy instead.

However, it is possible to simply retry the build, it will skip all the parts that have been fetched/built already.

could you give guided steps for those 2 please??

Re: Openpli 3.0 Does not build anymore #20 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 13 February 2013 - 00:49

It has been explained already under this topic even.
How to clone git is also explained in quick document


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users