All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security] nmap build failed
@ 2014-10-20  9:27 Lai Eddy
  2014-10-20 16:46 ` akuster808
  2014-10-21 15:01 ` akuster808
  0 siblings, 2 replies; 4+ messages in thread
From: Lai Eddy @ 2014-10-20  9:27 UTC (permalink / raw)
  To: Armin Kuster; +Cc: linux-yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

build with yocto 1.6.1 on Ubuntu 12.04,
have add extra dep. to local.conf according to REAME
  /poky/openembedded-core/meta \
  /poky/meta-openembedded/meta-oe \
  /poky/meta-openembedded/meta-perl \
  /poky/meta-security \

but got following error message:

$ bitbake -k core-image-full-cmdline
ERROR: ExpansionError during parsing
/poky/meta-openembedded/meta-perl/recipes-perl/libtest/
libtest-harness-perl_3.30.bb: Failure expanding variable
do_fetch[file-checksums], expression was
${@bb.fetch.get_checksum_file_list(d)} which triggered exception
MalformedUrl: The URL:
'${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-3.30.tar.gz' is invalid
and cannot be interpreted

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

[-- Attachment #2: Type: text/html, Size: 967 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-security] nmap build failed
  2014-10-20  9:27 [meta-security] nmap build failed Lai Eddy
@ 2014-10-20 16:46 ` akuster808
  2014-10-21 15:01 ` akuster808
  1 sibling, 0 replies; 4+ messages in thread
From: akuster808 @ 2014-10-20 16:46 UTC (permalink / raw)
  To: Lai Eddy; +Cc: linux-yocto@yoctoproject.org

On 10/20/14, 2:27 AM, Lai Eddy wrote:

Lai,

thanks for reporting this, I will take a look into this. I have not 
tried daisy on recent meta-security.

- Armin
> build with yocto 1.6.1 on Ubuntu 12.04,
> have add extra dep. to local.conf according to REAME
>   /poky/openembedded-core/meta \
>   /poky/meta-openembedded/meta-oe \
>   /poky/meta-openembedded/meta-perl \
>   /poky/meta-security \
>
> but got following error message:
>
> $ bitbake -k core-image-full-cmdline
> ERROR: ExpansionError during parsing 
> /poky/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb 
> <http://libtest-harness-perl_3.30.bb>: Failure expanding variable 
> do_fetch[file-checksums], expression was 
> ${@bb.fetch.get_checksum_file_list(d)} which triggered exception 
> MalformedUrl: The URL: 
> '${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-3.30.tar.gz' is 
> invalid and cannot be interpreted
>
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-security] nmap build failed
  2014-10-20  9:27 [meta-security] nmap build failed Lai Eddy
  2014-10-20 16:46 ` akuster808
@ 2014-10-21 15:01 ` akuster808
  2014-10-22  6:27   ` Lai Eddy
  1 sibling, 1 reply; 4+ messages in thread
From: akuster808 @ 2014-10-21 15:01 UTC (permalink / raw)
  To: Lai Eddy; +Cc: linux-yocto@yoctoproject.org

Lai,

I can not reproduce this using daisy branch of yocto and 
opemembeded-core. Libtest does not exist in the daisy branch of 
meta-perl. Can you provide me with the Build Configuration when you 
first start to build and hoe you appended nmap to your image

- Armin

On 10/20/2014 02:27 AM, Lai Eddy wrote:
> build with yocto 1.6.1 on Ubuntu 12.04,
> have add extra dep. to local.conf according to REAME
>    /poky/openembedded-core/meta \
>    /poky/meta-openembedded/meta-oe \
>    /poky/meta-openembedded/meta-perl \
>    /poky/meta-security \
>
> but got following error message:
>
> $ bitbake -k core-image-full-cmdline
> ERROR: ExpansionError during parsing
> /poky/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb
> <http://libtest-harness-perl_3.30.bb>: Failure expanding variable
> do_fetch[file-checksums], expression was
> ${@bb.fetch.get_checksum_file_list(d)} which triggered exception
> MalformedUrl: The URL:
> '${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-3.30.tar.gz' is
> invalid and cannot be interpreted
>
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-security] nmap build failed
  2014-10-21 15:01 ` akuster808
@ 2014-10-22  6:27   ` Lai Eddy
  0 siblings, 0 replies; 4+ messages in thread
From: Lai Eddy @ 2014-10-22  6:27 UTC (permalink / raw)
  To: akuster808; +Cc: linux-yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]

in local.conf add :
   CORE_IMAGE_EXTRA_INSTALL = "nmap"
and in bblayers.conf add (have download extra meta-openembedded layer into
poky folder)
   /poky/meta-openembedded/meta-oe \
   /poky/meta-openembedded/meta-perl \

Eddy Lai

2014-10-21 23:01 GMT+08:00 akuster808 <akuster808@gmail.com>:

> Lai,
>
> I can not reproduce this using daisy branch of yocto and opemembeded-core.
> Libtest does not exist in the daisy branch of meta-perl. Can you provide me
> with the Build Configuration when you first start to build and hoe you
> appended nmap to your image
>
> - Armin
>
> On 10/20/2014 02:27 AM, Lai Eddy wrote:
>
>> build with yocto 1.6.1 on Ubuntu 12.04,
>> have add extra dep. to local.conf according to REAME
>>    /poky/openembedded-core/meta \
>>    /poky/meta-openembedded/meta-oe \
>>    /poky/meta-openembedded/meta-perl \
>>    /poky/meta-security \
>>
>> but got following error message:
>>
>> $ bitbake -k core-image-full-cmdline
>> ERROR: ExpansionError during parsing
>> /poky/meta-openembedded/meta-perl/recipes-perl/libtest/libt
>> est-harness-perl_3.30.bb
>> <http://libtest-harness-perl_3.30.bb>: Failure expanding variable
>> do_fetch[file-checksums], expression was
>> ${@bb.fetch.get_checksum_file_list(d)} which triggered exception
>> MalformedUrl: The URL:
>> '${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-3.30.tar.gz' is
>> invalid and cannot be interpreted
>>
>> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>>
>>
>>
>>
>>

[-- Attachment #2: Type: text/html, Size: 2448 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-22  6:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20  9:27 [meta-security] nmap build failed Lai Eddy
2014-10-20 16:46 ` akuster808
2014-10-21 15:01 ` akuster808
2014-10-22  6:27   ` Lai Eddy

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.