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

[libjpeg] Update sha256 for 9e #15093

Merged
merged 3 commits into from
Jan 6, 2023

Conversation

uilianries
Copy link
Member

@uilianries uilianries commented Jan 3, 2023

Specify library name and version: libjpeg

This PR continues #15045 and it's related to #4151

closes #13417

/cc @arekmula @mejdys @Wuqiqi123


Signed-off-by: Uilian Ries <uilianries@gmail.com>
@uilianries uilianries changed the title Update libjpeg source checksum [libjpeg] Update sha256 for 9c and 9d Jan 3, 2023
@uilianries uilianries marked this pull request as ready for review January 3, 2023 16:09
AbrilRBS
AbrilRBS previously approved these changes Jan 3, 2023
@prince-chrismc
Copy link
Contributor

Dont forget to label these pretty please

prince-chrismc
prince-chrismc previously approved these changes Jan 3, 2023
@uilianries
Copy link
Member Author

@prince-chrismc thank you for labeling, totally forgot it, sorry!

arekmula
arekmula previously approved these changes Jan 3, 2023
Copy link

@arekmula arekmula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!

@conan-center-bot

This comment has been minimized.

SpaceIm
SpaceIm previously approved these changes Jan 3, 2023
MartinDelille
MartinDelille previously approved these changes Jan 3, 2023
@prince-chrismc
Copy link
Contributor

CCI master build is stuck :/

@mejdys
Copy link

mejdys commented Jan 4, 2023

ijg.org fixed their server configuration and the downloads work again like a week ago. Calculated checksums for 9c and 9d now are in sync with the recipe as on main, so no need for this PR.
There is a need, however, to revert the checksum change for 9e done in #15045, as we now get:

libjpeg/9e: Configuring sources in /Users/me/.conan/data/libjpeg/9e/_/_/source/src
Downloading jpegsrc.v9e.tar.gz completed [1022.40k]                                      libjpeg/9e: g/9e: 
ERROR: libjpeg/9e: Error in source() method, line 65
	get(self, **self.conan_data["sources"][self.version],
	ConanException: sha256 signature failed for 'jpegsrc.v9e.tar.gz' file. 
 Provided signature: 5d5349c3aacc978dfcbde11f7904d2965395261dd818ce21c15806f736b8911e  
 Computed signature: 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d

@prince-chrismc
Copy link
Contributor

Just saw the 9e failing myself :)

@prince-chrismc
Copy link
Contributor

Going to let CI error out so we dont see this merge :)

I have god powers 😈
@prince-chrismc prince-chrismc changed the title [libjpeg] Update sha256 for 9c and 9d [libjpeg] Update sha256 for 9e Jan 4, 2023
@prince-chrismc
Copy link
Contributor

Actually I just used my permissions, I forget I have those 🙃

@conan-center-bot

This comment has been minimized.

@prince-chrismc
Copy link
Contributor

c3i is currently working on build again 😕

@prince-chrismc
Copy link
Contributor

still building.... 😠

@SpaceIm
Copy link
Contributor

SpaceIm commented Jan 5, 2023

It's stuck, there is a successful report of conan-center-bot but continuous-integration is still pending.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline

All green in build 6 (d9ffc7e51a679d0b9ff24fe7b53f20f2dc3fa646):

  • libjpeg/9e@:
    All packages built successfully! (All logs)

  • libjpeg/9c@:
    All packages built successfully! (All logs)

  • libjpeg/9d@:
    All packages built successfully! (All logs)


Conan v2 pipeline (informative, not required for merge)

Failure in build 4 (d9ffc7e51a679d0b9ff24fe7b53f20f2dc3fa646):

  • libjpeg/9c@:
    Didn't run or was cancelled before finishing

  • libjpeg/9e@:
    Didn't run or was cancelled before finishing

  • libjpeg/9d@:
    An unexpected error happened and has been reported


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@henryborchers
Copy link

I'm still getting...

Provided signature: 5d5349c3aacc978dfcbde11f7904d2965395261dd818ce21c15806f736b8911e  
Computed signature: 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d

How long should this take before this is reflected in the https://center.conan.io remote?

@prince-chrismc
Copy link
Contributor

You need to update your recipe, if you are not using revisions you can empty the cache and install it again

@henryborchers
Copy link

I tried with a fresh os inside a docker container with no existing cache and still the same effect.

@prince-chrismc
Copy link
Contributor

It's not just you 🤔

libjpeg/9e: Configuring sources in /Users/christopherm/.conan/data/libjpeg/9e/_/_/source/src
Downloading jpegsrc.v9e.tar.gz:   0%|          | 0.00/1.00M [00:00<?, ?B/s]libjpDownloading jpegsrc.v9e.tar.gz:  39%|###9      | 400k/1.00M [00:00<00:00, 2.59MB                                                                                Downloading jpegsrc.v9e.tar.gz completed [1022.40k]                                      libjpeg/9e:
ERROR: libjpeg/9e: Error in source() method, line 65
	get(self, **self.conan_data["sources"][self.version],
	ConanException: sha256 signature failed for 'jpegsrc.v9e.tar.gz' file.
 Provided signature: 5d5349c3aacc978dfcbde11f7904d2965395261dd818ce21c15806f736b8911e
 Computed signature: 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d

Usually its faster then that maybe the backend got word it's a holiday and took today off

@henryborchers
Copy link

Ugh.. I got super excited to get this working again.

@henryborchers
Copy link

This was merged 8 hours ago. How long should this take before it's available on the backend?

@henryborchers
Copy link

This is still happening. Did something on the backend get messed up and it didn't update properly?

AbrilRBS pushed a commit to AbrilRBS/conan-center-index that referenced this pull request Jan 16, 2023
* Update libjpeg source checksum

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* libjpeg: put back old sha for 9e

* libjpeg: fix more shas

I have god powers 😈

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
datalogics-robb pushed a commit to datalogics-robb/conan-center-index that referenced this pull request Mar 6, 2023
…-index

* 'develop' of octocat.dlogics.com:datalogics/conan-center-index: (259 commits)
  Allow empty keys in dlproject.yaml for merging tasks
  (conan-io#15093) [libjpeg] Update sha256 for 9e
  (conan-io#15123) faac: add Visual Studio support + drop 1.28
  (conan-io#14103) gmp: conan v2 support
  (conan-io#14982) rapidyaml: add version 0.5.0
  (conan-io#15122) m4: use positional arguments when calling self.run()
  (conan-io#15091) catch2.x.x: Fix test_package for v2
  (conan-io#12938) capnproto: conan v2 support
  (conan-io#15097) http_parser: modernize
  (conan-io#15096) perlinnoise: add recipe
  (conan-io#15088) Make openexr v2 compatible
  (conan-io#15056) qt5: Apple OSs don't require CROSS_COMPILE option
  (conan-io#14974) libxshmfence: generate gcc11 binaries
  (conan-io#14903) arrow: remove patch for CMake
  (conan-io#14874) faac: conan v2 support
  (conan-io#13896) [gcc] Migrate recipe to conan v2, add gfortran to compilation
  Revert "(conan-io#14221) [config] Use larger resources to build cppfront packages" (conan-io#14953)
  (conan-io#15086) openh264: fix tools legacy
  (conan-io#15085) Make xkeyboard-config v2 compatible
  (conan-io#15089) Raise required_conan_version for xorg/system
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] libjpeg/9d: Can't build on windows (hash mismatch)
10 participants