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)

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


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.