Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146099 - net-misc/tightvnc-1.2.9-r2 wrong font path
Summary: net-misc/tightvnc-1.2.9-r2 wrong font path
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 02:09 UTC by Péter Werner
Modified: 2007-02-03 18:52 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Péter Werner 2006-09-03 02:09:10 UTC
/usr/bin/vncserver has "," as field separator in font path instead of ':'.
Xserver(1): "This path is a comma separated list..."
However the following patch solves the problem:
--- /usr/bin/vncserver  2006-09-03 08:52:15.000000000 +0200
+++ /usr/bin/vncserver.wp       2006-09-03 10:07:16.000000000 +0200
@@ -41,7 +41,7 @@
 $fontPath = "unix/:-1";

 # Here is another example of setting the font path:
-$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/corefonts/";
+$fontPath = "/usr/share/fonts/misc/:/usr/share/fonts/75dpi/:/usr/share/fonts/100dpi/:/usr/share/fonts/corefonts/";

 # X colors database path is optional, uncomment and edit to use:
 $colorPath = "/usr/share/X11/rgb";

------------------------------------------------------------------------------
error message:

$ vncserver :1
Couldn't start Xvnc; trying default font path.
Please set correct fontPath in the vncserver script.
Couldn't start Xvnc process.

03/09/06 11:07:15 Xvnc version 3.3.tight1.2.9
03/09/06 11:07:15 Copyright (C) 1999 AT&T Laboratories Cambridge.
03/09/06 11:07:15 Copyright (C) 2000-2002 Constantin Kaplinsky.
03/09/06 11:07:15 All Rights Reserved.
03/09/06 11:07:15 See http://www.uk.research.att.com/vnc for information on VNC
03/09/06 11:07:15 See http://www.tightvnc.com for TightVNC-specific information
03/09/06 11:07:15 Desktop name 'X' (www:1)
03/09/06 11:07:15 Protocol version supported 3.3
03/09/06 11:07:15 Listening for VNC connections on TCP port 5901
03/09/06 11:07:15 Listening for HTTP connections on TCP port 5801
03/09/06 11:07:15   URL http://www:5801
failed to set default font path '/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/corefonts/'
Fatal server error:
could not open default font 'fixed'
03/09/06 11:07:16 Xvnc version 3.3.tight1.2.9
03/09/06 11:07:16 Copyright (C) 1999 AT&T Laboratories Cambridge.
03/09/06 11:07:16 Copyright (C) 2000-2002 Constantin Kaplinsky.
03/09/06 11:07:16 All Rights Reserved.
03/09/06 11:07:16 See http://www.uk.research.att.com/vnc for information on VNC
03/09/06 11:07:16 See http://www.tightvnc.com for TightVNC-specific information
03/09/06 11:07:16 Desktop name 'X' (www:1)
03/09/06 11:07:16 Protocol version supported 3.3
03/09/06 11:07:16 Listening for VNC connections on TCP port 5901
03/09/06 11:07:16 Listening for HTTP connections on TCP port 5801
03/09/06 11:07:16   URL http://www:5801
Font directory '/usr/X11R6/lib/X11/fonts/misc/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Speedo/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Type1/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/75dpi/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/100dpi/' not found - ignoring

Fatal server error:
could not open default font 'fixed'

------------------------------------------------------------------------------
emerge --info:
Portage 2.1-r2 (default-linux/amd64/2005.0, gcc-4.1.1, glibc-2.4-r3, 2.6.11-gentoo-r7-wp01 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7-wp01 x86_64 AMD Opteron(tm) Processor 246
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=opteron -mtune=opteron"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=opteron -mtune=opteron"
DISTDIR="/srv/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.nyx.hu/gentoo/ http://gentoo.inf.elte.hu/ http://trumpetti.atm.tut.fi/gentoo/ http://gentoo.inode.at/"
LANG="hu_HU.UTF8"
LC_ALL="hu_HU.UTF8"
LINGUAS="hu en de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 7zip X acl alsa apache2 avi bash-completion berkdb bitmap-fonts bzip2 cli crypt cups dedicated dlloader doc dri eds emboss encode examples expat fam firefox foomaticdb fortran gcj gif gnome gnutls gpgme gpm graphviz gstreamer gtk gtk2 hardenedphp idn imagemagick imap imlib ipv6 isdnlog java javascript jbig jikes jpeg jpeg2k kde ldap libedit logrotate lzw lzw-tiff math memlimit mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin odbc offensive opengl openssl pager pam patch pcre pdflib perl php png postfix pppd python qt3 qt4 quicktime readline reflection sasl sdl server session smime source spell spl srvdir ssl svn-mirror tcpd tetex threads tiff truetype truetype-fonts type1-fonts unicode usb utf8 vhosts virus-scan xml xorg xpm xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_hu linguas_en linguas_de userland_GNU video_cards_r128 video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2006-09-14 14:57:55 UTC
Hmmm, this does not occur to me. Are you sure of that?

Couldn't open RGB_DB '/usr/share/X11/rgb'
15/09/06 01:50:18 Xvnc version 3.3.tight1.2.9
15/09/06 01:50:18 Copyright (C) 1999 AT&T Laboratories Cambridge.
15/09/06 01:50:18 Copyright (C) 2000-2002 Constantin Kaplinsky.
15/09/06 01:50:18 All Rights Reserved.
15/09/06 01:50:18 See http://www.uk.research.att.com/vnc for information on VNC
15/09/06 01:50:18 See http://www.tightvnc.com for TightVNC-specific information
15/09/06 01:50:18 Desktop name 'X' (test:1)
15/09/06 01:50:18 Protocol version supported 3.3
15/09/06 01:50:18 Listening for VNC connections on TCP port 5901
15/09/06 01:50:18 Listening for HTTP connections on TCP port 5801
15/09/06 01:50:18   URL http://test:5801
Font directory '/usr/share/fonts/corefonts/' not found - ignoring
/root/.vnc/xstartup: line 3: xrdb: command not found
/root/.vnc/xstartup: line 4: xsetroot: command not found
/root/.vnc/xstartup: line 5: xterm: command not found
/root/.vnc/xstartup: line 6: twm: command not found
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2006-09-14 15:04:45 UTC
Oh, i got it. You have to emerge media-fonts/font-misc-misc and media-fonts/font-cursor-misc. I will fix that soon.
Comment 3 toto 2006-09-26 23:38:07 UTC
for me help too =]
Comment 4 Daniel Santa Cruz 2006-10-03 11:29:16 UTC
(In reply to comment #0)
> /usr/bin/vncserver has "," as field separator in font path instead of ':'.
> Xserver(1): "This path is a comma separated list..."
> However the following patch solves the problem:
> --- /usr/bin/vncserver  2006-09-03 08:52:15.000000000 +0200
> +++ /usr/bin/vncserver.wp       2006-09-03 10:07:16.000000000 +0200
> @@ -41,7 +41,7 @@
>  $fontPath = "unix/:-1";
> 
>  # Here is another example of setting the font path:
> -$fontPath =
> "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/corefonts/";
> +$fontPath =
> "/usr/share/fonts/misc/:/usr/share/fonts/75dpi/:/usr/share/fonts/100dpi/:/usr/share/fonts/corefonts/";
> 

That fixed my case too.  I had the same issue even after installing the mentioned packages in this bug ticket.
Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2006-10-05 03:17:04 UTC
Hmmm, i still don't have that issue.

Are you all using amd64?
Comment 6 toto 2006-10-05 22:06:05 UTC
Portage 2.1.1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm)
Gentoo Base System version 1.12.5
Last Sync: Thu, 28 Sep 2006 19:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mail.darkside.tomsk.ru ftp://213.183.109.13 ftp://fido:cocacola@baddy.ivanco.net/pub ftp://83.172.18.156 ftp://slackware.tomsk.ru/soft/distributives/Gentoo ftp://slackware.tomsk.ru/soft/distributives/Gentoo/2004.2-LC"
LANG="ru_RU.koi8r"
LINGUAS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://mail.darkside.tomsk.ru/gentoo-portage"
USE="x86 3dnow apache2 apm berkdb bitmap-fonts bzip2 cli crypt curl dlloader dri dts eds elibc_glibc emboss encode flac foomaticdb fortran ftp gd gdbm geoip gif gmp gstreamer gtk2 iconv idn imagemagick imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog jpeg kernel_linux lcms libg++ libwww mad mhash mikmod ming mmx motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg pam pcre perl php png pppd python qt3 qt4 quicktime readline reflection reiserfs session spell spl sqlite sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb userland_GNU vhosts video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i740 video_cards_i810 video_cards_imstt video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo vorbis xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2006-10-06 03:43:05 UTC
(In reply to comment #6)
> Portage 2.1.1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3,
> 2.6.17-gentoo-r8 i686)
> =================================================================
> System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm)
> Gentoo Base System version 1.12.5
> Last Sync: Thu, 28 Sep 2006 19:00:01 +0000
> app-admin/eselect-compiler: [Not Present]
> dev-java/java-config: 1.2.11-r1
> dev-lang/python:     2.4.3-r4
> dev-python/pycrypto: 2.0.1-r5
> dev-util/ccache:     [Not Present]
> dev-util/confcache:  [Not Present]
> sys-apps/sandbox:    1.2.17
> sys-devel/autoconf:  2.13, 2.59-r7
> sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
> sys-devel/binutils:  2.16.1-r3
> sys-devel/gcc-config: 1.3.13-r3
> sys-devel/libtool:   1.5.22
> virtual/os-headers:  2.6.17-r1
> ACCEPT_KEYWORDS="x86"
> AUTOCLEAN="yes"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
> /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
> CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
> CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
> GENTOO_MIRRORS="ftp://mail.darkside.tomsk.ru ftp://213.183.109.13
> ftp://fido:cocacola@baddy.ivanco.net/pub ftp://83.172.18.156
> ftp://slackware.tomsk.ru/soft/distributives/Gentoo
> ftp://slackware.tomsk.ru/soft/distributives/Gentoo/2004.2-LC"
> LANG="ru_RU.koi8r"
> LINGUAS=""
> MAKEOPTS="-j2"
> PKGDIR="/usr/portage/packages"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
> --force --whole-file --delete --delete-after --stats --timeout=180
> --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> PORTDIR_OVERLAY="/usr/local/portage"
> SYNC="rsync://mail.darkside.tomsk.ru/gentoo-portage"
> USE="x86 3dnow apache2 apm berkdb bitmap-fonts bzip2 cli crypt curl dlloader
> dri dts eds elibc_glibc emboss encode flac foomaticdb fortran ftp gd gdbm geoip
> gif gmp gstreamer gtk2 iconv idn imagemagick imlib input_devices_evdev
> input_devices_keyboard input_devices_mouse isdnlog jpeg kernel_linux lcms
> libg++ libwww mad mhash mikmod ming mmx motif mp3 mpeg mysql ncurses nls nptl
> nptlonly ogg pam pcre perl php png pppd python qt3 qt4 quicktime readline
> reflection reiserfs session spell spl sqlite sse ssl tcpd tiff truetype
> truetype-fonts type1-fonts udev usb userland_GNU vhosts video_cards_apm
> video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus
> video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint
> video_cards_i128 video_cards_i740 video_cards_i810 video_cards_imstt
> video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nv
> video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage
> video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx
> video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l
> video_cards_vesa video_cards_vga video_cards_via video_cards_vmware
> video_cards_voodoo vorbis xml xorg xv xvid zlib"
> Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS,
> PORTAGE_RSYNC_EXTRA_OPTS
> 

You had the same problem about the :?

Could you guys test with the tightvnc-1.2.9-r3?

Thanks

Comment 8 Fabio Rossi 2006-10-09 08:44:40 UTC
(In reply to comment #7)
> You had the same problem about the :?
> 
> Could you guys test with the tightvnc-1.2.9-r3?
> 

I had the same problem with the ':' character

The problem disappears updating to tightvnc-1.2.9-r3

Fabio

Comment 9 Raúl Porcel (RETIRED) gentoo-dev 2006-10-16 04:07:02 UTC
Closing bug, if you still have these issues with -r3 reopen this one.

Comment 10 Florian Friesdorf 2007-02-03 11:43:35 UTC
(In reply to comment #9)
> Closing bug, if you still have these issues with -r3 reopen this one.

I get the following failure with 1.2.9-r3, media-fonts/font-misc-misc-1.0.0 and media-fonts/font-cursor-misc-1.0.0 are installed. However, they install into /usr/share/fonts. emerge --info is below. (I know that I am using i586-unknown-linux on an athlon xp...)

$ vncserver
Couldn't start Xvnc; trying default font path.
Please set correct fontPath in the vncserver script.
Couldn't start Xvnc process.

Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
03/02/07 13:39:40 Xvnc version 3.3.tight1.2.9
03/02/07 13:39:40 Copyright (C) 1999 AT&T Laboratories Cambridge.
03/02/07 13:39:40 Copyright (C) 2000-2002 Constantin Kaplinsky.
03/02/07 13:39:40 All Rights Reserved.
03/02/07 13:39:40 See http://www.uk.research.att.com/vnc for information on VNC
03/02/07 13:39:40 See http://www.tightvnc.com for TightVNC-specific information
03/02/07 13:39:40 Desktop name 'X' (malislsk:1)
03/02/07 13:39:40 Protocol version supported 3.3
03/02/07 13:39:40 Listening for VNC connections on TCP port 5901
03/02/07 13:39:40 Listening for HTTP connections on TCP port 5801
03/02/07 13:39:40   URL http://malislsk:5801
Font directory '/usr/lib/X11/fonts/misc/' not found - ignoring
Font directory '/usr/lib/X11/fonts/75dpi/' not found - ignoring

Fatal server error:
could not open default font 'fixed'
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
03/02/07 13:39:41 Xvnc version 3.3.tight1.2.9
03/02/07 13:39:41 Copyright (C) 1999 AT&T Laboratories Cambridge.
03/02/07 13:39:41 Copyright (C) 2000-2002 Constantin Kaplinsky.
03/02/07 13:39:41 All Rights Reserved.
03/02/07 13:39:41 See http://www.uk.research.att.com/vnc for information on VNC
03/02/07 13:39:41 See http://www.tightvnc.com for TightVNC-specific information
03/02/07 13:39:41 Desktop name 'X' (malislsk:1)
03/02/07 13:39:41 Protocol version supported 3.3
03/02/07 13:39:41 Listening for VNC connections on TCP port 5901
03/02/07 13:39:41 Listening for HTTP connections on TCP port 5801
03/02/07 13:39:41   URL http://malislsk:5801
Font directory '/usr/X11R6/lib/X11/fonts/misc/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Speedo/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Type1/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/75dpi/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/100dpi/' not found - ignoring

Fatal server error:
could not open default font 'fixed'


$ emerge --info
Portage 2.1.1-r2 (hardened/x86/2.6, gcc-3.4.6, glibc-2.3.6-r5, 2.6.18-hardened i686)
=================================================================
System uname: 2.6.18-hardened i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.12.6
Last Sync: Sat, 03 Feb 2007 01:20:01 +0000
distcc 2.18.3 i586-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-march=i586 -m3dnow -Os -pipe"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/X11/xkb /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=i586 -m3dnow -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.gentoo.mesh-solutions.com/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC=""
USE="x86 3dnow 3dnowext X alsa alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2 bash-completion berkdb bri bzip2 caps crypt cups dlloader dri elibc_glibc encode fax fontconfig fritzcapi_cards_fcpci gd gif gnutls gs hardened input_devices_keyboard input_devices_mouse iproute2 ithreads jbig jpeg jpeg2k kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text linguas_en logrotate midi mmx mmxext ncurses nls nptl nptlonly nsplugin pam perl pic png ppds python readline rle sqlite sse ssl tcpd threads tiff truetype unicode usb userland_GNU video_cards_radeon xorg zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 11 Florian Friesdorf 2007-02-03 11:45:31 UTC
bugzilla is not offering me a way to reopen this bug?!
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2007-02-03 11:46:25 UTC
Err, I'd suggest that you fix your xorg.conf first :)
Comment 13 Florian Friesdorf 2007-02-03 13:51:36 UTC
(In reply to comment #12)
> Err, I'd suggest that you fix your xorg.conf first :)

I don't have an /etc/X11/xorg.conf. With net-misc/tightvnc-1.3.8 it is working out of the box.

Comment 14 Jakub Moc (RETIRED) gentoo-dev 2007-02-03 14:17:35 UTC
So use 1.3.8; closed.
Comment 15 Florian Friesdorf 2007-02-03 14:30:31 UTC
(In reply to comment #14)
> So use 1.3.8; closed.

I am :)
So, the official recommendation to users is: use the unstable version because the stable version is not able to tell that it needs a /etc/X11/xorg.conf?

I mean we could also leave this whole bug reporting business, but I guess the idea behind it is to improve gentoo. From that point, it would be good to have the tightvnc ebuild (of version 1.2.9) to complain about a missing xorg.conf or even create that basic xorg.conf with a path section, that might be needed. It isn't a secret where fonts on a gentoo system are laying around.


Comment 16 Charlie Shepherd (RETIRED) gentoo-dev 2007-02-03 14:34:46 UTC
(In reply to comment #15)

Or you could just make a xorg.conf like everyone else....

Comment 17 Raúl Porcel (RETIRED) gentoo-dev 2007-02-03 18:52:27 UTC
He's right, i broke the patch when adding the java classes path.

Resync in two hours or so and reemerge the package :)

Thanks for reporting.