LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-13-2008, 08:12 AM   #1
kummiliim
Member
 
Registered: Mar 2007
Location: Tallinn, Estonia
Distribution: Slackware 12.0
Posts: 276

Rep: Reputation: 30
I seem to have broken my system (compiler perhaps)


So Slackware 12.0, I compiled evolution and all it's dependencies from source. Took a while but I managed to do it. After that I restarted just in case (pango, gtk and lots of other things had been updated so I wanted them to be reloaded to see if they work). Pango seemed to have broken as absolutely all the text consisted only from squares. So I decided to recompile pango and then I discovered a bigger problem. I could no longer do a ./configure as I got the following error:
Code:
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use '--host'.
See 'config.log' for more details.
Here's the config.log:
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by pango configure 1.19.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr/local

## --------- ##
## Platform. ##
## --------- ##

hostname = gabriel
uname -m = i686
uname -r = 2.6.24.1-laptop
uname -s = Linux
uname -v = #1 Sun Feb 10 10:58:53 EET 2008

/usr/bin/uname -p = Intel(R) Pentium(R) M processor 1.60GHz
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
PATH: /usr/lib/qt/bin
PATH: /usr/share/texmf/bin
PATH: .
PATH: /home/sander/bin
PATH: /home/sander/kool/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2197: checking for a BSD-compatible install
configure:2253: result: /usr/bin/ginstall -c
configure:2264: checking whether build environment is sane
configure:2307: result: yes
configure:2335: checking for a thread-safe mkdir -p
configure:2374: result: /usr/bin/mkdir -p
configure:2387: checking for gawk
configure:2403: found /usr/bin/gawk
configure:2414: result: gawk
configure:2425: checking whether make sets $(MAKE)
configure:2446: result: yes
configure:2702: checking build system type
configure:2720: result: i686-pc-linux-gnu
configure:2742: checking host system type
configure:2757: result: i686-pc-linux-gnu
configure:2780: checking for native Win32
configure:2790: result: no
configure:2849: checking for gcc
configure:2865: found /usr/bin/gcc
configure:2876: result: gcc
configure:3114: checking for C compiler version
configure:3121: gcc --version >&5
gcc (GCC) 4.1.2
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3124: $? = 0
configure:3131: gcc -v >&5
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.1.2/specs
Target: i486-slackware-linux
Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.1.2
configure:3134: $? = 0
configure:3141: gcc -V >&5
gcc: '-V' option must have argument
configure:3144: $? = 1
configure:3167: checking for C compiler default output file name
configure:3194: gcc    conftest.c  >&5
/usr/lib/gcc/i486-slackware-linux/4.1.2/../../../../i486-slackware-linux/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000008048180
configure:3197: $? = 0
configure:3235: result: a.out
configure:3252: checking whether the C compiler works
configure:3262: ./a.out
./configure: line 3263:  3448 Illegal instruction     ./$ac_file
configure:3265: $? = 132
configure:3274: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTHAI_CFLAGS_set=
ac_cv_env_LIBTHAI_CFLAGS_value=
ac_cv_env_LIBTHAI_LIBS_set=
ac_cv_env_LIBTHAI_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XFT_CFLAGS_set=
ac_cv_env_XFT_CFLAGS_value=
ac_cv_env_XFT_LIBS_set=
ac_cv_env_XFT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/src/pango-1.19.3/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/pango-1.19.3/missing --run tar'
AR=''
AS=''
AUTOCONF='${SHELL} /usr/src/pango-1.19.3/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/pango-1.19.3/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/pango-1.19.3/missing --run automake-1.10'
AWK='gawk'
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CAIRO_PREFIX=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DISABLE_EXPLICIT_DEPS_FALSE=''
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL=''
DYNAMIC_ARABIC_FC_FALSE=''
DYNAMIC_ARABIC_FC_TRUE=''
DYNAMIC_ARABIC_LANG_FALSE=''
DYNAMIC_ARABIC_LANG_TRUE=''
DYNAMIC_BASIC_ATSUI_FALSE=''
DYNAMIC_BASIC_ATSUI_TRUE=''
DYNAMIC_BASIC_FC_FALSE=''
DYNAMIC_BASIC_FC_TRUE=''
DYNAMIC_BASIC_WIN32_FALSE=''
DYNAMIC_BASIC_WIN32_TRUE=''
DYNAMIC_BASIC_X_FALSE=''
DYNAMIC_BASIC_X_TRUE=''
DYNAMIC_HANGUL_FC_FALSE=''
DYNAMIC_HANGUL_FC_TRUE=''
DYNAMIC_HEBREW_FC_FALSE=''
DYNAMIC_HEBREW_FC_TRUE=''
DYNAMIC_INDIC_FC_FALSE=''
DYNAMIC_INDIC_FC_TRUE=''
DYNAMIC_INDIC_LANG_FALSE=''
DYNAMIC_INDIC_LANG_TRUE=''
DYNAMIC_KHMER_FC_FALSE=''
DYNAMIC_KHMER_FC_TRUE=''
DYNAMIC_SYRIAC_FC_FALSE=''
DYNAMIC_SYRIAC_FC_TRUE=''
DYNAMIC_THAI_FC_FALSE=''
DYNAMIC_THAI_FC_TRUE=''
DYNAMIC_THAI_LANG_FALSE=''
DYNAMIC_THAI_LANG_TRUE=''
DYNAMIC_TIBETAN_FC_FALSE=''
DYNAMIC_TIBETAN_FC_TRUE=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_DOC_CROSS_REFERENCES_FALSE=''
ENABLE_DOC_CROSS_REFERENCES_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_CONFIG=''
FREETYPE_LIBS=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GLIB_PREFIX=''
GREP=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
HAVE_CAIRO_ATSUI_FALSE=''
HAVE_CAIRO_ATSUI_TRUE=''
HAVE_CAIRO_FALSE=''
HAVE_CAIRO_FREETYPE_FALSE=''
HAVE_CAIRO_FREETYPE_TRUE=''
HAVE_CAIRO_PDF_FALSE=''
HAVE_CAIRO_PDF_TRUE=''
HAVE_CAIRO_PNG_FALSE=''
HAVE_CAIRO_PNG_TRUE=''
HAVE_CAIRO_PS_FALSE=''
HAVE_CAIRO_PS_TRUE=''
HAVE_CAIRO_TRUE=''
HAVE_CAIRO_WIN32_FALSE=''
HAVE_CAIRO_WIN32_TRUE=''
HAVE_CAIRO_XLIB_FALSE=''
HAVE_CAIRO_XLIB_TRUE=''
HAVE_CXX_FALSE=''
HAVE_CXX_TRUE=''
HAVE_DYNAMIC_MODULES_FALSE=''
HAVE_DYNAMIC_MODULES_TRUE=''
HAVE_FREETYPE_FALSE=''
HAVE_FREETYPE_TRUE=''
HAVE_INCLUDED_MODULES_FALSE=''
HAVE_INCLUDED_MODULES_TRUE=''
HAVE_WIN32_FALSE=''
HAVE_WIN32_TRUE=''
HAVE_XFT_FALSE=''
HAVE_XFT_TRUE=''
HAVE_X_FALSE=''
HAVE_X_TRUE=''
HTML_DIR=''
INCLUDED_ATSUI_MODULES=''
INCLUDED_FC_MODULES=''
INCLUDED_LANG_MODULES=''
INCLUDED_WIN32_MODULES=''
INCLUDED_X_MODULES=''
INCLUDE_ARABIC_FC_FALSE=''
INCLUDE_ARABIC_FC_TRUE=''
INCLUDE_ARABIC_LANG_FALSE=''
INCLUDE_ARABIC_LANG_TRUE=''
INCLUDE_BASIC_ATSUI_FALSE=''
INCLUDE_BASIC_ATSUI_TRUE=''
INCLUDE_BASIC_FC_FALSE=''
INCLUDE_BASIC_FC_TRUE=''
INCLUDE_BASIC_WIN32_FALSE=''
INCLUDE_BASIC_WIN32_TRUE=''
INCLUDE_BASIC_X_FALSE=''
INCLUDE_BASIC_X_TRUE=''
INCLUDE_HANGUL_FC_FALSE=''
INCLUDE_HANGUL_FC_TRUE=''
INCLUDE_HEBREW_FC_FALSE=''
INCLUDE_HEBREW_FC_TRUE=''
INCLUDE_INDIC_FC_FALSE=''
INCLUDE_INDIC_FC_TRUE=''
INCLUDE_INDIC_LANG_FALSE=''
INCLUDE_INDIC_LANG_TRUE=''
INCLUDE_KHMER_FC_FALSE=''
INCLUDE_KHMER_FC_TRUE=''
INCLUDE_SYRIAC_FC_FALSE=''
INCLUDE_SYRIAC_FC_TRUE=''
INCLUDE_THAI_FC_FALSE=''
INCLUDE_THAI_FC_TRUE=''
INCLUDE_THAI_LANG_FALSE=''
INCLUDE_THAI_LANG_TRUE=''
INCLUDE_TIBETAN_FC_FALSE=''
INCLUDE_TIBETAN_FC_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBRARY_LIBTOOL_OPTIONS=''
LIBS=''
LIBTHAI_CFLAGS=''
LIBTHAI_LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/src/pango-1.19.3/missing --run makeinfo'
MODULE_LIBTOOL_OPTIONS=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE=''
OBJDUMP=''
OBJEXT=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='pango'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
PACKAGE_NAME='pango'
PACKAGE_STRING='pango 1.19.3'
PACKAGE_TARNAME='pango'
PACKAGE_VERSION='1.19.3'
PANGO_API_VERSION='1.0'
PANGO_BINARY_AGE='1903'
PANGO_CURRENT_MINUS_AGE='0'
PANGO_DEBUG_FLAGS=''
PANGO_INTERFACE_AGE='0'
PANGO_MODULE_VERSION='1.6.0'
PANGO_VERSION='1.19.3'
PANGO_VERSION_MAJOR='1'
PANGO_VERSION_MICRO='3'
PANGO_VERSION_MINOR='19'
PATH_SEPARATOR=':'
PERL=''
PKGCONFIG_CAIRO_LIBS=''
PKGCONFIG_CAIRO_REQUIRES=''
PKGCONFIG_FREETYPE_LIBS=''
PKGCONFIG_MATH_LIBS=''
PKGCONFIG_XFT_LIBS=''
PKGCONFIG_X_LIBS=''
PKG_CONFIG=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
RANLIB=''
REBUILD=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.19.3'
WIN32_LIBS=''
WINDRES=''
XFT_CFLAGS=''
XFT_LIBS=''
XMKMF=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/src/pango-1.19.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "pango"
#define PACKAGE_TARNAME "pango"
#define PACKAGE_VERSION "1.19.3"
#define PACKAGE_STRING "pango 1.19.3"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
#define PACKAGE "pango"
#define VERSION "1.19.3"
#define MODULE_VERSION "1.6.0"
#define PANGO_BINARY_AGE 1903
#define PANGO_INTERFACE_AGE 0
#define PANGO_VERSION_MAJOR 1
#define PANGO_VERSION_MINOR 19
#define PANGO_VERSION_MICRO 3

configure: exit 1
As far as I consulted, it was thought to be a problem with the linker. I have no idea what to do or try now so I could use the help. The pango thing is probably unrelated but any help is appreciated on that subject as well.

Thanks.
 
Old 02-13-2008, 09:47 AM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You probably overwrote something while installing. So, mount the Slackware install CD or DVD from the CLI, and re-install some of the critical packages, I recommend all packages from 'd' and possible also 'l'. So, something like:

Code:
su <Enter root password>
mount /dev/cdrom /mnt/tmp
installpkg /mnt/tmp/slackware/d/*.tgz
installpkg /mnt/tmp/slackware/l/*.tgz
umount /dev/cdrom
eject /dev/cdrom
shutdown -r now
After the reboot, hopefully things will be back to normal.
 
Old 02-13-2008, 01:57 PM   #3
kummiliim
Member
 
Registered: Mar 2007
Location: Tallinn, Estonia
Distribution: Slackware 12.0
Posts: 276

Original Poster
Rep: Reputation: 30
Good idea. I reinstalled all the packages in d/ (with upgradepkg --reinstall however, didn't know if installpkg removes the previous packages) and after reboot it didn't work yet. I don't want to reinstall all the packages in l/ however as I have upgraded quite many of them (something I'm not too keen on doing again : )). Does anyone know what libraries exactly are needed by the compiler. I can say that during evolution install I upgraded glib, gnome-icon-theme, gtk+2, libgtkhtml and pango from there, could any of them be the problem? (glib is especially suspected)
 
Old 02-13-2008, 02:34 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I too suspect glib, maybe you mis-installed it (which is easy to do).
 
Old 02-13-2008, 03:15 PM   #5
kummiliim
Member
 
Registered: Mar 2007
Location: Tallinn, Estonia
Distribution: Slackware 12.0
Posts: 276

Original Poster
Rep: Reputation: 30
No cigar. I installed Slack's default glib package but I still get the same errors on ./configure. The glib I intalled before was a svn checkout of 2.15.4.

edit: Clever so much I am. I thought that maybe installing a newer glibc would help. Then I realised I can't do it on the broken computer so I decided to make a package on the other computer and install it there. Long story short, instead of simply making a package, checkinstall overwrote something and now none of the executables on the other machine work, it doesn't even boot. This is going to take a while to fix : ).

Last edited by kummiliim; 02-16-2008 at 01:13 PM.
 
Old 02-19-2008, 12:13 PM   #6
kummiliim
Member
 
Registered: Mar 2007
Location: Tallinn, Estonia
Distribution: Slackware 12.0
Posts: 276

Original Poster
Rep: Reputation: 30
Okay, I made progress but I still need help from you guys because I really get desorientated with all these libraries. I fixed the second system I broke with a quick reinstall. On this system I managed to make things compile by installing everything in l/glib* . It worked cause I did a make uninstall in the glib source directory I had installed before. Anyway, I reinstalled the later glib again, in /usr this time (was /usr/local/ before, that's what broke it). I'd like to go fix my pango now but I can't get to X because of a problem with a gobject lib. What package is it from, what causes the error, what should I (re|un)install?

Output of startx:
Code:
xauth:  creating new authority file /home/sander/.serverauth.3204
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/gabriel:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Slackware 12.0 Slackware Linux Project
Current Operating System: Linux gabriel 2.6.24.1-laptop #1 Sun Feb 10 10:58:53 EET 2008 i686
Build Date: 09 May 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 19 20:09:29 2008
(==) Using config file: "/etc/X11/xorg.conf"

(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
FATAL: Module wacom not found.
FATAL: Module evdev not found.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
stylus Wacom X driver grabbed event device
WACOM: press max value is wrong.
cursor Wacom X driver grabbed event device
WACOM: press max value is wrong.
/usr/bin/xfce4-session: symbol lookup error: /usr/lib/libgobject-2.0.so.0: undefined symbol: g_regex_unref

waiting for X server to shut down (EE) intel(0): I830 Vblank Pipe Setup Failed 0
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
edit: I also get the g_regex_unref error when trying for example to make pango. Is the glib still broken or is some other package to blame for not getting along with the new library?

edit2: I managed to start fluxbox but I get the aformentioned g_regex_unref error if I try to run any gtk programs.

Last edited by kummiliim; 02-19-2008 at 01:15 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fix a debian broken system el_pajaro! Debian 6 06-03-2009 01:23 AM
Two video cards in system, one broken adrian_vg@yahoo.com Linux - Hardware 5 01-28-2008 06:02 AM
Package Management System is Broken Ashex Ubuntu 3 06-09-2006 12:40 AM
apt troubles[ is my system broken?] MouseHunter Debian 2 11-06-2005 08:59 AM
System Broken after update potsilui Linux - Newbie 6 04-17-2005 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration