-
Notifications
You must be signed in to change notification settings - Fork 577
Wishlist: Configure option to fatalize if certain extensions cannot be built #11958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]This is a bug report for perl from perlbug.8496723@mstier.de, No DB_File.pm after installation when running config like: ./Configure -dse -Dusethreads -Duselargefiles -Dinc_version_list=none This should definitely throw an error, but gets silently dropped when Flags: Site configuration information for perl 5.14.2: Configured by root at Wed Jan 11 14:16:18 UTC 2012. Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Platform: Locally applied patches: @INC for perl 5.14.2: Environment for perl 5.14.2: -- |
From @doughera88On Tue, 14 Feb 2012, Mark wrote:
I'm don't think there's really much that Configure should do here. I <db.h> NOT found. The "Based on the hints ... " text is misleading here. The Here's the critical part: Checking Berkeley DB version ... This is what Configure is supposed to do. It tests for features, and If you had *also* inluded -ldb in your list of libraries, then Configure --
|
The RT System itself - Status changed from 'new' to 'open' |
From @ap* Andy Dougherty <doughera@lafayette.edu> [2012-02-14 15:55]:
Being able to tell Configure “I need DB_File and if you can’t build it Having to use `-ldb` strikes me as a rather obscure way of saying that. Regards, |
From @doughera88On Tue, 14 Feb 2012, Aristotle Pagaltzis wrote:
Perhaps, but that's not what the original poster did. The original
Yes. My point wasn't that it was a good interface, but merely that I recognize this probably came about because Configure doesn't offer any Back to this specific ticket. The -D and -U flags are not assertions -- |
From @ap* Andy Dougherty <doughera@lafayette.edu> [2012-02-14 19:15]:
Sorry that in trying to avoid taking up room for a marginal point I was I wanted merely to observe that the OP had a reasonable desire and that |
From @dcollinsnI am modifying this ticket from "extensions silently get dropped" - it isn't silent, and it isn't a bug - and making it a wishlist ticket. The wishlist item is to add a -Dneed_extensions= or similar flag to ./Configure, which will cause Configure to exit with an error if one of the selected extensions is not being built. No comment on whether that's actually necessary or useful, just making this ticket actionable. -- |
Migrated from rt.perl.org#110706 (status was 'open')
Searchable as RT110706$
The text was updated successfully, but these errors were encountered: