This is the same set of errors I ran into last week when I tried to update fink's xfree. I'm still not sure what caused them, but I managed to get things back in working order by proceeding as follows:

I completely removed fink's installation of X11 by running

sudo dpkg -r --force-depends xfree86-rootless\
xfree86-rootless-shlibs xfree86-base xfree86-base-shlibs

and I manually removed all traces of xfree86-* from various directories under /sw (i.e., trashed the distribution files and the .deb files). Then I did

fink install xfree86-base-shlibs
fink install xfree86-base
fink install xfree86-rootless-shlibs
fink install xfree86-rootless

Note: First I tried simply 'fink install xfree86-rootless' and let fink identify the others as dependencies to install. But that crapped out during the .deb unpacking step with a complaint that I already had an X11 installation in /usr/X11R6 and /etc/X11. So removed those directories and ran the install of each package separately.

HTH,
Mark


Shawn Protsman wrote:


Hi Alexander,

Thank you for the info. Unfortunately I already started removing some packages (gaim, gtk, pango) and the error went away. Since I screwed up my fink install with this xfree issue X11 fails to start, even after reinstalling. I am going to have to track this down now. I'm hoping I don't have to start this whole process over again.

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your hardware is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Operating System: Darwin OSVendor
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
PseudoramiX screen 0 added: 1024x746 @ (0,22).
PseudoramiX screen 0 placed at X11 coordinate (0,22).
[DRI] screen 0 installation complete
Screen 0 added: 1024x768 @ (0,0)
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!


Fatal server error:
could not open default font 'fixed'
   OsVendorFatalError
   AbortDDX
Quitting XDarwin...


On Sunday, Dec 14, 2003, at 21:41 US/Central, Alexander Hansen wrote:


One of your packages must be trying to force you to into this. Instead of doing an update-all, try updating the packages singly, and when you get to one that gives you the question abut xfree86-base (threaded) then post to the list and the maintainer that this package has an erroneous dependency.

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Dec 14, 2003, at 10:17 PM, Shawn Protsman wrote:

Okay, I found the old SDK and beta 3 of X11 on the web (thank you Google). I reinstalled both and ran "sudo apt-get remove xfree86-base-threaded-shlibs xfree86-base-threaded".

I then ran "update-all" and the following appeared:

fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:


(1) xfree86-base-threaded: XFree86 libraries, utilities, clients and data
(2) xfree86-base: XFree86 libraries, utilities, clients and data


Pick one: [1]

I fear this will get me in the same predicament that I'm trying to get out of. There is no option not to install these. What to do?

Shawn

On Sunday, Dec 14, 2003, at 20:21 US/Central, Shawn Protsman wrote:

Hi Martin,

Yep, this is what happened. I recently changed my fink.conf for all unstable, ran selfupdate and then update-all and just chose "y" to everything. Oops.

Thanks for the info. Time to start trying to fix it.

Shawn

On Sunday, Dec 14, 2003, at 11:01 US/Central, Martin Costabel wrote:

Shawn Protsman wrote:

I received the following errors during a "fink update-all":
dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/ xfree86- base-threaded_4.2.1.1-18_darwin-powerpc.deb


The first error is clearly yours: If you have Apple's X11 installed, you should never have said "y" when fink proposed to install xfree86-* packages. You have now a bunch of half-installed packages that may be hard to get rid of.

/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/ xfree86- base-threaded-shlibs_4.2.1.1-18_darwin-powerpc.deb
(Reading database ...
dpkg: serious warning: files list file for package `xfree86-base-threaded-shlibs' missing, assuming package has no files currently installed.
24696 files and directories currently installed.)
Preparing to replace xfree86-base-threaded 4.2.1.1-18 (using .../xfree86-base-threaded_4.2.1.1-18_darwin-powerpc.deb) ...
Unpacking replacement xfree86-base-threaded ...
Preparing to replace xfree86-base-threaded-shlibs 4.2.1.1-18 (using .../xfree86-base-threaded-shlibs_4.2.1.1-18_darwin-powerpc.deb) >>>>> ...
Unpacking replacement xfree86-base-threaded-shlibs ...
Setting up xfree86-base-threaded-shlibs (4.2.1.1-18) ...


Now it has overwritten a part of your X11 installation.

Setting up xfree86-base-threaded (4.2.1.1-18) ...
ERROR: /etc/X11 exists, but is not a symlink to /usr/X11R6/etc.
dpkg: error processing xfree86-base-threaded (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xfree86-base-threaded
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/ xfree86- base-threaded_4.2.1.1-18_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/ xfree86- base-threaded-shlibs_4.2.1.1-18_darwin-powerpc.deb
[sprotsman-lt:/Users/sprotsman] sprotsman#
I checked the FAQ and didn't find the "exit code 1" entry helpful. I


The error messages are rather verbose. They show clearly that you now have two half-installed packages that have overwritten a part of your X11 installation. You have to get rid of them first, probably best by using

sudo apt-get remove xfree86-base-threaded-shlibs xfree86-base-threaded

of sudo dpkg with various options.

use Apple's X11. The system-xfree86 place holder package is in place. Any ideas on how to correct this?


In the end you will have to reinstall Apple's X11 including the X11SDK package. Is this X11-beta3 on Jaguar?

--
Martin



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to