Software :: Apparent Glib (libgio-2.0) Errors During Make?

Feb 2, 2011

Google only gives me references to ubuntuforums for GNOME-shell issues. Basically, when trying to compile a program that requires GTK+ and GLib, I get an error equal to this:

Code:

/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_source_get_time'
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_source_set_dummy_callback'
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_main_context_invoke'

[Code]....

View 3 Replies


ADVERTISEMENT

Ubuntu Installation :: Evolution Errors 11.04 GLib-GObject-CRITICAL

Apr 29, 2011

Just upgraded to ubuntu natty and evolution hangs.

Receive the following errors.allen@FA2096349:~/.evolution$ evolution(evolution:25316): GLib-GObject-CRITICAL **: Object class EMFolderTree doesn't implement property 'paste-target-list' from interface 'ESelectable' (evolution:25316): GLib-GObject-CRITICAL **: Object class EMFolderTree doesn't implement property 'copy-target-list' from interface 'ESelectable'

The evolution app starts, but all you get is Loading... for the folders in the side bay and the app is hung. Nothing is selectable and you have to CTRL-C out of it or use the kill app.

View 3 Replies View Related

General :: Libtool Has Syntax Errors When Running After GLib-2 Cross Compile For PPC Using LTIB?

Jun 10, 2010

First, I'm trying to cross compile mono 2.6.4 so that it will run on Freescale Embedded Linux for a PowerPC CPU. My host machine is running Fedora 13 on an x86. Freescale provides a copy of the Linux Target Image Builder (LTIB) that has been pre-configured for the particular board I'm using, and LTIB seems to be able to help with the cross compilation of other stuff--you can add in your own packages to be built and included in your newly-built Linux image.

Mono depends on pkg-config and glib-2, so I have selected them in the LTIB package selection config. I've also added a new package for mono that builds mono-2.6.4 from the source tar (after the other deps have also been built).

I'm having a problem getting the glib-2.24.0 package libraries created. Basically they appear to build and link ok, but then libtool runs and errors out claiming it has a syntax error! (numerous wths followed...)

Here is LTIB's temporary build script for only the glib2 package:

Code:

Here is the output when building the glib2 package (configure + make):

Code:

Build path taken because: directory build, build key set, no prebuilt rpm,

View 7 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

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 View Related

Slackware :: Get Libgio With Slackpkg But Cannot Find It

Apr 11, 2010

I tried to get libgio with slackpkg but i cannot find it. firefox needs it.

View 2 Replies View Related

Slackware :: Update Gtk+ - Libgio-2.0.so: Undefined Reference

Apr 5, 2010

I am trying to update gtk+. I have installed pango-1.26.2 and glib 2.22.5. I see some error information, from google i know that it is old glib library fault. Ichecked. pkg-config --modversion glib shows 1.2.*** and pkg-config --modversion glib-2.0 shows 2.22.5. It looks like gtk+ using older 1.2.**.

[Code]....

View 4 Replies View Related

Fedora :: Errors When 'make Xconfig'

Sep 7, 2010

I'm building a file server, but before the admins move this to the networking forum' this IS about the kernel.

Anyway, I'm building a file server... a very basic thing. not much to it at all.. which is kinda the root of the problem... this is an old Dell (ugh! I know!) Dimension 8300. it's running a 2.6 GHz Celeron (Northwood die, so single-core), with (at the moment) a mere 256 MB of RAM... so I wanted to build a kernel that really minimizes its presence in my minuscule amount of RAM using this guide, I have gotten so far as the actual Kernel configuration. wherein it says to cd to your kernel's directory and use the 'make xconfig' command... but when I do this, it gives me the following error:

Code:

so I've never compiled my own kernel before, so I haven't a clue what's wrong, or what I need to do

View 7 Replies View Related

General :: Installing Gcc 3.2 Make Errors?

Jun 2, 2011

I am trying to install gcc 3.2 on linux mint 10 julia . I have gcc 4.4.5 installed already. I am getting errors during the 'make 'stage. I did the following after downloading gcc-3.2.tar.gz

Code:
tar xvf gcc-3.2.tar.gz
mkdir build-gcc
cd build-gcc

[Code].....

View 4 Replies View Related

Programming :: Make Gcc To Report Prototype Errors

Sep 6, 2010

I have one simple question: how to tell gcc compiler to check for external functions to be matched by its prototype?

Consider this example:

Code:
master tests # cat file1.c
#include <stdio.h>
#include "file1.h"

[Code]....

what warnings or flag will prevent these examples from sucessful compilation? GCC version: gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2)

View 6 Replies View Related

Ubuntu :: Getting Errors On Gimmie Make Install Command?

Jul 6, 2010

I've been trying to install Gimmie. So I've gone through a few tutorials and something always seems to go wrong. Right now I run the "make install" command it give me a bunch of error messages. If there is any other bits of information you need to know just ask.

View 2 Replies View Related

Ubuntu Networking :: Belkin F5d8053 Make Errors

Jan 20, 2011

I've been trying to follow this tutorial: [url] to get my Belkin F5D8053 Wireless Adapter working. I get so far as using the "make" command, but then encounter an error. This is the full terminal results:

Quote:

I'm using Ubuntu 10.10.

View 1 Replies View Related

Ubuntu :: Make WINE Shut Up With Errors And Let It Install?

Apr 9, 2011

The question I have is, can iTunes ever work in Linux? I've tried installing it using WINE but to no avail. Is there a way to make WINE shut up with the errors and let it install? I've tried using the terminal.

View 1 Replies View Related

Software :: Compiling Evince From Source Code - Make Errors

Mar 20, 2011

When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.

Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?

View 8 Replies View Related

Programming :: Errors - Make Pop-up Reminders For The Simple Calendar Program?

Feb 21, 2010

First off, I'm completely new to bash scripting so forgive me if I make any egregious errors. I'm trying to make pop-up reminders for the simple calendar program when. This is what I have so far:

Code:
#!/bin/bash
# set the time format for when
#current="$(date +%I:%M %p)"
current="$(date +%-l%p)"
today=~/.when/today

[Code]....

When I run the script, gxmessage pops up and displays the correct information, but it does so for each line in "~/.when/today" that contains a time that matches the current system time (which would be three pop-ups at 10PM, according to the example). I want it to display the information only once. How can this be accomplished? Is a while loop even the right job for this?

View 8 Replies View Related

Ubuntu Networking :: Make On Broadcom WIFI BCM4321 Drivers - Receiving Some Errors?

Nov 7, 2010

I still try update my broadcom drivers, because when I try use airodump-ng i receive error.

This error:

Interface Chipset Driver

eth1 Unknown wl (monitor mode enabled)[code]....

I dont know why receive this error WARNING: modpost: missing MODULE_LICENSE() in /home/mobile/Desktop/wdriver/wl.o
see include/linux/module.h for more information

View 4 Replies View Related

Hardware :: Reach Information Of A CDROM After Apparent EOF?

Aug 15, 2010

I have in my hand a CDROM with photos created by some greedy photographer. When I mount it I can see two files in there, two .exe executables about 7.7 MBs in size each. When I try to create an ISO of the cdrom, I get an IO error and only 16 MBs end up at the file.... so I would expect the photo files after the apparent EOF of the device (or whatever it's called in CDROM jargon).

Is there a way to get past this point so that I could run magicrescue on the rest of the CD so that i can get the rest of the files?

Or are there other handson hacky methods to get to that data?

View 4 Replies View Related

Software :: Apparent Gcc Error When Building Pysqlite ?

Jan 14, 2009

I'm running Ubuntu 8.04. I've got sqlite3 installed, but I keep getting errors when trying trying to install pysqlite (2.4.1 or 2.5.1).

If I run $ python setup.py build things look like they're going ok for a while, but then I soon start getting errors:

There's a whole load more stuff, ending up with:

gcc -v tells me that gcc exists so I think that last error must be a red herring.

However, after searching the web and trying lots of things, I've not managed to build pysqlite.

In case it's relevant, setup.cfg contains the following (after attempts at various things having tried following up on some suggestions I found posted elsewhere):

View 3 Replies View Related

CentOS 5 Server :: Crashes For No Apparent Reason?

Jun 14, 2009

Ive been searching half the internet for a solution for a strange problem im having with a server (CentOS 5.2 Final). For no apparent reason, the server will just be powered off.I've looked in the dmesg log and /var/log/messages file, but that doesnt show anything, except the "syslogd 1.4.1: restart." message after booting it up again, and hours in advance of the crash a "suhosin" alert message.

View 9 Replies View Related

Ubuntu :: Make-kpkg Strange Vanilla Kernel Build Errors: Found 60 Section Mismatch(es) ?

Apr 30, 2011

I've getting strange build errors when using make-kpkg with the latest (2.6.39-rc5) vanilla kernel.I'm using the procedure outlined here:
https:[url]....e.g.:

Code:
make oldconfig CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

I'm getting the following build errors:

Code:
Building modules, stage 2.
MODPOST 3053 modules
WARNING: modpost: Found 60 section mismatch(es).To see full details build your kernel with:'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC arch/x86/crypto/aesni-intel.mod.o[code]....

There is even much more error output but it looks like it is basically the same issue.

View 2 Replies View Related

Software :: Install Faac Codecs On Ubuntu 9.10 Karmic.after Running Configure And Make Commands- Errors

May 11, 2010

I am trying to install faac codecs on ubuntu 9.10 karmic.after running the configure and make commands i get this errors:

View 7 Replies View Related

Fedora Installation :: Crashed For No Apparent Reason Several Times?

Jul 1, 2011

I have just installed (after a series of crashes during the install) Fedora 15. I also have Ubuntu Natty installed and use it primarily but I wanted to reach out and try new distros.I've wanted to try Fedora and finally got enough nerve to try. Installing it crashed for no apparent reason several times.ehow it installed and booted right to Fedora.However, when finally figuring out how to run the updates, I began to have the same problem.(Someone elsewhere suggested trying to update through command line--which I did finally though I had a few crashes doing this).

Now I am logging in and then it will just inadvertently crash. I could be in firefox, or using terminal, etc. There doesn't seem to be much rhyme or reason to why this is happening and I feel frustrated. I really want to test out Fedora (it looks so nice!) but can't manage to stay afloat more than a few minutes. I might also mention that this does not happen in Ubuntu at all so I can't account for the issues. I have much to learn but I feel a bit intimidated by Fedora because it's so new to me.

View 5 Replies View Related

Ubuntu Networking :: Eth0 Disappeared For No Apparent Reason?

May 4, 2010

I was struggling frantically this morning for about 5 minutes after I booted up my computer, and wondering why it couldn't connect to the internet. After I figured out that the automatic wired network "Auto eth0" was gone from the network manager, it was easy to manually add it back. But why did it disappear in the first place?

View 3 Replies View Related

Ubuntu :: Reset Apparent Pdf Page Numbers In Evince?

Jan 13, 2011

how to re-set the page numbers of a pdf file within evince (without modifiying the pdf file). The point is that I am reading an article, and I would like the set "page 1" as "page 43". modifying page numbers of a pdf file is a bit tricky. So, I want to avoid that. What I wanna do is to make evince "think" page 1 is page 43.

View 2 Replies View Related

Ubuntu :: Disk Space Disappearing For No Apparent Reason?

May 20, 2011

I woke up this morning to a message saying I have low disk space in /home. My /home partition is 150 GB, but I had only 4 kB left. I promptly rebooted, which helped, but I still only have 40 GB available. Now, I use only 26 GB, so where the rest is, I don't know. In the disk usage analyzer, a lot of the space was not accounted for, as shown in the image.

Here is the output from df -h and du

simen@simen-laptop:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 55G 8.0G 45G 16% /
none 2.0G 368K 2.0G 1% /dev

[Code].....

I checked out .gvfs and it's just a CD I have playing. I really don't know what's going on.

View 3 Replies View Related

Ubuntu :: Disk Checks During Boot Without Any Apparent Reason

May 21, 2011

I've been an Ubuntu 10.04 64 bit user for one year. My Ubuntu distro is installed on an ext2 file system. Occasionally, I experience disk checks during boot without any system freeze or power loss.Sometimes, once reboot, the system works fine but Evolution Mail requests a new account, as if it was used for the very first time.Does anyone know how to fix this problem?

View 1 Replies View Related

Hardware :: Wireless Not Acknowledged By Yum Repolist And Apparent Rpm-fusion

Sep 9, 2010

In an attempt to get wireless working on my dell Latitude e6400 under Fedora 13 (64bit)I have downloaded and installed rpm-fusion with the understanding that it contained the driver necessary (Broadcom_wl i think). though the package manager installed both packages just fine, they are not acknowledged by yum repolist wich yeilds the results:

[Code]....

View 4 Replies View Related

Networking :: Network Stopped Working For No Apparent Reason

Apr 8, 2011

Network stopped working about a month ago. I installed ubuntu again, and network worked fine, and I turned off updates to keep things stable. Now network stopped working again. No changes had been made to it.I put in the ubuntu install cd, and network works fine off of it. I did not reinstall again. ifconfig shows eth0 with correct ip address, but 0 RX/TX packets.

Cant ping anything from it, and cant ping to it from other computers.I'd really rather not reinstall yet again, any ideas on how I should go about diagnosing this problem?Ubuntu 2.6.35-28-generic-pae #49-Ubuntu SMP Tue Mar 1 14:58:06 UTC 2011 i686 GNU/Linux

View 2 Replies View Related

Hardware :: Trackball Mouse Just Freezes For No Apparent Reason About Every 15 Minutes

Nov 24, 2010

my trackball mouse just freezes for no apparent reason about every 15 minutes

View 2 Replies View Related

Networking :: Sudden Network Troubles On Debian With No Apparent Reason?

Apr 7, 2011

I just want to see if anyone else is having problems connecting to networks, wifi or wired. For some reason, I can see both wired and wireless networks available but when I try to connect, it times out. I updated a couple of days ago and suddenly started having problems today. Anyone else having the same problem?I have only tried the router and repeater I have to connect to. My other computers are working just fine. One is actually running as a Debian server with no GUI (which I do not update as often). The other is a Mac.

View 2 Replies View Related







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