You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Andrei Volodin (JIRA)" <ji...@apache.org> on 2016/12/23 15:40:58 UTC

[jira] [Reopened] (GUACAMOLE-147) mvn package execution within cloned git repo of guacamole results in tar.gz file

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

Andrei Volodin reopened GUACAMOLE-147:
--------------------------------------

may I hope 

the following error to be clarified and got resolved?

 the error takes place on compilation with RDP support:

CC       guacdr_client_la-rdp_fs.lo
rdp_fs.c: In function ‘guac_rdp_fs_read_dir’:
rdp_fs.c:599:5: error: ‘readdir_r’ is deprecated [-Werror=deprecated-declarations]
     if (readdir_r(file->dir, &(file->__dirent), &result))
     ^~
In file included from rdp_fs.h:40:0,
                 from rdp_fs.c:22:
/usr/include/dirent.h:183:12: note: declared here
 extern int readdir_r (DIR *__restrict __dirp,
            ^~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1310: recipe for target 'guacdr_client_la-rdp_fs.lo' failed
make[3]: *** [guacdr_client_la-rdp_fs.lo] Error 1

the same error occurrence was found there mentioned : 
http://blogtech.galvagno.info/index.php/2016/11/03/4320-guacd-guacamole-compilation-error-on-ubuntu


     I do not know whether I may or rather whether should I or may not  rise  a new issue in regards to the issue, because of that I am reopening the current issue, since it is related to the current issue at least to some extent as the error has ocurred within the same environment.
Perhaps it is not very correct  to reopen the issue, since it got already resolved finally and fine. But whether would be better opened I a new issue in regards to the error?

However, the error takes place and I would be grateful for any advise.

Sincerely,

> mvn package execution within cloned git repo of guacamole results in tar.gz file
> --------------------------------------------------------------------------------
>
>                 Key: GUACAMOLE-147
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-147
>             Project: Guacamole
>          Issue Type: Bug
>    Affects Versions: 0.9.10-incubating
>            Reporter: Andrei Volodin
>
> mvn package execution within cloned git repo of guacamole-client results in  file target/ guacamole-client-0.9.10-incubating.tar.gz which hardly can be deployed to tomcat/webapps as stated in the instructions at the guacamole website.
> It is stated that mvn package execution results in war file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)