The macosxhints Forums

The macosxhints Forums (http://hintsforums.macworld.com/index.php)
-   UNIX - Newcomers (http://hintsforums.macworld.com/forumdisplay.php?f=15)
-   -   fink 0.5.0a and KDE (http://hintsforums.macworld.com/showthread.php?t=7799)

cr8tive1 12-13-2002 11:33 AM

fink 0.5.0a and KDE
 
I've installed fink, then xfree86 and KDE, both using fink. I updated the .xinitrc with the startkde command, per the directions from the fink group.

Now, when I attempt to start KDE, I first receive a box stating:

Couldn't start kdeinit. Check your installation.

When I click okay, I then receive:

Couldn't start ksmserver. Check your installation.

I've searched for a solution, but to no avail. As I'm rather new at this, any assistance would be appreciated.

Thanks.

sao 12-13-2002 04:59 PM

cr8tive1,

Make sure your ~/.xinitrc file in your home directory read like this:
Code:

source /sw/bin/init.sh
/sw/bin/startkde

If you still have problems starting, change your startkde line in the ~/.xinitrc file to:
Code:

source /sw/bin/init.sh
/sw/bin/startkde >/tmp/kde.log 2>&1

and then post here the messages from /tmp/kde.log.


Cheers...

cr8tive1 12-14-2002 06:15 AM

My ~/.xinitrc file reads as you've indicated, but I still receive the same responses, followed by the usual quitting of XDarwin.

Since I'm a bit tired, having just worked 10 hours and finding myself sitting here at 03.00AM, I shall take the easy way out: How do I view the log?

I am very new at this, though I sincerely wish to learn as much as I can...in time ;-)

Robert

sao 12-14-2002 07:25 AM

cr8tive1,

% cd /temp

% pico kde.log

Please could you run in terminal.app the following:

'sw_vers'

'fink -V'

'fink list -i --section=x11-system'

'fink list -i kdebase3'

or if you installed 'bundle-kde' run:

'fink list -i bundle-kde'

And post here the results. I have seen before the same errors you are getting, but that was before the Fink-0.5.0 release. So I need to know exactly what versions are installed in your system.


Cheers...

cr8tive1 12-14-2002 02:01 PM

sao,

The contents of the log:

_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
DCOP: register 'anonymous-533' -> number of clients is now 1
DCOPServer up and running.
DCOP: unregister 'anonymous-533'
dyld: kwin can't open library: /sw/lib/libart_lgpl_2.2.dylib (No such file or $
dyld: kpersonalizer can't open library: /sw/lib/libart_lgpl_2.2.dylib (No such$
/sw/bin/startkde: line 137: 537 Trace/BPT trap kwin
/sw/bin/startkde: line 137: 538 Trace/BPT trap kpersonalizer --befor$
dyld: ksplash can't open library: /sw/lib/libart_lgpl_2.2.dylib (No such file $
/sw/bin/startkde: line 144: 547 Trace/BPT trap ksplash
dyld: kdeinit can't open library: /sw/lib/libart_lgpl_2.2.dylib (No such file $
/sw/bin/startkde: line 149: 550 Trace/BPT trap LD_BIND_NOW=true kdei$
Warning: connect() failed: : No such file or directory
dyld: ksmserver can't open library: /sw/lib/libart_lgpl_2.2.dylib (No such fil$
/sw/bin/startkde: line 157: 554 Trace/BPT trap kwrapper ksmserver
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!

And the versions:

'sw_vers'
6F21 (OSX 10.2.2)

'fink -V'
Package manager version: 0.11.1
Distribution version: 0.5.0a


'fink list -i --section=x11-system'
i xfree86-base 4.2.1.1-3 XFree86 libraries, utilities, clients and...
i xfree86-base-sh 4.2.1.1-3 XFree86 libraries, utilities, clients and...
i xfree86-rootles 4.2.1.1-3 XFree86 libraries, utilities, clients and...
i xfree86-rootles 4.2.1.1-3 XFree86 libraries, utilities, clients and...

'fink list -i kdebase3'
i kdebase3 3.0.7-3 KDE - base system

Hopefully, this offers some assistance with your very welcome troubleshooting efforts.

I seem to be missing a lib, but being new and all.... ;-)

Cheers....

nosaj56 12-14-2002 02:05 PM

cr8tive1,
You can't use "Cheers..." at the end of your message because that is sao's patented closing.:D

cr8tive1 12-14-2002 02:11 PM

I had thought twice about using "Cheers," but as the caffeine has yet to take affect.... ;-)

Later (any better?)

sao 12-14-2002 04:31 PM

cr8tive1,

There's a missing dependency in the kde packages.

Please, run:

sudo apt-get install libart2-shlibs libpng3-shlibs

KDE should start well after that.

Cheers...


PS: Everybody one more round, and Cheers... :)

cr8tive1 12-14-2002 05:09 PM

sao,

It worked beautifully! Thanks so much for your time in providing a solution. I've noticed how much effort you expend in assisting others and I'm sure everyone learning UNIX is as appreciative of your efforts as am I.

Now, the real learning process can begin.

Che....ooops, Later ;)

sao 12-15-2002 09:00 AM

cr8tive1,

Glad it worked.

Cheers...

jdhorner 12-16-2002 01:39 AM

one step further
 
hey all (especially sao, thanks for the email help)

just another quick question. upon finally getting kde to work with fink under 10.2, i thought it was smooth sailing from there. however, once kde has finished loading, i have a desktop with menus at the top and icons of my 10.2 users desktop (cool)

but

i can't really DO anything. there's no "home base" sort of thing. start-menu-ish if you will. i can run individual commands from the top menu, but i thought kde was to have more than this. do i have something misconfigured? i feel it may be an option that i chose during first setup, but now i do not know how to get back to that setup screen. i'd rather NOT un/re install kde.

any sugguestions?

ClarkGoble 12-16-2002 01:41 AM

Sounds like a bad install. There should be a bar on the right side of your screen with various applications you can run. I've heard of this not showing up properly when KDE is installed as a binary. I installed via source which, although it took six hours, ran perfectly.

sao 12-16-2002 02:06 AM

jdhorner,

Did you installed KDE from source or binaries?

Are you starting XDarwin in rootless or fullscreen mode ?

Cheers...

jdhorner 12-16-2002 06:49 PM

Quote:

Originally posted by sao
jdhorner,

Did you installed KDE from source or binaries?

Are you starting XDarwin in rootless or fullscreen mode ?
installed as follows:

Code:

% sudo fink dselect
chose the kde package that installs all of the required components automatically. (the secure one)

exited terminal and restarted terminal

created my ~/.xinitrc

Code:

% startx -- -rootless
i haven't tried -- -fullscreen. however, i HAVE tried loggin into OSX with the >console login and just running

Code:

%startx
from that terminal. it produces the same problem as my original post.

ClarkGoble 12-16-2002 06:56 PM

Your .xinitrc should end with the line

exec startkde

jdhorner 12-16-2002 08:42 PM

Quote:

Originally posted by ClarkGoble
Your .xinitrc should end with the line

exec startkde
it does. in fact, the only two lines in my .xinitrc are:

source /sw/bin/init.sh
exec startkde

and that works fine. i mean, kde does load. is there any text file i can edit to check kde startup settings? or am i seriously going to have to fink uninstall and then install directly from source?

ugh.

sao 12-16-2002 10:19 PM

jdhorner,

It's a FAQ. Please, read here:

http://fink.sourceforge.net/news/kde.php

<<Tip: To run KDE in rootless mode, disable desktop icons by starting the "Control Center" app, then going to "Desktop" and unchecking "Enable Icons on Desktop".>>

You can try to run from terminal.app with:

startx -- -fullscreen

just to see the difference.


Cheers...

jdhorner 12-16-2002 11:39 PM

Code:

dyld: kdeinit can't open library: /sw/lib/libpng.3.dylib  (No such file or directory, errno = 2)
this is an error message i noticed in terminal while kde was loading. could this be a problem? the error shows up more than once.

sao 12-17-2002 12:18 AM

jdhorner,

You wrote you used the following command to install KDE:
Quote:

jdhorner wrote:
sudo fink dselect
There is not such a command, either is 'sudo dselect' or 'fink install'

Quote:

dyld: kdeinit can't open library: /sw/lib/libpng.3.dylib (No such file or directory, errno = 2)
Please, be more precise in your explanations, when did that message came out, did kde finally load? etc,etc...

Also, show us the full message-log when you start from terminal.app with startx -- -fullscreen.

'fink -V'


Cheers...

jdhorner 12-17-2002 09:49 AM

i mistyped when i showed you that command. i in fact used "sudo dselect". my mistake.

since my output in terminal is a few pages long, i thought i'd just post it online as a link for you to read:

Terminal Output
Code:

[jdhorner:/Users/jdhorner]fink -V
Package manager version: 0.11.1
Distribution version: 0.5.0a.cvs

and YES, kde DOES load. i get a desktop and everything. i just don't have anything to DO once it loads. no control panel, no task manager, etc... the only thing there is a mac-like menu at the top with "file, desktop, new.... etc...." and my desktop icons. that's it.

let me know if this helps.

sao 12-17-2002 11:42 AM

jdhorner,

Please, can you post the result of:

dpkg -l | grep kde

Also, run:

sudo apt-get install libart2-shlibs libpng3-shlibs

Then, start again and let me know.


Cheers...

jdhorner 12-17-2002 10:10 PM

information as requested.
 
Code:

[jdhorner:/Users/jdhorner]dpkg -l | grep kde
ii  bundle-kde-ssl 3.0.7-6        KDE convenience package: KDE 3.1 (SSL suppor
ii  kde-extra-kfil 3.0.7-3        extra file I/O plugins
ii  kde-extra-scre 3.0.7-3        KDE - extra screensavers
ii  kde-extra-soun 3.0.7-3        KDE - extra sounds for startup and logout
ii  kde-extra-them 3.0.7-3        KDE - extra window styles and themes
ii  kde-extra-wall 3.0.7-3        KDE - extra wallpaper images
ii  kde-icons-crys 3.0.7-3        KDE - "Crystal" icon set
ii  kde-icons-ikon 3.0.7-3        KDE - "ikons" icon set
ii  kde-icons-loco 3.0.7-3        KDE - "Locolor" icon set
ii  kde-icons-slic 3.0.7-3        KDE - "slick" icon set
ii  kde-icons-tech 3.0.7-3        KDE - "Technical" icon set
ii  kde-panel-eyes 3.0.7-3        KDE - xeyes panel applet
ii  kde-panel-fift 3.0.7-3        KDE - moving squares panel game
ii  kde-panel-worl 3.0.7-3        KDE - worldclock panel applet
ii  kdeartwork3    3.0.7-3        KDE - additional artwork
ii  kdebase3-ssl  3.0.7-3        KDE - base system
ii  kdeedu3        3.0.7-3        KDE - educational software
ii  kdeedu3-shlibs 3.0.7-3        KDE - shared libraries used by kdeedu3 apps
ii  kdegames3      3.0.7-5        KDE - games
ii  kdegames3-comm 3.0.7-5        KDE - shared libraries used by KDE games
ii  kdegraphics3  3.0.7-3        KDE - graphics
ii  kdelibs3-ssl  3.0.7-4        KDE - libraries
ii  kdelibs3-ssl-d 3.0.7-4        KDE - development headers and libraries for
ii  kdenetwork3    3.0.7-3        KDE - networking
ii  kdenetwork3-co 3.0.7-3        KDE - shared libraries used by %N-shlibs
ii  kdenetwork3-mi 3.0.7-3        KDE - other miscellaneous network applicatio
ii  kdepasswd      3.0.7-3        KDE - password changer frontend
ii  kdessh        3.0.7-3        KDE - ssh frontend
ii  kdetoys3      3.0.7-3        KDE - Toys
ii  kdeutils3      3.0.7-3        KDE - Misc. utilities

and

Code:

[jdhorner:/Users/jdhorner]sudo apt-get install libpng3-shlibs
Password:
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-base: Depends: xfree86-base-shlibs (= 4.2.1.1-3) but 4.2.1.1-4 is to be installed
  xfree86-rootless-shlibs: Depends: xfree86-base-shlibs (= 4.2.1.1-3) but 4.2.1.1-4 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


sao 12-17-2002 10:37 PM

jdhorner,

Write in your ~/.xinitrc file:
Code:

source /sw/bin/init.sh
/sw/bin/startkde >/tmp/kde.log 2>&1

Start XDarwin and after post the messages from /tmp/kde.log

Cheers...

jdhorner 12-17-2002 10:58 PM

Results of the requested change to my ~/.xinitrc

any help?

sao 12-17-2002 11:24 PM

jdhorner,

run:

'fink rebuild dlcompat'

Then 'rehash' or open/close terminal.app and start KDE again.

If still doesn't work, I suggest to write an email to the kde package maintainer, with all the relevant information. (sw_vers, 'fink -V', the temp/kde.log)

Benjamin Reed <ranger@befunk.com>

Let me know the result.

Cheers...

justinp 12-18-2002 09:45 AM

I woke up this message after starting an install of bundle-kde last night. *sigh*

dpkg: error processing /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb (--install):
conflicting packages - not installing kdelibs3-ssl-dev
Errors were encountered while processing:
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-5_darwin-powerpc.deb
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-5_darwin-powerpc.deb /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb

Any help would be greatly appreciated.

% sw_vers
ProductName: Mac OS X
ProductVersion: 10.2.2
BuildVersion: 6F21

% fink -V
Package manager version: 0.11.1
Distribution version: 0.5.0a.cvs

% fink list -i --section=x11-system
Information about 1900 packages read in 4 seconds.

i xfree86-base 4.2.1.1-4 XFree86 libraries, utilities, clients and...
i xfree86-base-sh 4.2.1.1-4 XFree86 libraries, utilities, clients and...
i xfree86-rootles 4.2.1.1-4 XFree86 libraries, utilities, clients and...
i xfree86-rootles 4.2.1.1-4 XFree86 libraries, utilities, clients and...

Please don't tell me I have to that whole install again...

EDIT: Also, how do you get a list of available packages (like fink list)?

sao 12-18-2002 12:19 PM

Justnip,

Please, post again the last 15 lines of the error-log.

Don't you get a list of available packages with 'fink list' ? If you want options try 'fink list --help' or check here:

http://fink.sourceforge.net/pdb/index.php


Cheers...

justinp 12-18-2002 12:39 PM

Is there a command to recall the most recent Terminal output?

And what I meant was, is there a command to list the available pre-built packages or whatever (i.e. what you get when you use sudo apt-get) that is like fink list. Fink list works fine.

sao 12-18-2002 01:11 PM

Justnip,

I don't know of any command to recall the most recent terminal output.

I don't use apt-get very much, so I don't know of a list like 'fink list'. The apt-get command --help shows:
Code:

311 Sao  @ ~  $ apt-get --help
apt 0.5.4 for darwin powerpc compiled on Dec  7 2002 20:25:44
Usage: apt-get [options] command
      apt-get [options] install|remove pkg1 [pkg2 ...]
      apt-get [options] source pkg1 [pkg2 ...]

apt-get is a simple command line interface for downloading and
installing packages. The most frequently used commands are update
and install.

Commands:
  update - Retrieve new lists of packages
  upgrade - Perform an upgrade
  install - Install new packages (pkg is libc6 not libc6.deb)
  remove - Remove packages
  source - Download source archives
  build-dep - Configure build-dependencies for source packages
  dist-upgrade - Distribution upgrade, see apt-get(8)
  dselect-upgrade - Follow dselect selections
  clean - Erase downloaded archive files
  autoclean - Erase old downloaded archive files
  check - Verify that there are no broken dependencies

Options:
  -h  This help text.
  -q  Loggable output - no progress indicator
  -qq No output except for errors
  -d  Download only - do NOT install or unpack archives
  -s  No-act. Perform ordering simulation
  -y  Assume Yes to all queries and do not prompt
  -f  Attempt to continue if the integrity check fails
  -m  Attempt to continue if archives are unlocatable
  -u  Show a list of upgraded packages as well
  -b  Build the source package after fetching it
  -c=? Read this configuration file
  -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp
See the apt-get(8), sources.list(5) and apt.conf(5) manual
pages for more information and options.
                      This APT has Super Cow Powers.

Cheers...

justinp 12-18-2002 01:28 PM

Code:

dpkg -i /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-5_darwin-powerpc.deb /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb
dpkg: regarding .../kdelibs3-ssl_3.0.7-5_darwin-powerpc.deb containing kdelibs3-ssl:
 kdelibs3 conflicts with keramik
  kdelibs3-ssl provides keramik and is to be installed.
dpkg: error processing /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-5_darwin-powerpc.deb (--install):
 conflicting packages - not installing kdelibs3-ssl
dpkg: regarding .../kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb containing kdelibs3-ssl-dev:
 kdelibs3-ssl-dev conflicts with kdelibs3
  kdelibs3 (version 3.0.7-5) is installed.
dpkg: error processing /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb (--install):
 conflicting packages - not installing kdelibs3-ssl-dev
Errors were encountered while processing:
 /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-5_darwin-powerpc.deb
 /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-5_darwin-powerpc.deb
### execution of dpkg failed, exit code 1

That's everything that comes up when I try to install it again.

sao 12-18-2002 01:46 PM

Justinp,

It's allright if you can't post again the error messages.

Please, tell me, which package you where trying to install:

'bundle-kde' or 'bundle-kde-ssl'


Cheers...

sao 12-18-2002 02:06 PM

justinp,

I got an idea of what's going on.

Can you show me the result of:

'dpkg -l | grep kde'

Cheers...

justinp 12-18-2002 02:15 PM

Code:

% dpkg -l | grep kde
ii  kdelibs3      3.0.7-5        KDE - libraries

I tried to install 'bundle-kde'

sao 12-18-2002 02:20 PM

justinp,

I checked my files and found I had the same problem before when trying to install bundle-kde-ssl.

What I did then, was to run:

'sudo dpkg -r --force-depends kdelibs3 kdelibs3-dev'

Then, I ran individually:

'fink install kdelibs3-ssl'

'fink install kdelibs3-ssl-dev'

And, finally I ran again:

'fink install bundle-kde-ssl'

I took a long time, but it didn't reinstall anything that was already installed from before. And it worked.


Cheers...

justinp 12-18-2002 02:32 PM

Code:

% sudo dpkg -r --force-depends kdelibs3 kdelibs3-dev
Password:
(Reading database ... 29570 files and directories currently installed.)
Removing kdelibs3 ...
dpkg - warning: ignoring request to remove kdelibs3-dev which isn't installed.

fink install kdelibs3-ssl worked just fine, but then...
Code:

% fink install kdelibs3-dev-ssl
sudo /sw/bin/fink  install kdelibs3-dev-ssl
Information about 1900 packages read in 1 seconds.

pkg kdelibs3-dev  version ssl
Failed: no matching version found for kdelibs3-dev

Thanks for the continuing help

sao 12-18-2002 02:37 PM

justinp,

Sorry, my mistake, that should be:

'fink install kdelibs3-ssl-dev'

Cheers...

jdhorner 12-19-2002 12:27 AM

Quote:

Originally posted by sao
jdhorner,
run:
'fink rebuild dlcompat'
Then 'rehash' or open/close terminal.app and start KDE again.

If still doesn't work, I suggest to write an email to the kde package maintainer, with all the relevant information. (sw_vers, 'fink -V', the temp/kde.log)

Benjamin Reed <ranger@befunk.com>

Let me know the result.
Cheers...
sao...

this is what was said to me by the author:

"Well, did you install libpng3? That should fix the library issue you
had, and likely things will start then..."

but again, if you see my earlier posts, this:
Code:

[jdhorner:/Users/jdhorner]sudo apt-get install libpng3-shlibs
Password:
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-base: Depends: xfree86-base-shlibs (= 4.2.1.1-3) but 4.2.1.1-4 is to be installed
  xfree86-rootless-shlibs: Depends: xfree86-base-shlibs (= 4.2.1.1-3) but 4.2.1.1-4 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

is what happens when i try and install the libpng3 files. now as we can see in this above, do you think this has something to do with cvs vs. regular setup or anything? just curious. again, ANY help would be awesome.

also, would any of justinp's problems and solutions help me at all?

thanks!!!

sao 12-19-2002 12:42 AM

jdhorner,

Please, show me the result of:

'fink list -i --section=x11-system'

Cheers...

sao 12-19-2002 03:55 AM

Quote:

jdhorner wrote:
do you think this has something to do with cvs vs. regular setup or anything?
I got in trouble quite a few times when mixing binary installs and source installations. Anyhow, you have 0.5.0a.cvs, why don't you try running:

'fink install libpng3-shlibs'

and see what comes out.

Cheers...

justinp 12-19-2002 10:49 AM

Well, 'fink install bundle-kde-ssl' finished sometime early this morning. It works. :)

Thanks again sao

sao 12-19-2002 01:12 PM

Justinp,

Glad it worked.

Cheers...

jdhorner 12-21-2002 09:26 PM

Quote:

Originally posted by sao
jdhorner,
Please, show me the result of:

'fink list -i --section=x11-system'

Cheers...
sao

here is the output of that:

Code:

Sat Dec 21 21:23:27 EST 2002
[jdhorner:/Users/jdhorner]fink list -i --section=x11-system

Information about 1870 packages read in 4 seconds.

(i)  xfree86-base    4.2.1.1-4    XFree86 libraries, utilities, clients and...
 i  xfree86-base-sh  4.2.1.1-4    XFree86 libraries, utilities, clients and...
(i)  xfree86-rootles  4.2.1.1-4    XFree86 libraries, utilities, clients and...
(i)  xfree86-rootles  4.2.1.1-4    XFree86 libraries, utilities, clients and...

let me know what you think of that, and then i'll try your newer advice about 'fink install libpng3-shlibs' and such.

thanks again.

sao 12-22-2002 12:14 AM

jdhorner,

I would try first to run:

'apt-get -f install'

and see what comes out, if that doesn't work, maybe try updating all the xfree86 packages:

'fink update xfree86-base'
'fink update xfree86-rootless'
'fink update xfree86-rootless-shlibs'


Cheers...

jdhorner 12-22-2002 02:16 AM

Code:

[jdhorner:/Users/jdhorner]sudo apt-get -f install
Password:
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  amor ark arts arts-dev atlantik bundle-kde-ssl flashkard giflib-bin giflib-shlibs glut-shlibs
  gtk+ imlib-shlibs kalzium kaphorism karbon kasteroids katomic kbackgammon kbattleship kblackbox
  kbounce kcalc kcharselect kchart kcoloredit kde-extra-kfile-plugins kde-extra-screensavers
  kde-extra-sounds kde-extra-themes kde-extra-wallpapers kde-icons-crystal kde-icons-ikons
  kde-icons-locolor kde-icons-slick kde-icons-technical kde-panel-eyes kde-panel-fifteen
  kde-panel-worldwatch kdeartwork3 kdebase3-ssl kdeedu3 kdeedu3-shlibs kdegames3 kdegames3-common
  kdegraphics3 kdelibs3-ssl kdelibs3-ssl-dev kdenetwork3 kdenetwork3-common kdenetwork3-misc
  kdepasswd kdessh kdetoys3 kdeutils3 kdf kdvi kedit keduca kenolaba kfax kfloppy kformula
  kfouleggs kgeo kget kghostview khangman khexedit kiconedit kit kiten kivio kjots kjumpingcube
  klettres klickety klines kmahjongg kmail kmathtool kmessedwords kmines kmoon kmplot knewsticker
  knode knorskverbs kodo koffice koffice-common kolf konquest kontour korn kpaint kpat kpercentage
  kpf kpoker kpovmodeler kpresenter krdc kregexpeditor kreversi krfb kruler ksame kshisen ksim
  ksirc ksirtet ksmiletris ksnake ksnapshot ksokoban kspaceduel kspread kstars ktalk kteatime
  ktimer ktouch ktron ktuberling ktux kugar kuickshow kverbos kview kvoctrain kwikdisk kwin4 kword
  kworldclock kworldclock-maps kxmlrpcd lesstif-shlibs lisa lskat megami python qt3 qt3-shlibs
  tcltk tcltk-shlibs xfree86-base xfree86-rootless xfree86-rootless-shlibs xpdf
0 packages upgraded, 0 newly installed, 149 to remove and 0  not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n]

of course, at this part, i say no 'cause it wants to UNinstall everything that what i'm trying to install depends on. or should i let it uninstall all of that and then re-install the kde-bundle-ssl-whatever package ?

i'll try your second tip first.

thanks

jdhorner 12-22-2002 02:40 AM

sao

just a few more quick notes:

1. updating xfree86 stuff went fine.
2. booted kde, same problem.
3. decided to go back to sq. one with fink and visited their page on sf.net
4. found this page: http://fink.sourceforge.net/news/jag-bootstrap.php
5. realized that this is NOT how i installed fink on my fresh install of jaguar a few months ago. i used their binary installer. but their page on the binary installer seems to indicate that the newest verison installs fine on 10.2. the like above, however, does NOT lead to this same conclusion.

finally, does this mean that i should scrap my entire install of fink and start over by following the bootstrapping instructions?

what do you think?

sao 12-22-2002 03:24 AM

Quote:

jdhorner wrote:
...realized that this is NOT how i installed fink on my fresh install of jaguar a few months ago. i used their binary installer.
You mean to say that you used the Fink-0.4.1 binary installer in 10.2?

If you did that, I would suggest you to delete your Fink and XFree86 installation and start from scratch again. If you don't know what to delete, let me know.

And then, install again Fink with the Fink 0.5.0a Binary Installer from here:

http://fink.sourceforge.net/download/index.php


Cheers...

jdhorner 12-22-2002 03:33 AM

no, no.

i used their most recent binary installer 0.5.0a for my fresh jag install originally. which, according to their install page, is fine.

why then, at THIS page: http://fink.sourceforge.net/news/jag-bootstrap.php do they have THIS text: "Here are the step-by-step instructions to install Fink on Mac OS X 10.2." ?

i mean, why do this bootstrap stuff if the binary installer is supposed to do that?

are we supposed to use the binary install 0.5.0a on OSX 10.2.x ONLY if we're upgrading and use the bootstrap method if we're installing from scratch?

do you see what i mean?

sao 12-22-2002 04:21 AM

Quote:

jdhorner wrote:
are we supposed to use the binary install 0.5.0a on OSX 10.2.x ONLY if we're upgrading and use the bootstrap method if we're installing from scratch?
No, the bootstrap method was the way to install Fink from scratch in 10.2, before they released the binary installer.

At the moment, as I understand it, if you want to install Fink from scratch in 10.2 you should use the Fink 0.5.0a Binary Installer.

However, somethings must have gone wrong in your installation, and I would install from scratch again. We can do it together if you want.


Cheers...

sao 12-22-2002 07:00 AM

jdhorner,

Maybe, if you decide to reinstall you could try installing the Fink source release from here:

http://fink.sourceforge.net/download/srcdist.php

Let me know.


Cheers...

jdhorner 12-30-2002 11:46 AM

finally
 
sao (and everyone else)

thanks so much for your help and sorry for such a delayed reply. after running:
'fink install libpng3-shlibs'
and then redoing the compile for KDE worked!

it finally works. everything is there and functional.

of course, now that i have it working, i wish it were a little faster. i do get some improvements if running it under >console instead of via terminal when logged into my OSX account.

anyway, thanks again for all your help.


All times are GMT -5. The time now is 10:33 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.