Software :: GCC Returns Errors In System Libraries
Apr 4, 2010
I'm using Ubuntu 9.10 with kernel 2.6.31 and gcc 4.4.1. I began getting the following errors from gcc after installing bison, g++ and g++-multilib and also after compiling 2.6.34-rc3 as a test. I've tried removing the packages but the error still shows up.
Quote:
It seems to occur for every C header file.
View 2 Replies
ADVERTISEMENT
Jun 16, 2010
I have ubuntu 9.04 on my Virtual Machine and my host OS is Win.XP, I've installed SSH on my linux and and now, I use PuTTY on Win.XP to connect to the SSH on linux,
Now, I have a problem: When I login with "root" and run any command, I see load errors for libraries such below:
Code:
I've defined a user in ubuntu and when I login with it, I have no problem in running commands!
Also, when I use "su" command in the user's session and go to the root, I have no problem again in running commands! Is it related to my linux version or distro?
View 7 Replies
View Related
Aug 20, 2009
I use the time command to measure the wall-clock time of a GPU implementation of an algorithm. When I time the CPU execution of the algorithm time returns a negligible sys time. However, when I time the GPU execution time returns a sys time that is around 20-30% of the total time. If that time was comparable with the negligible sys time of the CPU I would achieve a speedup of a few times higher.
I suspect that the increased sys time is because of the GPU usage, which, I assume, takes some time for the OS because of the drivers etc. I am not sure though, and it is important to figure this out because it will improve my results a lot if I can ignore the sys time and use just the user time for speedup calculations. Also, is there a way to see, in detail, what is the sys running and takes so much time. I am thinking that I might be able to see if it is the driver indeed that causes this delay.
View 6 Replies
View Related
Oct 23, 2010
I am running shell command through C program using system() routine.
I am executing "opcontrol --status" an executable using the this routine and I get the following error. access: unix error (2) No such file or directory
But when I give the complete path to the executable it runs perfectly.
The executable is installed in "/usr/local/bin/" And the path variable has this path.
View 1 Replies
View Related
Jul 22, 2010
Can anybody tell me what kind of fsck errors are found on a system?
View 5 Replies
View Related
Feb 23, 2011
I installed ARB in my pc...while running arb below error is occur...
- arb_ntree: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory
ARB done
This type error also occur while running phylip programs
- drawtree: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory
I dont know that my system contains this library or not...how I find that? My system is Fedora....
View 4 Replies
View Related
Sep 14, 2010
I accidentally deleted one of the libraries in /lib or /usr/lib and now when I boot into Debian, it won't load the GUI. I get an error message saying that something failed because the library needed did not exist (I couldn't read it because the text was scrolling by so fast, so I don't know exactly what it said). I need to find an archive or something of all the system libraries for Lenny so I can reinstall them. Is there a place online where I can download them?
View 7 Replies
View Related
May 19, 2010
A 32-bit program (Cisco AnyConnect VPN Client) appears to be trying to load a library from /usr/lib even though the 32-bit library is installed in /usr/lib32:
ak@myo5a:~$ /opt/cisco/vpn/bin/vpnui
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
[code]....
View 7 Replies
View Related
Feb 19, 2011
I am running the 64-bit version of Fedora 12 on an Intel system. I want to run a particular application that is only available in 32-bit.
How can I get the needed system libraries installed so I can run the application?
View 14 Replies
View Related
Aug 10, 2010
In a research environment how can I ensure that all RPMs / packages that appear on one system will exist on another? I.e. when using rpm -qa all libraries on one system will be there on another. The reason for this is to ensure they are as close as possible. Is there an easy way to do this without dealing with a larger management suite tool?
View 1 Replies
View Related
Jul 14, 2010
trying to modify my ubuntu 2.6.27 root file system so that it can use a android kernel. I have built the android kernel myself and it boots up. Now for the RFS to work it needs the android libraries. Now I have the Android libraries-I extracted these from the Android 2.6.27- but how do I merge these with MY root file system
View 1 Replies
View Related
Jan 27, 2010
I am trying to compile a C++ source file into a static library using make with root privileges (i.e., using "sudo"). However, I "sometimes" get the following compilation error:
Code:
g++ -Wall -g -fPIC -W -c /home/project/ether/src/packet-ethernet.cc
ar -cvq libether.a /home/project/ether/src/packet-ethernet.o
ar: /home/project/ether/src/packet-ethernet.o: No such file or directory
make: *** [libether.a] Error 1
I checked /home/project/ether/src folder to see if packet-ethernet.o in fact does not exist, and saw that it is actually located there, but its owner is "root", which is different from the current user. If I change the owner of packet_ethernet.o from root to the current user using "chown" command and execute make again with sudo, everything seems to be fine.
It may be a coincidence that I recently migrated to 64-bit platform from 32-bit, and then installed libboost-filesystem1.40-dev. After that, I began to experience such errors. I have "never" come across such a compilation error before. Even though I completely removed libboost-filesystem1.40-dev afterwards to see if it causes the problem, nothing changed.
After migrating to 64-bit and installing libboost-filesystem1.40-dev, my application exhibited another "weird" behaviour such that it produced "hidden" files using mkdir() system call, which were previously created as regular ones on the filesystem. Can compiler options that I use cause such problems? Is it possible that libboost-filesystem1.40-dev overwrote some system libraries so that I am getting such errors ?
View 1 Replies
View Related
Feb 16, 2009
I'm trying to compile libetpan-0.57 on RedHat Enterprise Linux 5.2 64-bit and it is refusing to link against the 64 bit system libraries. I've tried everything I can think of. I've tried to hack libtool, run the command make was trying to run manually and changing the library search paths but nothing works. When I run the command make tried to run manually and change -L/usr/lib to -L/usr/lib64 most of the "skipping incompatible" library messages disappear except for "/usr/lib/libexpat.so: could not read symbols: File in wrong format." Below is the output when I run make code...
View 4 Replies
View Related
May 11, 2011
Why many Linux distros are trying to use always the latest versions of the libraries and don't save the old libraries for compatibility? I mean, I can see libtiff for example, i can found a libtiff.so.5 on my /usr/lib, but doesn't store a libtiff.so.4 or 3 just for binary applications or games. For this example, I need libtiff.so.4 for uplink.
That should happen too on the old version of sims for linux, some ID games or others.What's wrong with storing old libraries? PD: Yay, my first post on 3 years!
View 6 Replies
View Related
Jan 4, 2010
I installed the minimal-command line system from the kubuntu CD on my laptop, which is guess is roughly around 200mb after installation. I wish to install a Desktop Environment preferably KDE and I wanted to know how and where do I begin from? Do I need to have a working XORG prior to installation of KDE and do I also need to install Window mangers and e.t.c? What all packages/libraries and components do I need to install first? I'm really not sure where should I begin from.
Initially what I am trying to do is to have working GUI system,then later on I can install rest of the packages and software that I need, like office, GPU drivers, browser etc. Secondly,for a minimal KDE system,what metapackages are to be installed from this site? I believe kdebase, kdebase-runtime, kdebase-workspace are required. [URL]
View 14 Replies
View Related
Apr 5, 2011
I've a source code of a program and I know that to compile and install that program I've to do:
./configure --prefix=/opt/test
make
make install
Now I want the program to look for dependent libraries and header files first in a non system folder. Now how can i instruct "configure" and "make" script to look for dependencies first in a different folder without editing configure and Makefile. And after these folders are searched for dependencies by the script it can look in system folder. Is there any environment variable that i can supply to "configure" and "make"? Will that work without any conflict? what are these environment variables? And also if I use these environment variables do I need to edit the source code files?
I mean do I need to change these lines
Code:
#include <test1.h> ...
to
Code:
#include "test1.h" ...
If yes then is there any other way to compile them without modifying the source code?
View 2 Replies
View Related
May 6, 2010
Is there any way to use a dynamic libraries as a static libraries instead when compiling, so that my resulting executable won't have them as dependencies?
View 3 Replies
View Related
Aug 4, 2010
I have Mythbuntu 10.04 installed on an exclusive HTPC and working great... until tonight. After letting the system update some packages (161 packages if I remember right), I suddenly have an issue where the graphical system won't start. After researching I found three error messages that might be causing that.
1. At the start of splash screen I see "UUID=xxxxxxxCD7 not ready yet or not present" I checked in /etc/fstab and found that this is the swap partition. I don't remember seeing this before so this could be the culprit.
2. I'm not at the computer in question right now but I saw a Plymouth error about "mountall" and then the message "plymouth command failed". Not sure if this could be the main error.
3. after a while (usually ca. 1-2 min) I receive thousands of errors of the kind "out of memory"... "kill process XXXX" (process vary wildly e.g. dbus-daemon, mysql, etc)... "process killed"..."respawning"
After error 3, I'm not able to switch to graphical console (ctrl-alt-F7). If I was in the graphical console at this moment, I simply can't switch to the CLI console. I'm always afraid of updating my system since I've seen lots of things breaking afterwards (usually the proprietary graphic drivers) but this is really strange.
View 1 Replies
View Related
Oct 11, 2010
I get this error when I run gedit as root in terminal. GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See GConf configuration system for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
So I looked around and found something about running a system check. Well I really couldn't find to much but I did find the command fsck and running it with the -n option this is what I got.
[Code]...
As you can see I have some orphaned inodes and these are probley from a Yast2 crashing a couple of times on me getting lockup because a repo was down or not responding.
View 2 Replies
View Related
Jun 6, 2010
Is it possible for Linux to get registry errors?
may be a dumb question but im fairly new to linux and have not done anything too low-level.
View 6 Replies
View Related
Jun 13, 2011
I'm aware of Linux ECC project, but how to detect ECC errors/warnings under Linux? Do I need to load additional modules in order to get this information?
View 2 Replies
View Related
Feb 16, 2011
In Fedora 14, when i try system-config-selinux these errors are displayed.
/usr/share/system-config-selinux/system-config-selinux.py:71: PangoWarning: Invalid UTF-8 string passed to pango_layout_set_text()
xml = gtk.glade.XML ("/usr/share/system-config-selinux/system-config-selinux.glade",
[code]....
View 2 Replies
View Related
Jun 29, 2011
We have an old server running, and I decided to run fsck.ext3 -n on the disk to check it (while it was running). Turns out it reports lots of errors - not a good thing.
The weird thing is that when booting up a rescue cd and running fsck.ext3 on it, it says there are no problems with it. The filesystem is marked clean. Forcing a check with -f turns up nothing.
Now, when booting it from disk, fsck complains about an unclean file system that has not been checked for like 50000 days (obviously an error). Running e2fsck -n /dev/sda2 turns up errors again - not necessarily the same ones as the last time.
This makes me wonder: Can running e2fsck on a mounted file system cause errors? I ran with -n which is not supposed to do anything, just doing a read-only check. On the other hand, I heard checking a live file system might throw erros since the files being checked might change while bign checked, thus causing false positives.
Can the old version of e2fstools (1.38, approx 2005) mean non-existing errors are shown? Both the rescue cd and the system use this version.
In any case - why would the file system report errors on boot-up when the rescue cd just said it was ok? It should have been marked clean by now.
For laughs, I shut down the system and booted Knoppix which has a quite recent version (1.41.12, May 2010) of e2fstools. It showed no errors on the file system.
What do you think - are there errors or not on the file system?
The system is actually running Suse, but this is not about Suse specific things - just general Linux tools. And I use Ubuntu personally.
View 4 Replies
View Related
Mar 5, 2010
For some reason, my users are complaining that TRAC - our bug systems is throwing errors when looking for its module templates. These templates are usually built by Apache when it restarts or reloads and it puts them in /tmp/.python_eggs. I did a df-h and the drives had plenty of space, but the concerning thing is tmpfs shows 0% used.. We have not had a power outage or or restart in over a few months. I thought perhaps TMPwatch is clearing though, but there are no logged messages in the logs.
View 1 Replies
View Related
May 7, 2011
i get file system errors on boot up. found logs in /var/logs but cant access them. second best thing i can do is to re-install debian but no one seems to want to say how thats done. my disk wont run in wine (some error i dont remember) so i cant use my CD /flashdrive to re-install.
1) i need to read the log files and try to fix the install
2) if i cant fix i need to know how to wipe the OS and do a fresh install
View 2 Replies
View Related
Jul 13, 2011
Does anyone know where there might be a log of the shutdown errors I see flash on the screen when I shutdown the system? I thought they'd be in the warning log. Or is there a way to freeze that screen so I can actually read what is happening?
View 4 Replies
View Related
Jan 18, 2010
Could not download all repository indexes. The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.
View 3 Replies
View Related
Feb 12, 2010
I've been using this scanner on various suse builds all the way back to version 8. This week I installed OpenSuse on a brand new computer and when I run xsane, I receive these messages.
[Code]....
The scanner will scan for a few seconds and then the entire system freezes up.
View 2 Replies
View Related
Sep 15, 2010
How do I find out which bugs/errors are detected by the system when it is loaded/booted.have seen the emergence of failed in red text briefly but did not have time to read what it says.Would prefer to send a log(file containing error log) so experienced users can see if I done something wrong or if it appears to be ok. but how do I do this?
View 2 Replies
View Related
Apr 25, 2010
Dual booting Mint 8 and Windows 7. Windows is reporting a file system error. I go into properties and check for errors, but since it's in use it asks me to reboot. I do, and grub comes up. I select windows and it just takes me to windows without checking the file system.
View 1 Replies
View Related