Errors Building Guacamole Server on Fedora 28
-
Trying to do the make step on Apache Guacamole 0.9.14 on Fedora 28 but running into this error:
typescript.c: In function ‘guac_terminal_typescript_alloc’: typescript.c:133:46: error: ‘%s’ directive writing 6 bytes into a region of size between 0 and 2047 [-Werror=format-overflow=] sprintf(typescript->timing_filename, "%s.%s", typescript->data_filename, ^~ typescript.c:133:5: note: ‘sprintf’ output between 8 and 2055 bytes into a destination of size 2048 sprintf(typescript->timing_filename, "%s.%s", typescript->data_filename, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GUAC_TERMINAL_TYPESCRIPT_TIMING_SUFFIX); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:566: libguac_terminal_la-typescript.lo] Error 1 make[2]: Leaving directory '/tmp/guacamole-server-0.9.14/src/terminal' make[1]: *** [Makefile:503: all-recursive] Error 1 make[1]: Leaving directory '/tmp/guacamole-server-0.9.14' make: *** [Makefile:427: all] Error 2
-
GCC compatibility issue. Fedora 28 has GCC 7 which Guacamore cannot be built against, yet.
-
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
GCC compatibility issue. Fedora 28 has GCC 7 which Guacamore cannot be built against, yet.
Is a version that works still available I'm the standard repo?
-
@travisdh1 said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
GCC compatibility issue. Fedora 28 has GCC 7 which Guacamore cannot be built against, yet.
Is a version that works still available I'm the standard repo?
I don't believe that GCC 6 is kept on Fedora 28's repos.
-
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
@travisdh1 said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
GCC compatibility issue. Fedora 28 has GCC 7 which Guacamore cannot be built against, yet.
Is a version that works still available I'm the standard repo?
I don't believe that GCC 6 is kept on Fedora 28's repos.
I wonder if you can use the Fedora modular repo to install gcc 6?
-
@black3dynamite said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
@travisdh1 said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
GCC compatibility issue. Fedora 28 has GCC 7 which Guacamore cannot be built against, yet.
Is a version that works still available I'm the standard repo?
I don't believe that GCC 6 is kept on Fedora 28's repos.
I wonder if you can use the Fedora modular repo to install gcc 6?
It gave an error saying that you could not. I did not look into it further.
-
Any luck on this?
I need to build Guacamole on Fedora 28 but i am getting the same error. Someone on the apache e-mail list said they forced compiled guacamole using CC6 but i am unsure on how to do that and i assume i would have to have it installed first as well. From my understanding its a simple as adding CC="gccX" ./configure and so on but i have not been able to install CC6.
-
@xylems Have you tried docker?
-
@aaronstuder said in Errors Building Guacamole Server on Fedora 28:
@xylems Have you tried docker?
Him, I just might have to do give that a shot myself.
-
@aaronstuder said in Errors Building Guacamole Server on Fedora 28:
@xylems Have you tried docker?
I did and it didn't work.
-
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
-
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Yeah there's a real love affair for Fedora here but in my case, when I couldn't get this running on Fedora and was able to get it working flawlessly on Ubuntu, guess what OS it's running on right now. Many guides for setting this up on Ubuntu out there.
-
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Likely, that and when there is a preferred OS, people start using it where it is not appropriate as well, making the numbers swell even more.
But you'll notice some of these threads are also full of "and it doesn't work on Docker, either" and similar.
-
@nashbrydges said in Errors Building Guacamole Server on Fedora 28:
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Yeah there's a real love affair for Fedora here but in my case, when I couldn't get this running on Fedora and was able to get it working flawlessly on Ubuntu, guess what OS it's running on right now. Many guides for setting this up on Ubuntu out there.
Are there? I feel like I looked at the time and in order to get it working you have to drop to Ubuntu LTS, same as dropping to CentOS from Fedora. I thought Ubuntu was plagued by the current versions not working the same as Fedora/CentOS are.
-
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Likely, that and when there is a preferred OS, people start using it where it is not appropriate as well, making the numbers swell even more.
But you'll notice some of these threads are also full of "and it doesn't work on Docker, either" and similar.
True. Isn't docker also related/connected to the host OS in some ways? I mean, not completely autonomous?
-
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Likely, that and when there is a preferred OS, people start using it where it is not appropriate as well, making the numbers swell even more.
But you'll notice some of these threads are also full of "and it doesn't work on Docker, either" and similar.
True. Isn't docker also related/connected to the host OS in some ways? I mean, not completely autonomous?
It's not supposed to be. It's connected to the kernel, but not the OS. It's Type-C virtualization, if the OS impacts it, it's not working.
-
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
@nashbrydges said in Errors Building Guacamole Server on Fedora 28:
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Yeah there's a real love affair for Fedora here but in my case, when I couldn't get this running on Fedora and was able to get it working flawlessly on Ubuntu, guess what OS it's running on right now. Many guides for setting this up on Ubuntu out there.
Are there? I feel like I looked at the time and in order to get it working you have to drop to Ubuntu LTS, same as dropping to CentOS from Fedora. I thought Ubuntu was plagued by the current versions not working the same as Fedora/CentOS are.
Yeah, this is the guide that I used and was finally able to set this up.
https://chasewright.com/2017/08/01/guacamole-with-mysql-on-ubuntu/
-
@scottalanmiller - There was a discussion about it vs containers last week, or so. I couldn't remember that exact phrase, but that is what I got from the discussion.
-
@nashbrydges said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller said in Errors Building Guacamole Server on Fedora 28:
@nashbrydges said in Errors Building Guacamole Server on Fedora 28:
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
I have noticed that there are a quite a few threads on something not working properly on Fedora 28. I guess it is just that it seems to be the preferred OS and people are using it more than others.
Yeah there's a real love affair for Fedora here but in my case, when I couldn't get this running on Fedora and was able to get it working flawlessly on Ubuntu, guess what OS it's running on right now. Many guides for setting this up on Ubuntu out there.
Are there? I feel like I looked at the time and in order to get it working you have to drop to Ubuntu LTS, same as dropping to CentOS from Fedora. I thought Ubuntu was plagued by the current versions not working the same as Fedora/CentOS are.
Yeah, this is the guide that I used and was finally able to set this up.
https://chasewright.com/2017/08/01/guacamole-with-mysql-on-ubuntu/
Right, that's not "working on Ubuntu", that's "working on old Ubuntu". It works on "old Fedora", too. If we were willing to treat Fedora poorly, like we often are willing to treat Ubuntu, it would work equally.
I think people are often way more forgiving of Ubuntu that Fedora/CentOS and it makes it look like things work in one, just because the standards are lower.
-
@wrx7m said in Errors Building Guacamole Server on Fedora 28:
@scottalanmiller - There was a discussion about it vs containers last week, or so. I couldn't remember that exact phrase, but that is what I got from the discussion.
It IS a container, it can't be vs containers. Docker is a form of containerization.