https://download.mono-project.com is offline needs mirrors.
Search Criteria
Package Details: gtk-sharp-2 2.12.45-8
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gtk-sharp-2.git (read-only, click to copy) |
|---|---|
| Package Base: | gtk-sharp-2 |
| Description: | GTK2 bindings for C#. |
| Upstream URL: | https://www.mono-project.com/docs/gui/gtksharp/ |
| Keywords: | csharp gtk gtk2 mono |
| Licenses: | LGPL |
| Conflicts: | glade-sharp |
| Provides: | glade-sharp |
| Submitter: | City-busz |
| Maintainer: | glek |
| Last Packager: | glek |
| Votes: | 9 |
| Popularity: | 1.05 |
| First Submitted: | 2025-10-25 17:25 (UTC) |
| Last Updated: | 2025-11-19 16:30 (UTC) |
Dependencies (4)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR, gtk2-ng-gitAUR, gtk2-ng-gitAUR)
- mono (mono-gitAUR)
- monodoc (mono-gitAUR, mono) (make)
- perl (perl-gitAUR) (optional) – for gapi2xml.pl and gapi_pp.pl
Required by (40)
- art-sharp
- art-sharp (requires glade-sharp)
- art-sharp (make)
- bless
- bless-git
- dotdevelop-git (requires glade-sharp)
- dotdevelop-git
- gconf-sharp
- gconf-sharp (requires glade-sharp)
- gconf-sharp (make)
- gconf-sharp-peditors (requires glade-sharp)
- gconf-sharp-peditors (make)
- gemistdownloader
- gio-sharp
- gkeyfile-sharp
- gmime (make)
- gnome-keyring-sharp
- gnome-rdp
- gnome-sharp (requires glade-sharp)
- gnome-sharp (make)
- Show 20 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 2
korimitsu commented on 2025-10-29 17:16 (UTC) (edited on 2025-10-29 17:25 (UTC) by korimitsu)
glek commented on 2025-10-29 17:14 (UTC)
@funkmuscle This appears to be a wider issue with some DNS provider somewhere as other packages on other domains are also failing (code-insiders-bin, for example). This is not an issue with this package specifically.
funkmuscle commented on 2025-10-29 16:52 (UTC)
This is what is happening:
warning: gksu: unknown key '%INSTALLED_DB%' in local database warning: mkinitcpio-busybox: unknown key '%INSTALLED_DB%' in local database ==> Retrieving sources... -> Downloading gtk-sharp-2.12.45.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:29 --:--:-- 0curl: (6) Could not resolve host: download.mono-project.com Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left. curl: (6) Could not resolve host: download.mono-project.com Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left. curl: (6) Could not resolve host: download.mono-project.com Warning: Problem : timeout. Will retry in 3 seconds. 1 retry left. curl: (6) Could not resolve host: download.mono-project.com ==> ERROR: Failure while downloading https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.45.tar.gz Aborting... -> error making: gtk-sharp-2-exit status 1 -> Failed to install the following packages. Manual intervention is required: gtk-sharp-2 - exit status 1
glek commented on 2025-10-28 21:35 (UTC)
Should be building again.
glek commented on 2025-10-28 21:25 (UTC)
Working on a fix at this time.
damir commented on 2025-10-28 19:10 (UTC)
fails to build for me
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -DDISABLE_GTHREAD_CHECK -MT windowmanager.lo -MD -MP -MF .deps/windowmanager.Tpo -c windowmanager.c -fPIC -DPIC -o .libs/windowmanager.o
windowmanager.c: In function ‘gtksharp_get_gdk_net_client_list’:
windowmanager.c:113:26: error: assignment to ‘gpointer’ {aka ‘void *’} from ‘long int’ makes pointer from integer without a cast [-Wint-conversion]
113 | list [i] = data [i];
| ^
In file included from /usr/include/glib-2.0/glib.h:64,
from /usr/include/gtk-2.0/gdk/gdktypes.h:36,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
from windowmanager.c:27:
windowmanager.c:114:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘gpointer’ {aka ‘void *’} [-Wformat=]
114 | g_message ("WinID: %d", list [i]);
| ^~~~~~~~~~~ ~~~~~~~~
| |
| gpointer {aka void *}
/usr/include/glib-2.0/glib/gmessages.h:361:32: note: in definition of macro ‘g_message’
361 | __VA_ARGS__)
| ^~~~~~~~~~~
windowmanager.c:114:37: note: format string is defined here
114 | g_message ("WinID: %d", list [i]);
| ~^
| |
| int
| %p
make[3]: *** [Makefile:489: windowmanager.lo] Error 1
make[3]: Leaving directory '/home/damir/.cache/yay/gtk-sharp-2/src/gtk-sharp-2.12.45/gdk/glue'
make[2]: *** [Makefile:536: all-recursive] Error 1
make[2]: Leaving directory '/home/damir/.cache/yay/gtk-sharp-2/src/gtk-sharp-2.12.45/gdk'
make[1]: *** [Makefile:454: all-recursive] Error 1
make[1]: Leaving directory '/home/damir/.cache/yay/gtk-sharp-2/src/gtk-sharp-2.12.45'
make: *** [Makefile:382: all] Error 2
Pinned Comments
glek commented on 2025-11-19 16:32 (UTC) (edited on 2025-11-19 16:33 (UTC) by glek)
This package now provides
glade-sharpsince it bundles in the same libraries as that package and that package has no active maintainer.Tested this change using Monodevelop and it loads fine.
If somebody picks up that package in the future and wants me to remove the Glade stuff from this package I am happy to do so but for now I think this is the better solution rather than building all of GTK2 just to strip out everything except Glade so it can be a separate package.