You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/07/03 05:49:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-15422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou resolved ARROW-15422.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 13477
[https://github.com/apache/arrow/pull/13477]

> [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
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> 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.10#820010)