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

[GitHub] [arrow-adbc] lidavidm opened a new issue, #859: ci: GLib is failing again

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

   ```
   checking for arrow version (>= 12.0.1)... no
   *** extconf.rb failed ***
   Could not create Makefile due to some reason, probably lack of necessary
   libraries and/or headers.  Check the mkmf.log file for more details.  You may
   need configuration options.
   ```
   
   But: 
   
   ```
     + arrow-c-glib                     12.0.1  h977cf35_0          conda-forge/linux-64      782kB
   ```
   
   is there some mismatch in how the version is detected?


-- 
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] lidavidm commented on issue #859: ci: GLib is failing again

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

   Ah, whoops, I should've looked more closely at the log. Thanks!


-- 
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] kou closed issue #859: ci: GLib is failing again

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #859: ci: GLib is failing again
URL: https://github.com/apache/arrow-adbc/issues/859


-- 
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 #859: ci: GLib is failing again

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

   arrow-c-glib 12.0.1 was released but libarrow 12.0.1 isn't released yet.
   But red-arrow requires libarrow 12.0.1 (and arrow-c-glib 12.0.1) and it was failed.
   
   red-arrow can relax required libarrow to `12.*.*` because Apache Arrow C++ follows Semantic Versioning.


-- 
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] kou commented on issue #859: ci: GLib is failing again

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

   I've opened an issue on conda-forge/arrow-c-glib-feedstock: https://github.com/conda-forge/arrow-c-glib-feedstock/issues/12


-- 
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 #859: ci: GLib is failing again

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

   12.0.1 should have just gone out on conda-forge. I'm going to re-run the test on main and see if it's fixed now.


-- 
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] kou commented on issue #859: ci: GLib is failing again

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

   https://github.com/conda-forge/arrow-c-glib-feedstock/pull/14 solved this.


-- 
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 #859: ci: GLib is failing again

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

   Thanks Kou!


-- 
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 #859: ci: GLib is failing again

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

   arrow-c-glib 12.0.1 has this bound on libarrow:
   
   ```
   info/index.json
   7:    "libarrow >=12.0.0,<12.0.1.0a0",
   ```
   
   This is clearly wrong. I guess building the package before libarrow 12.0.1 came out meant it got pinned to the wrong version?


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