* Fixing QA Errors?
@ 2007-03-04 3:07 Mark Gollahon
2007-03-04 8:41 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Mark Gollahon @ 2007-03-04 3:07 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3883 bytes --]
A question for the insane.bbclass developers - how do I go about fixing these errors? Do we have any generalized information about what they mean (I can't find any on the wiki or via google...)?
ERROR: QA Issue: non -dev package contains symlink .so: libqtaux2 path '/work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/libqtaux2.so'
ERROR: QA Issue: non debug package contains .debug directory: libqtaux2 path /work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/.debug/libqtaux2.so.1.0.0
Regards,
-Mark Gollahon
===========================================================
OE Build Configuration:
BB_VERSION = "1.6.6"
OE_REVISION = "712cbf18ae0aff9705da999fd722fcd489e821dd"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "spitz"
DISTRO = "angstrom"
DISTRO_VERSION = "test-20070304"
TARGET_FPU = "soft"
NOTE: preferred version 2.5 of glibc not available
NOTE: package libqtaux2-1.2.2: started
NOTE: package libqtaux2-1.2.2-r0: task do_fetch: started
NOTE: package libqtaux2-1.2.2-r0: task do_fetch: completed
NOTE: package libqtaux2-1.2.2-r0: task do_unpack: started
NOTE: Unpacking /var/tmp/OpenEmbedded/sources/opie.libqtaux_anoncvs.handhelds.org_v1_2_2_.tar.gz to /var/tmp/OpenEmbedded/Spitz/tmp/work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/
NOTE: package libqtaux2-1.2.2-r0: task do_unpack: completed
NOTE: package libqtaux2-1.2.2-r0: task do_patch: started
NOTE: package libqtaux2-1.2.2-r0: task do_patch: completed
NOTE: package libqtaux2-1.2.2-r0: task do_configure: started
NOTE: package libqtaux2-1.2.2-r0: task do_configure: completed
NOTE: package libqtaux2-1.2.2-r0: task do_qa_configure: started
NOTE: Checking sanity of the config.log file
NOTE: package libqtaux2-1.2.2-r0: task do_qa_configure: completed
NOTE: package libqtaux2-1.2.2-r0: task do_compile: started
NOTE: package libqtaux2-1.2.2-r0: task do_compile: completed
NOTE: package libqtaux2-1.2.2-r0: task do_install: started
NOTE: package libqtaux2-1.2.2-r0: task do_install: completed
NOTE: package libqtaux2-1.2.2-r0: task do_opie_install: started
NOTE: Section = Base or Libs. Target won't be installed automatically.
NOTE: package libqtaux2-1.2.2-r0: task do_opie_install: completed
NOTE: package libqtaux2-1.2.2-r0: task do_package: started
NOTE: DO PACKAGE QA
NOTE: Checking Package: libqtaux2-dbg
NOTE: Checking Package: libqtaux2
ERROR: QA Issue: non -dev package contains symlink .so: libqtaux2 path '/work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/libqtaux2.so'
ERROR: QA Issue: non debug package contains .debug directory: libqtaux2 path /work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/.debug/libqtaux2.so.1.0.0
NOTE: Checking Package: libqtaux2-doc
NOTE: Checking Package: libqtaux2-dev
NOTE: Checking Package: libqtaux2-locale
ERROR: QA ran found fatal errors. Please consider fixing them
ERROR: Error in executing: /var/tmp/OpenEmbedded/org.openembedded.dev/packages/libqtaux/libqtaux2_1.2.2.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
ERROR: Error in executing: /var/tmp/OpenEmbedded/org.openembedded.dev/packages/libqtaux/libqtaux2_1.2.2.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
ERROR: Error in executing: /var/tmp/OpenEmbedded/org.openembedded.dev/packages/libqtaux/libqtaux2_1.2.2.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
ERROR: Error in executing: /var/tmp/OpenEmbedded/org.openembedded.dev/packages/libqtaux/libqtaux2_1.2.2.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fixing QA Errors?
2007-03-04 3:07 Fixing QA Errors? Mark Gollahon
@ 2007-03-04 8:41 ` Koen Kooi
2007-03-04 12:19 ` pHilipp Zabel
2007-03-04 23:02 ` Mark Gollahon
0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2007-03-04 8:41 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Mark Gollahon schreef:
> A question for the insane.bbclass developers - how do I go about fixing these errors? Do we have any generalized information about what they mean (I can't find any on the wiki or via google...)?
There's not one definitive doc I can point you too. I can however show you an example on
how to solve the errors you are seeing.
> ERROR: QA Issue: non -dev package contains symlink .so: libqtaux2 path '/work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/libqtaux2.so'
FILES_${PN}-dev += "/opt/QtPalmtop/lib/*.so"
> ERROR: QA Issue: non debug package contains .debug directory: libqtaux2 path /work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/.debug/libqtaux2.so.1.0.0
FILES_${PN}-dbg += "/opt/QtPalmtop/lib/.debug"
I'm not sure if the first FILES statement is correct, since I don't know about qtopia
details, but the second one is correct.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFF6oYpMkyGM64RGpERAk03AJ46ZBPW0OOD9lRe0R0G0t1TF5I8JgCgpL3D
tbiDHrz0k37RqfzXAAU1csg=
=OzEM
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fixing QA Errors?
2007-03-04 8:41 ` Koen Kooi
@ 2007-03-04 12:19 ` pHilipp Zabel
2007-03-04 23:02 ` Mark Gollahon
1 sibling, 0 replies; 6+ messages in thread
From: pHilipp Zabel @ 2007-03-04 12:19 UTC (permalink / raw)
To: openembedded-devel
On 3/4/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mark Gollahon schreef:
> > A question for the insane.bbclass developers - how do I go about fixing these errors? Do we have any generalized information about what they mean (I can't find any on the wiki or via google...)?
>
> There's not one definitive doc I can point you too. I can however show you an example on
> how to solve the errors you are seeing.
>
> > ERROR: QA Issue: non -dev package contains symlink .so: libqtaux2 path '/work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/libqtaux2.so'
>
> FILES_${PN}-dev += "/opt/QtPalmtop/lib/*.so"
>
> > ERROR: QA Issue: non debug package contains .debug directory: libqtaux2 path /work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/.debug/libqtaux2.so.1.0.0
>
> FILES_${PN}-dbg += "/opt/QtPalmtop/lib/.debug"
>
> I'm not sure if the first FILES statement is correct, since I don't know about qtopia
> details, but the second one is correct.
Could we have FILES_${PN}-dbg default to something that works like a
".*/\.debug/.*" regexp? That way we wouldn't have to special-case
every package that has binaries in non-standard locations...
regards
Philipp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fixing QA Errors?
2007-03-04 8:41 ` Koen Kooi
2007-03-04 12:19 ` pHilipp Zabel
@ 2007-03-04 23:02 ` Mark Gollahon
2007-03-12 13:09 ` Nicola Ranaldo
1 sibling, 1 reply; 6+ messages in thread
From: Mark Gollahon @ 2007-03-04 23:02 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1942 bytes --]
Koen:
I've tried several different combinations for the FILES_ stuff, but I am still getting both errors. Since the errors show up when QA checking the libqtaux2 package (as opposed to checking the *-dev, *-doc, etc., packages), could this be more of a problem of the files not getting installed to the right place, or is that what the FILES_* spec is supposed to do?
Regards,
-Mark Gollahon
Koen Kooi wrote ..
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mark Gollahon schreef:
> > A question for the insane.bbclass developers - how do I go about fixing
> these errors? Do we have any generalized information about what they mean
> (I can't find any on the wiki or via google...)?
>
> There's not one definitive doc I can point you too. I can however show
> you an example on
> how to solve the errors you are seeing.
>
> > ERROR: QA Issue: non -dev package contains symlink .so: libqtaux2 path
> '/work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/libqtaux2.so'
>
> FILES_${PN}-dev += "/opt/QtPalmtop/lib/*.so"
>
> > ERROR: QA Issue: non debug package contains .debug directory: libqtaux2
> path /work/armv5te-angstrom-linux-gnueabi/libqtaux2-1.2.2-r0/install/libqtaux2/opt/QtPalmtop/lib/.debug/libqtaux2.so.1.0.0
>
> FILES_${PN}-dbg += "/opt/QtPalmtop/lib/.debug"
>
> I'm not sure if the first FILES statement is correct, since I don't know
> about qtopia
> details, but the second one is correct.
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFF6oYpMkyGM64RGpERAk03AJ46ZBPW0OOD9lRe0R0G0t1TF5I8JgCgpL3D
> tbiDHrz0k37RqfzXAAU1csg=
> =OzEM
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fixing QA Errors?
2007-03-04 23:02 ` Mark Gollahon
@ 2007-03-12 13:09 ` Nicola Ranaldo
2007-03-12 13:15 ` Paul Sokolovsky
0 siblings, 1 reply; 6+ messages in thread
From: Nicola Ranaldo @ 2007-03-12 13:09 UTC (permalink / raw)
To: openembedded-devel, openembedded-devel
On Monday 05 March 2007 00:02:41 Mark Gollahon wrote:
> Koen:
>
> I've tried several different combinations for the FILES_ stuff, but I am
> still getting both errors. Since the errors show up when QA checking the
> libqtaux2 package (as opposed to checking the *-dev, *-doc, etc.,
> packages), could this be more of a problem of the files not getting
> installed to the right place, or is that what the FILES_* spec is supposed
> to do?
Try putting thos lines *before* the others.
This worked for me on librsvg.
Howewer is it planned to fix all the qa issues on the repository or have we to
open a bug for every qa related question?
Niko
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fixing QA Errors?
2007-03-12 13:09 ` Nicola Ranaldo
@ 2007-03-12 13:15 ` Paul Sokolovsky
0 siblings, 0 replies; 6+ messages in thread
From: Paul Sokolovsky @ 2007-03-12 13:15 UTC (permalink / raw)
To: Nicola Ranaldo; +Cc: openembedded-devel
Hello Nicola,
Monday, March 12, 2007, 3:09:48 PM, you wrote:
> On Monday 05 March 2007 00:02:41 Mark Gollahon wrote:
>> Koen:
>>
>> I've tried several different combinations for the FILES_ stuff, but I am
>> still getting both errors. Since the errors show up when QA checking the
>> libqtaux2 package (as opposed to checking the *-dev, *-doc, etc.,
>> packages), could this be more of a problem of the files not getting
>> installed to the right place, or is that what the FILES_* spec is supposed
>> to do?
> Try putting thos lines *before* the others.
> This worked for me on librsvg.
> Howewer is it planned to fix all the qa issues on the repository or have we to
> open a bug for every qa related question?
Open bug, attach patch. Feel free to open one bug for fix to a bunch
of recipes ;-)
> Niko
--
Best regards,
Paul mailto:pmiscml@gmail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-03-12 13:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-04 3:07 Fixing QA Errors? Mark Gollahon
2007-03-04 8:41 ` Koen Kooi
2007-03-04 12:19 ` pHilipp Zabel
2007-03-04 23:02 ` Mark Gollahon
2007-03-12 13:09 ` Nicola Ranaldo
2007-03-12 13:15 ` Paul Sokolovsky
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.