We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifying 2 pod documents Manifying 3 pod documents Can't write-open blib/man3/ChordPro::A2Crd.3pm: Invalid argument at /usr/share/perl/5.38/ExtUtils/Command/MM.pm line 153. make[1]: *** [Makefile:660: manifypods] Error 22 make[1]: Leaving directory '/media/avetik/SdCard/bin/chordpro' make: *** [GNUmakefile:8: all] Error 2 update_chordpro.sh: 9: chordpro: not found
Steps to reproduce the behavior:
yes | cpanm --uninstall App::Music::ChordPro rm -rf chordpro git clone https://github.com/ChordPro/chordpro.git cd chordpro cpanm --installdeps . perl Makefile.PL make all test install updatedb chordpro --version rm -rf chordpro
LinuxMint 22 (Cinnamon) perl --version This is perl 5, version 38, subversion 2 (v5.38.2) built for x86_64-linux-gnu-thread-multi
The text was updated successfully, but these errors were encountered:
I can't reproduce this.
I assume the steps are in a script update_chordpro.sh? Is it run as root?
update_chordpro.sh
Just a wild guess: Are you installing on a file system with MSDOS semantics?
Sorry, something went wrong.
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
yes | cpanm --uninstall App::Music::ChordPro
rm -rf chordpro
git clone https://github.com/ChordPro/chordpro.git
cd chordpro
cpanm --installdeps .
perl Makefile.PL
make all test install
updatedb
chordpro --version
rm -rf chordpro
LinuxMint 22 (Cinnamon)
perl --version
This is perl 5, version 38, subversion 2 (v5.38.2) built for x86_64-linux-gnu-thread-multi
The text was updated successfully, but these errors were encountered: