ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Errors Building Guacamole Server on Fedora 28

    IT Discussion
    linux fedora fedora 28 guacamole guacamole 0.9.14
    9
    49
    5.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      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
      
      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        GCC compatibility issue. Fedora 28 has GCC 7 which Guacamore cannot be built against, yet.

        travisdh1T 1 Reply Last reply Reply Quote 2
        • travisdh1T
          travisdh1 @scottalanmiller
          last edited by travisdh1

          @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?

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @travisdh1
            last edited by

            @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.

            black3dynamiteB 1 Reply Last reply Reply Quote 0
            • black3dynamiteB
              black3dynamite @scottalanmiller
              last edited by black3dynamite

              @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?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @black3dynamite
                last edited by

                @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.

                1 Reply Last reply Reply Quote 0
                • X
                  xylems
                  last edited by

                  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.

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    Alex Sage @xylems
                    last edited by

                    @xylems Have you tried docker?

                    travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1 @Alex Sage
                      last edited by

                      @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.

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Alex Sage
                        last edited by

                        @aaronstuder said in Errors Building Guacamole Server on Fedora 28:

                        @xylems Have you tried docker?

                        I did and it didn't work.

                        1 Reply Last reply Reply Quote 0
                        • wrx7mW
                          wrx7m
                          last edited by

                          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.

                          NashBrydgesN scottalanmillerS 2 Replies Last reply Reply Quote 0
                          • NashBrydgesN
                            NashBrydges @wrx7m
                            last edited by

                            @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.

                            scottalanmillerS 1 Reply Last reply Reply Quote 2
                            • scottalanmillerS
                              scottalanmiller @wrx7m
                              last edited by

                              @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.

                              wrx7mW 1 Reply Last reply Reply Quote 2
                              • scottalanmillerS
                                scottalanmiller @NashBrydges
                                last edited by

                                @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.

                                NashBrydgesN 1 Reply Last reply Reply Quote 1
                                • wrx7mW
                                  wrx7m @scottalanmiller
                                  last edited by

                                  @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?

                                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                                  • scottalanmillerS
                                    scottalanmiller @wrx7m
                                    last edited by

                                    @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.

                                    wrx7mW 1 Reply Last reply Reply Quote 2
                                    • NashBrydgesN
                                      NashBrydges @scottalanmiller
                                      last edited by

                                      @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/

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • wrx7mW
                                        wrx7m @scottalanmiller
                                        last edited by

                                        @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.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @NashBrydges
                                          last edited by

                                          @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.

                                          NashBrydgesN 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @wrx7m
                                            last edited by

                                            @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.

                                            wrx7mW 1 Reply Last reply Reply Quote 2
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post