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

Trying to make the project according to instructions and encountered some errors #11080

Closed
ChuckCode99 opened this issue Feb 4, 2025 · 5 comments
Labels
24.04 bug Something isn't working unconfirmed

Comments

@ChuckCode99
Copy link

ChuckCode99 commented Feb 4, 2025

Describe the Bug

Not sure this counts as a bug, but I was trying to make the project according to the instruction here.
When I run the make run part, it errors out. I ran make check and it gave me this and told me to report it.

The Result of make check

This is what is said:

Testsuite summary for coolwsd 24.04.12.2

TOTAL: 68

PASS: 1

SKIP: 0

XFAIL: 0

FAIL: 67

XPASS: 0

ERROR: 0

============================================================================
See test/test-suite.log
Please report to https://github.com/CollaboraOnline/online/issues

make[3]: *** [Makefile:3250: test-suite.log] Error 1
make[3]: Leaving directory '/home/osboxes/Github/collabora-online/test'
make[2]: *** [Makefile:3358: check-TESTS] Error 2
make[2]: Leaving directory '/home/osboxes/Github/collabora-online/test'
make[1]: *** [Makefile:3432: check-am] Error 2
make[1]: Leaving directory '/home/osboxes/Github/collabora-online/test'
make: *** [Makefile:7811: check-recursive] Error 1

Additional Context

I'm trying to build it in an Ubuntu 24.10 vm in VirtualBox and forked the project and cloned it with git.

Image

@meven
Copy link
Contributor

meven commented Feb 5, 2025

Can you share the log file (unit-base.log), or at least part of the file so we can see the actual test failure.

@ChuckCode99
Copy link
Author

Can you share the log file (unit-base.log), or at least part of the file so we can see the actual test failure.

Yeah, it's kind of a big file so I'll put a link to it here.

I don't want to copy and paste it entirely here, it's way to much.

@meven
Copy link
Contributor

meven commented Feb 6, 2025

Can you share the log file (unit-base.log), or at least part of the file so we can see the actual test failure.

Yeah, it's kind of a big file so I'll put a link to it here.

I don't have access to the file. Please make it public.

I don't want to copy and paste it entirely here, it's way to much.

Please read it and extract the relevant part, like ERROR, fail, this should be simple to spot.

@ChuckCode99
Copy link
Author

Can you share the log file (unit-base.log), or at least part of the file so we can see the actual test failure.

Yeah, it's kind of a big file so I'll put a link to it here.

I don't have access to the file. Please make it public.

I don't want to copy and paste it entirely here, it's way to much.

Please read it and extract the relevant part, like ERROR, fail, this should be simple to spot.

Sorry, about that, I made it public. You should be able to see the file now.

@ChuckCode99
Copy link
Author

I fixed it.
I'm not sure what fixed it, but I think the main reason was I was using Ubuntu 24, when I switched to Ubuntu 22 and tinkered a lot with the Nodejs version it somehow ran perfectly.

For whoever reading this, I hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
24.04 bug Something isn't working unconfirmed
Projects
Status: Done
Development

No branches or pull requests

2 participants