[
https://issues.apache.org/jira/browse/ARROW-15422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou reassigned ARROW-15422:
------------------------------------
Assignee: Kouhei Sutou
> [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
> Assignee: Kouhei Sutou
> 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)