Here's the latest:
TCNJ-97-131:~ depasqua$ sudo apt-get install --reinstall xfree86-shlibs xfree86
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. TCNJ-97-131:~ depasqua$ dpkg --configure -a
dpkg: requested operation requires superuser privilege
TCNJ-97-131:~ depasqua$ sudo !!
sudo dpkg --configure -a
TCNJ-97-131:~ depasqua$ sudo apt-get install --reinstall xfree86-shlibs xfree86
Reading Package Lists... Done
Building Dependency Tree... Done
E: The package xfree86 needs to be reinstalled, but I can't find an archive for it.
TCNJ-97-131:~ depasqua$ sudo apt-get install --reinstall xfree86-shlibs xfree86
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
xfree86: Conflicts: xfree86-base-threaded
Conflicts: system-xfree86 but 2:4.3.99-2 is to be installed
xfree86-shlibs: Conflicts: xfree86-base-threaded-shlibs
Conflicts: system-xfree86 but 2:4.3.99-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
TCNJ-97-131:~ depasqua$
How about we flush out ALL of the kind packages that are currently in the system, and rebuild this puppy from scratch. I mean, we wiped out Apple's X11, right???? What about Fink? How can I do that, and then follow the directions from scratch on installing tetex??????????
Can I even generate a list of what's installed????
I keep looking at Fink Commander window, and you all seem to be using Fink on the command line....
I was trying to avoid playing with the command line, but.....
Alexander K. Hansen wrote:
The "files list file" serious warnings may be due to manual removal of files without uninstalling the package, or something like that--I'm not sure, though.
The "/etc/X11 is not a symlink error" is because when you remove Apple's X11, you're supposed to completely remove /etc/X11. Completely remove it with
rm -rf /etc/X11
and then you should do a reinstall of xfree86 and xfree86-shlibs.
sudo apt-get install --reinstall xfree86-shlibs xfree86.
-- Alexander Hansen Fink Documentarian
--On Wednesday, March 31, 2004 7:57 PM -0500 Peter DePasquale <[EMAIL PROTECTED]> wrote:
Updating my saga..... (I'm really tired of this)
I did the removal indicated below and got this:
TCNJ-97-131:~ depasqua$ sudo dpkg -r --force-all xfree86-shlibs
Password:
(Reading database ...
dpkg: serious warning: files list file for package `xfree86' missing,
assuming package has no files currently installed. 20525 files and
directories currently installed.)
Removing xfree86-shlibs ...
dpkg - warning: while removing xfree86-shlibs, directory
`/usr/X11R6/lib' not empty so not removed. dpkg - warning: while
removing xfree86-shlibs, directory `/usr/X11R6' not empty so not removed.
dpkg - warning: while removing xfree86-shlibs, directory `/usr' not
empty so not removed. TCNJ-97-131:~ depasqua$
Ok, fine, whatever. I rerun fink commander and now xfree86shlib's listing as "archive". Good, that seems to make sense....
Next, I try to do an installation of "xfree86" as indicated by Martin earlier...
For Fink's X11, you have to install the packages xfree86 and xfree86-shlibs, either via "fink install" from source (might not take long if you did not erase the *.deb files from your last attempt) or via "apt-get install" from binary.
When I do that, I get:
Information about 1496 packages read in 1 seconds. The following package will be installed or updated: xfree86 The following additional package will be installed: xfree86-shlibs Do you want to continue? [Y/n] dpkg -i /sw/fink/dists/stable/main/binary-darwin-powerpc/x11-system/xfree86_4.3. 99.16-2_darwin-powerpc.deb /sw/fink/dists/stable/main/binary-darwin-powerpc/x11-system/xfree86-shli bs_4.3.99.16-2_darwin-powerpc.deb (Reading database ... dpkg: serious warning: files list file for package `xfree86' missing, assuming package has no files currently installed. 20411 files and directories currently installed.) Preparing to replace xfree86 4.3.99.16-2 (using .../xfree86_4.3.99.16-2_darwin-powerpc.deb) ... WARNING: if you compile X11 applications against this XFree86 release, you will *not* be able to run them if you decide to revert to Apple's X11 provided with Panther. Unpacking replacement xfree86 ... Selecting previously deselected package xfree86-shlibs. Unpacking xfree86-shlibs (from .../xfree86-shlibs_4.3.99.16-2_darwin-powerpc.deb) ... Setting up xfree86-shlibs (4.3.99.16-2) ...
Setting up xfree86 (4.3.99.16-2) ... ERROR: /etc/X11 exists, but is not a symlink to /usr/X11R6/etc. dpkg: error processing xfree86 (--install): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: xfree86 ### execution of dpkg failed, exit code 1 Failed: can't batch-install packages: /sw/fink/dists/stable/main/binary-darwin-powerpc/x11-system/xfree86_4.3. 99.16-2_darwin-powerpc.deb /sw/fink/dists/stable/main/binary-darwin-powerpc/x11-system/xfree86-shli bs_4.3.99.16-2_darwin-powerpc.deb
Note that I chose "Y" for the installation of xfree86-shlibs
Sigh... Should I symlink?
(I'm not doing ANYTHING until I hear from the community here. I wonder why this process is such a mess.....)
Thanks (again)
-- Peter J. DePasquale, Ph.D. Department of Computer Science The College of New Jersey (e) depasqua [at] tcnj [dot] edu (p) 609-771-2806 (f) 609-637-5190
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
