[
https://issues.apache.org/jira/browse/ARROW-15422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou updated ARROW-15422:
-----------------------------------
Description:
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 packages 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 this with the GDB
{{scripts-directory}} such as {{/usr/share/gdb/auto-load/}}, and append
{{-gdb.py}} at the end of the filename)
was:
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/...}}
> [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: 8.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 packages 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 this 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.1#820001)