All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xterm: revert FILES_PN change from recent package uprev
@ 2016-01-31 19:56 Paul Gortmaker
  2016-01-31 20:45 ` Phil Blundell
  2016-01-31 23:07 ` Burton, Ross
  0 siblings, 2 replies; 7+ messages in thread
From: Paul Gortmaker @ 2016-01-31 19:56 UTC (permalink / raw)
  To: openembedded-core

After the uprev in: commit ad5d2ff6c782a3319aedc25cc641574e39328460
("xterm: 308 -> 320") I started getting this failure:

ERROR: QA Issue: xterm: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/X11
  /usr/lib/X11/app-defaults
  /usr/lib/X11/app-defaults/XTerm-color
  /usr/lib/X11/app-defaults/UXTerm
  /usr/lib/X11/app-defaults/UXTerm-color
  /usr/lib/X11/app-defaults/XTerm
  /usr/lib/X11/app-defaults/KOI8RXTerm-color
  /usr/lib/X11/app-defaults/KOI8RXTerm
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
xterm: 9 installed and not shipped files. [installed-vs-shipped]
ERROR: Fatal QA errors found, failing task.
ERROR: Function failed: do_package
ERROR: Logfile of failure stored in: /home/paul/poky/build/tmp/work/core2-64-overc-linux/xterm/320-r0/temp/log.do_package.4639
ERROR: Task 11 (/home/paul/poky/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_320.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1056 tasks of which 858 didn't need to be rerun and 1 failed.

The fail can be avoided by the revert of one line that was in
the above commit, as which is done here.  Should there be a
desire to better absract out FILES_${PN} that can be done in
a separate follow on commit that is tested to confirm it does
not reintroduce this same build regression.

Cc: Li xin <lixin.fnst@cn.fujitsu.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 meta-oe/recipes-graphics/xorg-app/xterm_320.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index f67d890abcae..10b75fca32db 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -27,4 +27,4 @@ do_configure() {
     oe_runconf
 }
 
-FILES_${PN} += "${libdir}/X11"
+FILES_${PN} += "/usr/lib/X11"
-- 
2.1.4



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

end of thread, other threads:[~2016-01-31 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 19:56 [PATCH] xterm: revert FILES_PN change from recent package uprev Paul Gortmaker
2016-01-31 20:45 ` Phil Blundell
2016-01-31 21:51   ` Paul Gortmaker
2016-01-31 22:39     ` Phil Blundell
2016-01-31 23:05     ` Burton, Ross
2016-01-31 23:23       ` Paul Gortmaker
2016-01-31 23:07 ` Burton, Ross

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.