OpenSUSE Install :: Glib Error - GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: Assertion Failed

Mar 31, 2011

As root, type "zypper update" and get several lines of the following error:

**
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
Loading repository data...
Reading installed packages...

Nothing to do. Used zypper dup to upgrade from 11.3. Still have boot problems (will open another thread), but had major problems upgrading timezone. File downloads would reach some percentage of completion, then B/s would slowly reduce, to zero. Upgrade would halt until manually aborted. Solution was to manually download 5 timezone files and install them in a directory repository. File download did not specify just the timezone file, but also a part of the directory. Could this be part of the problem? example: ./rpm/i586/timezone-2011d-0.2.1.i586.rpm instead of just the file name.System is a Dell 3000 (Pentium 4, 512MB memory).

View 5 Replies


ADVERTISEMENT

OpenSUSE :: 11.4 Sudo Launch - ERROR: Gdbusconnection.c:2279:initable_init: Assertion Failed

Mar 15, 2011

I just upgraded opensuse from version 11.3 to 11.4 using the online method changing the repositories. But now when i log into my gnome session as "normal user" and open a gnome terminal, then trying to launch a graphic application such as gedit or any other application that relys on X, it returns a problem such as:

Code:
GLib-GIO: ERROR: gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)

The message can show once or repeat several times. I didn't have this problem before.

View 3 Replies View Related

Ubuntu Installation :: Error - (process:325): GLib-WARNING **: Getpwuid_r(): Failed Due To Unknown User Id (0)

Apr 14, 2011

"(process:325): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)"

It comes after choosing language, when the Ubuntu start-up logo shows with the 5 dut under it. I am trying to install Ubuntu Netbook on a little Compaq Mini.

View 1 Replies View Related

Ubuntu :: Graphics - Error: (process:257):GLib-Warning**:getpwuid_r():failed Due To Unknown User Id(0)

Jul 20, 2011

When i try to install Ubuntu 11.04 or try without installing i get graphics like this:[URL] same with older versions, and on older versions i used to get this error: (process:257):GLib-Warning**:getpwuid_r():failed due to unknown user id(0) but on new version it dosent appear. My graphics card is: GeForce 7600GT MSI.

View 3 Replies View Related

OpenSUSE :: 11.4: Zypper GLib-GIO:ERROR?

Apr 7, 2011

On my openSuSE 11.4 with GNome, zypper throws lots of errors when used on the command line.However, zypper does it's work correctly, but the error messages are annoying.Does anybody know what the problem is ?The error messages:

Code:
**
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error ==

[code]....

View 6 Replies View Related

Slackware :: Cannot Install Notification-daemon - Libdbus-glib Error

May 7, 2011

I have slackware 64 13.37 Kernel 2.6.37.6 I am trying to install notifcation daemon so I can use notify-send. I am trying to install the package notification-daemon, via sbopkg using the 13.37 repository. I have installed dependencies: ORBit2, GConf, libsexy.I hit this error during installation of notification-daemon.

/usr/lib/libdbus-glib-1.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status

I did previously have gsb gnome 3 installed, but removed that and then lost notify-send.

View 2 Replies View Related

Ubuntu :: GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: Ignoring No-arg, Optional-arg Or Filename Flags

Jun 15, 2011

Quote:

(gimp:4216): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags ( on option of type 0
segmentation fault

gimp stopped working on kubuntu after installing updates, any fix?

View 9 Replies View Related

Ubuntu :: Error "(process:290):GLib-Warning**:getpwid_r():failed Due To Unknown User Id(0)" At Boot Time

May 9, 2010

I'm getting strange error after the splash screen in lucid

(process:290):GLib-Warning**:getpwid_r():failed due to unknown user id(0)
(process:315):GLib-Warning**:getpwid_r():failed due to unknown user id(0)

after this error the screen just hangs.

View 4 Replies View Related

Ubuntu :: Glib Error During Login?

Aug 29, 2010

I'm getting this error when I try to login: GLib can't find the user in list [0] or something like that. This happens when I try to login using the graphical method. It logins properly when in failsafe mode. I'm using Lucid, and this happens after the hard drive load is shown in the splash screen following the login screen. It just jumps back to the login screen after this.

View 1 Replies View Related

Debian :: Iceweasel GLib - Critical Error

Oct 31, 2015

I have been having problems with Iceweasel. It freezes and freezes the entire computer too. I have to manually restart the computer.

I ran it from the terminal and right away I got this error:

GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

I am wondering if this has to do with it freezing.

View 5 Replies View Related

Ubuntu :: Installing Curlftpfs Get Glib Error?

Dec 2, 2010

Im trying to install cUrlFtpFs. I get an error when run the configure file though, it says:************************************************** *checking for GLIB... configure: error: Package requirements (glib-2.0) were not met:No package 'glib-2.0' foundConsider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefix.Alternatively, you may set the environment variables GLIB_CFLAGSand GLIB_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.***********************************************echo $PKG_CONFIG_PATHecho $GLIB_LIBSecho $GLIB_CFLAGS

View 1 Replies View Related

Programming :: Error Message 'You Must Have Glib Installed'?

Feb 15, 2010

My level is starter with Ubuntu. Moderate experience with C.Problem starting with programming in C under Ubuntu.I have installed Anjuta IDE and made this classical program.

#include "stdio.h"
main()
{

[code]....

View 2 Replies View Related

Software :: Compiling Glib PKG_CONFIG_PATH Environment Error?

Feb 23, 2010

In my CentOS5.4 I need to install gtk+-2.12.2, it demands glib-2.22.3, and system has only glib-2.13.5I download and install glib-2.22.3 with command ./configure --prefix=/opt/glib-2.22.3 && make && make installDownloaded gtk+-2.12.2 and compiling like ./configure --prefix=/opt/gtk+-2.12.2 --with-glib=/opt/glib-2.22.3gives error:Requested 'glib-2.0 >= 2.13.5' but version of GLib is 2.12.3Consider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefixI made $ export PKG_CONFIG_PATH=/opt/glib-2.22.3/bin:$PKG_CONFIG_PATHAnd please specify if here I have to write /opt/glib-2.22.3/bin or /opt/glib-2.22.3?and echo $PKG_CONFIG_PATH - I see my lib in $PKG_CONFIG_PATH

View 2 Replies View Related

CentOS 5 :: Compiling Glib PKG_CONFIG_PATH Environment Error

Feb 23, 2010

In my CentOS5.4 I need to install gtk+-2.12.2, it demands glib-2.22.3, and system has only glib-2.13.5

I download and install glib-2.22.3 with command ./configure --prefix=/opt/glib-2.22.3 && make && make install

Downloaded gtk+-2.12.2 and compiling like ./configure --prefix=/opt/gtk+-2.12.2 --with-glib=/opt/glib-2.22.3
gives error:

I made $ export PKG_CONFIG_PATH=/opt/glib-2.22.3/bin:$PKG_CONFIG_PATH

And please specify if here I have to write /opt/glib-2.22.3/bin or /opt/glib-2.22.3?

And echo $PKG_CONFIG_PATH - I see my lib in $PKG_CONFIG_PATH

But still the same error.

View 2 Replies View Related

CentOS 5 :: Error: Glib-compile-schemas Not Found

Apr 14, 2011

checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
configure: error: glib-compile-schemas not found. < ---

1. How to determine what package glib-compile-schemas belongs to ?

2. Where to get the package ?

I'm basically trying to install Anjuta 3.0 and getting this error when I run ./configure

View 2 Replies View Related

Ubuntu :: Src/main.h:25: Fatal Error: Glib.h: No Such File Or Directory

Oct 29, 2010

I am trying to install a program called airfart and when I run make after cd'ing to the appropriate file i get this

Code:

g++ -g `pkg-config gtk+-2.0 --cflags` -o src/main.o -c src/main.cpp
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'

[code]....

View 9 Replies View Related

Slackware :: Fatal Error: Glib-object.h: No Such File Or Directory

May 31, 2011

I'm using Slackware 13.37 x64 (upgraded to slackware-current) and I have trouble compiling mysql workbench 5.2.34.

The error is:

Code:

scintilla-marshal.c:2:25: fatal error: glib-object.h: No such file or directory

But I have that glib-object.h file:

Code:

$ locate glib-object.h
/usr/include/glib-2.0/glib-object.h

This is when I try to compile version 5.2.27:

Code:

./PlatGTK.cxx:13:21: fatal error: gdk/gdk.h: No such file or directory

Code:

$ locate gdk.h
/usr/include/gtk-1.2/gdk/gdk.h
/usr/include/gtk-2.0/gdk/gdk.h

View 12 Replies View Related

General :: Error: Cannot Find GLIB Version >= 2.0: Is Pkg-config In Path?"

Apr 12, 2010

I am trying to install syslog-ng-3.0.2 on Fedora 12 and have run into an issue I don't know how to solve. When runing the "configure --enable-ssl" I get the following "checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.14 checking for GLIB - version >= 2.0... 2.0, bad version string no configure: error: Cannot find GLIB version >= 2.0: is pkg-config in path?" I have glib-2.24.0 installed on this system so I don't understand where this issue is coming from or how to fix it.

Back ground on my system -
[root@syslog-ng]# set PKG_CONFIG=/usr/lib/pkgconfig
[root@syslog-ng]# export PKG_CONFIG

View 8 Replies View Related

Ubuntu :: Error: (firefox-bin:2690): GLib-WARNING **: G_set_prgname() Called Multiple Times

Jul 26, 2010

My recent issue is that when i start firefox 3.6.7 OS 9.10 is that the terminal will pop up and have this error: (firefox-bin:2690): GLib-WARNING **: g_set_prgname() called multiple times. I can only have firefox running when the terminal is running.If I close the terminal firefox will close as well

View 2 Replies View Related

Ubuntu Installation :: Configure: Error: You Must Have GLib 2.4.0 Or Newer Development Headers Installed To Build

Oct 9, 2010

I am trying to build Pidgin on my Lucid install and on running configure, I get the following:

Quote:

configure: error: You must have GLib 2.4.0 or newer development headers installed to build.

If you have these installed already you may need to install pkg-config so I can find them. I tried installing pkg-config, but it's already in its newest version. I then tried going to the following website

[URL]

and downloaded and extracted glib on my computer. That changed nothing. I was hoping someone could tell me what's going on here. I just tried the this:

Quote:

sudo apt-get install libgtk2.0-0

and got

Quote:

libgtk2.0-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

View 8 Replies View Related

OpenSUSE :: Update 11.4 Kde Error "assertion `GTK_IS_WIDGET (child)' Failed"

May 14, 2011

getting that message repeated few times after trying to update opensuse 11.4 kde "(<unknown>:8952): Gtk-CRITICAL **: IA__gtk_notebook_get_tab_label: assertion `GTK_IS_WIDGET (child)' failed" I changed the windows decoration from oxygen to laptop and back to oxygen and since then I am getting that message

View 1 Replies View Related

OpenSUSE Multimedia :: XMMS2 For 11.4 - Error "FAIL: Xmms_mediainfo_reader_wakeup: Assertion `mr' Failed"

Aug 30, 2011

I've installed it but when I start the daemon with

Code: xmms2d I get a series of errors: Code: 17:00:44 FAIL: xmms_mediainfo_reader_wakeup: assertion `mr' failed 17:00:44 INFO: ../src/xmms/main.c:563: Using output plugin: pulse 17:00:44 ERROR: ../src/xmms/main.c:567: Baaaaad output plugin, try to change theoutput.plugin config variable to something useful 17:00:44 ERROR: ../src/xmms/output.c:1019: initalized output without a plugin, please fix!
17:00:44 INFO: ../src/xmms/main.c:361: Installing scripts from /usr/share/xmms2/scripts/startup.d
[Code]...

View 1 Replies View Related

Fedora :: Virtualbox Error 'assertion Failed'

Feb 16, 2011

after install virtualbox i have this error when i try to run it.

GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL) Aborted (core dumped).

View 7 Replies View Related

Ubuntu :: Firefox Assertion Failed Error?

Oct 5, 2010

Since several weeks Firefox often stop working displaying a window "assertion failed" with the following content:

Code:
ASSERT: node must have _DOMElement set
Stack Trace:

[code]....

View 3 Replies View Related

Ubuntu :: GLib-WARNING **: Getpwuid_r(): Failed Due To Unknown User Id (0)?

Mar 30, 2010

Currently running 10.04. Just did some updates and when it finished rebooting it just doesn't work right. Whenever I click on my user name to enter my password it freezes for 3-5 seconds then the screen reloads. If I do Ctrl+Alt+F7 I get this error(the title of the thread). I have no earthly idea what this means but everything was working great until I did my updates just a couple hours ago. on??

View 9 Replies View Related

Ubuntu :: 10.04 Glib-Warning **:getpwuid_r(): Failed Due To Unknow User Id (0)

Aug 8, 2010

Glib-Warning **:getpwuid_r(): failed due to unknow user id (0)

when you restart the following message appears : [URL]

View 1 Replies View Related

Fedora :: Error To Rebuild Inkscape Srpm Fedora 14 : Glib.h: No Such File Or Directory?

Dec 23, 2010

my problem is inkscape-0.48.0-1.fc14.3.src.rpm in fedora 14 64 bittry rebuild --source inkscape-0.48.0-1.fc14.3.src.rpm and this my error:I think something wrong pkgconfig .

attributes.cpp:20:32: fatal error: glib.h: No such file or directory
compilation terminated.
arc-context.cpp:21:28: fatal error: gdk/gdkkeysyms.h: No such file or directory

[code]....

View 6 Replies View Related

Ubuntu :: (process:426): GLib-WARNING** Getpwuid_r(): Failed Do To Unknown Userid (0)

Nov 6, 2010

Installing 10.10 from disk, at some point during installation an error occurs and this appears:

(process:426): GLib-WARNING** getpwuid_r(): failed do to unknown userid (0)

View 6 Replies View Related

Ubuntu :: Error Message About "GLIB" Not Being Found?

Mar 19, 2011

An update to the Pan Newsreader (0.134, "Wait for Me") is out as of February 15, 2011. This release is supposed to add some functionality as well as some bug fixes. Has anyone successfully installed from the source code? I have tried, but have not been successful. I get an error message about "GLIB" not being found. Does anyone know a site for which a .deb file for this can be downloaded?

View 6 Replies View Related

Slackware :: ERROR:filedata.c:676:file_data_free: Assertion Failed: (fd->sidecar_files == NULL)

May 24, 2010

When using geeqie to browse a directory with .CR2 and .JPG files, the last pair of .CR2/.JPG is not shown in the list (on the left side of the UI). Moreover, after a few operations (PgUp/PgDn, etc.), I get:

Code:

**
ERROR:filedata.c:676:file_data_free: assertion failed: (fd->sidecar_files == NULL)
Aborted

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved