Skip site navigation (1)Skip section navigation (2)
Date:      30 Jul 2002 10:39:50 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Chris Keene <C.J.Keene@ukc.ac.uk>
Cc:        freebsd-gnome@FreeBSD.ORG
Subject:   Re: Gnome2 compile problems
Message-ID:  <1028039991.587.2.camel@gyros.marcuscom.com>
In-Reply-To: <200207301352.40276.cjk1@ukc.ac.uk>
References:  <200207301352.40276.cjk1@ukc.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2002-07-30 at 08:52, Chris Keene wrote:
> bash-2.05a# uname -a
> FreeBSD mini.ukc.ac.uk 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 22 16:40:18 
> BST 2002     cjk1@mini.ukc.ac.uk:/usr/obj/usr/src/sys/GENERIC  i386
> 
> Following instructions on http://www.FreeBSD.org/gnome - did not seem to be 
> any gnome2 packages on mirrors - so used ports (after removing all/most gnome 
> related packages on system).
> 
> ports tree cvsupd on 27th of July (three days a go)
> 
> First problem (and solution)
> 501  cd /usr/ports/x11/gnome2
> 502  make clean
> 503  man pkg_add
> 505  make install clean
> 
> ports/graphics/libgnomecanvas complained that pkgconfig was out of date (was 
> version 0.8.0), manually downloaded pkgconfig src and compiled/installed. 
> (note, system was brought up to -STABLE only a week a go, so I presume that 
> 0.8.0 is currently being shipped with stable).

No!  Things won't work if you do that.  What you need to do is remove
all your GNOME components, then cvsup the _latest_ ports tree.  It comes
with pkgconfig-0.12.0 with a special FreeBSD patch that actually makes
it work on 4.x.  Once you have all of that, things should work just
fine.

Joe

> 
> tried installing gnome again...
> had trouble finding gtk+-2.0.pc, it suggested I add the location of this file 
> to my PKG_CONFIG_PATH...
> locate gtk+-2.0.pc
> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/X11R6/libdata/pkgconfig
> 
> tried again - similar message, different file:
> 529  cd /usr/ports/graphics/libgnomecanvas
> 531  make
> 533  locate gobject-2.0.pc
> 534  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/libdata/pkgconfig
> 
> this sorted the error and ports/graphics/libgnomecanvas installed fine.
> 
> back to make'ing gnome2
> problems with libgnome
> bash-2.05a# pwd
> /usr/ports/x11/libgnome
> bash-2.05a# make
> ===>  Building for libgnome-2.0.1_1
> gmake  all-recursive
> gmake[1]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.0.1'
> Making all in libgnome
> gmake[2]: Entering directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/libgnome'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/libgnome'
> Making all in monikers
> gmake[2]: Entering directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/monikers'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/monikers'
> Making all in schemas
> gmake[2]: Entering directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/schemas'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/schemas'
> Making all in gnome-data
> gmake[2]: Entering directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/gnome-data'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/gnome-data'
> Making all in help-converters
> gmake[2]: Entering directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/help-converters'
> Making all in man
> gmake[3]: Entering directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/help-converters/man'
> /bin/sh ../../libtool --mode=link cc  -O -pipe   -o gnome2-man2html  
> gnome-man2html.o -Wl,--export-dynamic        -L/usr/X11R6/lib 
> -L/usr/local/lib -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lxml2 -lz 
> -lgconf-2 -lORBit-2 -llinc -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 
> -lglib-2.0 -lintl -liconv -lesd -laudiofile -lm   -lz -lbz2 -lpopt 
> -L/usr/local/lib  -liconv
> cc -O -pipe -o gnome2-man2html gnome-man2html.o -Wl,--export-dynamic 
> -L/usr/X11R6/lib -L/usr/local/lib -lgnomevfs-2 -lbonobo-2 -lbonobo-activation 
> -lxml2 -lz -lgconf-2 -lORBit-2 -llinc -lgmodule-2.0 -lgobject-2.0 
> -lgthread-2.0 -lglib-2.0 -lintl -liconv -lesd -laudiofile -lm -lz -lbz2 
> -lpopt -L/usr/local/lib -liconv
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_signal'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_attr_destroy'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getspecific'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_exit'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_getschedparam'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_attr_setscope'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_cond_broadcast'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_setschedparam'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_key_create'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_attr_setstacksize'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_init'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_mutex_unlock'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_self'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_mutex_destroy'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_lock'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_wait'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_mutex_trylock'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_cond_destroy'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_init'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_attr_setschedparam'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_attr_setdetachstate'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_cond_timedwait'
> /usr/local/lib/libgthread-2.0.so: undefined reference to 
> `pthread_attr_getschedparam'
> /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setspecific'
> gmake[3]: *** [gnome2-man2html] Error 1
> gmake[3]: Leaving directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/help-converters/man'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory 
> `/usr/ports/x11/libgnome/work/libgnome-2.0.1/help-converters'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.0.1'
> gmake: *** [all-recursive-am] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/x11/libgnome.
> 
> I DO have 
> options     P1003_1B
> options     _KPOSIX_PRIORITY_SCHEDULING
> in kernel, and NOLIBC_R is commented out (i.e. NOT set) in /etc/make.conf
> 
> I'm not sure how to fix this. Any help would be very much appreciated :)
> 
> 
> system details...
> 
> 
> 
> FreeBSD mini.ukc.ac.uk 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 22 16:40:18 
> BST 2002     cjk1@mini.ukc.ac.uk:/usr/obj/usr/src/sys/GENERIC  i386
> 
> Mesa-3.4.2_2        A graphics library similar to SGI's OpenGL
> ORBit-0.5.13_3      High-performance CORBA ORB with support for the C language
> ORBit2-2.4.0        High-performance CORBA ORB with support for the C language
> XFree86-4.1.0_13,1  X11R6.5/XFree86 core distribution (complete)
> Xaw3d-1.5           A 3-D Athena Widget set that looks like Motif
> afbackup-3.3.5_2    AF's backup system
> apache+mod_ssl-1.3.24+2.8.8 The Apache 1.3 webserver with SSL/TLS 
> functionality
> apache-1.3.26_3     The extremely popular Apache http server.  Very fast, very 
> arts-1.0.1          Audio system for the KDE integrated X11 desktop
> aspell-0.33.7.1_1   Spelling checker with better suggestion logic than ispell
> atk-1.0.2           A GNOME accessibility toolkit (ATK)
> autoconf-2.53       Automatically configure source code on many Un*x platforms
> autoconf213-2.13.000227_1 Automatically configure source code on many Un*x 
> platforms 
> automake-1.5,1      GNU Standards-compliant Makefile generator
> automake14-1.4.5    GNU Standards-compliant Makefile generator (legacy version 
> bash-2.05a          The GNU Bourne Again Shell
> bison-1.33          A parser generator from FSF, (mostly) compatible with Yacc
> bonobo-activation-1.0.2 An object activation framework for GNOME 2.0
> bsdpan-DBD-mysql-2.1011 Unknown perl modulebsdpan-DBI-1.21     DBI - Database 
> independent interface for Perl
> bsdpan-Digest-MD5-2.16 Digest::MD5 - Perl interface to the MD5 Algorithm
> bsdpan-GDGraph-1.33 GD::Graph - Graph Plotting Module for Perl 5
> bsdpan-MD5-2.02     MD5 - Perl interface to the MD5 Message-Digest Algorithm
> bsdpan-MIME-Base64-2.12 MIME::Base64 - Encoding and decoding of base64 strings
> bsdpan-Net-Telnet-3.02 Net::Telnet - interact with TELNET port or other TCP 
> ports
> bsdpan-Test-Harness-2.02 Test::Harness - run perl standard test scripts with 
> statist
> bsdpan-libnet-1.10  cclient-2001a,1     Mark Crispen's C-client mail access 
> routines
> cole-2.0.1          A free C OLE library
> cups-base-1.1.14    The Common UNIX Printing System
> cvsup-16.1f         General network file distribution system optimized for CVS 
> db3-3.2.9_3,1       The Berkeley DB package, revision 3
> eject-1.4           Utility for ejecting media from CD or optical disk drive
> esound-0.2.28       A sound library for enlightenment package
> ethereal-0.9.3      An X11/GTK network analyzer/capture tool
> exim-3.36           High performance MTA for Unix systems on the Internet
> expat-1.95.2        XML 1.0 parser written in C
> ezm3-1.0            Easier, more portable Modula-3 distribution for building 
> CV
> fam-2.6.8           A file alteration monitor
> flashplugin-mozilla-0.4.10_1 A GPL standalone Flash (TM) plugin for Mozilla 
> web browser
> fnlib-0.5           Fonts and font libraries necessary for Enlightenment
> freetype-1.3.1_2    A free and portable TrueType font rendering engine
> freetype2-2.0.8     A free and portable TrueType font rendering engine
> freetype2-2.0.9     A free and portable TrueType font rendering engine
> gconf-editor-0.2    A gconf database editor for the GNOME 2.0 environment
> gconf2-1.2.0        A configuration database system for GNOME
> gd-1.8.4_6          A graphics library for fast image creation
> gdbm-1.8.0          The GNU database manager
> gdk-pixbuf-0.16.0   A graphic library for GTK+
> gettext-0.10.35_1   GNU gettext package
> gettext-0.10.35_2   GNU gettext package
> gettext-0.10.40     GNU gettext package
> gettext-0.11.2      GNU gettext package
> ghostscript-gnu-6.52_5 GNU Postscript interpreter
> ghostscript-gnu-7.05_1 GNU Postscript interpreter
> gkrellm-1.2.11      A GTK based system monitor
> gle-3.0.3           A GL Tubing and Extrusion Library
> glib-1.2.10_5       Some useful routines of C programming
> glib-2.0.4_1        Some useful routines of C programming (current stable 
> versi
> gmake-3.79.1        GNU version of 'make' utility
> gnomehier-1.0_3     An utility port, installing hierarchy of common GNOME 
> direc
> gnomemimedata-2.0.0 A MIME and Application database for GNOME
> gnomevfs2-2.0.2     GNOME Virtual File System
> gob-1.0.12          A preprocessor for making GTK+ objects with inline C
> gtar-1.13.25        GNU version of the traditional tar archiver
> gtk-1.2.10_3        Gimp Toolkit for X11 GUI
> gtk-1.2.10_4        Gimp Toolkit for X11 GUI
> gtk-2.0.5           Gimp Toolkit for X11 GUI (current stable version)
> gtk-engines-0.12_1  Theme engine for gtk+ toolkits
> gtk-engines2-1.9.0  Theme engine for the gtk+-2.0 toolkit
> gtkglarea-1.2.2     An OpenGL widget for the GTK+ GUI toolkit
> gtkmm-1.2.8         C++ wrapper for gtk, a x11 graphics library
> guile-1.4           GNU's Ubiquitous Intelligent Language for Extension
> guile-1.4.1_1       GNU's Ubiquitous Intelligent Language for Extension
> guile-gtk-0.20_1    Guile binding library for GTK+
> gv-3.5.8            A PostScript and PDF previewer
> horde-devel-2.0_3   A common code-base used by Horde applications, written in 
> P
> imap-uw-2001a,1     University of Washington IMAP4rev1/POP2/POP3 mail servers
> imlib-1.9.11        A graphic library for enlightenment package
> ispell-3.2.06_1     An interactive spelling checker for multiple languages
> javavmwrapper-1.4   Wrapper script for various Java Virtual Machines
> jdk-1.1.8           Sun's Java Developers Kit
> jdk-1.3.1p6_2       Sun's Java Developers Kit
> jed-0.99.15         A SLang-based text editor
> jedit-3.2.2         Powerful programmer's text editor written in Java
> jfc-1.1.1           Java Foundation Classes (JFC)/Swing
> jpeg-6b_1           IJG's jpeg compression utilities
> kde-3.0.1           The "meta-port" for KDE
> kdebase-3.0.1       Base modules for the KDE integrated X11 desktop
> kdegames-3.0.1      Games for the KDE integrated X11 desktop
> kdegraphics-3.0.1   Graphics utilities for the KDE3 integrated X11 desktop
> kdelibs-3.0.1_1     Libraries for KDE
> kdemultimedia-3.0.1 Multimedia utilities for the KDE integrated X11 desktop
> kdenetwork-3.0.1_2  Network modules for KDE3
> kdeutils-3.0.1      Utilities for the KDE integrated X11 desktop
> koffice-1.1.1,1     Office suite for KDE2
> lcms-1.08           Light Color Management System -- a color management 
> library
> libIDL-0.8.0        A library for creating trees of CORBA Interface Definition 
> libart_lgpl2-2.3.9  Library for high-performance 2D graphics
> libaudiofile-0.2.3  A sound library for SGI audio file
> libbonobo-2.0.0     A component and compound document system for GNOME2
> libesmtp-0.8.11     A library for posting electronic mail
> libflash-0.4.10     GPL Flash (TM) Library
> libgda2-0.8.191     Provides uniform access to different kinds of data sources
> libghttp-1.0.9      GNOME http client library
> libglade2-2.0.0     GNOME glade library
> libgnomecanvas-2.0.1 A graphics library for GNOME
> libgnugetopt-1.1    GNU getopt library
> libgtop2-2.0.0      GNOME 2.0 top library
> libiconv-1.7_1      A character set conversion library
> libiconv-1.8        A character set conversion library
> libmcal-0.6_2       Modular Calendar Access Library
> libmng-1.0.3        Multiple-image Network Graphics (MNG) reference library
> libogg-1.0.r3_1,2   Ogg bitstream library
> librep-0.15.2       An Emacs Lisp like runtime library
> librep-0.16.1_1     An Emacs Lisp like runtime library
> librsvg2-1.1.6      Library for parsing and rendering SVG vector-graphic files
> libsigc++-1.0.3     Callback Framework for C++
> libslang-1.4.5      Routines for rapid alpha-numeric terminal applications 
> deve
> libtool-1.3.4_2     Generic shared library support script
> libungif-4.1.0b1    Tools and library routines for working with GIF images
> libunicode-0.4_2    A library for manipulating Unicode characters and strings
> libvorbis-1.0.r3_1,2 Audio compression codec library
> libwmf-0.2.2_1      Tools and library for converting microsoft's wmf (windows 
> m
> libwnck-0.14        Library used for writing pagers and taskslists
> libwww-5.3.2        The W3C Reference Library
> libxml-1.8.17       Xml parser library for GNOME
> libxml2-2.4.22_1    Xml parser library for GNOME
> libxslt-1.0.18      The XSLT C library for GNOME
> libzvt-2.0.1        Library components for Zed's Virtual Terminal
> linc-0.5.0          A library for writing networked servers & clients
> links-0.97.p9,1     Lynx-like text WWW browser
> linux-jdk-1.3.1.02_1 Sun Java Development Kit 1.3 for Linux
> linux_base-6.1_1    The base set of packages needed in Linux mode
> lynx-2.8.4.1b       A non-graphical, text-based World-Wide Web client
> m4-1.4_1            GNU's m4
> metacity-2.3.987    A window manager for the adult in you
> mm-1.1.3            Shared memory library for applications with pre-forked 
> proc
> mod_php4-4.2.2      PHP4 module for Apache
> mozilla-1.0.rc1,1   The open source, standards compliant web browser
> mozilla-embedded-0.9.8_2,1 The embeddable component of mozilla communicator 
> web-surfbo
> mozilla-headers-0.9.9_3,1 Header files for mozilla communicator web-surfboard
> mutt-1.2.5.1_1      The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, 
> mysql-client-3.23.49 Multithreaded SQL database (client)
> mysql-server-3.23.49 Multithreaded SQL database (server)
> nano-1.0.9_1        Nano's ANOther editor, an enhanced free Pico Clone
> ncftp1-1.9.5        FTP replacement with advanced user interface
> net-snmp-5.0.1      An extendable SNMP implementation
> netcat-1.10_1       Simple utility which reads and writes data across network 
> c
> nspr-4.1.2          A platform-neutral API for system level and libc like 
> funct
> nss-3.3.1           A set of libraries to support development of 
> security-enabl
> ntp-4.1.72          The Network Time Protocol Distribution
> open-motif-2.1.30_2 Motif X11 Toolkit (industry standard GUI (IEEE 1295))
> open-motif-devel-2.1.30 Open Motif 2.1.30 - Development libraries and header 
> files
> openldap-2.0.23     Open source LDAP client and server software
> openssh-3.4_2       OpenBSD's secure shell client and server (remote login 
> prog
> openssl-0.9.6d      SSL and crypto library
> p5-Compress-Zlib-1.16 Perl5 interface to zlib compression library
> p5-Crypt-SSLeay-0.41 Perl5 interface to allow p5-libwww LWP to make https 
> connec
> p5-DBI-1.21         The perl5 Database Interface.  Required for DBD::* modules
> p5-Data-ShowTable-3.3 Perl5 module to pretty-print arrays of data
> p5-Gtk-0.7008       The base module of Gtk-Perl
> p5-Mysql-modules-1.2216 Perl5 modules for accessing MySQL databases
> p5-Net-Daemon-0.36  Perl5 extension for portable daemons
> p5-PlRPC-0.2016     Perl module for writing RPC servers and clients
> p5-SOAP-Lite-0.55   SOAP::Lite - Client and server side SOAP implementation
> p5-Storable-1.0.14  Persistency for perl data structures
> p5-XML-Parser-2.30_1 Perl extension interface to James Clark's XML parser, 
> expat
> p5-XML-Writer-0.4_1 A simple Perl module for writing XML documents
> pango-1.0.3_1       An open-source framework for the layout and rendering of 
> i1
> pcre-3.7            Perl Compatible Regular Expressions library
> perl-5.6.1_1        Practical Extraction and Report Language
> pilot-link-0.9.5_3  PalmPilot communications utilities 
> (backup/restore/install/
> pkg_tarup-1.2_3     Generates binary package from installed package
> pkgconfig-0.12.0    An utility used to retrieve information about installed 
> lib
> pkgconfig-0.8.0     An utility used to retrieve information about installed 
> lib
> png-1.2.1           Library for manipulating PNG images
> png-1.2.3           Library for manipulating PNG images
> popt-1.5.1          A getopt(3) like library with a number of enhancements, 
> fro
> portupgrade-20020405 Very powerful FreeBSD ports/packages upgrading tool and 
> mor
> psiconv-0.8.3       A conversion utility to convert Psion 5(MX) files into 
> othe
> pspell-0.12.2_1     Generic interface to spell checker libraries
> py22-expat-2.2.1    Python interface to the Expat XML parser
> py22-numeric-20.3   The Numeric Extension to Python
> python-2.2.1        An interpreted object-oriented programming language
> qt-3.0.3_1          A C++ X GUI toolkit
> rpm-3.0.6_5         The Red Hat Package Manager
> rsync-2.5.5_1       A network file distribution/synchronization utility
> ruby-1.6.6          An object-oriented interpreted scripting language
> ruby-bdb1-0.1.6     Ruby interface to Berkeley DB revision 1.8x with full 
> featu
> ruby-fnmatch-1.1b_1 A Ruby module which provides File::fnmatch and File::FNM_*
> ruby-optparse-0.8.6 Yet another command line option parser for Ruby
> ruby-uri-0.9,1      Ruby interface to parse URIs according to RFC 2396
> samba-2.2.3a        A free SMB and CIFS client and server for UNIX
> screen-3.9.11_1     A multi-screen window manager
> scrollkeeper-0.2_3  An Open Document Cataloging Project
> sed_inplace-2002.06.28 A modified version of the sed(1) which can do in-place 
> edit
> sharity-light-1.2   An userland smbfs --- SMB to NFS protocols converter
> sox-12.17.3         SOund eXchange - universal sound sample translator
> squid-2.4_9         The successful WWW proxy cache and accelerator
> tcl-8.3.4_4         Tool Command Language
> tiff-3.5.7          Tools and library routines for working with TIFF images
> tk-8.3.4_2          Graphical toolkit for TCL
> turba-1.0_1         The Horde contact management application
> ucd-snmp-4.2.5      An extendable SNMP implementation
> unzip-5.42          List, test and extract compressed files in a ZIP archive
> urwfonts-1.0        Another font package for X
> uulib-0.5.13        A library for uu/xx/Base64/BinHex de-/encoding
> vim-6.0.271.0       Vi "workalike", with many additional features
> wget-1.8.1          Retrieve files from the 'net via HTTP and FTP
> wv-0.7.1            A library and executables which allow access to Microsoft 
> W
> xanim-2.80.2        Play most popular animation formats and show pictures
> xchat-1.8.7         An X11 IRC client using the GTK+ toolkit, and optionally, 
> G
> xfstt-1.1_1         A TrueType font server for X11
> xlhtml-0.4          Utilities converting Excel and PowerPoint files to HTML 
> and
> xscreensaver-4.05   Save your screen while you entertain your cat
> zip-2.3             Create/update ZIP files compatible with pkzip
> 
> 
> PWD=/usr/ports/x11/libgnome
> KONSOLE_DCOP=DCOPRef(konsole-606,konsole)
> GS_LIB=/home/cjk1/.kde/share/fonts
> PAGER=more
> FTP_PASSIVE_MODE=YES
> SESSION_MANAGER=local/mini.ukc.ac.uk:/tmp/.ICE-unix/596
> PKG_CONFIG_PATH=:/usr/X11R6/libdata/pkgconfig:/usr/local/libdata/pkgconfig
> KONSOLE_DCOP_SESSION=DCOPRef(konsole-606,session-1)
> ENV=/home/cjk1/.shrc
> BLOCKSIZE=K
> USER=cjk1
> KDE_MULTIHEAD=false
> MAIL=/var/mail/cjk1
> OLDPWD=/usr/ports/x11/gnome2
> GTK_RC_FILES=/etc/gtk/gtkrc:/home/cjk1/.gtkrc:/home/cjk1/.gtkrc-kde
> EDITOR=vi
> COLORTERM=
> DISPLAY=toaster:0
> LOGNAME=cjk1
> SHLVL=3
> SHELL=/usr/local/bin/bash
> HOME=/root
> TERM=xterm
> PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
> _=/usr/bin/env
> 
> The system is generally up to date, with no major changes to the setup, but 
> with quite a few packages installed. It had Gnome1.4 on the system 
> previously. 
> 
> Regards
> Chris
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1028039991.587.2.camel>