Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert T Wyatt wrote:

> Unpacking libpqxx2-shlibs (from
> .../libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb) ...
> /sw/bin/dpkg: error processing
> /sw/fink/dists/unstable/main/binary-darwin-powerpc/database/libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb
> (--install):
>  trying to overwrite `/sw/lib/libpqxx.2.dylib', which is also in package
> postgresql81-shlibs
> 
> I haven't been able to manipulate apt-get or fink to get around it yet

dang, yeah, didn't do enough Replaces: -- next version should fix it


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFgyitUu+jZtP2Zf4RArYpAJ4txUywk0my+VRroTPtohU3qGX8RQCeJBnC
MdLZvYr4yJCaOBIgMRnzcP4=
=GPDy
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Robert T Wyatt
Robert T Wyatt wrote:
> Benjamin Reed wrote:
>> Dominique Dhumieres wrote:
>>
>>> So apparently something in KDE is requiring postgresql81-shlibs=8.1.5-11,
>>> but I cannot find what.
>> Hm, well, it should be taking "libpqxx2-shlibs" which used to be
>> provided: by postgresql81-shlibs but is now a separate package.  I'm
>> confused as to why the dep tree doesn't see it that way though.  What
>> happens if you do a "fink install libpqxx2" and then try again?
>>
>> I'm releasing an updated koffice package now which depends on the new
>> libpqxx2 specifically, so that may fix your issue regardless, but I'd be
>> interested to see if explicitly installing the new libpqxx2 fixes it
>> without you needing to build koffice 1.6.1.  :)
>>
> 
> fwiw, I'm getting:
> 
> Unpacking libpqxx2-shlibs (from
> .../libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb) ...
> /sw/bin/dpkg: error processing
> /sw/fink/dists/unstable/main/binary-darwin-powerpc/database/libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb
> (--install):
>  trying to overwrite `/sw/lib/libpqxx.2.dylib', which is also in package
> postgresql81-shlibs
> 
> I haven't been able to manipulate apt-get or fink to get around it yet


It seems like this is working for me now (on 10.4):

sudo apt-get remove bundle-kde-ssl bundle-kde-unified kexi koffice
koffice-dev libpqxx2 postgresql-perl-586 postgresql-ssl-perl-586
postgresql81-shlibs

sudo apt-get -f install

fink update-all (or whatever you may have been trying)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Robert T Wyatt
Benjamin Reed wrote:
> Dominique Dhumieres wrote:
> 
>> So apparently something in KDE is requiring postgresql81-shlibs=8.1.5-11,
>> but I cannot find what.
> 
> Hm, well, it should be taking "libpqxx2-shlibs" which used to be
> provided: by postgresql81-shlibs but is now a separate package.  I'm
> confused as to why the dep tree doesn't see it that way though.  What
> happens if you do a "fink install libpqxx2" and then try again?
> 
> I'm releasing an updated koffice package now which depends on the new
> libpqxx2 specifically, so that may fix your issue regardless, but I'd be
> interested to see if explicitly installing the new libpqxx2 fixes it
> without you needing to build koffice 1.6.1.  :)
> 

fwiw, I'm getting:

Unpacking libpqxx2-shlibs (from
.../libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb) ...
/sw/bin/dpkg: error processing
/sw/fink/dists/unstable/main/binary-darwin-powerpc/database/libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb
(--install):
 trying to overwrite `/sw/lib/libpqxx.2.dylib', which is also in package
postgresql81-shlibs

I haven't been able to manipulate apt-get or fink to get around it yet


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dominique Dhumieres wrote:

> So apparently something in KDE is requiring postgresql81-shlibs=8.1.5-11,
> but I cannot find what.

Hm, well, it should be taking "libpqxx2-shlibs" which used to be
provided: by postgresql81-shlibs but is now a separate package.  I'm
confused as to why the dep tree doesn't see it that way though.  What
happens if you do a "fink install libpqxx2" and then try again?

I'm releasing an updated koffice package now which depends on the new
libpqxx2 specifically, so that may fix your issue regardless, but I'd be
interested to see if explicitly installing the new libpqxx2 fixes it
without you needing to build koffice 1.6.1.  :)

- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFgvS4Uu+jZtP2Zf4RAiWjAJ9qcbcQvE9VJ0cSO2F4WwEeyQC5CwCfbcrv
3PYI5zgRdle5//SVLRylozk=
=luwH
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Jean-François Mertens

On 15 Dec 2006, at 15:37, Dominique Dhumieres wrote:

> Forwarded from my account on SourceForge, probably a mistake.
>
> Updating to postgresql81_8.1.5-12 on OSX 10.3 gives:
>
> ...
> Could not resolve inconsistent dependencies!
>
> Fink isn't sure how to install the above packages safely. You may  
> be able to
> fix things by running:
>
>   fink scanpackages
>   apt-get update
>   apt-get install postgresql81-dev=8.1.5-12 postgresql81=8.1.5-12
> postgresql81-shlibs=8.1.5-12
>
> Updating the list of locally available binary packages.
> Scanning dists/unstable/main/binary-darwin-powerpc
> New package: dists/unstable/main/binary-darwin-powerpc/database/ 
> postgresql-ssl_8.1.5-12_darwin-powerpc.deb
> New package: dists/unstable/main/binary-darwin-powerpc/database/ 
> postgresql81-dev_8.1.5-12_darwin-powerpc.deb
> New package: dists/unstable/main/binary-darwin-powerpc/database/ 
> postgresql81-shlibs_8.1.5-12_darwin-powerpc.deb
> New package: dists/unstable/main/binary-darwin-powerpc/database/ 
> postgresql81_8.1.5-12_darwin-powerpc.deb
> New package: dists/unstable/main/binary-darwin-powerpc/database/ 
> postgresql_8.1.5-12_darwin-powerpc.deb
> Failed: Fink::SysState: Could not resolve inconsistent dependencies
>
> I followed the advice and I got:
Had the same, but _ as always with this msg _didn't follow the  
advice, but tried first to install with 'dpkg -i' directly
_ to see what was the problem. There was none: dpkg happily installed  
the 3 debs... (happens relatively often).

Jean-Francois
  

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Dominique Dhumieres

Forwarded from my account on SourceForge, probably a mistake.

Updating to postgresql81_8.1.5-12 on OSX 10.3 gives:

...
Could not resolve inconsistent dependencies!

Fink isn't sure how to install the above packages safely. You may be  
able to

fix things by running:

  fink scanpackages
  apt-get update
  apt-get install postgresql81-dev=8.1.5-12 postgresql81=8.1.5-12
postgresql81-shlibs=8.1.5-12

Updating the list of locally available binary packages.
Scanning dists/unstable/main/binary-darwin-powerpc
New package: dists/unstable/main/binary-darwin-powerpc/database/ 
postgresql-ssl_8.1.5-12_darwin-powerpc.deb
New package: dists/unstable/main/binary-darwin-powerpc/database/ 
postgresql81-dev_8.1.5-12_darwin-powerpc.deb
New package: dists/unstable/main/binary-darwin-powerpc/database/ 
postgresql81-shlibs_8.1.5-12_darwin-powerpc.deb
New package: dists/unstable/main/binary-darwin-powerpc/database/ 
postgresql81_8.1.5-12_darwin-powerpc.deb
New package: dists/unstable/main/binary-darwin-powerpc/database/ 
postgresql_8.1.5-12_darwin-powerpc.deb

Failed: Fink::SysState: Could not resolve inconsistent dependencies

I followed the advice and I got:

Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  bundle-kde bundle-kde-ssl bundle-kde-unified kexi koffice koffice-dev
3 packages upgraded, 0 newly installed, 6 to remove and 1  not upgraded.
Need to get 0B/7822kB of archives. After unpacking 23.5MB will be freed.
Do you want to continue? [Y/n]
(Reading database ... 332423 files and directories currently installed.)
Removing bundle-kde ...
Removing bundle-kde-ssl ...
Removing bundle-kde-unified ...
Removing koffice-dev ...
Removing koffice ...
Removing kexi ...
(Reading database ... 331696 files and directories currently installed.)
Preparing to replace postgresql81-shlibs 8.1.5-11 (using .../ 
postgresql81-shlibs_8.1.5-12_darwin-powerpc.deb) ...

Unpacking replacement postgresql81-shlibs ...
Preparing to replace postgresql81 8.1.5-11 (using .../ 
postgresql81_8.1.5-12_darwin-powerpc.deb) ...

Unpacking replacement postgresql81 ...
Preparing to replace postgresql81-dev 8.1.5-11 (using .../ 
postgresql81-dev_8.1.5-12_darwin-powerpc.deb) ...

Unpacking replacement postgresql81-dev ...
Setting up postgresql81-shlibs (8.1.5-12) ...

Setting up postgresql81 (8.1.5-12) ...
- starting PostgreSQL on port 17497
- attempting to install the plpgsql language in the template1  
database...

Setting up postgresql81-dev (8.1.5-12) ...

So now postgresql-ssl_8.1.5-12 is installed, but if I try to reinstall
the removed packages I get:

The following package will be installed or updated:
 bundle-kde-unified
The following 3 additional packages will be installed:
 kexi koffice postgresql81-shlibs

Do you want to continue? [Y/n] Reading buildlock packages...
Could not resolve inconsistent dependencies!

Fink isn't sure how to install the above packages safely. You may be  
able to

fix things by running:

  fink scanpackages
  apt-get update
  apt-get install postgresql81-shlibs=8.1.5-11

Failed: Fink::SysState: Could not resolve inconsistent dependencies

So apparently something in KDE is requiring postgresql81- 
shlibs=8.1.5-11,

but I cannot find what.

TIA

Dominique



PGP.sig
Description: Ceci est une signature électronique PGP
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel