You are not logged in.
[f3bruary:~]$ sudo mkinitcpio -p linux
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.2.5-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [enhanceio]
42 INFO: PyInstaller: 3.0
43 INFO: Python: 3.5.0
43 INFO: Platform: Linux-4.2.5-1-ARCH-x86_64-with-arch
44 INFO: wrote /tmp/eio_cli/eio_cli.spec
46 INFO: UPX is available.
47 INFO: Removing temporary files and cleaning cache in /home/f3bruary/.local/share/pyinstaller
50 INFO: Extending PYTHONPATH with /usr/bin
51 INFO: checking Analysis
51 INFO: Building Analysis because out00-Analysis.toc is non existent
51 INFO: Initializing module dependency graph...
55 INFO: Initializing module graph hooks...
56 INFO: Analyzing base_library.zip ...
3137 INFO: running Analysis out00-Analysis.toc
3156 INFO: Analyzing /usr/bin/eio_cli
Traceback (most recent call last):
File "/usr/sbin/pyinstaller", line 9, in <module>
load_entry_point('PyInstaller==3.0', 'console_scripts', 'pyinstaller')()
File "/usr/lib/python3.5/site-packages/PyInstaller/__main__.py", line 99, in run
run_build(opts, spec_file, pyi_config)
File "/usr/lib/python3.5/site-packages/PyInstaller/__main__.py", line 47, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **opts.__dict__)
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 737, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 680, in build
exec(text, spec_namespace)
File "<string>", line 16, in <module>
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 207, in __init__
self.__postinit__()
File "/usr/lib/python3.5/site-packages/PyInstaller/building/datastruct.py", line 156, in __postinit__
self.assemble()
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 384, in assemble
priority_scripts.append(self.graph.run_script(script))
File "/usr/lib/python3.5/site-packages/PyInstaller/depend/analysis.py", line 145, in run_script
self._top_script_node = super(PyiModuleGraph, self).run_script(pathname)
File "/usr/lib/python3.5/site-packages/PyInstaller/lib/modulegraph/modulegraph.py", line 874, in run_script
co = compile(contents, pathname, 'exec', ast.PyCF_ONLY_AST, True)
File "/usr/bin/eio_cli", line 290
print "Cache Name : " + self.name
^
SyntaxError: Missing parentheses in call to 'print'
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 4.2.5-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [enhanceio]
42 INFO: PyInstaller: 3.0
43 INFO: Python: 3.5.0
43 INFO: Platform: Linux-4.2.5-1-ARCH-x86_64-with-arch
44 INFO: wrote /tmp/eio_cli/eio_cli.spec
46 INFO: UPX is available.
47 INFO: Removing temporary files and cleaning cache in /home/f3bruary/.local/share/pyinstaller
51 INFO: Extending PYTHONPATH with /usr/bin
51 INFO: checking Analysis
51 INFO: Building Analysis because out00-Analysis.toc is non existent
51 INFO: Initializing module dependency graph...
55 INFO: Initializing module graph hooks...
56 INFO: Analyzing base_library.zip ...
3141 INFO: running Analysis out00-Analysis.toc
3158 INFO: Analyzing /usr/bin/eio_cli
Traceback (most recent call last):
File "/usr/sbin/pyinstaller", line 9, in <module>
load_entry_point('PyInstaller==3.0', 'console_scripts', 'pyinstaller')()
File "/usr/lib/python3.5/site-packages/PyInstaller/__main__.py", line 99, in run
run_build(opts, spec_file, pyi_config)
File "/usr/lib/python3.5/site-packages/PyInstaller/__main__.py", line 47, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **opts.__dict__)
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 737, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 680, in build
exec(text, spec_namespace)
File "<string>", line 16, in <module>
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 207, in __init__
self.__postinit__()
File "/usr/lib/python3.5/site-packages/PyInstaller/building/datastruct.py", line 156, in __postinit__
self.assemble()
File "/usr/lib/python3.5/site-packages/PyInstaller/building/build_main.py", line 384, in assemble
priority_scripts.append(self.graph.run_script(script))
File "/usr/lib/python3.5/site-packages/PyInstaller/depend/analysis.py", line 145, in run_script
self._top_script_node = super(PyiModuleGraph, self).run_script(pathname)
File "/usr/lib/python3.5/site-packages/PyInstaller/lib/modulegraph/modulegraph.py", line 874, in run_script
co = compile(contents, pathname, 'exec', ast.PyCF_ONLY_AST, True)
File "/usr/bin/eio_cli", line 290
print "Cache Name : " + self.name
^
SyntaxError: Missing parentheses in call to 'print'
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful-f3b
Offline
https://wiki.archlinux.org/index.php/EnhanceIO
As of October 2015 EnhanceIO is completely broken on newer kernels.
Offline
I've read that, and the github issue he posted. The errors are different however.
Each time I do a kernel update, enhanceio breaks. I have to reinstall/re-setup everything to get it working again. If I don't, I get FS errors when booting, like he mentioned in his issue. But after you reinstall/re-setup, it does indeed work. I assumed he wasn't aware of it when he posted the issue.
My error is different however. I can create the cache successfully, but just can't add the hook in mkinitcpio.conf and do 'mkinitcpio -p linux' cause the pyinstaller gives me errors.
It's disabled for now ![]()
Any help is appreciated as my system is much slower like this.
-f3b
Offline