From: "Guðni Már Gilbert" <gudnimar@noxmedical.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow
Date: Wed, 01 May 2024 09:00:03 -0700 [thread overview]
Message-ID: <26415.1714579203790695160@lists.openembedded.org> (raw)
In-Reply-To: <20240501081846.6363-1-gudnimar@noxmedical.com>
[-- Attachment #1: Type: text/plain, Size: 10759 bytes --]
Hi, I found even more files which don't exist. Please ignore this patch.
I added locally a new QA error which will produce a warning when a non-existent file in FILES is found since manually trying to find these is just time consuming and I will miss something. This is what my QA check outputs:
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_news.py*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/news' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_flow.py*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/flow' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-pair contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_pair.py*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-pair contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc' but was not found.
I can confirm every single one of these errors are valid and will submit a patch to remove them later. Perhaps it would be useful to have an official check in openembedded-core? :)
My check is also producing a lot of noise, I'm not sure if these are valid. I might have added my check not in a optimal location in the code. Posting it below for those interested.
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-src contains './usr/src/debug' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/lib/debug' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/lib/debug-static' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/src/debug' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './lib/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/python3-twisted/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/python3.12/site-packages/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/include' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/lib*.so' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/lib*.so' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/*.o' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/pkgconfig' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/pkgconfig' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/aclocal' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/*.o' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/python3-twisted/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/cmake' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/cmake' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/python3.12/site-packages/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/doc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/man' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/info' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/gtk-doc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/gnome/help' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-locale contains './usr/share/locale' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/sbin/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/libexec/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/lib*.so.*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './etc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './com' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './var' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './bin/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './sbin/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/*.so.*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/python3-twisted' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/python3-twisted/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/pixmaps' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/applications' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/idl' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/omf' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/sounds' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/bonobo/servers' but was not found.
[-- Attachment #2: Type: text/html, Size: 11191 bytes --]
next prev parent reply other threads:[~2024-05-01 16:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 8:18 [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow Guðni Már Gilbert
2024-05-01 16:00 ` Guðni Már Gilbert [this message]
2024-05-01 16:03 ` [oe] " Khem Raj
2024-05-01 16:13 ` Guðni Már Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=26415.1714579203790695160@lists.openembedded.org \
--to=gudnimar@noxmedical.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.