* needed site is down??? @ 2012-02-02 3:59 jfabernathy 2012-02-02 16:08 ` jfabernathy 0 siblings, 1 reply; 11+ messages in thread From: jfabernathy @ 2012-02-02 3:59 UTC (permalink / raw) To: yocto Am I the only one seeing this dead link? I'm building from master and can't get to this link that draws the error: http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 I'm building crownbay bsp with core-image-sato. Jim A ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 3:59 needed site is down??? jfabernathy @ 2012-02-02 16:08 ` jfabernathy 2012-02-02 17:06 ` Mark Hatle 0 siblings, 1 reply; 11+ messages in thread From: jfabernathy @ 2012-02-02 16:08 UTC (permalink / raw) To: yocto On 02/01/2012 10:59 PM, jfabernathy wrote: > Am I the only one seeing this dead link? I'm building from master and > can't get to this link that draws the error: > > http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 > > I'm building crownbay bsp with core-image-sato. > > Jim A > I can't seem to build anything that requires something from cgit.freedesktop.org. The whole site seems to be down. Is there a mirror? JIm A ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 16:08 ` jfabernathy @ 2012-02-02 17:06 ` Mark Hatle 2012-02-02 17:36 ` jfabernathy 0 siblings, 1 reply; 11+ messages in thread From: Mark Hatle @ 2012-02-02 17:06 UTC (permalink / raw) To: yocto On 2/2/12 10:08 AM, jfabernathy wrote: > On 02/01/2012 10:59 PM, jfabernathy wrote: >> Am I the only one seeing this dead link? I'm building from master and >> can't get to this link that draws the error: >> >> http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 >> >> I'm building crownbay bsp with core-image-sato. >> >> Jim A >> > I can't seem to build anything that requires something from > cgit.freedesktop.org. The whole site seems to be down. Is there a mirror? Using the standard poky distribution configuration, you should be connecting to our mirrors. meta-yocto/conf/distro/poky.conf has the settings. All of the upstream packages should be mirrored there. If they are not, then please let us know and we'll work on resolving any missing files. --Mark > JIm A > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 17:06 ` Mark Hatle @ 2012-02-02 17:36 ` jfabernathy 2012-02-02 17:44 ` jfabernathy 0 siblings, 1 reply; 11+ messages in thread From: jfabernathy @ 2012-02-02 17:36 UTC (permalink / raw) To: yocto On 02/02/2012 12:06 PM, Mark Hatle wrote: > On 2/2/12 10:08 AM, jfabernathy wrote: >> On 02/01/2012 10:59 PM, jfabernathy wrote: >>> Am I the only one seeing this dead link? I'm building from master and >>> can't get to this link that draws the error: >>> >>> http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 >>> >>> I'm building crownbay bsp with core-image-sato. >>> >>> Jim A >>> >> I can't seem to build anything that requires something from >> cgit.freedesktop.org. The whole site seems to be down. Is there a >> mirror? > > Using the standard poky distribution configuration, you should be > connecting to our mirrors. > > meta-yocto/conf/distro/poky.conf has the settings. All of the > upstream packages should be mirrored there. If they are not, then > please let us know and we'll work on resolving any missing files. > > --Mark > In the poky.conf file you mentioned, I see the statement in the mirror section: http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ I'm not sure if this statement will allow the yocto mirror site to pull the dead location: http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 >> JIm A >> >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 17:36 ` jfabernathy @ 2012-02-02 17:44 ` jfabernathy 2012-02-02 19:11 ` Joshua Lock 0 siblings, 1 reply; 11+ messages in thread From: jfabernathy @ 2012-02-02 17:44 UTC (permalink / raw) To: yocto On 02/02/2012 12:36 PM, jfabernathy wrote: > On 02/02/2012 12:06 PM, Mark Hatle wrote: >> On 2/2/12 10:08 AM, jfabernathy wrote: >>> On 02/01/2012 10:59 PM, jfabernathy wrote: >>>> Am I the only one seeing this dead link? I'm building from master and >>>> can't get to this link that draws the error: >>>> >>>> http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 >>>> >>>> I'm building crownbay bsp with core-image-sato. >>>> >>>> Jim A >>>> >>> I can't seem to build anything that requires something from >>> cgit.freedesktop.org. The whole site seems to be down. Is there a >>> mirror? >> >> Using the standard poky distribution configuration, you should be >> connecting to our mirrors. >> >> meta-yocto/conf/distro/poky.conf has the settings. All of the >> upstream packages should be mirrored there. If they are not, then >> please let us know and we'll work on resolving any missing files. >> >> --Mark >> > In the poky.conf file you mentioned, I see the statement in the mirror > section: > > http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ > > I'm not sure if this statement will allow the yocto mirror site to > pull the dead location: > > http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 >>> JIm A >>> >>> _ Just noticed that what's on the Yocto mirror is libva_0.31.0-1+sds9.1ubuntu1.tar.gz ), but the recipe is calling for a newer version, libva-1.0.12.tar.bz2 Jim A >>> ______________________________________________ >>> yocto mailing list >>> yocto@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/yocto >> >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 17:44 ` jfabernathy @ 2012-02-02 19:11 ` Joshua Lock 2012-02-02 19:15 ` James Abernathy 0 siblings, 1 reply; 11+ messages in thread From: Joshua Lock @ 2012-02-02 19:11 UTC (permalink / raw) To: yocto On 02/02/12 09:44, jfabernathy wrote: > On 02/02/2012 12:36 PM, jfabernathy wrote: >> On 02/02/2012 12:06 PM, Mark Hatle wrote: >>> On 2/2/12 10:08 AM, jfabernathy wrote: >>>> On 02/01/2012 10:59 PM, jfabernathy wrote: >>>>> Am I the only one seeing this dead link? I'm building from master and >>>>> can't get to this link that draws the error: >>>>> >>>>> http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 This is supposed to be a transient error but so far as I can see the fd.o cgit is still down. > Just noticed that what's on the Yocto mirror is > libva_0.31.0-1+sds9.1ubuntu1.tar.gz ), but the recipe is calling for a > newer version, libva-1.0.12.tar.bz2 I don't see libva-1.0.12 anywhere in poky or meta-yocto, the mirror is only updated once the autobuilder has seen the recipe and downloaded the object to mirror. After a quick google I can't find a libva newer than 0.32.0+1sds2 - where did you get your libva recipe from? Cheers, Joshua -- Joshua Lock Yocto Project "Johannes factotum" Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 19:11 ` Joshua Lock @ 2012-02-02 19:15 ` James Abernathy 2012-02-02 19:31 ` Joshua Lock 0 siblings, 1 reply; 11+ messages in thread From: James Abernathy @ 2012-02-02 19:15 UTC (permalink / raw) To: Joshua Lock; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 1698 bytes --] On Thu, Feb 2, 2012 at 2:11 PM, Joshua Lock <josh@linux.intel.com> wrote: > > > On 02/02/12 09:44, jfabernathy wrote: > >> On 02/02/2012 12:36 PM, jfabernathy wrote: >> >>> On 02/02/2012 12:06 PM, Mark Hatle wrote: >>> >>>> On 2/2/12 10:08 AM, jfabernathy wrote: >>>> >>>>> On 02/01/2012 10:59 PM, jfabernathy wrote: >>>>> >>>>>> Am I the only one seeing this dead link? I'm building from master and >>>>>> can't get to this link that draws the error: >>>>>> >>>>>> http://cgit.freedesktop.org/**libva/snapshot/libva-1.0.12.**tar.bz2<http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2> >>>>>> >>>>> > This is supposed to be a transient error but so far as I can see the fd.o > cgit is still down. > > > Just noticed that what's on the Yocto mirror is >> libva_0.31.0-1+sds9.1ubuntu1.**tar.gz ), but the recipe is calling for a >> newer version, libva-1.0.12.tar.bz2 >> > > I don't see libva-1.0.12 anywhere in poky or meta-yocto, the mirror is > only updated once the autobuilder has seen the recipe and downloaded the > object to mirror. > > After a quick google I can't find a libva newer than 0.32.0+1sds2 - where > did you get your libva recipe from? > > If I checkout master on poky and meta-intel and run the normal crownbay (not the no-EMGD version) I get this error. Also on 1.2_M2 tag. JIm A > Cheers, > Joshua > -- > Joshua Lock > Yocto Project "Johannes factotum" > Intel Open Source Technology Centre > > ______________________________**_________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto> > [-- Attachment #2: Type: text/html, Size: 3125 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 19:15 ` James Abernathy @ 2012-02-02 19:31 ` Joshua Lock 2012-02-02 19:49 ` Tom Zanussi ` (2 more replies) 0 siblings, 3 replies; 11+ messages in thread From: Joshua Lock @ 2012-02-02 19:31 UTC (permalink / raw) To: James Abernathy; +Cc: yocto On 02/02/12 11:15, James Abernathy wrote: > On Thu, Feb 2, 2012 at 2:11 PM, Joshua Lock <josh@linux.intel.com > <mailto:josh@linux.intel.com>> wrote: > > > > On 02/02/12 09:44, jfabernathy wrote: > > On 02/02/2012 12:36 PM, jfabernathy wrote: > > On 02/02/2012 12:06 PM, Mark Hatle wrote: > > On 2/2/12 10:08 AM, jfabernathy wrote: > > On 02/01/2012 10:59 PM, jfabernathy wrote: > > Am I the only one seeing this dead link? I'm > building from master and > can't get to this link that draws the error: > > http://cgit.freedesktop.org/__libva/snapshot/libva-1.0.12.__tar.bz2 > <http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2> > > > This is supposed to be a transient error but so far as I can see the > fd.o cgit is still down. > > > Just noticed that what's on the Yocto mirror is > libva_0.31.0-1+sds9.1ubuntu1.__tar.gz ), but the recipe is > calling for a > newer version, libva-1.0.12.tar.bz2 > > > I don't see libva-1.0.12 anywhere in poky or meta-yocto, the mirror > is only updated once the autobuilder has seen the recipe and > downloaded the object to mirror. > > After a quick google I can't find a libva newer than 0.32.0+1sds2 - > where did you get your libva recipe from? > > If I checkout master on poky and meta-intel and run the normal crownbay > (not the no-EMGD version) I get this error. Also on 1.2_M2 tag. > JIm A Whoops, I wasn't looking in the common directory - sorry about that. That version of the Libya recipe has existed since November 26th, we really should be mirroring that. Beth, are we updating the mirrors with packages fetched during builds of BSP's? Sadly, (so far as I can tell) it looks like libva stopped hosting tarball releases and rely only on the snapshot functionality of git to supply tarballs. Which is fine until something like this happens. If you can find a tarball of libva-1.0.12 from a source you trust you can download it and dump it in your DL_DIR to proceed your build. Cheers, Joshua -- Joshua Lock Yocto Project "Johannes factotum" Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 19:31 ` Joshua Lock @ 2012-02-02 19:49 ` Tom Zanussi 2012-02-02 19:53 ` jfabernathy 2012-02-02 20:45 ` Flanagan, Elizabeth 2 siblings, 0 replies; 11+ messages in thread From: Tom Zanussi @ 2012-02-02 19:49 UTC (permalink / raw) To: Joshua Lock; +Cc: yocto On Thu, 2012-02-02 at 11:31 -0800, Joshua Lock wrote: > On 02/02/12 11:15, James Abernathy wrote: > > On Thu, Feb 2, 2012 at 2:11 PM, Joshua Lock <josh@linux.intel.com > > <mailto:josh@linux.intel.com>> wrote: > > > > > > > > On 02/02/12 09:44, jfabernathy wrote: > > > > On 02/02/2012 12:36 PM, jfabernathy wrote: > > > > On 02/02/2012 12:06 PM, Mark Hatle wrote: > > > > On 2/2/12 10:08 AM, jfabernathy wrote: > > > > On 02/01/2012 10:59 PM, jfabernathy wrote: > > > > Am I the only one seeing this dead link? I'm > > building from master and > > can't get to this link that draws the error: > > > > http://cgit.freedesktop.org/__libva/snapshot/libva-1.0.12.__tar.bz2 > > <http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2> > > > > > > This is supposed to be a transient error but so far as I can see the > > fd.o cgit is still down. > > > > > > Just noticed that what's on the Yocto mirror is > > libva_0.31.0-1+sds9.1ubuntu1.__tar.gz ), but the recipe is > > calling for a > > newer version, libva-1.0.12.tar.bz2 > > > > > > I don't see libva-1.0.12 anywhere in poky or meta-yocto, the mirror > > is only updated once the autobuilder has seen the recipe and > > downloaded the object to mirror. > > > > After a quick google I can't find a libva newer than 0.32.0+1sds2 - > > where did you get your libva recipe from? > > > > If I checkout master on poky and meta-intel and run the normal crownbay > > (not the no-EMGD version) I get this error. Also on 1.2_M2 tag. > > JIm A > > Whoops, I wasn't looking in the common directory - sorry about that. > That version of the Libya recipe has existed since November 26th, we > really should be mirroring that. > > Beth, are we updating the mirrors with packages fetched during builds of > BSP's? > > Sadly, (so far as I can tell) it looks like libva stopped hosting > tarball releases and rely only on the snapshot functionality of git to > supply tarballs. Which is fine until something like this happens. > > If you can find a tarball of libva-1.0.12 from a source you trust you > can download it and dump it in your DL_DIR to proceed your build. > I've sent Jim the tarball from my local DL_DIR. This has been around since November so it should be in the mirror. Tom > Cheers, > Joshua ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 19:31 ` Joshua Lock 2012-02-02 19:49 ` Tom Zanussi @ 2012-02-02 19:53 ` jfabernathy 2012-02-02 20:45 ` Flanagan, Elizabeth 2 siblings, 0 replies; 11+ messages in thread From: jfabernathy @ 2012-02-02 19:53 UTC (permalink / raw) To: Joshua Lock; +Cc: yocto On 02/02/2012 02:31 PM, Joshua Lock wrote: > On 02/02/12 11:15, James Abernathy wrote: >> On Thu, Feb 2, 2012 at 2:11 PM, Joshua Lock <josh@linux.intel.com >> <mailto:josh@linux.intel.com>> wrote: >> >> >> >> On 02/02/12 09:44, jfabernathy wrote: >> >> On 02/02/2012 12:36 PM, jfabernathy wrote: >> >> On 02/02/2012 12:06 PM, Mark Hatle wrote: >> >> On 2/2/12 10:08 AM, jfabernathy wrote: >> >> On 02/01/2012 10:59 PM, jfabernathy wrote: >> >> Am I the only one seeing this dead link? I'm >> building from master and >> can't get to this link that draws the error: >> >> >> http://cgit.freedesktop.org/__libva/snapshot/libva-1.0.12.__tar.bz2 >> <http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2> >> >> >> This is supposed to be a transient error but so far as I can see the >> fd.o cgit is still down. >> >> >> Just noticed that what's on the Yocto mirror is >> libva_0.31.0-1+sds9.1ubuntu1.__tar.gz ), but the recipe is >> calling for a >> newer version, libva-1.0.12.tar.bz2 >> >> >> I don't see libva-1.0.12 anywhere in poky or meta-yocto, the mirror >> is only updated once the autobuilder has seen the recipe and >> downloaded the object to mirror. >> >> After a quick google I can't find a libva newer than 0.32.0+1sds2 - >> where did you get your libva recipe from? >> >> If I checkout master on poky and meta-intel and run the normal crownbay >> (not the no-EMGD version) I get this error. Also on 1.2_M2 tag. >> JIm A > > Whoops, I wasn't looking in the common directory - sorry about that. > That version of the Libya recipe has existed since November 26th, we > really should be mirroring that. > > Beth, are we updating the mirrors with packages fetched during builds > of BSP's? > > Sadly, (so far as I can tell) it looks like libva stopped hosting > tarball releases and rely only on the snapshot functionality of git to > supply tarballs. Which is fine until something like this happens. > > If you can find a tarball of libva-1.0.12 from a source you trust you > can download it and dump it in your DL_DIR to proceed your build. I found a file called libva_1.0.12.orig.tar.bz2 on an Ubuntu related site. it has the same MD5SUM as the yocto recipe, so it's probably the exact same file. I'll just rename it. But it sounds like we have something to fix anyway. JIm A > > Cheers, > Joshua ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: needed site is down??? 2012-02-02 19:31 ` Joshua Lock 2012-02-02 19:49 ` Tom Zanussi 2012-02-02 19:53 ` jfabernathy @ 2012-02-02 20:45 ` Flanagan, Elizabeth 2 siblings, 0 replies; 11+ messages in thread From: Flanagan, Elizabeth @ 2012-02-02 20:45 UTC (permalink / raw) To: Joshua Lock; +Cc: yocto On Thu, Feb 2, 2012 at 11:31 AM, Joshua Lock <josh@linux.intel.com> wrote: > On 02/02/12 11:15, James Abernathy wrote: >> >> On Thu, Feb 2, 2012 at 2:11 PM, Joshua Lock <josh@linux.intel.com >> <mailto:josh@linux.intel.com>> wrote: >> >> >> >> On 02/02/12 09:44, jfabernathy wrote: >> >> On 02/02/2012 12:36 PM, jfabernathy wrote: >> >> On 02/02/2012 12:06 PM, Mark Hatle wrote: >> >> On 2/2/12 10:08 AM, jfabernathy wrote: >> >> On 02/01/2012 10:59 PM, jfabernathy wrote: >> >> Am I the only one seeing this dead link? I'm >> building from master and >> can't get to this link that draws the error: >> >> >> http://cgit.freedesktop.org/__libva/snapshot/libva-1.0.12.__tar.bz2 >> >> >> <http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2> >> >> >> This is supposed to be a transient error but so far as I can see the >> fd.o cgit is still down. >> >> >> Just noticed that what's on the Yocto mirror is >> libva_0.31.0-1+sds9.1ubuntu1.__tar.gz ), but the recipe is >> >> calling for a >> newer version, libva-1.0.12.tar.bz2 >> >> >> I don't see libva-1.0.12 anywhere in poky or meta-yocto, the mirror >> is only updated once the autobuilder has seen the recipe and >> downloaded the object to mirror. >> >> After a quick google I can't find a libva newer than 0.32.0+1sds2 - >> where did you get your libva recipe from? >> >> If I checkout master on poky and meta-intel and run the normal crownbay >> (not the no-EMGD version) I get this error. Also on 1.2_M2 tag. >> JIm A > > > Whoops, I wasn't looking in the common directory - sorry about that. > That version of the Libya recipe has existed since November 26th, we really > should be mirroring that. > > Beth, are we updating the mirrors with packages fetched during builds of > BSP's? For meta-intel BSPs, the source mirror is internal to the Intel autobuilder at the moment. James, if you could open a bug up on this. I have a few ideas on how to fix it from a process standpoint but I want to think about it a bit and don't want this to get lost in the shuffle. > Sadly, (so far as I can tell) it looks like libva stopped hosting tarball > releases and rely only on the snapshot functionality of git to supply > tarballs. Which is fine until something like this happens. I've sync'd libva* up to the source mirror from our internal, James should be good now. > > If you can find a tarball of libva-1.0.12 from a source you trust you can > download it and dump it in your DL_DIR to proceed your build. > > > Cheers, > Joshua > -- > Joshua Lock > Yocto Project "Johannes factotum" > Intel Open Source Technology Centre -- Elizabeth Flanagan Yocto Project Build and Release ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-02-02 20:45 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-02-02 3:59 needed site is down??? jfabernathy 2012-02-02 16:08 ` jfabernathy 2012-02-02 17:06 ` Mark Hatle 2012-02-02 17:36 ` jfabernathy 2012-02-02 17:44 ` jfabernathy 2012-02-02 19:11 ` Joshua Lock 2012-02-02 19:15 ` James Abernathy 2012-02-02 19:31 ` Joshua Lock 2012-02-02 19:49 ` Tom Zanussi 2012-02-02 19:53 ` jfabernathy 2012-02-02 20:45 ` Flanagan, Elizabeth
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.