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

wrong package IDs listed for some recipe revisions #176

Open
jcar87 opened this issue Jul 25, 2024 · 0 comments
Open

wrong package IDs listed for some recipe revisions #176

jcar87 opened this issue Jul 25, 2024 · 0 comments

Comments

@jcar87
Copy link
Contributor

jcar87 commented Jul 25, 2024

seen here: https://conan.io/center/recipes/boost?version=1.78.0
and reported in #conan in cpplang

Screenshot 2024-07-25 at 14 41 43

the reference boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a was built/published on 4-July-2024 here conan-io/conan-center-index@6b98146

the website is reporting package IDs that look like they were never built or published for that particular revision,

% conan list "boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:*" -r conancenter --format=compact
conancenter
  boost/1.78.0
    boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a%1720080622.155 (2024-07-04 08:10:22 UTC)
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:7a8c7c1153fc761b23938c3d5644fcd255fefcf6
        settings: Linux, x86_64, Release, gcc, 17, libstdc++11, 11
        options(diff): addr2line_location=/usr/bin/addr2line, fPIC=True, i18n_backend_iconv=libc, shared=False, with_stacktrace_backtrace=True
        requires: bzip2/1.0.Z, libbacktrace/cci, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:f9139dc3b14609ced8658b8423c663db78687c16
        settings: Macos, armv8, Release, apple-clang, 17, libc++, 13
        options(diff): addr2line_location=/usr/bin/addr2line, fPIC=True, i18n_backend_iconv=libiconv, shared=False, with_stacktrace_backtrace=True
        requires: bzip2/1.0.Z, libbacktrace/cci, libiconv/1.17.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:6287551b4c905db93906bb70b97482028604d465
        settings: Macos, x86_64, Release, apple-clang, 17, libc++, 13
        options(diff): addr2line_location=/usr/bin/addr2line, fPIC=True, i18n_backend_iconv=libiconv, shared=False, with_stacktrace_backtrace=True
        requires: bzip2/1.0.Z, libbacktrace/cci, libiconv/1.17.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:73f59a3db3dca42a10fc8701dd5de6fe41c64687
        settings: Windows, x86_64, Release, msvc, 14, dynamic, Release, 193
        options(diff): i18n_backend_iconv=off, shared=False
        requires: bzip2/1.0.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:c97e1db062034ab73c18734b99caa396d28e604d
        settings: Macos, x86_64, Release, apple-clang, 17, libc++, 13
        options(diff): addr2line_location=/usr/bin/addr2line, i18n_backend_iconv=libiconv, shared=True, with_stacktrace_backtrace=True
        requires: bzip2/1.0.Z, libbacktrace/cci, libiconv/1.17.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:237364e25e3344b014e45cca251c79293727ee29
        settings: Windows, x86_64, Release, msvc, 14, dynamic, Release, 193
        options(diff): i18n_backend_iconv=off, shared=True
        requires: bzip2/1.0.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:6e2ccf8122ec6203c852b0948f8d7c5a3ddf5174
        settings: Windows, x86_64, Release, msvc, 14, dynamic, Release, 192
        options(diff): i18n_backend_iconv=off, shared=False
        requires: bzip2/1.0.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:272da2d90448a258e9d0d47822e4d2db683f1a3a
        settings: Linux, x86_64, Release, gcc, 17, libstdc++11, 11
        options(diff): addr2line_location=/usr/bin/addr2line, i18n_backend_iconv=libc, shared=True, with_stacktrace_backtrace=True
        requires: bzip2/1.0.Z, libbacktrace/cci, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:a4978b63ea447cdc5b73eeaeb977ba33abee5782
        settings: Windows, x86_64, Release, msvc, 14, dynamic, Release, 192
        options(diff): i18n_backend_iconv=off, shared=True
        requires: bzip2/1.0.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:2dfbe8eca629266670e6102e0d1515b6939599d3
        settings: Macos, armv8, Release, apple-clang, 17, libc++, 13
        options(diff): addr2line_location=/usr/bin/addr2line, i18n_backend_iconv=libiconv, shared=True, with_stacktrace_backtrace=True
        requires: bzip2/1.0.Z, libbacktrace/cci, libiconv/1.17.Z, zlib/1.3.Z
      boost/1.78.0#7e28e43b64aebe5ccba7fe0aa193542a:da39a3ee5e6b4b0d3255bfef95601890afd80709

at that date, the solver for zlib would always solve to zlib/1.3.Z, but the website reports some packages built for zlib/1.2.Z - which is highly unlikely.
all packages that were ever published for this recipe revision were built with zlib/1.3.z : https://c3i.jfrog.io/c3i/misc-v2/summary.html?json=https://c3i.jfrog.io/c3i/misc-v2/logs/pr/24514/1/boost/1.78.0//summary.json

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

No branches or pull requests

1 participant