Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pahole: call python via env in the shebang #436

Closed
wants to merge 1 commit into from

Conversation

teknoraver
Copy link
Contributor

Signed-off-by: Matteo Croce [email protected]

@kraj
Copy link
Contributor

kraj commented Sep 15, 2021

@teknoraver
Copy link
Contributor Author

I don't have this error locally.
I don't really know what's causing it. Any hint?

@kraj
Copy link
Contributor

kraj commented Sep 16, 2021

I don't have this error locally.
I don't really know what's causing it. Any hint?

you can add a temp machine conf e.g. see
YoeDistro/openembedded-core@67298dd

then build pahole for this machine again

then do

bitbake-diffsig on it.

@kraj
Copy link
Contributor

kraj commented Sep 17, 2021

merged with b23770a

@kraj kraj closed this Sep 17, 2021
@shr-project
Copy link
Contributor

I don't have this error locally. I don't really know what's causing it. Any hint?

oe-core$ openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets=pahole --analyze

shows:

 === Comparing signatures for task do_configure.sigdata between qemux86 and qemux86copy ===
ERROR: pahole different signature for task do_configure.sigdata between qemux86 and qemux86copy
NOTE: Reconnecting to bitbake server...
Hash for dependent task pahole/pahole_1.22.bb:do_prepare_recipe_sysroot changed from bfa7a0e0c59d99b0133ab295ebf7025a430242d4b8874d436d47cf8157192999 to e45ada248cd757d742872183d9fe426a7ce3b44a652b0900709ad3d0f3f64aa8
Unable to find matching sigdata for /OE/build/oe-core/meta-openembedded/meta-oe/recipes-devtools/pahole/pahole_1.22.bb:do_prepare_recipe_sysroot with hashes bfa7a0e0c59d99b0133ab295ebf7025a430242d4b8874d436d47cf8157192999 or e45ada248cd757d742872183d9fe426a7ce3b44a652b0900709ad3d0f3f64aa8

ERROR: 1 errors found in /OE/build/oe-core/tmp-glibc/sstate-diff/1633081392/signatures.qemux86copy.do_configure.sigdata.log

and

oe-core$ bitbake-diffsigs tmp-glibc/sstate-diff/1633081392/qemux86*/core2-32-oe-linux/pahole/*prepare_recipe_sysroot*
NOTE: Starting bitbake server...
NOTE: Started PRServer with DBfile: /OE/build/oe-core/cache/prserv.sqlite3, Address: 127.0.0.1:38435, PID: 21321
Hash for dependent task libbpf/libbpf_0.5.bb:do_populate_sysroot changed from 95bfd90e188d9ee6b4797736b07339d616655173a58a3f4f4f2ab4a5fa0bf3d8 to 9556bc318991640bba0eacc8f2102167bc7c389c13dadf08d69a9b864feae5c9
Unable to find matching sigdata for /OE/build/oe-core/meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb:do_populate_sysroot with hashes 95bfd90e188d9ee6b4797736b07339d616655173a58a3f4f4f2ab4a5fa0bf3d8 or 9556bc318991640bba0eacc8f2102167bc7c389c13dadf08d69a9b864feae5c9

meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb is MACHINE_ARCH, so pahole needs to be MACHINE_ARCH as well when it depends on it. Will send a fix for this.

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 19, 2022
License-Update:
"org.cups.cupsd.Notifier.xml" changed to "utils/org.cups.cupsd.Notifier.xml"
"GNU Library" changed to "GNU Library General"
"GNU Lesser" changed to "GNU Lesser General"

Changelog:
URL of issues  <https:/OpenPrinting/cups-filters/pull/#####>
=========
Bug fix release, containing backports of many of the bugs recently fixed during
the preparation of the cups-filters 2.x release.
Important is that cups-browsed's queue naming is aligned with CUPS' temporary
queue naming now and several bugs affecting driverless printing are fixed.

-libcupsfilters: Let PPD generator take default ColorModel from printer
 (CUPS issue openembedded#277).
-Braille: In vectortopdf check inkscape version to call inkscape with the
 correct command line (Issue openembedded#315, Pull request openembedded#443).
-Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font
 is only needed for test programs, not for actual use of cups-filters
 (Issue openembedded#411).
-libcupsfilters: In imagetoraster() fixed crash with SGray (Issue openembedded#435).
-cups-browsed: Naming of local queues is matched to CUPS' current naming of
 temporary queues (no leading or trailing underscores), to avoid duplicates in
 print dialogs which support CUPS' temporary queues.
-libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs
 (Issue openembedded#436).
-libcupsfilters: Let colord_get_profile_for_device_id() not return empty file
 name, to avoid error messages in CUPS error_log.
-foomatic-rip: Debug message was wrongly sent to stdout and not to log
 (Issue openembedded#422).

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 19, 2022
License-Update:
"org.cups.cupsd.Notifier.xml" changed to "utils/org.cups.cupsd.Notifier.xml"
"GNU Library" changed to "GNU Library General"
"GNU Lesser" changed to "GNU Lesser General"

Changelog:
URL of issues  <https:/OpenPrinting/cups-filters/pull/#####>
=========
Bug fix release, containing backports of many of the bugs recently fixed during
the preparation of the cups-filters 2.x release.
Important is that cups-browsed's queue naming is aligned with CUPS' temporary
queue naming now and several bugs affecting driverless printing are fixed.

-libcupsfilters: Let PPD generator take default ColorModel from printer
 (CUPS issue openembedded#277).
-Braille: In vectortopdf check inkscape version to call inkscape with the
 correct command line (Issue openembedded#315, Pull request openembedded#443).
-Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font
 is only needed for test programs, not for actual use of cups-filters
 (Issue openembedded#411).
-libcupsfilters: In imagetoraster() fixed crash with SGray (Issue openembedded#435).
-cups-browsed: Naming of local queues is matched to CUPS' current naming of
 temporary queues (no leading or trailing underscores), to avoid duplicates in
 print dialogs which support CUPS' temporary queues.
-libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs
 (Issue openembedded#436).
-libcupsfilters: Let colord_get_profile_for_device_id() not return empty file
 name, to avoid error messages in CUPS error_log.
-foomatic-rip: Debug message was wrongly sent to stdout and not to log
 (Issue openembedded#422).

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 13, 2023
Changelog:
=========
    setup.py -> pyproject.toml migration start (openembedded#427)
    Improve user install logic in activate-global-python-argcomplete (openembedded#437)
    Ensure Python 3.7 compatibility in check_console_script (openembedded#436)
    ZSH implementation fixes (openembedded#431, openembedded#433)
    Documentation improvements

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 13, 2023
Changelog:
=========
    setup.py -> pyproject.toml migration start (openembedded#427)
    Improve user install logic in activate-global-python-argcomplete (openembedded#437)
    Ensure Python 3.7 compatibility in check_console_script (openembedded#436)
    ZSH implementation fixes (openembedded#431, openembedded#433)
    Documentation improvements

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 14, 2023
Changelog:
=========
    setup.py -> pyproject.toml migration start (openembedded#427)
    Improve user install logic in activate-global-python-argcomplete (openembedded#437)
    Ensure Python 3.7 compatibility in check_console_script (openembedded#436)
    ZSH implementation fixes (openembedded#431, openembedded#433)
    Documentation improvements

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants