All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] terminus-font: fix RSS breakage and unblacklist
@ 2017-08-28 16:39 Ioan-Adrian Ratiu
  2017-08-28 16:39 ` [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe Ioan-Adrian Ratiu
  2017-08-28 16:39 ` [meta-oe][PATCH 3/3] smbnetfs: " Ioan-Adrian Ratiu
  0 siblings, 2 replies; 7+ messages in thread
From: Ioan-Adrian Ratiu @ 2017-08-28 16:39 UTC (permalink / raw)
  To: martin.jansa, openembedded-devel

Depend on bdftopcf-native to fix errors like:

| perl ./ucstoany.pl ter-u12b.bdf ISO8859 1 uni/x11gr.uni uni/ascii-h.uni uni/win-1252.uni | bdftopcf -o ter-112b.pcf
| /bin/sh: bdftopcf: command not found

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb
index 4c8399d7d..c460fc35c 100644
--- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb
+++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb
@@ -8,7 +8,7 @@ SECTION = "fonts"
 LICENSE = "OFL-1.1"
 LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9cadb26f4c5c005618c5ae74f041ec54"
 
-DEPENDS = "hostperl-runtime-native gzip-native"
+DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
 SRC_URI[md5sum] = "a8e792fe6e84c86ed2b6ed3e2a12ba66"
@@ -43,5 +43,3 @@ PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf"
 FILES_${PN}-consolefonts = "${datadir}/consolefonts"
 FILES_${PN}-consoletrans = "${datadir}/consoletrans"
 FILES_${PN}-pcf = "${datadir}/fonts/terminus"
-
-PNBLACKLIST[terminus-font] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130638/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
-- 
2.14.1



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

* [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe
  2017-08-28 16:39 [meta-oe][PATCH 1/3] terminus-font: fix RSS breakage and unblacklist Ioan-Adrian Ratiu
@ 2017-08-28 16:39 ` Ioan-Adrian Ratiu
  2017-08-30 17:10   ` Martin Jansa
  2017-08-28 16:39 ` [meta-oe][PATCH 3/3] smbnetfs: " Ioan-Adrian Ratiu
  1 sibling, 1 reply; 7+ messages in thread
From: Ioan-Adrian Ratiu @ 2017-08-28 16:39 UTC (permalink / raw)
  To: martin.jansa, openembedded-devel

It's dependency got fixed by commit 7f502e72397b0
(system-config-keyboard: fix depends to work correctly with RSS)

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 .../system-setup-keyboard/system-setup-keyboard_0.8.8.bb                | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
index 0bd7af734..fbbfa3dd8 100644
--- a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
+++ b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
@@ -29,5 +29,3 @@ do_install() {
 }
 
 FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service"
-
-PNBLACKLIST[system-setup-keyboard] ?= "Depends on blacklisted system-config-keyboard-native - the recipe will be removed on 2017-09-01 unless the issue is fixed"
-- 
2.14.1



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

* [meta-oe][PATCH 3/3] smbnetfs: unblacklist recipe
  2017-08-28 16:39 [meta-oe][PATCH 1/3] terminus-font: fix RSS breakage and unblacklist Ioan-Adrian Ratiu
  2017-08-28 16:39 ` [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe Ioan-Adrian Ratiu
@ 2017-08-28 16:39 ` Ioan-Adrian Ratiu
  2017-08-29 15:45   ` Khem Raj
  1 sibling, 1 reply; 7+ messages in thread
From: Ioan-Adrian Ratiu @ 2017-08-28 16:39 UTC (permalink / raw)
  To: martin.jansa, openembedded-devel

All its dependencies have been fixed and it builds correctly.

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index 6995ad3f5..f1420fbed 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -24,5 +24,3 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
 
 S = "${WORKDIR}/git"
-
-PNBLACKLIST[smbnetfs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132827/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
-- 
2.14.1



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

* Re: [meta-oe][PATCH 3/3] smbnetfs: unblacklist recipe
  2017-08-28 16:39 ` [meta-oe][PATCH 3/3] smbnetfs: " Ioan-Adrian Ratiu
@ 2017-08-29 15:45   ` Khem Raj
  2017-08-29 15:47     ` Martin Jansa
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2017-08-29 15:45 UTC (permalink / raw)
  To: Ioan-Adrian Ratiu; +Cc: openembeded-devel

On Mon, Aug 28, 2017 at 9:39 AM, Ioan-Adrian Ratiu <adrian.ratiu@ni.com> wrote:
> All its dependencies have been fixed and it builds correctly.
>

I see
ERROR: smbnetfs-git-r0 do_fetch: Fetcher failure for URL:
'file://configure.patch'. Unable to fetch URL from any source.

> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> ---
>  meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
> index 6995ad3f5..f1420fbed 100644
> --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
> +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
> @@ -24,5 +24,3 @@ PACKAGECONFIG ??= ""
>  PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
>
>  S = "${WORKDIR}/git"
> -
> -PNBLACKLIST[smbnetfs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132827/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
> --
> 2.14.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH 3/3] smbnetfs: unblacklist recipe
  2017-08-29 15:45   ` Khem Raj
@ 2017-08-29 15:47     ` Martin Jansa
  2017-08-30 21:46       ` Martin Jansa
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2017-08-29 15:47 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

That's probably caused by my change in master-next to remove blacklisted
recipes (and their patch files), I've removed smbfs from that commit, but
forgot to restore the .patch file

On Tue, Aug 29, 2017 at 5:45 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Mon, Aug 28, 2017 at 9:39 AM, Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> wrote:
> > All its dependencies have been fixed and it builds correctly.
> >
>
> I see
> ERROR: smbnetfs-git-r0 do_fetch: Fetcher failure for URL:
> 'file://configure.patch'. Unable to fetch URL from any source.
>
> > Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> > ---
> >  meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_
> git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
> > index 6995ad3f5..f1420fbed 100644
> > --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
> > +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
> > @@ -24,5 +24,3 @@ PACKAGECONFIG ??= ""
> >  PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--
> with-gnome-keyring=no,libgnome-keyring"
> >
> >  S = "${WORKDIR}/git"
> > -
> > -PNBLACKLIST[smbnetfs] ?= "Fails to build with RSS
> http://errors.yoctoproject.org/Errors/Details/132827/ - the recipe will
> be removed on 2017-09-01 unless the issue is fixed"
> > --
> > 2.14.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe
  2017-08-28 16:39 ` [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe Ioan-Adrian Ratiu
@ 2017-08-30 17:10   ` Martin Jansa
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2017-08-30 17:10 UTC (permalink / raw)
  To: Ioan-Adrian Ratiu; +Cc: openembedded-devel

Can you please fix:

system-setup-keyboard-0.8.8: No GNU_HASH in the elf binary:
'/tmp/work/core2-64-oe-linux/system-setup-keyboard/0.8.8-r0/packages-split/system-setup-keyboard/usr/bin/system-setup-keyboard'
[ldflags]



before it gets unblacklisted?

On Mon, Aug 28, 2017 at 6:39 PM, Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
wrote:

> It's dependency got fixed by commit 7f502e72397b0
> (system-config-keyboard: fix depends to work correctly with RSS)
>
> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> ---
>  .../system-setup-keyboard/system-setup-keyboard_0.8.8.bb
> | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/meta-oe/recipes-support/system-setup-keyboard/system-
> setup-keyboard_0.8.8.bb b/meta-oe/recipes-support/system-setup-keyboard/
> system-setup-keyboard_0.8.8.bb
> index 0bd7af734..fbbfa3dd8 100644
> --- a/meta-oe/recipes-support/system-setup-keyboard/system-
> setup-keyboard_0.8.8.bb
> +++ b/meta-oe/recipes-support/system-setup-keyboard/system-
> setup-keyboard_0.8.8.bb
> @@ -29,5 +29,3 @@ do_install() {
>  }
>
>  FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service"
> -
> -PNBLACKLIST[system-setup-keyboard] ?= "Depends on blacklisted
> system-config-keyboard-native - the recipe will be removed on 2017-09-01
> unless the issue is fixed"
> --
> 2.14.1
>
>


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

* Re: [meta-oe][PATCH 3/3] smbnetfs: unblacklist recipe
  2017-08-29 15:47     ` Martin Jansa
@ 2017-08-30 21:46       ` Martin Jansa
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2017-08-30 21:46 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

I've fixed the missing files in master-next, but it still fails to build
(at least with gold):
http://errors.yoctoproject.org/Errors/Details/154437/

On Tue, Aug 29, 2017 at 5:47 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> That's probably caused by my change in master-next to remove blacklisted
> recipes (and their patch files), I've removed smbfs from that commit, but
> forgot to restore the .patch file
>
> On Tue, Aug 29, 2017 at 5:45 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Mon, Aug 28, 2017 at 9:39 AM, Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
>> wrote:
>> > All its dependencies have been fixed and it builds correctly.
>> >
>>
>> I see
>> ERROR: smbnetfs-git-r0 do_fetch: Fetcher failure for URL:
>> 'file://configure.patch'. Unable to fetch URL from any source.
>>
>> > Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
>> > ---
>> >  meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 --
>> >  1 file changed, 2 deletions(-)
>> >
>> > diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git
>> .bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
>> > index 6995ad3f5..f1420fbed 100644
>> > --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
>> > +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
>> > @@ -24,5 +24,3 @@ PACKAGECONFIG ??= ""
>> >  PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--wi
>> th-gnome-keyring=no,libgnome-keyring"
>> >
>> >  S = "${WORKDIR}/git"
>> > -
>> > -PNBLACKLIST[smbnetfs] ?= "Fails to build with RSS
>> http://errors.yoctoproject.org/Errors/Details/132827/ - the recipe will
>> be removed on 2017-09-01 unless the issue is fixed"
>> > --
>> > 2.14.1
>> >
>> > --
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>


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

end of thread, other threads:[~2017-08-30 21:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 16:39 [meta-oe][PATCH 1/3] terminus-font: fix RSS breakage and unblacklist Ioan-Adrian Ratiu
2017-08-28 16:39 ` [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe Ioan-Adrian Ratiu
2017-08-30 17:10   ` Martin Jansa
2017-08-28 16:39 ` [meta-oe][PATCH 3/3] smbnetfs: " Ioan-Adrian Ratiu
2017-08-29 15:45   ` Khem Raj
2017-08-29 15:47     ` Martin Jansa
2017-08-30 21:46       ` Martin Jansa

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.