Giter VIP home page Giter VIP logo

Comments (7)

schwern avatar schwern commented on September 28, 2024

That report is an error in the ExtUtils::MakeMaker test suite. What does it have to do with Alien-SVN? What would Alien-Base do to solve this problem?

from alien-svn.

mohawk2 avatar mohawk2 commented on September 28, 2024

Are you saying that a distro that installs *.a files without probably intending to is working in a well-behaved way?

from alien-svn.

schwern avatar schwern commented on September 28, 2024

Let's back up. If you think something's wrong, it probably is. I only have a vague idea of what a .a file is, so you're going to have to explain what Alien::SVN is doing naughty in some more detail. Alien::SVN is a thin wrapper around the Subversion source and uses their build process. Explanations would be great. A pull request would be even better. We really need help from someone who understands all that.

I'm also totally open to replacing Alien::SVN's custom build code with Alien::Base. It looks like it'll do everything Alien::SVN does and more.

As for MakeMaker, I understand that's what pointed you at the problem in Alien::SVN, and vaguely understand how Alien::SVN might break makeaperl... but if Alien::SVN can break their tests, they need to rethink how that test works.

from alien-svn.

mohawk2 avatar mohawk2 commented on September 28, 2024

A .a file is an archive library containing object files, useful for static linking. A .so file is the rough equivalent for dynamic loading.

XS libraries, either static or dynamic, are distinguished by having a function "boot_library__name__mangled". EUMM's "makeaperl" functionality relies on all .a files in the various arch/auto directories being valid XS libraries.

It's not the tests that are being broken by A-SVN, it's the actual perl installation. However, since the tests for EUMM's XS functionality were until the latest dev releases a bit, um, minimal, that fact was hidden and thus distros like this one and others have unintentionally deposited non-XS .a files in many innocent perl users' installations.

from alien-svn.

schwern avatar schwern commented on September 28, 2024

What are the .a files in question? Maybe we can figure out what's going on.

from alien-svn.

schwern avatar schwern commented on September 28, 2024

I think I've found the problem. SVN's configure is producing static libraries by default. I'll try turning that off.

from alien-svn.

mohawk2 avatar mohawk2 commented on September 28, 2024

Archive::Unzip::Burst was doing the same thing. I realised today I should have mentioned that, glad you've already found it. I'm pleased to offer any guidance on XS/EUMM stuff but I'm otherwise kind of tied up with EUMM stuff as there's an upcoming release deadline.

from alien-svn.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.