First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 171945
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo/BSD Team <bsd@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ebfe <knabberknusperhaus@yahoo.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
freebsd.patch patch to compile Xvnc on freebsd patch ebfe 2007-03-23 18:22 0000 291 bytes Details | Diff
ebuild.patch patch for the ebuild text/plain ebfe 2007-03-23 18:23 0000 447 bytes Details
info.txt emerge --info text/plain ebfe 2007-03-23 18:24 0000 2.20 KB Details
build.log build log with server tcpd -java text/plain ebfe 2007-05-31 20:23 0000 282.13 KB Details
freebsd.patch new freebsd patch patch ebfe 2007-06-26 18:54 0000 698 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 171945 depends on: Show dependency tree
Bug 171945 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-03-23 18:21 0000
net-misc/tightvnc-1.3.8 can be keyworded ~x86-fbsd with some restrictions:

include stdlib.h is patched out
tcpd useflag has to be masked since freebsd doesnt offer the nss_nis lib
there seems to be a dependency missing on at least one font. vncserver will
bail out because of missing fonts with just xfce-base/xfce4-4.4.0 emerged.

i'll attach the patch for the ebuild and the patch for Xos.h in tightvnc's
tree.


Here is the error about the missing font

23/03/07 18:57:38 Listening for VNC connections on TCP port 5901
23/03/07 18:57:38 Listening for HTTP connections on TCP port 5801
23/03/07 18:57:38   URL http://fbsd:5801
Font directory '/usr/lib/X11/fonts/misc/' not found - ignoring
Font directory '/usr/lib/X11/fonts/Speedo/' not found - ignoring
Font directory '/usr/lib/X11/fonts/Type1/' not found - ignoring
Font directory '/usr/lib/X11/fonts/75dpi/' not found - ignoring
Font directory '/usr/lib/X11/fonts/100dpi/' not found - ignoring

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


solved by emerging Type1 by hand.

Reproducible: Always

------- Comment #1 From ebfe 2007-03-23 18:22:35 0000 -------
Created an attachment (id=114160) [edit]
patch to compile Xvnc on freebsd

------- Comment #2 From ebfe 2007-03-23 18:23:47 0000 -------
Created an attachment (id=114162) [edit]
patch for the ebuild

------- Comment #3 From ebfe 2007-03-23 18:24:41 0000 -------
Created an attachment (id=114164) [edit]
emerge --info

------- Comment #4 From Peter Weller 2007-03-30 18:05:15 0000 -------
armin75 and I will take a look later tonight with any luck :)

------- Comment #5 From ebfe 2007-05-31 20:23:31 0000 -------
Created an attachment (id=120817) [edit]
build log with server tcpd -java

------- Comment #6 From ebfe 2007-06-26 18:54:01 0000 -------
Created an attachment (id=123135) [edit]
new freebsd patch

fixes the hardcoded /usr/libexec/cpp usage

------- Comment #7 From Joe Peterson 2007-06-27 16:37:01 0000 -------
OK, it works - thanks efbe!

I changed the patch slightly:

1) Only do it for FreeBSD for now
2) change /usr/libexec/cpp to /usr/bin/cpp (instead of just cpp) to be
consistent

Keyworded ~x86-fbsd.

First Last Prev Next    No search results available      Search page      Enter new bug