Search Criteria
Package Details: opencachemanager 1.0.15-1
Git Clone URL: | https://aur.archlinux.org/opencachemanager.git (read-only, click to copy) |
---|---|
Package Base: | opencachemanager |
Description: | Easy to use, linux based program for managing your geocaches |
Upstream URL: | http://opencachemanage.sourceforge.net/ |
Licenses: | |
Submitter: | Dragonlord |
Maintainer: | None |
Last Packager: | Dragonlord |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2011-02-05 23:36 |
Last Updated: | 2015-06-28 15:51 |
Dependencies (9)
- desktop-file-utils (desktop-file-utils-git)
- gnome-sharp
- gpsbabel
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly)
- ndesk-dbus-glib
- shared-mime-info (shared-mime-info-git)
- webkit-sharp
- gpsbabel (optional) – send cache to GPS
- qlandkartegt (optional) – display cache on map
Latest Comments
1 2 Next › Last »
Dreit commented on 2017-04-15 14:09
Would be great if somebody made this package great again. Right now I just found out that:
- ndesk-dbus-glib was replaced probably by dbus-sharp-glib ( https://bbs.archlinux.org/viewtopic.php?pid=841033#p841033 )
- after replacing this in PKGBUILD I get same error as OdinEidolon before, which is mising gmcs. There https://aur.archlinux.org/packages/notify-sharp-git/ is comment about gmcs, but I have honestly no idea how to solve this.
[edit]
Tried it dirty way: ln -s /usr/bin/mcs /usr/bin/gmcs
Now I get:
...
checking for NDESK_DBUS_10... configure: error: Package requirements (ndesk-dbus-1.0) were not met:
No package 'ndesk-dbus-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables NDESK_DBUS_10_CFLAGS
and NDESK_DBUS_10_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
OdinEidolon commented on 2016-07-06 09:54
-> Extracting opencachemanager-1.0.15.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking for gmcs... no
configure: error: gmcs Not found
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build opencachemanager.
Allan commented on 2015-10-26 12:37
The ndesk-dbus-glib dependency needs uploaded.
Dragonlord commented on 2014-05-25 14:11
Bug filed under:
https://sourceforge.net/p/opencachemanage/bugs/37/
jowagner66 commented on 2014-01-20 18:33
I receive the same error CS1705 as described by fabda.
I'm using manjaro/gnome distro
fabdo commented on 2014-01-20 08:18
i can not install it :(
==> opencachemanager dependencies:
- gnome-sharp (already installed)
- gpsbabel (already installed)
- mono (already installed)
- ndesk-dbus-glib (already installed)
- shared-mime-info (already installed)
- webkit-sharp (already installed)
- desktop-file-utils (already installed)
error CS1705: Assembly `gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' references `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version number than imported assembly `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
./Application/Printing/CachePrinter.cs(204,40): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous error)
./Application/Printing/CachePrinter.cs(204,40): error CS0029: Cannot implicitly convert type `Cairo.Context [Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756]' to `Cairo.Context [Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756]'
Compilation failed: 3 error(s), 0 warnings
Makefile:4125: recipe for target 'bin/Release_Translated/ocm-gtk.exe' failed
make[1]: *** [bin/Release_Translated/ocm-gtk.exe] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-fabdo/aur-opencachemanager/src/opencachemanager-1.0.14/ocm-gtk'
Makefile:242: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
==> FEHLER: Ein Fehler geschah in build().
Breche ab ...
==> ERROR: Makepkg was unable to build opencachemanager.
Anonymous comment on 2011-09-13 06:40
The bug you mentioned is fixed. Works again.
Dragonlord commented on 2011-08-20 18:47
FYI: https://bugs.archlinux.org/task/24167
Dragonlord commented on 2011-08-20 18:45
FYI: https://bugs.archlinux.org/task/24167
bongo commented on 2011-07-02 11:43
there's a problem with the used library libwebkitgtk. On my system the latest version is 0.7.2 but ocm searches for 0.7.0 and fails.
A workaround: sudo ln -s /usr/lib/libwebkitgtk-1.0.so.0.7.2 /usr/lib/libwebkitgtk-1.0.so.0.7.0