Package Details: libgnome-sharp 2.24.4-9

Git Clone URL: https://aur.archlinux.org/gnome-sharp.git (read-only, click to copy)
Package Base: gnome-sharp
Description: Mono bindings for libgnome
Upstream URL: http://gtk-sharp.sourceforge.net
Licenses: LGPL
Submitter: quequotion
Maintainer: Rogach
Last Packager: Rogach
Votes: 7
Popularity: 0.000000
First Submitted: 2017-04-01 18:39 (UTC)
Last Updated: 2023-04-10 23:45 (UTC)

Pinned Comments

quequotion commented on 2019-11-10 09:19 (UTC) (edited on 2019-11-10 09:19 (UTC) by quequotion)

This metapackage has a significant AUR dependency chain. In order to build it in a clean chroot (without using an AUR helper), you will have to preinstall its dependencies and their dependencies (after clean chroot building each of them):

makechrootpkg -c -r $CHROOT \
-I ../libgnomeui/libgnomeui-2.24.5-3-x86_64.pkg.tar.xz \
-I ../libbonoboui/libbonoboui-2.24.5-3-x86_64.pkg.tar.xz \
-I ../libgnome/libgnome-2.32.1-7-x86_64.pkg.tar.xz \
-I ../libgnomecanvas/libgnomecanvas-2.30.3-4-x86_64.pkg.tar.xz \
-I ../libgnome/libgnome-data-2.32.1-7-x86_64.pkg.tar.xz \
-I ../gnome-vfs/gnome-vfs-2.24.4-11-x86_64.pkg.tar.xz \
-I ../gnome-mime-data/gnome-mime-data-2.18.0-8-any.pkg.tar.xz \
-I ../gamin/gamin-0.1.10-9-x86_64.pkg.tar.xz \
-I ../libbonobo/libbonobo-2.32.1-4-x86_64.pkg.tar.xz \
-I ../orbit2/orbit2-2.14.19-7-x86_64.pkg.tar.xz

Latest Comments

« First ‹ Previous 1 2 3 4

zllvm commented on 2017-05-31 20:08 (UTC) (edited on 2017-05-31 20:20 (UTC) by zllvm)

Have the same problem. It happens due to the following error is written into Setting.cs file as a first line: '/tmp/yaourt-tmp-xxx/aur-gnome-sharp/src/gnome-sharp-2.24.3/gconf/GConf/gconf-sharp.dll' in MONO_PATH doesn't exist or has wrong permissions. Related file: https://github.com/mono/gnome-sharp/blob/master/sample/gconf/Makefile.am

Cysioland commented on 2017-05-27 14:52 (UTC)

Does not compile, with error Settings.cs(1,1): error CS1012: Too many characters in character literal Settings.cs(1,93): error CS1525: Unexpected symbol `/' Settings.cs(1,114): error CS1012: Too many characters in character literal

quequotion commented on 2017-04-08 09:12 (UTC)

>Yah Indeed, it is fixed! I've updated the package to build the git master; there's not a tarball release yet.

Yah commented on 2017-04-07 16:50 (UTC)

quequotion: If i read that right, the problem should be fixed: https://bugzilla.xamarin.com/show_bug.cgi?id=52516

quequotion commented on 2017-04-02 08:39 (UTC)

>sergey See my comment below and the bug report on xamarin. Unfortunately, we cannot build this package or its dependencies (glippy, monodevelop) until a solution is found. If you still have the package that was available from [extra] in January installed don't remove it! >ozmartian My hope is that having the package available will attract the attention needed to get something done about it. Although it was removed from [extra], there are still a few AUR packages that depend on it.

sergey.orloff commented on 2017-04-02 07:56 (UTC)

Hello! Today, when updating the package, the following error occurred: cp ../gtk-sharp.snk . cp ../AssemblyInfo.cs . /usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -define:GNOME_SHARP_2_24 -nowarn:0169,0612,0618 -unsafe -out:gnome-sharp.dll -target:library -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll /r:../art/art-sharp.dll /r:../gnomevfs/gnome-vfs-sharp.dll -r:Mono.Cairo generated/*.cs ./BonoboUIVerb.cs ./IconTheme.cs ./Modules.cs AssemblyInfo.cs AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute generated/App.cs(125,17): warning CS0108: `Gnome.App.Name' hides inherited member `Gtk.Widget.Name'. Use the new keyword if hiding was intended /usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous warning) generated/ThemeFile.cs(59,26): warning CS0809: Obsolete member `Gnome.ThemeFile.ToString()' overrides non-obsolete member `object.ToString()' /usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) generated/CanvasPathDef.custom(25,67): error CS1502: The best overloaded method match for `Gnome.CanvasPathDef.gnome_canvas_path_def_new_from_bpath(ref Art.Bpath)' has some invalid arguments generated/CanvasPathDef.cs(260,24): (Location of the symbol related to previous error) generated/CanvasPathDef.custom(25,105): error CS1620: Argument `#1' is missing `ref' modifier Compilation failed: 2 error(s), 3 warnings make[3]: *** [Makefile:686: gnome-sharp.dll] Ошибка 1 make[3]: выход из каталога «/tmp/yaourt-tmp-sergey/aur-libgnome-sharp/src/gnome-sharp-2.24.2/gnome» make[2]: *** [Makefile:379: all-recursive] Ошибка 1 make[2]: выход из каталога «/tmp/yaourt-tmp-sergey/aur-libgnome-sharp/src/gnome-sharp-2.24.2/gnome» make[1]: *** [Makefile:315: all-recursive] Ошибка 1 make[1]: выход из каталога «/tmp/yaourt-tmp-sergey/aur-libgnome-sharp/src/gnome-sharp-2.24.2» make: *** [Makefile:241: all] Ошибка 2 ==> ОШИБКА: Произошел сбой в build(). Прерывание... ==> ОШИБКА: Makepkg не смог собрать gnome-sharp. ==> Перезапустить сборку libgnome-sharp ? да/Нет [y/N] ==> -------------------------------------------------- ==> ==> ОШИБКА: невозможно обновить

ozmartian commented on 2017-04-01 21:02 (UTC)

thanks for the comment re current breakage...

quequotion commented on 2017-04-01 18:44 (UTC)

At present, this package cannot be built because of an update to gtk-sharp: https://bugzilla.xamarin.com/show_bug.cgi?id=52516 You could build it either by downgrading gtk-sharp, or helping to find a way to work with the changes.