Skip to content

Trouble installing in flatpak-builder #433

@mbridon

Description

@mbridon

I'm trying to install Alien::Base::Wrapper in flatpak-builder as I need it for BBC's get_iplayer inside the Parabolic Flatpak build.

All the Perl modules I need to bundle inside I install with the following instructions:

 perl Makefile.PL PREFIX=/app LIB=/app/lib
 make
 make install

Inside a Flatpak build, instead of /usr, the build uses /app because /usr is read-only. 😉

And that works for all the Perl modules I'm adding, so far:

perl-HTML-Entities
perl-HTTP-Cookies
perl-HTTP-Date
perl-HTTP-Headers
perl-Clone
perl-LWP-ConnCache
perl-URI
perl-Try-Tiny
perl-File-Which
perl-Alien-Base-Wrapper

However, I also need to bundle perl-XML-LibXML, and that requires Alien::Base::Wrapper to build, which I can't build yet. 😞

And this is why I'm opening this issue. 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions