search for: gir

Displaying 20 results from an estimated 48 matches for "gir".

Did you mean: dir
2007 Sep 05
1
[LLVMdev] Exception Problems
Hi Anton & Duncan, When I try to compile on Darwin now, I get this: $ /Volumes/Gir/devel/llvm/llvm-gcc-4.0.obj/gcc/xgcc <options> -o eh_alloc.o Assertion failed: (false && "Couldn't find the register class"), function getPhysicalRegisterRegClass, file /Volumes/Gir/devel/llvm/ llvm.src/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp, line 269. ../../../....
2023 Dec 05
3
[Bug 1726] New: invalid json generated by ipset list -output json
...39;s git. I can see two problems with the output: 1. the "initval" field is emitted as hex, which is not a part of the json syntax [1]. 2. in combination with '-name', it seems to be printing key:value pairs in an array, not a map. I set up a test ipset as follows: --- root at gir:~# ipset list root at gir:~# ipset new test hash:ip root at gir:~# ipset add test 1.2.3.4 root at gir:~# ipset list --output json [ { "name" : "test", "type" : "hash:ip", "revision" : 6, "header" : { "family&qu...
2004 Nov 19
1
assertion failed: (!t->view->external)
Nov 18 17:29:54 gir dovecot: imap-login: Login: jmcvetta [69.106.50.255] Nov 18 17:30:02 gir dovecot: IMAP(jmcvetta): file mail-index-transaction.c: line 247 (mail_index_expunge): assertion failed: (!t->view->external) Nov 18 17:30:02 gir dovecot: child 31094 (imap) killed with signal 6 I saw this in my maillo...
2011 Nov 05
4
ZFS Recovery: What do I try next?
...all 3 remaining disks as images using dd on to another another filesystem. Using the loopback filesystem I can treat these images as if they were real disks. I''ve made a snapshot of the filesystem the disk images are on so that I can try things and rollback the changes if needed. "gir" is the computer these disks are hosted on. It used to be a Nexenta server, but is now Ubuntu 11.10 with the zfs on linux modules. I have tried booting up Solaris Express 11 Live CD and doing "zpool import -fFX bank0" which ran for ~6 hours and put out: "one or more devices is...
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
...@ -961,6 +1002,19 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/guestfs-erlang.3* +%files gobject +%defattr(-,root,root,-) +%{_libdir}/libguestfs-gobject-1.0.so.0* + + +%files gobject-devel +%defattr(-,root,root,-) +%{_libdir}/libguestfs-gobject-1.0.so +%{_includedir}/guestfs-gobject.h +%{_libdir}/girepository-1.0/Guestfs-1.0.typelib +%{_datadir}/gir-1.0/Guestfs-1.0.gir + + %files man-pages-uk %defattr(-,root,root,-) %lang(uk) %{_mandir}/uk/man1/*.1* -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Wi...
2019 Jan 22
1
Re: [PATCH] gobject: Add Vala binding support
...+++++++++++++ 5 files changed, 125 insertions(+) create mode 100644 gobject/libguestfs-gobject-1.0.deps create mode 100644 m4/vapigen.m4 diff --git a/.gitignore b/.gitignore index 637bf7765..29d3e3aae 100644 --- a/.gitignore +++ b/.gitignore @@ -339,6 +339,7 @@ Makefile.in /gobject/Guestfs-1.0.gir /gobject/Guestfs-1.0.typelib /gobject/guestfs-gobject.3 +/gobject/libguestfs-gobject-1.0.vapi /gobject/stamp-guestfs-gobject.pod /golang/bindtests.go /golang/examples/guestfs-golang.3 diff --git a/configure.ac b/configure.ac index e18e099b9..dfc7a1af3 100644 --- a/configure.ac +++ b/configure....
2010 Mar 16
1
[PATCH] Non-working support for GObject Introspection.
...-------------- next part -------------- >From 5842de4074aec617e6f2be41133ca4f192a3d74d Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Tue, 16 Mar 2010 14:33:23 +0000 Subject: [PATCH] Non-working support for GObject Introspection. --- .gitignore | 2 + gir/README | 41 +++++++++++++++++++++++++++++ src/generator.ml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++- src/guestfs.h | 22 +++++++++++++++ src/guestfs.pod | 6 ++++ 5 files changed, 146 insertions(+), 1 deletions(-) create mode 100644 gir/README diff --git a/....
2004 Aug 18
2
Multiple dovecot processes stepping on each other
...or IMAP/POP3. -listen = [::] +listen = * # IP or host address where to listen in for SSL connections. Defaults # to above if not specified. For the most part it is working, but every so often, the auth freaks out for one (random) account. The error for one example is below: Aug 18 11:13:12 gir dovecot: login: Authentication process 21082 doesn't exist Aug 18 11:13:12 gir dovecot: pop3-login: Internal login failure: phessler [208.201.244.164] This happens on both v4 and v6 connections, but infrequently. If you try again immediatly, it works. If I do a `ps -p 21082` I can see the...
2019 Jan 22
2
[PATCH] gobject: Add Vala binding support
...ON_TRUE" = "x"; then echo "yes"; else echo "no"; fi echo diff --git a/gobject/Makefile.am b/gobject/Makefile.am index ddedd5b51..302d54354 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -105,6 +105,23 @@ $(TESTS): $(typelib_DATA) CLEANFILES += $(gir_DATA) $(typelib_DATA) +if ENABLE_VAPIGEN +-include $(VAPIGEN_MAKEFILE) + +libguestfs-gobject-1.0.vapi: Guestfs-1.0.gir libguestfs-gobject-1.0.deps + +VAPIGEN_VAPIS = libguestfs-gobject-1.0.vapi + +libguestfs_gobject_1_0_vapi_DEPS = gobject-2.0 gio-2.0 +libguestfs_gobject_1_0_vapi_METADATADIRS = $...
2006 Jun 25
5
Where should I put an Bugreport of OggEnc
...The problems eare with some speciel charakters - used in Europe (Denmark, Norway, Sweden, Germany, Austria, etc..) Some Examples: Hin Vordende Sod & S? ^ 02_Bruderov paa H?gstadtun.ogg ^ 03_Huldradans - Hin Gr?nnkledde.ogg ^ 05_Over ?girs vidstragte Sletter.ogg ^ 04_N?r Slaget ?r Vunnet.ogg ^ ^ 06_F?rd Mot Thrudvang.ogg ^ 10_...Ty M?rkret Skall Falla.ogg ^ If this "european characters" are inside the track information, then OggEnc v1.0.2 repleced them by an "#". The Filename i...
2017 Sep 21
1
Are your symlinks identified as symlinks on Samba/SMB shares?
...files and folders. Why is this an issue? Because when I try to copy parts of these backups from the NAS it just loops back on itself forever. Eg: From NAS (QNAP TS-453A) command line - Symlinks are visible. [admin at NASSY ~]# ls -al /share/CACHEDEV1_DATA/Download/_backups/rsnapshot/mac/daily.0/gir/Users/chrisric/Library/Containers/com.apple.AddressBook/Data/Library/ total 32 drwx------ 8 501 20 4096 Aug 2 13:09 ./ drwx------ 4 501 20 4096 Jun 2 2015 ../ drwx------ 2 501 20 4096 Jun 2 2015 Application Scripts/ drwx------ 3 501 20 4096 Jun 11 2015 Application Support/ lrwxrwxrwx 1 501 20 17 Ju...
2004 Sep 20
3
1.0-test44
http://dovecot.org/test/ I think I finally fixed the hangs some people have been having when downloading mails. For some reason I could never reproduce this problem with Linux or Solaris, but with OpenBSD it happened immediately. Stupid problem with marking output buffer empty if it was full and write() returned EAGAIN. Other changes include: - LDAP initialization crashed - fixed some
2012 Jan 22
1
Compile failure
Hi: I can't compile upstream now, it seems the gobject ld error, maybe I need install something, but I'm not familiar with gobject. Maybe we need to add something more to check if we should enable gobject bindings? error message is below: --- GISCAN Guestfs-1.0.gir ./.libs/libguestfs-gobject-1.0.so: undefined reference to `guestfs_test0rbufferouterr' ./.libs/libguestfs-gobject-1.0.so: undefined reference to `guestfs_test0_argv' ./.libs/libguestfs-gobject-1.0.so: undefined reference to `guestfs_test0rbufferout' collect2: ld returned 1 exit status l...
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
...t-up-git/ - I use this tutorial $ ssh-keygen -t rsa -C "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" passphrases --> empty I''ve copied id_rsa.pub into SSH Public Keys in GITHUBE site $ ssh -T git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org git config --global user.name "girly girl" git config --global user.email "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" git config --global github.user girlygirl git config --global github.token my_token 2nd step DONE 3. I go to the /home/alex/Dokumenty/work/depot/ and write command : heroku create --> wi...
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6. Now, this time I tested every possible authentication case that it really works. I'll soon create a CVS branch which is going to stabilize into the 1.0 release. I won't add new features there so it shouldn't really get broken anymore, at least because of new features.. So, two changes in this release:
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6. Now, this time I tested every possible authentication case that it really works. I'll soon create a CVS branch which is going to stabilize into the 1.0 release. I won't add new features there so it shouldn't really get broken anymore, at least because of new features.. So, two changes in this release:
2019 Jan 22
2
Re: [PATCH] gobject: Add Vala binding support
...+++++++++++++ 5 files changed, 125 insertions(+) create mode 100644 gobject/libguestfs-gobject-1.0.deps create mode 100644 m4/vapigen.m4 diff --git a/.gitignore b/.gitignore index 637bf7765..29d3e3aae 100644 --- a/.gitignore +++ b/.gitignore @@ -339,6 +339,7 @@ Makefile.in /gobject/Guestfs-1.0.gir /gobject/Guestfs-1.0.typelib /gobject/guestfs-gobject.3 +/gobject/libguestfs-gobject-1.0.vapi /gobject/stamp-guestfs-gobject.pod /golang/bindtests.go /golang/examples/guestfs-golang.3 diff --git a/configure.ac b/configure.ac index e18e099b9..dfc7a1af3 100644 --- a/configure.ac +++ b/configure....
2007 May 02
1
[LLVMdev] [LLVMbugs] Anyone seeing this?
> Anyone seeing this failure? > > FAIL: /Volumes/Gir/devel/llvm/llvm.src/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll > for PR1326 Seems it was due to my changes. Investigating. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2019 Jan 22
0
Re: [PATCH] gobject: Add Vala binding support
..."yes"; else echo "no"; fi > echo > diff --git a/gobject/Makefile.am b/gobject/Makefile.am > index ddedd5b51..302d54354 100644 > --- a/gobject/Makefile.am > +++ b/gobject/Makefile.am > @@ -105,6 +105,23 @@ $(TESTS): $(typelib_DATA) > > CLEANFILES += $(gir_DATA) $(typelib_DATA) > > +if ENABLE_VAPIGEN > +-include $(VAPIGEN_MAKEFILE) > + > +libguestfs-gobject-1.0.vapi: Guestfs-1.0.gir libguestfs-gobject-1.0.deps > + > +VAPIGEN_VAPIS = libguestfs-gobject-1.0.vapi > + > +libguestfs_gobject_1_0_vapi_DEPS = gobject-2.0 gio-2.0...
2019 Jan 22
1
[PATCH] gobject: Add Vala binding support
...ON_TRUE" = "x"; then echo "yes"; else echo "no"; fi echo diff --git a/gobject/Makefile.am b/gobject/Makefile.am index ddedd5b51..302d54354 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -105,6 +105,23 @@ $(TESTS): $(typelib_DATA) CLEANFILES += $(gir_DATA) $(typelib_DATA) +if ENABLE_VAPIGEN +-include $(VAPIGEN_MAKEFILE) + +libguestfs-gobject-1.0.vapi: Guestfs-1.0.gir libguestfs-gobject-1.0.deps + +VAPIGEN_VAPIS = libguestfs-gobject-1.0.vapi + +libguestfs_gobject_1_0_vapi_DEPS = gobject-2.0 gio-2.0 +libguestfs_gobject_1_0_vapi_METADATADIRS = $...