Package Details: remmina-git 1.4.35.r32.g229be18b0-1

Git Clone URL: https://aur.archlinux.org/remmina-git.git (read-only, click to copy)
Package Base: remmina-git
Description: A remote desktop client written in GTK+ - git checkout
Upstream URL: http://www.remmina.org/
Licenses: GPL-2.0-or-later
Conflicts: grdc, remmina
Provides: grdc, remmina, remmina-plugins
Submitter: eworm
Maintainer: Matty_r
Last Packager: Matty_r
Votes: 58
Popularity: 0.052324
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-04-30 18:41 (UTC)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »

Matty_r commented on 2021-07-15 03:10 (UTC)

@tmow done. I'll need to figure that out - I thought there was a way to do it as well.

tmow commented on 2021-07-14 07:02 (UTC)

@Matty_r can you please update the version in the package name? There should be a way to do it automatically based on the latest tag.

Thanks!!!

DarkSmile92 commented on 2021-06-30 19:19 (UTC)

@Matty_r that worked, thanks!

Matty_r commented on 2021-06-29 21:52 (UTC)

@DarkSmile92 - this is a problem on freerdp-git. I've updated the makedepends to freerdp as it compiles successfully against that instead.

DarkSmile92 commented on 2021-06-23 12:07 (UTC)

I get the following build error:

CMake Error in plugins/rdp/CMakeLists.txt:
  Found relative path while evaluating include directories of
  "remmina-plugin-rdp":

    "WINPR_INCLUDE_DIR-NOTFOUND"



-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

I found an old issue with the same error, but unfortunately it didn't help fixing my issue. (https://gitlab.com/Remmina/Remmina/-/issues/1281)

I already removed remmina and freerdp completely and reinstalled. Freerdp-git builds fine.

Any suggestions?

Gargoyle101 commented on 2021-06-14 03:23 (UTC)

@Matty_r Thank you, confirming functioning workaround.

Gargoyle101 commented on 2021-06-14 02:58 (UTC)

@Matty_r Thanks for the quick response, will do just that.

Matty_r commented on 2021-06-14 02:54 (UTC)

@Gargoyle101: This is a bug with Remmina at the moment.

Please see: https://gitlab.com/Remmina/Remmina/-/issues/2510

If you manually modify rdp_plugin.c and change FREERDP_VERSION_FULL, GIT_REVISION, to FREERDP_VERSION_FULL, FREERDP_GIT_REVISION,

That will fix your problem

Gargoyle101 commented on 2021-06-14 02:36 (UTC)

Error installing remmina-git

Had an error trying to build remmina-git

[ 38%] Building C object plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_plugin.c.o
/home/amr/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c: In function ‘remmina_plugin_entry’:
/home/amr/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c:2826:40: error: ‘GIT_REVISION’ undeclared (first use in this function); did you mean ‘SID_REVISION’?
 2826 |                  FREERDP_VERSION_FULL, GIT_REVISION,
      |                                        ^~~~~~~~~~~~
      |                                        SID_REVISION
/home/amr/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c:2826:40: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/build.make:76: plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_plugin.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:601: plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: remmina-git

I successfully built freerdp-git and then tried to build remmina-git, got the above error, any advise?

jvybihal commented on 2020-09-28 14:49 (UTC)

Or, just do what I suggested. Install freerdp-git and build remmina-git against it. No messing with ldconfig needed. It works.