I am trying to install v3.01.03_r1168 in a virtual environment in ubuntu 22.04.
#wget https://github.com/Yandell-Lab/maker/archive/refs/tags/Version_3.01.03_r1168.tar.gz
#tar xzvf Version_3.01.03_r1168.tar.gz
#cd maker-Version_3.01.03_r1168/src/
#perl Build.PL
I have to proceed with root privileges as some of the packages are not installed using #./Build installdeps
"Install DBD::Pg? [Y ]Y
Running install for module 'DBD::Pg'
Checksum for /home/ravi/.cpan/sources/authors/id/T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz ok
Configuring T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz with Makefile.PL
Configuring DBD::Pg 3.18.0
Path to pg_config?
No POSTGRES_HOME defined, cannot find automatically
No 'Makefile' created TURNSTEP/DBD-Pg-3.18.0.tar.gz
/home/ravi/anaconda3/envs/omiga/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
DBD::Pg failed to install
Rechecking dependencies to see if installation was successful
Checking prerequisites...
requires:
! Bit::Vector is not installed
! DBD::SQLite is not installed
! Perl::Unsafe::Signals is not installed
! Want is not installed
! forks is not installed
! forks::shared is not installed
recommends:
* DBD::Pg is not installed
WARNING: Installation failed (please review any previous errors).
Try installing the missing packages as 'root' or using sudo.
You may need to configure and install these packages manually."
#sudo perl Build.PL
#sudo ./Build installdeps
It ended with "Running install for module 'Bit::Vector'
Fetching with LWP:
http://www.cpan.org/authors/id/S/ST/STBEY/Bit-Vector-7.4.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/S/ST/STBEY/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/S/ST/STBEY/Bit-Vector-7.4.tar.gz ok
Signal SIGCHLD received, but no signal handler set."
#sudo ./Build installexes
/home/ravi/maker-Version_3.01.03_r1168/src/../exe/alt_locations: No such file or directory
Downloading RepeatMasker...
--2025-01-21 12:42:11-- http://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz
Resolving www.repeatmasker.org (www.repeatmasker.org)... 174.127.185.143
Connecting to www.repeatmasker.org (www.repeatmasker.org)|174.127.185.143|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz [following]
--2025-01-21 12:42:12-- https://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz
Connecting to www.repeatmasker.org (www.repeatmasker.org)|174.127.185.143|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-01-21 12:42:13 ERROR 404: Not Found.
ERROR: Failed installing RepeatMasker, now cleaning installation path...
You may need to install RepeatMasker manually.
--2025-01-21 12:42:13-- http://topaz.genetics.utah.edu/maker_downloads/static/locations
Resolving topaz.genetics.utah.edu (topaz.genetics.utah.edu)... 155.101.145.103
Connecting to topaz.genetics.utah.edu (topaz.genetics.utah.edu)|155.101.145.103|:80... connected.
Downloading exonerate...--2025-01-21 12:42:33-- http://ftp.ebi.ac.uk/pub/software/vertebrategenomics/exonerate/exonerate-2.2.0-x86_64.tar.gz
Resolving ftp.ebi.ac.uk (ftp.ebi.ac.uk)... 193.62.193.165
Connecting to ftp.ebi.ac.uk (ftp.ebi.ac.uk)|193.62.193.165|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4918158 (4.7M) [application/x-gzip]
Saving to: ‘/home/ravi/maker-Version_3.01.03_r1168/src/../exe/exonerate.tar.gz’
/home/ravi/maker-Version_3.01.03_r1168/src/../exe/e 100%[================================================================================================================>] 4.69M 2.68MB/s in 1.8s
2025-01-21 12:42:35 (2.68 MB/s) - ‘/home/ravi/maker-Version_3.01.03_r1168/src/../exe/exonerate.tar.gz’ saved [4918158/4918158]
Unpacking exonerate tarball...
Finished installing exonerate.
Checking external program dependencies...
requires:
! RepeatMasker is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the programs
indicated above before proceeding with this installation.
Run 'Build installexes' to install missing prerequisites.
I installed RepeatMasker externally, it runs successfully. Then created a symbolic link in the path.
#sudo ln -s /home/ravi/RepeatMasker/ /home/ravi/maker-Version_3.01.03_r1168/exe/
#sudo ./Build install
Configuring MAKER with MPI support
- MISSING PREREQUISITES - CANNOT CONTINUE!!
Is there a workaround to diagnose what's going west??!!
I appreciate any help you can provide.
I am trying to install v3.01.03_r1168 in a virtual environment in ubuntu 22.04.
#wget https://github.com/Yandell-Lab/maker/archive/refs/tags/Version_3.01.03_r1168.tar.gz
#tar xzvf Version_3.01.03_r1168.tar.gz
#cd maker-Version_3.01.03_r1168/src/
#perl Build.PL
I have to proceed with root privileges as some of the packages are not installed using #./Build installdeps
"Install DBD::Pg? [Y ]Y
Running install for module 'DBD::Pg'
Checksum for /home/ravi/.cpan/sources/authors/id/T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz ok
Configuring T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz with Makefile.PL
Configuring DBD::Pg 3.18.0
Path to pg_config?
No POSTGRES_HOME defined, cannot find automatically
No 'Makefile' created TURNSTEP/DBD-Pg-3.18.0.tar.gz
/home/ravi/anaconda3/envs/omiga/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
DBD::Pg failed to install
Rechecking dependencies to see if installation was successful
Checking prerequisites...
requires:
! Bit::Vector is not installed
! DBD::SQLite is not installed
! Perl::Unsafe::Signals is not installed
! Want is not installed
! forks is not installed
! forks::shared is not installed
recommends:
* DBD::Pg is not installed
WARNING: Installation failed (please review any previous errors).
Try installing the missing packages as 'root' or using sudo.
You may need to configure and install these packages manually."
#sudo perl Build.PL
#sudo ./Build installdeps
It ended with "Running install for module 'Bit::Vector'
Fetching with LWP:
http://www.cpan.org/authors/id/S/ST/STBEY/Bit-Vector-7.4.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/S/ST/STBEY/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/S/ST/STBEY/Bit-Vector-7.4.tar.gz ok
Signal SIGCHLD received, but no signal handler set."
#sudo ./Build installexes
/home/ravi/maker-Version_3.01.03_r1168/src/../exe/alt_locations: No such file or directory
Downloading RepeatMasker...
--2025-01-21 12:42:11-- http://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz
Resolving www.repeatmasker.org (www.repeatmasker.org)... 174.127.185.143
Connecting to www.repeatmasker.org (www.repeatmasker.org)|174.127.185.143|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz [following]
--2025-01-21 12:42:12-- https://www.repeatmasker.org/RepeatMasker-open-4-0-7.tar.gz
Connecting to www.repeatmasker.org (www.repeatmasker.org)|174.127.185.143|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-01-21 12:42:13 ERROR 404: Not Found.
ERROR: Failed installing RepeatMasker, now cleaning installation path...
You may need to install RepeatMasker manually.
--2025-01-21 12:42:13-- http://topaz.genetics.utah.edu/maker_downloads/static/locations
Resolving topaz.genetics.utah.edu (topaz.genetics.utah.edu)... 155.101.145.103
Connecting to topaz.genetics.utah.edu (topaz.genetics.utah.edu)|155.101.145.103|:80... connected.
Downloading exonerate...--2025-01-21 12:42:33-- http://ftp.ebi.ac.uk/pub/software/vertebrategenomics/exonerate/exonerate-2.2.0-x86_64.tar.gz
Resolving ftp.ebi.ac.uk (ftp.ebi.ac.uk)... 193.62.193.165
Connecting to ftp.ebi.ac.uk (ftp.ebi.ac.uk)|193.62.193.165|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4918158 (4.7M) [application/x-gzip]
Saving to: ‘/home/ravi/maker-Version_3.01.03_r1168/src/../exe/exonerate.tar.gz’
/home/ravi/maker-Version_3.01.03_r1168/src/../exe/e 100%[================================================================================================================>] 4.69M 2.68MB/s in 1.8s
2025-01-21 12:42:35 (2.68 MB/s) - ‘/home/ravi/maker-Version_3.01.03_r1168/src/../exe/exonerate.tar.gz’ saved [4918158/4918158]
Unpacking exonerate tarball...
Finished installing exonerate.
Checking external program dependencies...
requires:
! RepeatMasker is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the programs
indicated above before proceeding with this installation.
Run 'Build installexes' to install missing prerequisites.
I installed RepeatMasker externally, it runs successfully. Then created a symbolic link in the path.
#sudo ln -s /home/ravi/RepeatMasker/ /home/ravi/maker-Version_3.01.03_r1168/exe/
#sudo ./Build install
Configuring MAKER with MPI support
Is there a workaround to diagnose what's going west??!!
I appreciate any help you can provide.