From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.ait.ac.at (arcss01.ait.ac.at [62.218.164.126]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F2E2AE01426 for ; Fri, 22 Jun 2012 01:38:42 -0700 (PDT) Received: from Mailbox.arc.local ([169.254.1.253]) by S0HCN1.arc.local ([::1]) with mapi; Fri, 22 Jun 2012 10:38:40 +0200 From: Fletzer Martin To: "poky@yoctoproject.org" Date: Fri, 22 Jun 2012 10:38:38 +0200 Thread-Topic: Installing shared libraries for custom application Thread-Index: Ac1QUc1s7qUIa5UIRYe0EKc8LY0+Fw== Message-ID: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> Accept-Language: de-DE, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US MIME-Version: 1.0 Subject: Installing shared libraries for custom application 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: Fri, 22 Jun 2012 08:38:43 -0000 Content-Language: de-DE Content-Type: multipart/alternative; boundary="_000_9F69795E29C890408AC2DAF646C89BB379D8AB96ACMAILBOXarcloc_" --_000_9F69795E29C890408AC2DAF646C89BB379D8AB96ACMAILBOXarcloc_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello everybody, I'm already working with Poky for serveral months. Nice tool. But now I'm not able to install shared libraries of ncurses for a custom im= age. Namely libform, libmenu, and libpanel. I always get a "Error: Nothing PROVIDES ..." I tried to extend my image recipie with IMAGE_INSTALL +=3D "libform". I also tried libform5 and ncurses-libform. But libtinfo5 is already installed, because bash depends on it. If I try to install libtinfo manually with IMAGE_INSTALL, I get the same er= ror as with libform. How can I install this shared libraries to a custom image? Thanks, Martin MARTIN FLETZER Engineer Safety & Security Department Video and Security Technology AIT Austrian Institute of Technology GmbH M +43 664 8251090 | F +43 50550-4150 Donau-City-Stra=DFe 1 | 1220 Vienna | Austria martin.fletzer@ait.ac.at | http://www.ai= t.ac.at FN: 115980 i HG Wien | UID: ATU14703506 This email and any attachments thereto, is intended only for use by the add= ressee(s) named herein and may contain legally privileged and/or confidenti= al information. If you are not the intended recipient, please notify the se= nder by return e-mail or by telephone and delete this message from your sys= tem and any printout thereof. Any unauthorized use, reproduction, or dissem= ination of this message is strictly prohibited. Please note that e-mails ar= e susceptible to change. AIT Austrian Institute of Technology GmbH shall no= t be liable for the improper or incomplete transmission of the information = contained in this communication, nor shall it be liable for any delay in it= s receipt. --_000_9F69795E29C890408AC2DAF646C89BB379D8AB96ACMAILBOXarcloc_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hello everybody,=

 

I’m already working with Poky for serveral months. Nice tool.=

 

Bu= t now I’m not able to install shared libraries of ncurses for a custo= m image. Namely libform, libmenu, and libpanel.

I always get a „Error: Nothing PROVIDES …“

 

I tr= ied to extend my image recipie with IMAGE_INSTALL +=3D "libform".=

I also tried libform5 and ncurses-libfo= rm.

 

But libtinfo5 is already installed, because bash depends on it.<= /o:p>

If I try to install libtinfo manually with IM= AGE_INSTALL, I get the same error as with libform.

 

How can I install th= is =A0shared libraries to a custom image?

 

Thanks,

Martin

 

 

MARTIN FLETZER
Engineer

Safety & Security Department
Video and Security Techno= logy

AIT Austr= ian Institute of Technology GmbH
M +43 664 8251090=A0 |=A0 F +43 50550-4150

Donau-City-Stra=DFe 1  = |  1220 Vienna  | Austria
= martin.fletzer@ait.ac.at =  |  http://www.ait.ac.at

FN: 115980 i HG = Wien  |  UID: ATU14703506
This email and any attachments there= to, is intended only for use by the addressee(s) named herein and may conta= in legally privileged and/or confidential information. If you are not the i= ntended recipient, please notify the sender by return e-mail or by telephon= e and delete this message from your system and any printout thereof. Any un= authorized use, reproduction, or dissemination of this message is strictly = prohibited. Please note that e-mails are susceptible to change. AIT Austria= n Institute of Technology GmbH shall not be liable for the improper or inco= mplete transmission of the information contained in this communication, nor= shall it be liable for any delay in its receipt.

&nb= sp;

 

= --_000_9F69795E29C890408AC2DAF646C89BB379D8AB96ACMAILBOXarcloc_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0B202E01437 for ; Fri, 22 Jun 2012 01:53:50 -0700 (PDT) Received: from [192.168.0.46] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id 13CB4600CD for ; Fri, 22 Jun 2012 08:39:22 +0100 (BST) Message-ID: <4FE432CE.9020407@communistcode.co.uk> Date: Fri, 22 Jun 2012 09:54:38 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120616 Thunderbird/13.0.1 MIME-Version: 1.0 To: poky@yoctoproject.org References: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> In-Reply-To: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> Subject: Re: Installing shared libraries for custom application 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: Fri, 22 Jun 2012 08:53:51 -0000 Content-Type: multipart/alternative; boundary="------------050108080007040801010102" --------------050108080007040801010102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 22/06/12 09:38, Fletzer Martin wrote: > > Hello everybody, > > I'm already working with Poky for serveral months. Nice tool. > > But now I'm not able to install shared libraries of ncurses for a > custom image. Namely libform, libmenu, and libpanel. > > I always get a "Error: Nothing PROVIDES ..." > > I tried to extend my image recipie with IMAGE_INSTALL += "libform". > > I also tried libform5 and ncurses-libform. > > But libtinfo5 is already installed, because bash depends on it. > > If I try to install libtinfo manually with IMAGE_INSTALL, I get the > same error as with libform. > > How can I install this shared libraries to a custom image? > > Thanks, > > Martin > > *MARTIN FLETZER > *Engineer > > Safety & Security Department > Video and Security Technology > > *AIT Austrian Institute of Technology GmbH > *M +43 664 8251090 | F +43 50550-4150 > > Donau-City-Straße 1 | 1220 Vienna | Austria > _martin.fletzer@ait.ac.at _ | > _http://www.ait.ac.at __ > _ > FN: 115980 i HG Wien | UID: ATU14703506 > This email and any attachments thereto, is intended only for use by > the addressee(s) named herein and may contain legally privileged > and/or confidential information. If you are not the intended > recipient, please notify the sender by return e-mail or by telephone > and delete this message from your system and any printout thereof. Any > unauthorized use, reproduction, or dissemination of this message is > strictly prohibited. Please note that e-mails are susceptible to > change. AIT Austrian Institute of Technology GmbH shall not be liable > for the improper or incomplete transmission of the information > contained in this communication, nor shall it be liable for any delay > in its receipt. > > > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky Hi Martin, From a quick grep of my recipes directory it seems as though these libraries need to be pre-fixed with ncurses. For example: ncurses-libform See how that treats you! Regards, -- Jack Mitchell (jack@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- --------------050108080007040801010102 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 22/06/12 09:38, Fletzer Martin wrote:

Hello everybody,

 

I’m already working with Poky for serveral months. Nice tool.

 

But now I’m not able to install shared libraries of ncurses for a custom image. Namely libform, libmenu, and libpanel.

I always get a „Error: Nothing PROVIDES …“

 

I tried to extend my image recipie with IMAGE_INSTALL += "libform".

I also tried libform5 and ncurses-libform.

 

But libtinfo5 is already installed, because bash depends on it.

If I try to install libtinfo manually with IMAGE_INSTALL, I get the same error as with libform.

 

How can I install this  shared libraries to a custom image?

 

Thanks,

Martin

 

 

MARTIN FLETZER
Engineer

Safety & Security Department
Video and Security Technology

AIT Austrian Institute of Technology GmbH
M +43 664 8251090  |  F +43 50550-4150

Donau-City-Straße 1  |  1220 Vienna  | Austria
martin.fletzer@ait.ac.at  |  http://www.ait.ac.at

FN: 115980 i HG Wien  |  UID: ATU14703506
This email and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient, please notify the sender by return e-mail or by telephone and delete this message from your system and any printout thereof. Any unauthorized use, reproduction, or dissemination of this message is strictly prohibited. Please note that e-mails are susceptible to change. AIT Austrian Institute of Technology GmbH shall not be liable for the improper or incomplete transmission of the information contained in this communication, nor shall it be liable for any delay in its receipt.

 

 



_______________________________________________
poky mailing list
poky@yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky

Hi Martin,

From a quick grep of my recipes directory it seems as though these libraries need to be pre-fixed with ncurses. For example:

ncurses-libform

See how that treats you!

Regards,

-- 

  Jack Mitchell (jack@embed.me.uk)             
  Embedded Systems Engineer
  http://www.embed.me.uk

--
--------------050108080007040801010102-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from r-finger.com (r-finger.com [178.79.160.5]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EA3A9E01426 for ; Fri, 22 Jun 2012 02:12:52 -0700 (PDT) Received: from [192.168.0.2] (host86-170-63-199.range86-170.btcentralplus.com [86.170.63.199]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by r-finger.com (Postfix) with ESMTPSA id E7EE59C07 for ; Fri, 22 Jun 2012 10:12:51 +0100 (BST) Message-ID: <4FE43712.8000604@r-finger.com> Date: Fri, 22 Jun 2012 10:12:50 +0100 From: Tomas Frydrych User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3 MIME-Version: 1.0 To: poky@yoctoproject.org References: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> In-Reply-To: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> Subject: Re: Installing shared libraries for custom application 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: Fri, 22 Jun 2012 09:12:53 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, On 22/06/12 09:38, Fletzer Martin wrote: > But now I'm not able to install shared libraries of ncurses for a custom image. Namely libform, libmenu, and libpanel. > I always get a "Error: Nothing PROVIDES ..." 'Nothing PROVIDES' means there is no bb recipe that provides the a dependency, i.e., there is no bb recipe that declares it provides 'libform'. The libform package is generated dynamically from the ncurses package, so the correct DEPENDS (which denotes a *build-time* dependency), is 'ncurses'. > How can I install this shared libraries to a custom image? If your application links against libform, then this should be automatically pulled into the image; you can manually add something to a package run-time dependencies by adding it to the RDEPENDS variable (as Jack says, in this case that should be 'ncurses-libform'), but you should only need to do this for a library if the application dlopens it. I hope this helps, Tomas > > Thanks, > Martin > > > MARTIN FLETZER > Engineer > Safety & Security Department > Video and Security Technology > > AIT Austrian Institute of Technology GmbH > M +43 664 8251090 | F +43 50550-4150 > Donau-City-Straße 1 | 1220 Vienna | Austria > martin.fletzer@ait.ac.at | http://www.ait.ac.at > > FN: 115980 i HG Wien | UID: ATU14703506 > This email and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient, please notify the sender by return e-mail or by telephone and delete this message from your system and any printout thereof. Any unauthorized use, reproduction, or dissemination of this message is strictly prohibited. Please note that e-mails are susceptible to change. AIT Austrian Institute of Technology GmbH shall not be liable for the improper or incomplete transmission of the information contained in this communication, nor shall it be liable for any delay in its receipt. > > > > > > > _______________________________________________ > 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 mail.ait.ac.at (arcss01.ait.ac.at [62.218.164.126]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C72F8E01408 for ; Sun, 24 Jun 2012 05:53:20 -0700 (PDT) Received: from Mailbox.arc.local ([169.254.1.253]) by S0HCN2.arc.local ([::1]) with mapi; Sun, 24 Jun 2012 14:53:17 +0200 From: Fletzer Martin To: Tomas Frydrych , "poky@yoctoproject.org" Date: Sun, 24 Jun 2012 14:53:29 +0200 Thread-Topic: [poky] Installing shared libraries for custom application Thread-Index: Ac1QVzohv6ZuBUMjSAyFGbDKs8LYMQBr3sqQ Message-ID: <9F69795E29C890408AC2DAF646C89BB379D8AB97F4@MAILBOX.arc.local> References: <9F69795E29C890408AC2DAF646C89BB379D8AB96AC@MAILBOX.arc.local> <4FE43712.8000604@r-finger.com> In-Reply-To: <4FE43712.8000604@r-finger.com> Accept-Language: de-DE, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US MIME-Version: 1.0 Subject: Re: Installing shared libraries for custom application 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: Sun, 24 Jun 2012 12:53:21 -0000 Content-Language: de-DE Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 VGhhbmsgeW91IGZvciB0aGUgZmFzdCByZXNwb25zZS4NCg0KSSB0cmllZCBhZ2FpbiB3aXRoIGFu IHVubW9kaWZpZWQgbWFzdGVyIGNoZWNrb3V0LCBidWlsZGluZyBjb3JlLWltYWdlLW1pbmltYWwu DQpJIGFkZGVkIFJERVBFTkRTID0gIm5jdXJzZXMtbGliZm9ybSIgd2l0aG91dCBzdWNjZXNzLiBC aXRiYWtlIHJldHVybnMgTm90aGluZyBQcm92aWRlcy4NCg0KVGhlbiBJIGFkZGVkIHRoZSBmb2xs b3dpbmcgbGluZSB0byBuY3Vyc2VzLmluYzoNClBBQ0tBR0VTX0RZTkFNSUM9Im5jdXJzZXMtbGli KiINCkkgdHJpZWQgaXQsIGJlY2F1c2Ugb3RoZXIgcmVjaXBlcyB1c2UgaXQuDQoNCk5vdyBJIGNh biBpbnN0YWxsIHRoZSBydW50aW1lIGxpYnJhcmllcyBvZiBuY3Vyc2VzIHRvIHRoZSBpbWFnZSB3 aXRoIElNQUdFX0lOU1RBTEwgKz0gIm5jdXJzZXMtbGliZm9ybSIuDQoNCklzIGl0IHJpZ2h0IHRv IHNldCBQQUNLQUdFU19EWU5BTUlDPw0KDQpCZXN0IHJlZ2FyZHMsDQpNYXJ0aW4NCg0KLS0tLS1V cnNwcsO8bmdsaWNoZSBOYWNocmljaHQtLS0tLQ0KVm9uOiBwb2t5LWJvdW5jZXNAeW9jdG9wcm9q ZWN0Lm9yZyBbbWFpbHRvOnBva3ktYm91bmNlc0B5b2N0b3Byb2plY3Qub3JnXSBJbSBBdWZ0cmFn IHZvbiBUb21hcyBGcnlkcnljaA0KR2VzZW5kZXQ6IEZyZWl0YWcsIDIyLiBKdW5pIDIwMTIgMTE6 MTMNCkFuOiBwb2t5QHlvY3RvcHJvamVjdC5vcmcNCkJldHJlZmY6IFJlOiBbcG9reV0gSW5zdGFs bGluZyBzaGFyZWQgbGlicmFyaWVzIGZvciBjdXN0b20gYXBwbGljYXRpb24NCg0KSGksDQoNCk9u IDIyLzA2LzEyIDA5OjM4LCBGbGV0emVyIE1hcnRpbiB3cm90ZToNCj4gQnV0IG5vdyBJJ20gbm90 IGFibGUgdG8gaW5zdGFsbCBzaGFyZWQgbGlicmFyaWVzIG9mIG5jdXJzZXMgZm9yIGEgY3VzdG9t IGltYWdlLiBOYW1lbHkgbGliZm9ybSwgbGlibWVudSwgYW5kIGxpYnBhbmVsLg0KPiBJIGFsd2F5 cyBnZXQgYSAiRXJyb3I6IE5vdGhpbmcgUFJPVklERVMgLi4uIg0KDQonTm90aGluZyBQUk9WSURF UycgbWVhbnMgdGhlcmUgaXMgbm8gYmIgcmVjaXBlIHRoYXQgcHJvdmlkZXMgdGhlIGEgZGVwZW5k ZW5jeSwgaS5lLiwgdGhlcmUgaXMgbm8gYmIgcmVjaXBlIHRoYXQgZGVjbGFyZXMgaXQgcHJvdmlk ZXMgJ2xpYmZvcm0nLiBUaGUgbGliZm9ybSBwYWNrYWdlIGlzIGdlbmVyYXRlZCBkeW5hbWljYWxs eSBmcm9tIHRoZSBuY3Vyc2VzIHBhY2thZ2UsIHNvIHRoZSBjb3JyZWN0IERFUEVORFMgKHdoaWNo IGRlbm90ZXMgYSAqYnVpbGQtdGltZSogZGVwZW5kZW5jeSksIGlzICduY3Vyc2VzJy4NCg0KDQo+ IEhvdyBjYW4gSSBpbnN0YWxsIHRoaXMgIHNoYXJlZCBsaWJyYXJpZXMgdG8gYSBjdXN0b20gaW1h Z2U/DQoNCklmIHlvdXIgYXBwbGljYXRpb24gbGlua3MgYWdhaW5zdCBsaWJmb3JtLCB0aGVuIHRo aXMgc2hvdWxkIGJlIGF1dG9tYXRpY2FsbHkgcHVsbGVkIGludG8gdGhlIGltYWdlOyB5b3UgY2Fu IG1hbnVhbGx5IGFkZCBzb21ldGhpbmcgdG8gYSBwYWNrYWdlIHJ1bi10aW1lIGRlcGVuZGVuY2ll cyBieSBhZGRpbmcgaXQgdG8gdGhlIFJERVBFTkRTIHZhcmlhYmxlIChhcyBKYWNrIHNheXMsIGlu IHRoaXMgY2FzZSB0aGF0IHNob3VsZCBiZSAnbmN1cnNlcy1saWJmb3JtJyksIGJ1dCB5b3Ugc2hv dWxkIG9ubHkgbmVlZCB0byBkbyB0aGlzIGZvciBhIGxpYnJhcnkgaWYgdGhlIGFwcGxpY2F0aW9u IGRsb3BlbnMgaXQuDQoNCkkgaG9wZSB0aGlzIGhlbHBzLA0KDQpUb21hcw0KDQoNCj4gDQo+IFRo YW5rcywNCj4gTWFydGluDQo+IA0KPiANCj4gTUFSVElOIEZMRVRaRVINCj4gRW5naW5lZXINCj4g U2FmZXR5ICYgU2VjdXJpdHkgRGVwYXJ0bWVudA0KPiBWaWRlbyBhbmQgU2VjdXJpdHkgVGVjaG5v bG9neQ0KPiANCj4gQUlUIEF1c3RyaWFuIEluc3RpdHV0ZSBvZiBUZWNobm9sb2d5IEdtYkggTSAr NDMgNjY0IDgyNTEwOTAgIHwgIEYgKzQzIA0KPiA1MDU1MC00MTUwIERvbmF1LUNpdHktU3RyYcOf ZSAxICB8ICAxMjIwIFZpZW5uYSAgfCBBdXN0cmlhIA0KPiBtYXJ0aW4uZmxldHplckBhaXQuYWMu YXQ8bWFpbHRvOm1hcnRpbi5mbGV0emVyQGFpdC5hYy5hdD4gIHwgIA0KPiBodHRwOi8vd3d3LmFp dC5hYy5hdDxodHRwOi8vd3d3LmFpdC5hYy5hdC8+DQo+IA0KPiBGTjogMTE1OTgwIGkgSEcgV2ll biAgfCAgVUlEOiBBVFUxNDcwMzUwNiBUaGlzIGVtYWlsIGFuZCBhbnkgDQo+IGF0dGFjaG1lbnRz IHRoZXJldG8sIGlzIGludGVuZGVkIG9ubHkgZm9yIHVzZSBieSB0aGUgYWRkcmVzc2VlKHMpIG5h bWVkIGhlcmVpbiBhbmQgbWF5IGNvbnRhaW4gbGVnYWxseSBwcml2aWxlZ2VkIGFuZC9vciBjb25m aWRlbnRpYWwgaW5mb3JtYXRpb24uIElmIHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGll bnQsIHBsZWFzZSBub3RpZnkgdGhlIHNlbmRlciBieSByZXR1cm4gZS1tYWlsIG9yIGJ5IHRlbGVw aG9uZSBhbmQgZGVsZXRlIHRoaXMgbWVzc2FnZSBmcm9tIHlvdXIgc3lzdGVtIGFuZCBhbnkgcHJp bnRvdXQgdGhlcmVvZi4gQW55IHVuYXV0aG9yaXplZCB1c2UsIHJlcHJvZHVjdGlvbiwgb3IgZGlz c2VtaW5hdGlvbiBvZiB0aGlzIG1lc3NhZ2UgaXMgc3RyaWN0bHkgcHJvaGliaXRlZC4gUGxlYXNl IG5vdGUgdGhhdCBlLW1haWxzIGFyZSBzdXNjZXB0aWJsZSB0byBjaGFuZ2UuIEFJVCBBdXN0cmlh biBJbnN0aXR1dGUgb2YgVGVjaG5vbG9neSBHbWJIIHNoYWxsIG5vdCBiZSBsaWFibGUgZm9yIHRo ZSBpbXByb3BlciBvciBpbmNvbXBsZXRlIHRyYW5zbWlzc2lvbiBvZiB0aGUgaW5mb3JtYXRpb24g Y29udGFpbmVkIGluIHRoaXMgY29tbXVuaWNhdGlvbiwgbm9yIHNoYWxsIGl0IGJlIGxpYWJsZSBm b3IgYW55IGRlbGF5IGluIGl0cyByZWNlaXB0Lg0KPiANCj4gDQo+IA0KPiANCj4gDQo+IA0KPiBf X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KPiBwb2t5IG1h aWxpbmcgbGlzdA0KPiBwb2t5QHlvY3RvcHJvamVjdC5vcmcNCj4gaHR0cHM6Ly9saXN0cy55b2N0 b3Byb2plY3Qub3JnL2xpc3RpbmZvL3Bva3kNCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX18NCnBva3kgbWFpbGluZyBsaXN0DQpwb2t5QHlvY3RvcHJvamVj dC5vcmcNCmh0dHBzOi8vbGlzdHMueW9jdG9wcm9qZWN0Lm9yZy9saXN0aW5mby9wb2t5DQo=