From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpgw1fi.elektrobit.com (smtpgw1fi.elektrobit.com [194.136.18.128]) by mx1.pokylinux.org (Postfix) with ESMTP id 543504C804CA for ; Wed, 20 Apr 2011 01:54:00 -0500 (CDT) Received: from fioues07.ebgroup.elektrobit.com (fioues07.ebgroup.elektrobit.com [172.16.33.117]) by smtpgw1fi.elektrobit.com (8.13.8/8.13.8) with ESMTP id p3K6rwUp015072 for ; Wed, 20 Apr 2011 09:53:58 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Date: Wed, 20 Apr 2011 09:53:56 +0300 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with local build (using Poky Bernard 5.0) Thread-Index: Acv/J7fusw9z2JPTTGmus6+mwBluIQ== From: To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (smtpgw1fi.elektrobit.com [172.16.33.21]); Wed, 20 Apr 2011 09:53:58 +0300 (EEST) X-Virus-Scanned: at elektrobit.com X-Scanned-By: MIMEDefang 2.67 on 172.16.33.21 Subject: Problem with local build (using Poky Bernard 5.0) X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 06:54:01 -0000 Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CBFF27.B82ED418" ------_=_NextPart_001_01CBFF27.B82ED418 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I'm trying to build locally with Poky Bernard 5.0 (using PREMIRRORS to local source package directory and BB_FETCH_PREMIRRORONLY =3D "1" configurations). The problem occurs when recipes got environment variables in SRC_URI (for example $GNU_MIRROR and $PV). In these cases Fetcher is unable to fetch source packages locally and raises "network access disabled but required" -exception.=20 Any ideas, is this a bug or have I missed some configuration? Thanks, Pasi ---------------------------------------------------------------- Please note: This e-mail may contain confidential information intended solely for the addressee. If you have received this e-mail in error, please do not disclose it to anyone, notify the sender promptly, and delete the message from your system. Thank you. ------_=_NextPart_001_01CBFF27.B82ED418 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Problem with local build (using Poky Bernard 5.0)

Hi,

I'm trying to build loca= lly with Poky Bernard 5.0 (using PREMIRRORS to local source package directo= ry and BB_FETCH_PREMIRRORONLY =3D "1" configurations). The proble= m occurs when recipes got environment variables in SRC_URI (for example $GN= U_MIRROR and $PV). In these cases Fetcher is unable to fetch source package= s locally and raises “network access disabled but required” = 211;exception.

Any ideas, is this a bug= or have I missed some configuration?

Thanks,

Pasi

----------------------------------------------------------------
Please note: This e-mail may contain confidential information
intended solely for the addressee. If you have received this
e-mail in error, please do not disclose it to anyone, notify
the sender promptly, and delete the message from your system.
Thank you.
= ------_=_NextPart_001_01CBFF27.B82ED418-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx1.pokylinux.org (Postfix) with ESMTP id 5CB1C4C80AAE for ; Thu, 21 Apr 2011 04:02:55 -0500 (CDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 21 Apr 2011 02:02:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,250,1301900400"; d="scan'208";a="736425953" Received: from unknown (HELO [10.255.13.58]) ([10.255.13.58]) by orsmga001.jf.intel.com with ESMTP; 21 Apr 2011 02:02:54 -0700 Message-ID: <4DAFF2BE.2050201@intel.com> Date: Thu, 21 Apr 2011 02:02:54 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Pasi.Reponen@elektrobit.com References: In-Reply-To: Cc: poky@yoctoproject.org Subject: Re: Problem with local build (using Poky Bernard 5.0) X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2011 09:02:55 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 04/19/2011 11:53 PM, Pasi.Reponen@elektrobit.com wrote: > Hi, > > I'm trying to build locally with Poky Bernard 5.0 (using PREMIRRORS to > local source package directory and BB_FETCH_PREMIRRORONLY = "1" > configurations). The problem occurs when recipes got environment > variables in SRC_URI (for example $GNU_MIRROR and $PV). In these cases > Fetcher is unable to fetch source packages locally and raises “network > access disabled but required” –exception. > Do you also have BB_NO_NETWORK = "1"? Do you have all the SCM types setup in PREMIRRORS_prepend, such as svn, cvs to your local package directory? Check the original PREMIRRORS in poky.conf to ensure you have all the SCM types set correctly, also make sure you are using PREMIRRORS_prepend. If you continue to have problems, please send your local.conf file that sets these variable for us to inspect. Hope this helps you. Sau! > Any ideas, is this a bug or have I missed some configuration? > > Thanks, > > Pasi > > ---------------------------------------------------------------- > Please note: This e-mail may contain confidential information > intended solely for the addressee. If you have received this > e-mail in error, please do not disclose it to anyone, notify > the sender promptly, and delete the message from your system. > Thank you. > > > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpgw1fi.elektrobit.com (smtpgw2fi.elektrobit.com [194.136.18.129]) by mx1.pokylinux.org (Postfix) with ESMTP id 145EC4C80479 for ; Mon, 2 May 2011 00:46:37 -0500 (CDT) Received: from fioues07.ebgroup.elektrobit.com (fioues07.ebgroup.elektrobit.com [172.16.33.117]) by smtpgw1fi.elektrobit.com (8.13.8/8.13.8) with ESMTP id p425kahl030370 for ; Mon, 2 May 2011 08:46:36 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Date: Mon, 2 May 2011 08:46:31 +0300 Message-ID: In-Reply-To: <4DAFF2BE.2050201@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [poky] Problem with local build (using Poky Bernard 5.0) Thread-Index: AcwAAugTLPGFLArZRIiYMvT6khyg6QIiLM0g References: <4DAFF2BE.2050201@intel.com> From: To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (smtpgw1fi.elektrobit.com [172.16.33.20]); Mon, 02 May 2011 08:46:36 +0300 (EEST) X-Virus-Scanned: at elektrobit.com X-Scanned-By: MIMEDefang 2.67 on 172.16.33.20 Subject: Re: Problem with local build (using Poky Bernard 5.0) X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 05:46:39 -0000 Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, My problem is solved, as I noticed that changes in local.conf didn't take into account after bitbake had been invoked first time. I deleted my build-directory and reset the build environments and after that the premirrors worked fine. Br, -Pasi=20 -----Original Message----- From: Saul Wold [mailto:saul.wold@intel.com]=20 Sent: 21 April 2011 12:03 To: Reponen Pasi Cc: poky@yoctoproject.org Subject: Re: [poky] Problem with local build (using Poky Bernard 5.0) On 04/19/2011 11:53 PM, Pasi.Reponen@elektrobit.com wrote: > Hi, > > I'm trying to build locally with Poky Bernard 5.0 (using PREMIRRORS to > local source package directory and BB_FETCH_PREMIRRORONLY =3D "1" > configurations). The problem occurs when recipes got environment=20 > variables in SRC_URI (for example $GNU_MIRROR and $PV). In these cases > Fetcher is unable to fetch source packages locally and raises "network > access disabled but required" -exception. > Do you also have BB_NO_NETWORK =3D "1"? Do you have all the SCM types setup in PREMIRRORS_prepend, such as svn, cvs to your local package directory? Check the original PREMIRRORS in poky.conf to ensure you have all the SCM types set correctly, also make sure you are using PREMIRRORS_prepend. If you continue to have problems, please send your local.conf file that sets these variable for us to inspect. Hope this helps you. Sau! > Any ideas, is this a bug or have I missed some configuration? > > Thanks, > > Pasi > > ---------------------------------------------------------------- > Please note: This e-mail may contain confidential information intended > solely for the addressee. If you have received this e-mail in error,=20 > please do not disclose it to anyone, notify the sender promptly, and=20 > delete the message from your system. > Thank you. > > > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky ---------------------------------------------------------------- Please note: This e-mail may contain confidential information intended solely for the addressee. If you have received this e-mail in error, please do not disclose it to anyone, notify the sender promptly, and delete the message from your system. Thank you.