You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/03/20 13:00:01 UTC

[GitHub] [arrow-adbc] paleolimbot opened a new issue, #529: Release verification can't verify APT/YUM packages on M1 with DOCKER_DEFAULT_PLATFORM set?

paleolimbot opened a new issue, #529:
URL: https://github.com/apache/arrow-adbc/issues/529

   The command was `USE_CONDA=1 dev/release/verify-release-candidate.sh 0.3.0 1` and the final error was:
   
   ```
   + apt install -y -V --no-install-recommends libadbc-driver-flightsql-dev=0.3.0-1
   
   WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
   
   Reading package lists...
   Building dependency tree...
   Reading state information...
   E: Unable to locate package libadbc-driver-flightsql-dev
   Failed to verify the APT repository for debian:bullseye
   Failed to verify release candidate. See /var/folders/p5/sxv05ml96sd1n2p3ssfhzzth0000gn/T/arrow-adbc-0.3.0.XXXXX.eK9dGiJs for details.
   ```
   
   The full log is here: https://gist.github.com/paleolimbot/7a0cb9c4146d38aec5e7c24448c0379d
   
   I am on MacOS Ventura (M1) and exported `DOCKER_DEFAULT_PLATFORM` before running verification:
   
   ```
   dewey@Deweys-Mac-mini arrow-adbc % echo $DOCKER_DEFAULT_PLATFORM
   linux/amd64
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] paleolimbot commented on issue #529: Release verification can't verify APT/YUM packages on M1 with DOCKER_DEFAULT_PLATFORM set?

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot commented on issue #529:
URL: https://github.com/apache/arrow-adbc/issues/529#issuecomment-1476432101

   Worked great!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] paleolimbot closed issue #529: Release verification can't verify APT/YUM packages on M1 with DOCKER_DEFAULT_PLATFORM set?

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #529: Release verification can't verify APT/YUM packages on M1 with DOCKER_DEFAULT_PLATFORM set?
URL: https://github.com/apache/arrow-adbc/issues/529


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] kou commented on issue #529: Release verification can't verify APT/YUM packages on M1 with DOCKER_DEFAULT_PLATFORM set?

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #529:
URL: https://github.com/apache/arrow-adbc/issues/529#issuecomment-1476978869

   Sorry! We should have merged #521 and #526 after the 0.3.0 vote is finished.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm commented on issue #529: Release verification can't verify APT/YUM packages on M1 with DOCKER_DEFAULT_PLATFORM set?

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #529:
URL: https://github.com/apache/arrow-adbc/issues/529#issuecomment-1476258903

   Ah...I think we just added the package, so the verification script on main no longer applies: https://github.com/apache/arrow-adbc/commit/daa674e62a5c70db3275143a3a2ceb9f966a3855
   
   You could revert to the commit before this and try again?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org