Skip to content

issues Search Results · repo:PerlAlien/Alien-Build language:Perl

Filter by

185 results
 (81 ms)

185 results

inPerlAlien/Alien-Build (press backspace or delete to remove)

I just worked around an issue with Alien::Build::Plugin::Build::SearchDep where system paths were listed in the set of libs before any of the share installs. The issue with this is that the share aliens ...
  • shawnlaffan
  • Opened 
    on Oct 24, 2024
  • #419

The current code to check if an alien is a share or system install uses string comparison or arguments, e.g. Alien::somepackage- install_type eq system or Alien::somepackage- install_type( system ). ...
  • shawnlaffan
  • 2
  • Opened 
    on Oct 24, 2024
  • #418

Possibly not a big issue, but it seems the clean_install option is not run when doing a system install. I assume it should? Example below uses Alien::libtiff given it can be installed as a system dep. ...
  • shawnlaffan
  • 3
  • Opened 
    on Oct 11, 2024
  • #417

Hello, Here is the log : log.txt I think the issue comes from here but I do not know if I m true and neither how to fix it. Architecture detection: Unknown archname aix . at /opt/ocsinventory/perl/lib/site_perl/5.32.1/Alien/Build/Plugin/Core/Setup.pm ...
  • adubois-bib
  • Opened 
    on Jun 26, 2024
  • #414

I am trying to package Alien-Build 2.83 for Arch Linux and got this weird test failure: t/alien_build_plugin_pkgconfig_libpkgconf.t (Wstat: 139 (Signal: SEGV, dumped core) Tests: 4 Failed: 0) ...
  • felixonmars
  • 2
  • Opened 
    on Jun 11, 2024
  • #413

Perls on arm freebsd 14 systems may report as the archname arm64-freebsd (which seems to be the case for the system perl) or aarch64-freebsd (for self-compiled perls). For the former this means that the ...
🐞Bug
  • eserte
  • 3
  • Opened 
    on May 23, 2024
  • #411

Trying to install MSOffice::Word::Template and is failing due to issue with dependency Alien::Build::Plugin. It appears the Setup.pm file does not account for architecture ppc-aix-thread-multi-64all. ...
  • Jim19249124
  • 7
  • Opened 
    on Apr 22, 2024
  • #410

I m running into some issues with using the PkgConfig plugin with qhull. The root of this is that qhull uses separate pc files for static and dynamic linking, and because of how some Linux distributions ...
  • djerius
  • 1
  • Opened 
    on Mar 6, 2024
  • #409

Howdy, The value of a Makefile variable is decided by whichever of these definitions comes first: 1. on command line 2. in Makefile 3. in environment Alien::Build uses approach 3 to define DESTDIR, ...
  • djerius
  • Opened 
    on Mar 4, 2024
  • #408

On Windows, Meson s path handling drops the drive letter from the prefix path when joining the DESTDIR with the prefix. I have a work around that replaces the private Alien::Build::Util::_destdir_prefix ...
  • zmughal
  • 1
  • Opened 
    on Nov 7, 2023
  • #407
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub