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

More compiler issues... #191

Open
mobiliodevelopment opened this issue Feb 9, 2021 · 0 comments
Open

More compiler issues... #191

mobiliodevelopment opened this issue Feb 9, 2021 · 0 comments

Comments

@mobiliodevelopment
Copy link
Contributor

mobiliodevelopment commented Feb 9, 2021

Yesterday i've fix one compiling bug. But seems that there are lot more.

Here is example - ARM, 32 bit, static, GCC 8.3

./configure --enable-debug --enable-shared=false --enable-static
make check
============================================================================
Testsuite summary for libmill 1.18-3-g2dd13ae
============================================================================
# TOTAL: 18
# PASS:  18
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

ARM, 32 bit, dynamic, GCC 8.3

./configure --enable-debug
make check
============================================================================
Testsuite summary for libmill 1.18-3-g2dd13ae
============================================================================
# TOTAL: 18
# PASS:  18
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

Now without same without debug:

./configure
============================================================================
Testsuite summary for libmill 1.18-3-g2dd13ae
============================================================================
# TOTAL: 18
# PASS:  16
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================

(failed was udp and tcp)

Same test on Ubuntu 20.04 LTS, 64 bit, GCC 9.3.0:

============================================================================
Testsuite summary for libmill 1.18-3-g2dd13ae
============================================================================
# TOTAL: 18
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  14
# XPASS: 0
# ERROR: 0
============================================================================

(only that passed was UDP, IP, FILE and SSL).

I've starting to digging why this happens and will publish patches as soon as i was able to fix something.

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

No branches or pull requests

1 participant