Git Product home page Git Product logo

Comments (4)

levitte avatar levitte commented on September 24, 2024

It is the same sort of thing as #24075, indeed. The fix should be this, please try it:

--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -2061,7 +2061,8 @@ my %targets = (
                               ? "/WARNINGS=DISABLE=(".join(",",@warnings).")" : (); }),
         cflag_incfirst   => '/FIRST_INCLUDE=',
         lib_defines      =>
-            add("OPENSSL_USE_NODELETE", "_XOPEN_SOURCE", "_XOPEN_SOURCE_EXTENDED",
+            add("OPENSSL_USE_NODELETE",
+                "_XOPEN_SOURCE", "_XOPEN_SOURCE_EXTENDED=1",
                 sub {
                     return vms_info()->{def_zlib}
                         ? "LIBZ=\"\"\"".vms_info()->{def_zlib}."\"\"\"" : ();

I'm submitting a fixup PR in a minute.

from openssl.

Antinode-org avatar Antinode-org commented on September 24, 2024

It is the same sort of thing as #24075, indeed. [...]

Ah, yes. I was confusing "CC/DEFINE=FRED", which is equivalent to
"#define FRED 1", with "#define FRED", which is not.

[...] The fix should be this, please try it: [...]

Yup. Given the impracticality of ever getting all the bad <stdlib.h>
in the universe fixed, adding the "=1" work-around here looks to me like
the right way. Sorry to waste the time.

Off topic: My "mms test" (IA64, x86_64) hangs after the second test:
01-test_fipsmodule_cnf.t ................ skipped: Test only [...]
Already known or worth reporting?

from openssl.

levitte avatar levitte commented on September 24, 2024

Sorry to waste the time.

Not at all, I'm glad it was an easy fix

from openssl.

levitte avatar levitte commented on September 24, 2024

Off topic: My "mms test" (IA64, x86_64) hangs after the second test:
01-test_fipsmodule_cnf.t ................ skipped: Test only [...]
Already known or worth reporting?

This is nothing I've seen. Might be worth an mms test /macro=(V=1) for verbosity to see a bit better what's going on, and reporting if you can't figure it out.

from openssl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.