Skip to content

Comments

Make the config script fail with an error code if Configure failed#7166

Closed
bernd-edlinger wants to merge 1 commit intoopenssl:OpenSSL_1_1_0-stablefrom
bernd-edlinger:exit_with_error_if_config_fails
Closed

Make the config script fail with an error code if Configure failed#7166
bernd-edlinger wants to merge 1 commit intoopenssl:OpenSSL_1_1_0-stablefrom
bernd-edlinger:exit_with_error_if_config_fails

Conversation

@bernd-edlinger
Copy link
Member

config needs to return an error if Configure fails.

We noticed this because:
"./config && make depend && make"
actually "worked" with perl 5.8.8 installed!

It was just odd, that it did not use gcc but cc...

@bernd-edlinger bernd-edlinger added branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL) 1.1.0 labels Sep 10, 2018
@levitte
Copy link
Member

levitte commented Sep 10, 2018

Why not master / 1.1.1?

@bernd-edlinger
Copy link
Member Author

master has "exit 1" here.
Only 1.1.0 and 1.0.2 don't.

@levitte
Copy link
Member

levitte commented Sep 10, 2018

Ah, so this is essentially 141d732 being backported... I actually wonder why that one wasn't cherry-picked...

@mattcaswell mattcaswell added this to the Assessed milestone Sep 10, 2018
levitte pushed a commit that referenced this pull request Sep 11, 2018
levitte pushed a commit that referenced this pull request Sep 11, 2018
Reviewed-by: Richard Levitte <[email protected]>
(Merged from #7166)

(cherry picked from commit e13dc23)
@bernd-edlinger
Copy link
Member Author

Merged to 102 as 5a6fbf6 and 110 as e13dc23, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants