[pkg-php-pear] New package php-asm89-stack-cors

Robin Gustafsson robin at rgson.se
Wed Aug 3 16:39:00 BST 2022


Hi Katharina,

On Wed, Aug 3, 2022 at 8:57 AM Katharina Drexel <katharina.drexel at bfh.ch> wrote:
> I built a package from stack-cors: https://salsa.debian.org/php-team/pear/php-asm89-stack-cors
>
> There are some pipeline fails with a tests/ directory and a permission denied
> error I don't understand. Maybe someone could have a look at it?

The "permission denied" error was just a hiccup in the pipeline.
Rerunning the step fixed it on its own.

The tests failures are caused by broken autoloading. The autoloader
you're generating in debian/tests/control doesn't seem to be used.
Even if it were, it would fail because phpabtpl guesses the wrong
namespace as the namespace doesn't match the composer package's name.
You'd need an autoload override for phpabtpl.

I've pushed a branch "review-1" with changes for you to consider. See
the commit messages for context.

You must also add someone (such as yourself) to the Uploaders field.

Regards,
Robin



More information about the pkg-php-pear mailing list