Questions tagged [glib]

44 questions
13
votes
1 answer

Gentoo: No package `glib-2.0` found

I have a strange problem when trying to install dev-lib/gobject-introspection: >>> Emerging (1 of 9) dev-libs/gobject-introspection-1.42.0 ...... configure: error: Package requirements (glib-2.0 > 2.36.0) were not met: No package `glib-2.0`…
erthalion
  • 303
  • 1
  • 3
  • 11
8
votes
3 answers

Could not find libmount when cross-compiling glib

I'm trying to cross-compile glib for gstreamer but encountered the following error in Ubuntu 16.04 terminal: checking for LIBMOUNT... no checking libmount/libmount.h usability... no checking libmount/libmount.h presence... no checking for…
rainfrost
  • 377
  • 2
  • 6
  • 12
8
votes
1 answer

how to disable test programs in cross-compiling glib

I've the following errors when trying to cross-compile glib, with the following configuration parameters: ./configure --prefix=$HOME --host=arm-hisiv400-linux checking for growing stack pointer... configure: error: in…
rainfrost
  • 377
  • 2
  • 6
  • 12
7
votes
4 answers

GTK FileChooser causes crashes in several programs

I have repeatedly encountered a problem with several programs that use open/save file dialogues. Upon initiating these by trying to open or to save a file, the program freezes for about 10 seconds and then crashes. With libreoffice for example, I…
Jonas Schwarz
  • 254
  • 2
  • 15
4
votes
1 answer

trouble with glib while installing Midnight Commander on centOS

I am trying to ./configure midnight commander downloaded from http://ftp.midnight-commander.org/mc-4.8.14.tar.bz2 and I get the following: checking for GLIB... no configure: error: glib-2.0 not found or version too old (must be >= 2.14) so I got a…
kurtgn
  • 143
  • 1
  • 3
3
votes
1 answer

Unable to uninstall libglib2.0-0 from Software Center

I have a fresh install of Debian 6.0.5 (i386) on VMware Player. I was trying to install libglib2.0-0 using this command: sudo aptitude install libglib2.0-0 Unfortunately, I don't remember the exact output from the terminal but I remember there…
3
votes
1 answer

How to inspect hidden GIO/GVFS data?

I wish to inspect and edit the binary files in ~/.local/share/gvfs-metadata/. I would like to know what hidden information these binary files contain because they seem to divert my GTK applications (such as Evince) from default behavior. What tool…
thb
  • 1,125
  • 12
  • 21
2
votes
2 answers

Compiling against a newer version of glib?

I'm working on a piece of software that needs to compile against a very modern version of glib, but also needs to run on Ubuntu 11.10 (which doesn't come with that version). My first thought was to just backport and replace glib, since the versions…
Brendan Long
  • 542
  • 4
  • 16
2
votes
1 answer

gmodule-2.0 not found while compiling

I can't figure it out. I seem to have all deps installed, but I'm getting the following error while trying to compile ValaPanel on Xenial: ./configure Will output: -- Looking for RPMTools... - rpmbuild NOT FOUND -- checking for a minimum Vala…
nkkollaw
  • 123
  • 1
  • 2
  • 11
2
votes
1 answer

Linker errors when compiling against glib...?

I'm having trouble compiling a simple, sample program against glib on Ubunutu. I get these errors. I can get it to compile but not link with the -c flag. Which I believe means I have the glib headers installed, but it's not finding the shared…
lucidquiet
  • 2,779
  • 2
  • 15
  • 8
2
votes
1 answer

Mint Display Manager says "g_key_file_free: assertion 'key_file ! NULL failed" after I re-built glib

I'm on Linux Mint 17. I can't open ma session. An error message appear with: initctl: Unable to connect to upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused mdm[1448]: GLib-CRITICAL: g_key_file_free: assertion 'key_file !…
S7_0
  • 181
  • 1
  • 1
  • 6
2
votes
0 answers

OpenSuse 13.2 mysql-workbench refuses to start

After running an zypper up mysql-workbench is broken. I get this error when trying to start it from CLI /usr/lib64/mysql-workbench/mysql-workbench-bin: symbol lookup error: /usr/lib64/mysql-workbench/mysql-workbench-bin: undefined symbol:…
macbert
  • 143
  • 6
2
votes
1 answer

glib errors on cygwin

I want to compile and install geany text editor in Windows 7 by using cygwin. I follow the usual way to compile and install C source: ./configure make make install the configure script was successfully running and give me no errors.In the make step…
user106624
  • 21
  • 3
2
votes
1 answer

Unable to launch Gnome System Log Viewer after setting filters

I am unable to launch Gnome System Log Viewer after setting some filters. This is so, even after rebooting and reinstalling this GUI program. I found the following relevant line in /var/log/messages: kernel - [ 2345.123456] traps: logview[1234]…
Question Overflow
  • 4,568
  • 19
  • 57
  • 84
1
vote
0 answers

Error using glib2 from yum: "libgio-2.0.so.0: undefined symbol: g_free"

I am trying to build all of the dependencies for Weasyprint 52.5 for AWS Lambda. Despite being a python library, Weasyprint has a large number of OS dependencies. I'm creating a lambda layer by downloading all of the necessary rpms from yum and…
Travis
  • 111
  • 3
1
2 3