[
https://issues.apache.org/jira/browse/GUACAMOLE-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773327#comment-15773327
]
Michael Jumper commented on GUACAMOLE-147:
------------------------------------------
No, the "readdir_r" error is completely different, and has already been
reported: GUACAMOLE-94.
You might be able to work around the error by running the configure script as:
{code:none}
CFLAGS="-Wno-error=deprecated-declarations" ./configure
{code}
and then rerunning make. That should disable the warning regarding "readdir_r"
and allow the rest of the build to proceed.
{quote}
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 occurred within the same environment.
{quote}
Regardless of it being on the same environment, the originally-reported issue
was not an issue at all, and it's impossible to be related to something that
doesn't exist.
You would only want to re-open an issue if the original reason for closing that
issue is incorrect. If the issue was correctly closed, then anything else
should be a new issue. If it truly is related (it isn't in this case), that
relation can be indicated by linking the issues. It's good practice to do a
quick JIRA search first to make sure the problem hasn't already been reported.
If you aren't sure that it's a problem at all, you can always post to the
mailing list to get some feedback.
> 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)