lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 17 Apr 2014 21:31:04 +0000
From:	bugzilla-daemon@...zilla.kernel.org
To:	linux-ext4@...r.kernel.org
Subject: [Bug 74171] Attempting to build recent version of e2fsprogs from git
 repo gives config.h missing

https://bugzilla.kernel.org/show_bug.cgi?id=74171

--- Comment #4 from Theodore Tso <tytso@....edu> ---

> gcc: error: unrecognized command line option ‘-checker’

See: http://www.gnu.org/software/checker/   for an explanation.  It's something
the gcc folks stopped supporting, and I never got around to getting rid of the
configure option.

As far as the missing "crc32c_table.h", that looks like "make depend" is not
working on your setup.   I'd recommend getting the original Makefile.in files
from upstream, and not trying to run "make depend".   I run it before I do a
release, but it's never something I've tried to make to be fully portable and
bulletproof for every single possible VPATH setting, etc.   It's intended for
use by developers, and not for random users who are trying to build e2fsprogs.

For similar reasons, that's why I also ship a generated configure script ---
because I got tired of random breakages caused by people happening to use a
different version of autoconf than what I happened to be developing against. 
autoconf, automake, etc., are inherently fragile solutions.  You really should
be using the version of configure and the Makefile.in files that I shipped.  If
you try to regenerate them, you're just asking for trouble.

Why don't you follow the INSTALL directions exactly.  That will work.  Other
things, well, feel free to send me patches.  :-)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ