simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.11k stars 187 forks source link

Fedora 32 autoconf -V = 2.69, cannot complete install without -V = 2.71 #218

Closed rmrf-sl4sh closed 3 years ago

rmrf-sl4sh commented 3 years ago

I'm now trying to manually update autoconf to 2.71, just putting this out there for those who need it

simsong commented 3 years ago

Yes, I have better luck with 2.71, bit many of the distributions have not been updated.

Do you use the GUI?

rmrf-sl4sh commented 3 years ago

i'm on cli, was able to start the make process after fudging together autoconf 2.71, but after a bit it runs into this

plugin_test.cpp: At global scope: plugin_test.cpp:174:6: error: no declaration matches ‘void scanner_info::get_config(const string&, long long unsigned int*, const string&)’ 174 | void scanner_info::get_config(const std::string &n,unsigned long long *val,const std::string &help) {} | ^~~~~~~~~~~~

rmrf-sl4sh commented 3 years ago

may give ubuntu a shot just to see

simsong commented 3 years ago

I haven't tested the master release against fedora32 but can do so. Right now all of my efforts are devoted to version 2.0.

GitHub Actions doesn't have Fedora32 as a test environment, so it won't get tested as much.

simsong commented 3 years ago

Okay, I have Fedora32 running and will make sure that the master release works on fedora32 by the end of this weekend.

rmrf-sl4sh commented 3 years ago

Hey I appreciate the effort. Thanks a lot

rmrf-sl4sh commented 3 years ago

As an aside: I had the same stop at plugin_test.cpp:174:6 on ubuntu 18LTS

simsong commented 3 years ago

You don’t really need plugin_test, unless you are building plugins. You should be able to ‘cd’ into the ’src’ directory and just make from there.

On Aug 13, 2021, at 8:45 AM, jdqw210 @.***> wrote:

As an aside: I had the same stop at plugin_test.cpp:174:6 on ubuntu 18LTS

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/simsong/bulk_extractor/issues/218#issuecomment-898432992, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMFHLAI6EKF5T5DY7Z5Y5DT4UHWJANCNFSM5CDKKVGA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

simsong commented 3 years ago

Please try https://github.com/simsong/bulk_extractor/commit/1c67a759e12939ae9ccd0c3f1b7e275fdff74947 and let me know how it goes.