mutagenesis icon indicating copy to clipboard operation
mutagenesis copied to clipboard

Installing as PEAR Library does not work

Open estelsmith opened this issue 13 years ago • 2 comments

It appears that a vanilla clone/install of mutagenesis doesn't work. It seems that pear.xml is referencing the incorrect files, as bin/ only contains mutateme and mutateme.bat.

# git clone https://github.com/padraic/mutagenesis.git mutagenesis
Cloning into mutagenesis...
remote: Counting objects: 1255, done.
remote: Compressing objects: 100% (513/513), done.
remote: Total 1255 (delta 672), reused 1168 (delta 590)
Receiving objects: 100% (1255/1255), 185.44 KiB, done.
Resolving deltas: 100% (672/672), done.

# cd mutagenesis/

# pear install pear.xml
ERROR: file ./bin/mutagenesis does not exist

estelsmith avatar Aug 08 '11 19:08 estelsmith

Same issue. I tried the following & got a little further. I symlinked the missing 2 files (mutagenesis & mutagenesis.bat) to the 2 current ones, but then got a checksum error.

eddiejaoude avatar Sep 22 '11 19:09 eddiejaoude

By updating pear.xml with new checksums, I then get a missing file /usr/share/php/Mutagenesis/Adapter/Phpunit/Runner.php

eddiejaoude avatar Sep 22 '11 20:09 eddiejaoude