You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Victor Escobar (JIRA)" <ji...@apache.org> on 2018/02/20 10:44:00 UTC

[jira] [Updated] (GUACAMOLE-511) 'make install' requires sudo on Windows Subsystem for Linux (Ubuntu)

     [ https://issues.apache.org/jira/browse/GUACAMOLE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Escobar updated GUACAMOLE-511:
-------------------------------------
    Description: 
When I pull the latest build from git, everything proceeds according to the instructions at [https://guacamole.apache.org/doc/gug/installing-guacamole.html] until I get to the 'make install' phase. If I run 'make install' without sudo, I get the following errors:

{{Making install in src/libguac}}
 {{make[1]: Entering directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
 {{make[2]: Entering directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
 \{{ /bin/mkdir -p '/usr/local/lib'}}
 \{{ /bin/bash ../../libtool --mode=install /usr/bin/install -c libguac.la '/usr/local/lib'}}
 {{libtool: install: /usr/bin/install -c .libs/libguac.so.12.3.0 /usr/local/lib/libguac.so.12.3.0}}
 {{/usr/bin/install: {color:#d04437}cannot create regular file{color} '/usr/local/lib/libguac.so.12.3.0': {color:#d04437}Permission denied{color}}}
 {{Makefile:518: {color:#d04437}recipe for target 'install-libLTLIBRARIES' failed{color}}}
 {{make[2]: *** [install-libLTLIBRARIES] Error 1}}
 {{make[2]: Leaving directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
 {{Makefile:916: {color:#d04437}recipe for target 'install-am' failed{color}}}
 {{make[1]: *** [install-am] {color:#d04437}Error 2{color}}}
 {{make[1]: Leaving directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
 {{Makefile:510: {color:#d04437}recipe for target 'install-recursive' failed{color}}}
 {{make: *** [install-recursive] {color:#d04437}Error 1{color}}}

Running 'make install' with sudo allows the process to complete successfully.

  was:
When I pull the latest build from git, everything proceeds according to the instructions at [https://guacamole.apache.org/doc/gug/installing-guacamole.html] until I get to the 'make install' phase. If I run 'make install' without sudo, I get the following errors:

{{Making install in src/libguac}}
{{make[1]: Entering directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
{{make[2]: Entering directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
{{ /bin/mkdir -p '/usr/local/lib'}}
{{ /bin/bash ../../libtool --mode=install /usr/bin/install -c libguac.la '/usr/local/lib'}}
{{libtool: install: /usr/bin/install -c .libs/libguac.so.12.3.0 /usr/local/lib/libguac.so.12.3.0}}
{{/usr/bin/install: {color:#d04437}cannot create regular file{color} '/usr/local/lib/libguac.so.12.3.0': {color:#d04437}Permission denied{color}}}
{{Makefile:518: {color:#d04437}recipe for target 'install-libLTLIBRARIES' failed{color}}}
{{make[2]: *** [install-libLTLIBRARIES] Error 1}}
{{make[2]: Leaving directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
{{Makefile:916: {color:#d04437}recipe for target 'install-am' failed{color}}}
{{make[1]: *** [install-am] {color:#d04437}Error 2{color}}}
{{make[1]: Leaving directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
{{Makefile:510: {color:#d04437}recipe for target 'install-recursive' failed{color}}}
{{make: *** [install-recursive] {color:#d04437}Error 1{color}}}

{color:#d04437}{color:#333333}Running 'make install' with sudo allows the process to complete successfully.{color}
{color}


> 'make install' requires sudo on Windows Subsystem for Linux (Ubuntu)
> --------------------------------------------------------------------
>
>                 Key: GUACAMOLE-511
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-511
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-server
>    Affects Versions: 0.9.14
>         Environment: Windows 10 x64 version 10.0.16299.248, Subsystem for Linux (Ubuntu) 
>            Reporter: Victor Escobar
>            Priority: Minor
>              Labels: windows
>             Fix For: 0.9.14
>
>
> When I pull the latest build from git, everything proceeds according to the instructions at [https://guacamole.apache.org/doc/gug/installing-guacamole.html] until I get to the 'make install' phase. If I run 'make install' without sudo, I get the following errors:
> {{Making install in src/libguac}}
>  {{make[1]: Entering directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
>  {{make[2]: Entering directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
>  \{{ /bin/mkdir -p '/usr/local/lib'}}
>  \{{ /bin/bash ../../libtool --mode=install /usr/bin/install -c libguac.la '/usr/local/lib'}}
>  {{libtool: install: /usr/bin/install -c .libs/libguac.so.12.3.0 /usr/local/lib/libguac.so.12.3.0}}
>  {{/usr/bin/install: {color:#d04437}cannot create regular file{color} '/usr/local/lib/libguac.so.12.3.0': {color:#d04437}Permission denied{color}}}
>  {{Makefile:518: {color:#d04437}recipe for target 'install-libLTLIBRARIES' failed{color}}}
>  {{make[2]: *** [install-libLTLIBRARIES] Error 1}}
>  {{make[2]: Leaving directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
>  {{Makefile:916: {color:#d04437}recipe for target 'install-am' failed{color}}}
>  {{make[1]: *** [install-am] {color:#d04437}Error 2{color}}}
>  {{make[1]: Leaving directory '/home/sydbarrett74/guacamole-server/src/libguac'}}
>  {{Makefile:510: {color:#d04437}recipe for target 'install-recursive' failed{color}}}
>  {{make: *** [install-recursive] {color:#d04437}Error 1{color}}}
> Running 'make install' with sudo allows the process to complete successfully.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)