You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/04/20 12:17:00 UTC

[jira] [Commented] (ARROW-15422) [C++][Packaging] Package gdb plugin

    [ https://issues.apache.org/jira/browse/ARROW-15422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524941#comment-17524941 ] 

Antoine Pitrou commented on ARROW-15422:
----------------------------------------

[~kou] [~raulcd] One of you may want to tackle this? :-)

> [C++][Packaging] Package gdb plugin
> -----------------------------------
>
>                 Key: ARROW-15422
>                 URL: https://issues.apache.org/jira/browse/ARROW-15422
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++, Packaging
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 9.0.0
>
>
> The gdb plugin should be packaged appropriately. I'm not sure where/under which form.
> For example, on Ubuntu, GDB auto-load scripts are under {{/usr/share/gdb/auto-load/...}}.
> So, if a Arrow package installs {{/usr/lib/x86_64-linux-gnu/libarrow.so.700.0.0}}, the {{gdb_arrow.py}} script could be installed as {{/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libarrow.so.700.0.0-gdb.py}}.
> (take the {{realpath}} of the installed DLL, prefix it with the GDB {{scripts-directory}} such as {{/usr/share/gdb/auto-load/}}, and append {{-gdb.py}} at the end of the filename)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)