You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "VergeDX (via GitHub)" <gi...@apache.org> on 2023/06/15 08:05:44 UTC

[GitHub] [arrow] VergeDX opened a new issue, #36085: [Packaging] Install `libplasma-dev` on Debian amd64 platform failed with version conflict.

VergeDX opened a new issue, #36085:
URL: https://github.com/apache/arrow/issues/36085

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   ```text
   The following packages have unmet dependencies:
    libplasma-dev : Depends: libarrow-cuda-dev (= 11.0.0-1) but 12.0.1-1 is to be installed
   E: Unable to correct problems, you have held broken packages.
   ```
   
   Temporary Fix:
   
   ```
   apt install libarrow-dev=11.0.0-1
   apt install libarrow-cuda-dev=11.0.0-1
   apt install libplasma-dev
   ```
   
   
   ### Component(s)
   
   Packaging


-- 
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] raulcd commented on issue #36085: [Packaging] Install `libplasma-dev` on Debian amd64 platform failed with version conflict.

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

   Sorry, were I said deprecated, I meant removed on 12.0.0, Plasma was deprecated on 10.0.0.


-- 
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] VergeDX commented on issue #36085: [Packaging] Install `libplasma-dev` on Debian amd64 platform failed with version conflict.

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

   Oh! I forget that, thanks for the explanation!


-- 
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] raulcd commented on issue #36085: [Packaging] Install `libplasma-dev` on Debian amd64 platform failed with version conflict.

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

   Plasma was deprecated on 12.0.0 as per https://github.com/apache/arrow/issues/33243. Not pinning specific dependencies versions fail as the latest release is 12.0.1 but plasma requires 11.0.0.
   I think your solution for a temporary fix is the solution if you want to use plasma as that is the latest available release.


-- 
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] VergeDX closed issue #36085: [Packaging] Install `libplasma-dev` on Debian amd64 platform failed with version conflict.

Posted by "VergeDX (via GitHub)" <gi...@apache.org>.
VergeDX closed issue #36085: [Packaging] Install `libplasma-dev` on Debian amd64 platform failed with version conflict.
URL: https://github.com/apache/arrow/issues/36085


-- 
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