Package Details: e4rat 0.2.3-5

Git Clone URL: https://aur.archlinux.org/e4rat.git (read-only, click to copy)
Package Base: e4rat
Description: Toolset to accelerate the boot process and application startups for systems with ext4 root partitions.
Upstream URL: http://e4rat.sourceforge.net/
Licenses: GPL
Conflicts: e4rat-lite, e4rat-lite-git, e4rat-preload-lite, e4rat-preload-lite-git, ureadahead
Submitter: swiftgeek
Maintainer: muhviehstarr
Last Packager: muhviehstarr
Votes: 40
Popularity: 0.000006
First Submitted: 2013-05-13 18:00 (UTC)
Last Updated: 2022-07-31 23:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

kozaki commented on 2016-06-12 17:24 (UTC)

Rebuilt audit with 'staticlibs' added in the 'options' array of the PKGBUILD, but e4rat still won't build. (context: I'd like to use it to further get close to a chromebook abilities out of my six year old netbook with good ol' spinning hdd :-} ) --- [ 28%] Built target e4rat-core Scanning dependencies of target e4rat-collect [ 33%] Building CXX object src/CMakeFiles/e4rat-collect.dir/e4rat-collect.cc.o In file included from /data/system/build/x86/e4rat/src/e4rat-0.2.3/src/e4rat-collect.cc:24:0: /data/system/build/x86/e4rat/src/e4rat-0.2.3/src/e4rat-collect.cc: In function ‘void scanOpenFiles(std::vector<FilePtr>&)’: /data/system/build/x86/e4rat/src/e4rat-0.2.3/src/logging.hh:96:51: error: unable to find string literal operator ‘operator""format’ with ‘const char [16]’, ‘unsigned int’ arguments #define debug(format,args...) dump_log(Debug, "%s:%d in %s(): "format, __FILE__, __LINE__, __FUNCTION__, ## args) ^ /data/system/build/x86/e4rat/src/e4rat-0.2.3/src/logging.hh:93:36: note: in definition of macro ‘dump_log’ #define dump_log(...) logger.write(__VA_ARGS__) ^~~~~~~~~~~ /data/system/build/x86/e4rat/src/e4rat-0.2.3/src/e4rat-collect.cc:107:5: note: in expansion of macro ‘debug’ debug("Scan open files by calling lsof"); ^ src/CMakeFiles/e4rat-collect.dir/build.make:62: recipe for target 'src/CMakeFiles/e4rat-collect.dir/e4rat-collect.cc.o' failed make[2]: *** [src/CMakeFiles/e4rat-collect.dir/e4rat-collect.cc.o] Error 1 CMakeFiles/Makefile2:123: recipe for target 'src/CMakeFiles/e4rat-collect.dir/all' failed make[1]: *** [src/CMakeFiles/e4rat-collect.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build e4rat. ==> Restart building e4rat ? [y/N] ==> ------------------------------

beardedlinuxgeek commented on 2016-03-30 18:14 (UTC)

Look at this comment: https://bbs.archlinux.org/viewtopic.php?pid=1603933#p1603933 They say you should not edit /etc/makepkg.conf like dokie80 said. Instead just edit the PKGBUILD for audit.

<deleted-account> commented on 2015-11-29 04:32 (UTC)

sorry nvm.. this post is very helpfull : https://bbs.archlinux.org/viewtopic.php?pid=1358066 - change "!staticlibs" to "staticlibs" in /etc/makepkg.conf - install abs = sudo pacman -S abs - run abs to generate file tree - navigate to /var/abs/community/audit, copy the folder "audit" to other place ie. home folder - navigate to ~/audit - run "makepkg", will generate a file with .tar.xz extension. - run "sudo pacman -U ~/audit/audit-2.4.4-1-i686.pkg.tar.xz" (file name maybe different if there's update) - try install e4rat again hope this help other noob like me.

<deleted-account> commented on 2015-11-29 03:41 (UTC)

can you please describe how to rebuild audit (read it from wiki) for e4rat to work?

swiftgeek commented on 2014-09-08 09:10 (UTC)

Read ArchWiki about abs and PKGBUILDs -.-

avkonarev commented on 2014-09-08 07:37 (UTC)

ref http://www.opendevs.org/kmvkk/staticlibs-in-pkgbuild.html is broken.. please, how recompile audit package with staticlibs option

swiftgeek commented on 2013-11-30 12:29 (UTC)

http://www.opendevs.org/kmvkk/staticlibs-in-pkgbuild.html You need to recompile audit package with staticlibs option, thanks to new policies :< At least It's only needed once since e4rat isn't developed anymore and it's static ;) (This package has far to low amount of votes to go back into community or extra)

Nordlicht commented on 2013-11-30 11:50 (UTC)

Does not compile: "CMake Error at src/cmake/Findaudit.cmake:17 (MESSAGE): Could not find audit Call Stack (most recent call first): src/CMakeLists.txt:83 (find_package) -- Configuring incomplete, errors occurred! "