Skip to content
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

Solaris.build fix #3843 and #3643 #3939

Merged
merged 13 commits into from Mar 18, 2023
Merged

Conversation

bas524
Copy link
Contributor

@bas524 bas524 commented Feb 4, 2023

this commit for issue #3843 and #3643
changes in Types.h allow ignore problem with declaration of std::int8_t. int8_t can be defined as char or signed char. IMHO we need strong types for Poco::Int's

Envelop.cpp contains macro for OpenSSl version, because EVP_CIPHER_CTX_init prototype depends on openssl version.

Application.cpp contains includes especial for SOLARIS, for ioctl support

ClassLoaderTest.cpp and SharedLibraryTest.cpp contains changes because loadlibrary(dlopen) doesn't load library from current directory by default

LocalDateTimeTest.cpp contains changes because SOLARIS uses std::tm without tm_gmtoff

Main CMakeList.txt contains changes for multi-config builds, for example, windows build with cmake adds config-dir (Debug or Release) to output directory and tests are fails. My changes fix output dirs for this sitution

changes in Types.h allow ignore problem with declaration of std::int8_t. int8_t can be defined as char or signed char. IMHO we need strong types for Poco::Int's

Envelop.cpp contains initializer for EVP_CIPHER_CTX_init, because this function prototype depends on openssl version.

Application.cpp contains includes especial for SOLARIS, for ioctl support

ClassLoaderTest.cpp and SharedLibraryTest.cpp contains changes because loadlibrary(dlopen) doesn't load library from current directory by default

LocalDateTimeTest.cpp contains changes because SOLARIS use std::tm without tm_gmtoff
@bas524
Copy link
Contributor Author

bas524 commented Feb 12, 2023

@obiltschnig, @aleks-f, please, can you re-run action for this PR?
I see that tests was failed with timeout error, I have re-ran they in my forked-repo and all are ok.

@aleks-f aleks-f added this to the Release 1.13.0 milestone Mar 17, 2023
@aleks-f aleks-f merged commit 3852a6b into pocoproject:devel Mar 18, 2023
15 checks passed
@bas524 bas524 deleted the solaris.build branch March 18, 2023 08:55
aleks-f added a commit that referenced this pull request Nov 27, 2023
* try fix compilation for solaris

* this commit for issue #3843 and #3643
changes in Types.h allow ignore problem with declaration of std::int8_t. int8_t can be defined as char or signed char. IMHO we need strong types for Poco::Int's

Envelop.cpp contains initializer for EVP_CIPHER_CTX_init, because this function prototype depends on openssl version.

Application.cpp contains includes especial for SOLARIS, for ioctl support

ClassLoaderTest.cpp and SharedLibraryTest.cpp contains changes because loadlibrary(dlopen) doesn't load library from current directory by default

LocalDateTimeTest.cpp contains changes because SOLARIS use std::tm without tm_gmtoff

* fix : define of SOLARIOS OS in LocalDateTimeTest

* remove unnecessary wrapper

* fix output dir for windows build with multi-config build

* try to fix bug with unixodbc version in linux-builds
[read here](microsoft/linux-package-repositories#36)

* try to fix bug with unixodbc version in linux-builds
[read here](microsoft/linux-package-repositories#36)

* fix : warning in main cmake for if-condition for multi-config build
fix : error for linux-gcc-make-cxx20, use --allow-downgrades for unixodbc

* fix : warning for cmake windows builds
revert changes for linux-gcc-make-cxx20

* revert ci.yml, remove unixodbc version

* try re-run build

---------

Co-authored-by: Aleksandar Fabijanic <aleks-f@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants