All of lore.kernel.org
 help / color / mirror / Atom feed
* non debug package contains .debug directory
@ 2014-01-15 19:07 kris duff
  0 siblings, 0 replies; 4+ messages in thread
From: kris duff @ 2014-01-15 19:07 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hello,

I'm working to port a custom software.

bitbake complain about :

NOTE: Checking Package: fcgi
ERROR:
 QA Issue: non debug package contains .debug directory: fcgi path 
/work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
ERROR: QA run found fatal errors. Please consider fixing them.

In my recipe I added : 
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"

I also tried : 
FILES_${PN}-dbg += "${D}/usr/bin/.debug"
FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

no luck for now. I tried few other things and I don't understand how to do that.

Any help would be highly appreciated!

Thank you

Kris


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

* non debug package contains .debug directory
@ 2014-01-15 19:07 kris duff
  2014-01-15 19:34 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: kris duff @ 2014-01-15 19:07 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hello,

I'm working to port a custom software.

bitbake complain about :

NOTE: Checking Package: fcgi
ERROR: QA Issue: non debug package contains .debug directory: fcgi path /work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
ERROR: QA run found fatal errors. Please consider fixing them.

In my recipe I added : 
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"

I also tried : 
FILES_${PN}-dbg += "${D}/usr/bin/.debug"
FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

no luck for now. I tried few other things and I don't understand how to do that.

Any help would be highly appreciated!

Thank you

Kris


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

* Re: non debug package contains .debug directory
  2014-01-15 19:07 non debug package contains .debug directory kris duff
@ 2014-01-15 19:34 ` Martin Jansa
  2014-01-15 19:52   ` kris duff
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-01-15 19:34 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Jan 15, 2014 at 11:07:53AM -0800, kris duff wrote:
> Hello,
> 
> I'm working to port a custom software.
> 
> bitbake complain about :
> 
> NOTE: Checking Package: fcgi
> ERROR: QA Issue: non debug package contains .debug directory: fcgi path /work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
> ERROR: QA run found fatal errors. Please consider fixing them.
> 
> In my recipe I added : 
> FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
> FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"
> 
> I also tried : 
> FILES_${PN}-dbg += "${D}/usr/bin/.debug"
> FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

Don't use ${D} or ${WORKDIR} prefix, it's path like on target so just:

FILES_${PN}-dbg += "${bindir}/.debug"

> no luck for now. I tried few other things and I don't understand how to do that.
> 
> Any help would be highly appreciated!

There is plenty of examples in layers, git grep is often best friend.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: non debug package contains .debug directory
  2014-01-15 19:34 ` Martin Jansa
@ 2014-01-15 19:52   ` kris duff
  0 siblings, 0 replies; 4+ messages in thread
From: kris duff @ 2014-01-15 19:52 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Thank you Martin for your help,

I had to remove the directory : FILES_${PN} += "/usr" and add your solution.

Thank you a lot !

I appreciate

Kris




On Wednesday, January 15, 2014 2:34:46 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
 
On Wed, Jan 15, 2014 at 11:07:53AM -0800, kris duff wrote:
> Hello,
> 
> I'm working to port a custom software.
> 
> bitbake complain about :
> 
> NOTE: Checking Package: fcgi
> ERROR: QA Issue: non debug package contains .debug directory: fcgi path /work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
> ERROR: QA run found fatal errors. Please consider fixing them.
> 
> In my recipe I added : 
> FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
> FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"
> 
> I also tried : 
> FILES_${PN}-dbg += "${D}/usr/bin/.debug"
> FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

Don't use ${D} or ${WORKDIR} prefix, it's path like on target so just:

FILES_${PN}-dbg += "${bindir}/.debug"


> no luck for now. I tried few other things and I don't understand how to do that.
> 
> Any help would be highly appreciated!

There is plenty of examples in layers, git grep is often best friend.

-- 
Martin 'JaMa' Jansa&#65533; &#65533;  jabber: Martin.Jansa@gmail.com
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
From B40290@freescale.com  Thu Jan 16 03:29:06 2014
Return-Path: <B40290@freescale.com>
X-Original-To: openembedded-devel@lists.openembedded.org
Delivered-To: openembedded-devel@lists.openembedded.org
Received: from db9outboundpool.messaging.microsoft.com
	(mail-db9lp0253.outbound.messaging.microsoft.com [213.199.154.253])
	by mail.openembedded.org (Postfix) with ESMTP id 182106B2E6
	for <openembedded-devel@lists.openembedded.org>;
	Thu, 16 Jan 2014 03:29:06 +0000 (UTC)
Received: from mail163-db9-R.bigfish.com (10.174.16.254) by
	DB9EHSOBE001.bigfish.com (10.174.14.64) with Microsoft SMTP Server id
	14.1.225.22; Thu, 16 Jan 2014 03:29:06 +0000
Received: from mail163-db9 (localhost [127.0.0.1])	by
	mail163-db9-R.bigfish.com (Postfix) with ESMTP id EBCA11600EA	for
	<openembedded-devel@lists.openembedded.org>;
	Thu, 16 Jan 2014 03:29:05 +0000 (UTC)
X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI;
	H:mail.freescale.net; RD:none; EFVD:NLI
X-SpamScore: 0
X-BigFish: VS0(zzzz1f42h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah21a7h1fc6hzz1de098h17326ah8275bh8275dh1de097h186068hz2dh2a8h839hd24he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dc1h1dfeh1dffh1e23h1fe8h1ff5h2218h2216h226dh22d0h2327h2336h2438h2461h2487h1155h)
Received: from mail163-db9 (localhost.localdomain [127.0.0.1]) by mail163-db9
	(MessageSwitch) id 1389842942633653_26614;
	Thu, 16 Jan 2014 03:29:02 +0000 (UTC)
Received: from DB9EHSMHS011.bigfish.com (unknown [10.174.16.251])	by
	mail163-db9.bigfish.com (Postfix) with ESMTP id 8E7074C0048;
	Thu, 16 Jan 2014 03:29:02 +0000 (UTC)
Received: from mail.freescale.net (70.37.183.190) by DB9EHSMHS011.bigfish.com
	(10.174.14.21) with Microsoft SMTP Server (TLS) id 14.16.227.3;
	Thu, 16 Jan 2014 03:29:02 +0000
Received: from tx30smr01.am.freescale.net (10.81.153.31) by
	039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP
	Server (TLS) id 14.3.158.2; Thu, 16 Jan 2014 03:29:00 +0000
Received: from sbuilder136.ap.freescale.net (sun.ap.freescale.net
	[10.192.208.136])	by tx30smr01.am.freescale.net (8.14.3/8.14.0) with
	ESMTP id s0G3SuCc007132;	Wed, 15 Jan 2014 20:28:57 -0700
From: <b40290@freescale.com>
To: <openembedded-devel@lists.openembedded.org>
Date: Thu, 16 Jan 2014 11:28:34 +0800
Message-ID: <1389842914-12116-1-git-send-email-b40290@freescale.com>
X-Mailer: git-send-email 1.8.3.2
MIME-Version: 1.0
Content-Type: text/plain
X-OriginatorOrg: freescale.com
X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn%
X-FOPE-CONNECTOR: Id%0$Dn%FREESCALE.MAIL.ONMICROSOFT.COM$RO%1$TLS%0$FQDN%$TlsDn%
Subject: [oe] [meta-oe][PATCH] python-mako: remove
X-BeenThere: openembedded-devel@lists.openembedded.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: openembedded-devel@lists.openembedded.org
List-Id: Using the OpenEmbedded metadata to build Distributions
	<openembedded-devel.lists.openembedded.org>
List-Unsubscribe: <http://lists.openembedded.org/mailman/options/openembedded-devel>,
	<mailto:openembedded-devel-request@lists.openembedded.org?subject

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

end of thread, other threads:[~2014-01-15 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 19:07 non debug package contains .debug directory kris duff
2014-01-15 19:34 ` Martin Jansa
2014-01-15 19:52   ` kris duff
  -- strict thread matches above, loose matches on Subject: below --
2014-01-15 19:07 kris duff

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.