Skip to content

[vcpkg baseline][python2] fix bz2(d) search on Linux#23553

Merged
dan-shaw merged 8 commits intomicrosoft:masterfrom
JackBoosY:dev/jack/fix-baseline-20220315
Mar 17, 2022
Merged

[vcpkg baseline][python2] fix bz2(d) search on Linux#23553
dan-shaw merged 8 commits intomicrosoft:masterfrom
JackBoosY:dev/jack/fix-baseline-20220315

Conversation

@JackBoosY
Copy link
Contributor

Python2 has the same issue on Linux:

Mismatching number of debug and release binaries. Found 62 for debug but 63 for release.
Debug binaries

    /mnt/vcpkg-ci/packages/python2_x64-linux/debug/lib/python2.7/lib-dynload/cmath.so
    /mnt/vcpkg-ci/packages/python2_x64-linux/debug/lib/python2.7/lib-dynload/time.so
...
    /mnt/vcpkg-ci/packages/python2_x64-linux/debug/lib/libpython2.7.a

Release binaries

    /mnt/vcpkg-ci/packages/python2_x64-linux/lib/python2.7/lib-dynload/cmath.so
...
    /mnt/vcpkg-ci/packages/python2_x64-linux/lib/python2.7/lib-dynload/bz2.so
    /mnt/vcpkg-ci/packages/python2_x64-linux/lib/python2.7/config/libpython2.7.a
    /mnt/vcpkg-ci/packages/python2_x64-linux/lib/libpython2.7.a


Found 1 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile:
    /agent/_work/1/s/ports/python2/portfile.cmake

Based on #23525. Thanks @Neumann-A !

@Osyotr
Copy link
Contributor

Osyotr commented Mar 15, 2022

By the way, is it ok that this port does not build interpreter? python3 port does.

@JackBoosY
Copy link
Contributor Author

@Osyotr I don't know, the purpose of this PR is to fix the baseline issue.

@JackBoosY
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

JackBoosY added 2 commits March 16, 2022 23:06
@JackBoosY JackBoosY requested a review from LilyWangLL March 17, 2022 06:22
@LilyWangLL LilyWangLL added the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Mar 17, 2022
@JackBoosY
Copy link
Contributor Author

cc @vicroms for merge this.

@dan-shaw dan-shaw merged commit b96bfdb into microsoft:master Mar 17, 2022
@JackBoosY JackBoosY deleted the dev/jack/fix-baseline-20220315 branch March 18, 2022 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:port-bug The issue is with a library, which is something the port should already support info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants