You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I tried building morituri again and this is what happened:
+ aclocal -I m4
+ autoconf
+ automake -a
Makefile.am:45: warning: '%'-style pattern rules are a GNU make extension
m4/pychecker.mk:26: warning: shell basename `pwd`: non-POSIX variable name
m4/pychecker.mk:26: (probably a GNU make extension)
Makefile.am:48: 'm4/pychecker.mk' included from here
m4/pychecker.mk:27: warning: if$(subst _build,,$(thisdir: non-POSIX variable namem4/pychecker.mk:27: (probably a GNU make extension)Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:27: warning: shell pwd: non-POSIX variable namem4/pychecker.mk:27: (probably a GNU make extension)Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:29: warning: filter-out $(PYCHECKER_BLACKLIST: non-POSIX variable namem4/pychecker.mk:29: (probably a GNU make extension)Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:29: warning: wildcard $(PYCHECKER_WHITELIST: non-POSIX variable namem4/pychecker.mk:29: (probably a GNU make extension)Makefile.am:48: 'm4/pychecker.mk' included from hereconfigure.ac:58: error: required file 'morituri/rip/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/common/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/configure/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/configure/uninstalled.py.in' not foundconfigure.ac:58: error: required file 'morituri/configure/installed.py.in' not foundconfigure.ac:58: error: required file 'morituri/extern/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/image/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/program/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/result/Makefile.in' not foundconfigure.ac:58: error: required file 'morituri/test/Makefile.in' not foundmorituri/Makefile.am:45: warning: '%'-style pattern rules are a GNU make extensionm4/pychecker.mk:26: warning: shell basename `pwd`: non-POSIX variable namem4/pychecker.mk:26: (probably a GNU make extension)morituri/Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:27: warning: if$(subst _build,,$(thisdir: non-POSIX variable namem4/pychecker.mk:27: (probably a GNU make extension)morituri/Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:27: warning: shell pwd: non-POSIX variable namem4/pychecker.mk:27: (probably a GNU make extension)morituri/Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:29: warning: filter-out $(PYCHECKER_BLACKLIST: non-POSIX variable namem4/pychecker.mk:29: (probably a GNU make extension)morituri/Makefile.am:48: 'm4/pychecker.mk' included from herem4/pychecker.mk:29: warning: wildcard $(PYCHECKER_WHITELIST: non-POSIX variable namem4/pychecker.mk:29: (probably a GNU make extension)morituri/Makefile.am:48: 'm4/pychecker.mk' included from here+ exit 1xiaolong@xiaolong-VPCF13J0E:~/applications/morituri-master$ ./configure checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking nano version... 1checking whether to enable maintainer-specific portions of Makefiles... nochecking for a Python interpreter with version >= 2.3... pythonchecking for python... /home/xiaolong/development/anaconda3/bin/pythonchecking for python version... 3.4checking for python platform... linuxchecking for python script directory... ${prefix}/lib/python3.4/site-packageschecking for python extension module directory... ${exec_prefix}/lib/python3.4/site-packages File "<string>", line 1 import sys ; print sys.version[:3] ^SyntaxError: invalid syntaxconfigure: Installing python code in /usr/local/lib/python/site-packagesconfigure: Setting plugins directory to /usr/local/lib/morituri/plugins File "<string>", line 1 from morituri.configure import configure; print configure.revision ^SyntaxError: invalid syntaxconfigure: Setting revision to checking for epydoc... nochecking for pychecker... nochecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating bin/ripconfig.status: creating etc/bash_completion.d/bash-compgenconfig.status: creating Makefileconfig.status: creating bin/Makefileconfig.status: creating etc/Makefileconfig.status: creating etc/bash_completion.d/Makefileconfig.status: creating m4/Makefileconfig.status: error: cannot find input file: `morituri/Makefile.in'
There seem to be several issues. This is how I tried:
download the zip from master branch and extract it
cd into the extracted folder (morituri-master)
git clone git://github.com/thomasvs/morituri.git
cd morituri
git submodule init
git submodule update
cd .. (! This step is not in the guide, but in the morituri folder there was no autogen.sh, so I think I have to go up again.)
./autogen.sh
EDIT: Could it be that you coded some of it in old python 2 style and some of it in new style? I have python 2.7 as well as 3.4 and 3.5 on my system, so it should have plenty to choose from.
The text was updated successfully, but these errors were encountered:
There seems to be something wrong with the naming of files and directories. There is a file named configure but also a directory named the same. They're in separate folders, but both of them are required to be in the same folder, according to this error:
xiaolong@xiaolong-VPCF13J0E:~/applications/morituri-master/morituri$ ../autogen.sh
+ aclocal -I m4
+ autoconf
autom4te: cannot open >configure: Is a directory
+ exit 1
xiaolong@xiaolong-VPCF13J0E:~/applications/morituri-master/morituri$ ../autogen.sh
+ aclocal -I m4
+ autoconf
+ automake -a
configure.ac:58: error: required file 'morituri/Makefile.in' not found
configure.ac:58: error: required file 'morituri/rip/Makefile.in' not found
configure.ac:58: error: required file 'morituri/common/Makefile.in' not found
configure.ac:58: error: required file 'morituri/configure/Makefile.in' not found
configure.ac:58: error: required file 'morituri/configure/uninstalled.py.in' not found
configure.ac:58: error: required file 'morituri/configure/installed.py.in' not found
configure.ac:58: error: required file 'morituri/extern/Makefile.in' not found
configure.ac:58: error: required file 'morituri/image/Makefile.in' not found
configure.ac:58: error: required file 'morituri/program/Makefile.in' not found
configure.ac:58: error: required file 'morituri/result/Makefile.in' not found
configure.ac:58: error: required file 'morituri/test/Makefile.in' not found
Makefile.am:8: error: required directory ./configure does not exist
+ exit 1
(In between the calls of autogen, I moved them and renamed them, as two times the same name is not allowed in the same folder.)
EDIT: This does not happen, when autogen.sh is called from one directory up, but then the other error of the OP appears.
Today I tried building morituri again and this is what happened:
There seem to be several issues. This is how I tried:
cd
into the extracted folder (morituri-master)git clone git://github.com/thomasvs/morituri.git
cd morituri
git submodule init
git submodule update
cd ..
(! This step is not in the guide, but in the morituri folder there was no autogen.sh, so I think I have to go up again.)./autogen.sh
EDIT: Could it be that you coded some of it in old python 2 style and some of it in new style? I have python 2.7 as well as 3.4 and 3.5 on my system, so it should have plenty to choose from.
The text was updated successfully, but these errors were encountered: