Re: [Fink-users] Fwd: libgda fink

2006-06-08 Thread Alexander K. Hansen
On 6/8/06, Matthew Tucker [EMAIL PROTECTED] wrote:
 I had tried that before - and it still doesn't work even after
 running update. This is building from source, but strangely enough,
 attempting to build from binary doesn't work either - in that case
 libdga-dev and shlibs is 1.0.4-4 and libdga is 1.0.4-3, and it errors
 because of that.

 -matt

Try installing libgda-dev and libgda-shlibs from the binary distro,
too.  You may need to do something like

sudo apt-get install libgda-dev=1.0.4-3 libgda-shlibs=1.0.4-3 libgda=1.0.4-3

 
 
  Can someone please help Matthew?
 
  Begin forwarded message:
 
  From: Matthew Tucker [EMAIL PROTECTED]
  Date: June 7, 2006 11:22:34 AM PDT
  To: David R. Morrison [EMAIL PROTECTED]
  Subject: Re: libgda  fink
 
 
  here's the entire output of the install:
 
  [EMAIL PROTECTED] fink install libgda
  Password:
  Information about 5784 packages read in 9 seconds.
  The following package will be installed or updated:
  libgda
  /sw/bin/apt-get-lockwait -q --ignore-breakage --download-only install
  libgda=1.0.4-4
  Reading Package Lists...
  Building Dependency Tree...
  E: Version '1.0.4-4' for 'libgda' was not found
  ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
  Failed: Downloading the binary package 'libgda_1.0.4-4_darwin-
  powerpc.deb'
  failed.
 
  here's fink.conf:
 
  1 # Fink configuration, initially created by bootstrap.pl
2 Basepath: /sw
3 RootMethod: sudo
4 Trees: local/main stable/main stable/crypto unstable/main
  unstable/crypto
5 Distribution: 10.4-transitional
6 Mirror-apt: http://bindist.finkmirrors.net/bindist
7 Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN
8 Mirror-ctan: ftp://tug.ctan.org/tex-archive
9 Mirror-debian: ftp://ftp.debian.org/debian
   10 Mirror-gimp: ftp://ftp.gimp.org/pub/gimp
   11 Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME
   12 Mirror-gnu: ftp://ftp.gnu.org/gnu
   13 Mirror-kde: ftp://ftp.kde.org/pub/kde
   14 Mirror-master:
  http://distfiles.master.finkmirrors.net/
   15 Mirror-rsync:
  rsync://master.us.finkmirrors.net/finkinfo/
   16 Mirror-sourceforge:
  http://west.dl.sourceforge.net/sourceforge/
   17 MirrorContinent: nam
   18 MirrorCountry: nam-us
   19 MirrorOrder: MasterFirst
   20 ProxyPassiveFTP: true
   21 UseBinaryDist: true
   22 Verbose: 1
   23 SelfUpdateMethod: rsync
   24 ConfFileCompatVersion: 1
   25 Mirror-apache: http://www.apache.org/dist
 
 
 
 
  Try sudo apt-get update and see if that unconfuses apt about what
  version of libgda is available.
 
  --
  Alexander K. Hansen
  Fink Documenter (still)




-- 
Alexander K. Hansen
Fink Documenter (still)


___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: libgda fink

2006-06-08 Thread Matthew Tucker
I had tried that before - and it still doesn't work even after  
running update. This is building from source, but strangely enough,  
attempting to build from binary doesn't work either - in that case  
libdga-dev and shlibs is 1.0.4-4 and libdga is 1.0.4-3, and it errors  
because of that.

-matt


 Can someone please help Matthew?

 Begin forwarded message:

 From: Matthew Tucker [EMAIL PROTECTED]
 Date: June 7, 2006 11:22:34 AM PDT
 To: David R. Morrison [EMAIL PROTECTED]
 Subject: Re: libgda  fink


 here's the entire output of the install:

 [EMAIL PROTECTED] fink install libgda
 Password:
 Information about 5784 packages read in 9 seconds.
 The following package will be installed or updated:
 libgda
 /sw/bin/apt-get-lockwait -q --ignore-breakage --download-only install
 libgda=1.0.4-4
 Reading Package Lists...
 Building Dependency Tree...
 E: Version '1.0.4-4' for 'libgda' was not found
 ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
 Failed: Downloading the binary package 'libgda_1.0.4-4_darwin- 
 powerpc.deb'
 failed.

 here's fink.conf:

 1 # Fink configuration, initially created by bootstrap.pl
   2 Basepath: /sw
   3 RootMethod: sudo
   4 Trees: local/main stable/main stable/crypto unstable/main
 unstable/crypto
   5 Distribution: 10.4-transitional
   6 Mirror-apt: http://bindist.finkmirrors.net/bindist
   7 Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN
   8 Mirror-ctan: ftp://tug.ctan.org/tex-archive
   9 Mirror-debian: ftp://ftp.debian.org/debian
  10 Mirror-gimp: ftp://ftp.gimp.org/pub/gimp
  11 Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME
  12 Mirror-gnu: ftp://ftp.gnu.org/gnu
  13 Mirror-kde: ftp://ftp.kde.org/pub/kde
  14 Mirror-master:
 http://distfiles.master.finkmirrors.net/
  15 Mirror-rsync:
 rsync://master.us.finkmirrors.net/finkinfo/
  16 Mirror-sourceforge:
 http://west.dl.sourceforge.net/sourceforge/
  17 MirrorContinent: nam
  18 MirrorCountry: nam-us
  19 MirrorOrder: MasterFirst
  20 ProxyPassiveFTP: true
  21 UseBinaryDist: true
  22 Verbose: 1
  23 SelfUpdateMethod: rsync
  24 ConfFileCompatVersion: 1
  25 Mirror-apache: http://www.apache.org/dist




 Try sudo apt-get update and see if that unconfuses apt about what
 version of libgda is available.

 -- 
 Alexander K. Hansen
 Fink Documenter (still)



___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: libgda fink

2006-06-08 Thread Alexander K. Hansen
On 6/8/06, Alexander K. Hansen [EMAIL PROTECTED] wrote:
 On 6/8/06, Matthew Tucker [EMAIL PROTECTED] wrote:
  I had tried that before - and it still doesn't work even after
  running update. This is building from source, but strangely enough,
  attempting to build from binary doesn't work either - in that case
  libdga-dev and shlibs is 1.0.4-4 and libdga is 1.0.4-3, and it errors
  because of that.
 
  -matt

 Try installing libgda-dev and libgda-shlibs from the binary distro,
 too.  You may need to do something like

 sudo apt-get install libgda-dev=1.0.4-3 libgda-shlibs=1.0.4-3 libgda=1.0.4-3


Or try:

fink --no-use-b reinstall libgda libgda-dev libgda-shlibs

to build 1.0.4-4 from source.

  
  
   Can someone please help Matthew?
  
   Begin forwarded message:
  
   From: Matthew Tucker [EMAIL PROTECTED]
   Date: June 7, 2006 11:22:34 AM PDT
   To: David R. Morrison [EMAIL PROTECTED]
   Subject: Re: libgda  fink
  
  
   here's the entire output of the install:
  
   [EMAIL PROTECTED] fink install libgda
   Password:
   Information about 5784 packages read in 9 seconds.
   The following package will be installed or updated:
   libgda
   /sw/bin/apt-get-lockwait -q --ignore-breakage --download-only install
   libgda=1.0.4-4
   Reading Package Lists...
   Building Dependency Tree...
   E: Version '1.0.4-4' for 'libgda' was not found
   ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
   Failed: Downloading the binary package 'libgda_1.0.4-4_darwin-
   powerpc.deb'
   failed.
  
   here's fink.conf:
  
   1 # Fink configuration, initially created by bootstrap.pl
 2 Basepath: /sw
 3 RootMethod: sudo
 4 Trees: local/main stable/main stable/crypto unstable/main
   unstable/crypto
 5 Distribution: 10.4-transitional
 6 Mirror-apt: http://bindist.finkmirrors.net/bindist
 7 Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN
 8 Mirror-ctan: ftp://tug.ctan.org/tex-archive
 9 Mirror-debian: ftp://ftp.debian.org/debian
10 Mirror-gimp: ftp://ftp.gimp.org/pub/gimp
11 Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME
12 Mirror-gnu: ftp://ftp.gnu.org/gnu
13 Mirror-kde: ftp://ftp.kde.org/pub/kde
14 Mirror-master:
   http://distfiles.master.finkmirrors.net/
15 Mirror-rsync:
   rsync://master.us.finkmirrors.net/finkinfo/
16 Mirror-sourceforge:
   http://west.dl.sourceforge.net/sourceforge/
17 MirrorContinent: nam
18 MirrorCountry: nam-us
19 MirrorOrder: MasterFirst
20 ProxyPassiveFTP: true
21 UseBinaryDist: true
22 Verbose: 1
23 SelfUpdateMethod: rsync
24 ConfFileCompatVersion: 1
25 Mirror-apache: http://www.apache.org/dist
  
  
  
  
   Try sudo apt-get update and see if that unconfuses apt about what
   version of libgda is available.
  
   --
   Alexander K. Hansen
   Fink Documenter (still)
 
 


 --
 Alexander K. Hansen
 Fink Documenter (still)



-- 
Alexander K. Hansen
Fink Documenter (still)


___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Fwd: libgda fink

2006-06-07 Thread David R. Morrison
Can someone please help Matthew?Begin forwarded message:From: Matthew Tucker [EMAIL PROTECTED]Date: June 7, 2006 11:22:34 AM PDTTo: "David R. Morrison" [EMAIL PROTECTED]Subject: Re: libgda  fink here's the entire output of the install:[EMAIL PROTECTED] fink install libgdaPassword:Information about 5784 packages read in 9 seconds.The following package will be installed or updated:libgda/sw/bin/apt-get-lockwait -q --ignore-breakage --download-only install libgda=1.0.4-4Reading Package Lists...Building Dependency Tree...E: Version '1.0.4-4' for 'libgda' was not found### execution of /sw/bin/apt-get-lockwait failed, exit code 100Failed: Downloading the binary package 'libgda_1.0.4-4_darwin-powerpc.deb' failed.here's fink.conf:1 # Fink configuration, initially created by bootstrap.pl      2 Basepath: /sw      3 RootMethod: sudo      4 Trees: local/main stable/main stable/crypto unstable/main unstable/crypto      5 Distribution: 10.4-transitional      6 Mirror-apt: http://bindist.finkmirrors.net/bindist      7 Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN      8 Mirror-ctan: ftp://tug.ctan.org/tex-archive      9 Mirror-debian: ftp://ftp.debian.org/debian     10 Mirror-gimp: ftp://ftp.gimp.org/pub/gimp     11 Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME     12 Mirror-gnu: ftp://ftp.gnu.org/gnu     13 Mirror-kde: ftp://ftp.kde.org/pub/kde     14 Mirror-master: http://distfiles.master.finkmirrors.net/     15 Mirror-rsync: rsync://master.us.finkmirrors.net/finkinfo/     16 Mirror-sourceforge: http://west.dl.sourceforge.net/sourceforge/     17 MirrorContinent: nam     18 MirrorCountry: nam-us     19 MirrorOrder: MasterFirst     20 ProxyPassiveFTP: true     21 UseBinaryDist: true     22 Verbose: 1     23 SelfUpdateMethod: rsync     24 ConfFileCompatVersion: 1     25 Mirror-apache: http://www.apache.org/dist ___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: libgda fink

2006-06-07 Thread Alexander K. Hansen
On 6/7/06, David R. Morrison [EMAIL PROTECTED] wrote:

 Can someone please help Matthew?

 Begin forwarded message:

 From: Matthew Tucker [EMAIL PROTECTED]
 Date: June 7, 2006 11:22:34 AM PDT
 To: David R. Morrison [EMAIL PROTECTED]
 Subject: Re: libgda  fink


 here's the entire output of the install:

 [EMAIL PROTECTED] fink install libgda
 Password:
 Information about 5784 packages read in 9 seconds.
 The following package will be installed or updated:
 libgda
 /sw/bin/apt-get-lockwait -q --ignore-breakage --download-only install
 libgda=1.0.4-4
 Reading Package Lists...
 Building Dependency Tree...
 E: Version '1.0.4-4' for 'libgda' was not found
 ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
 Failed: Downloading the binary package 'libgda_1.0.4-4_darwin-powerpc.deb'
 failed.

 here's fink.conf:

 1 # Fink configuration, initially created by bootstrap.pl
   2 Basepath: /sw
   3 RootMethod: sudo
   4 Trees: local/main stable/main stable/crypto unstable/main
 unstable/crypto
   5 Distribution: 10.4-transitional
   6 Mirror-apt: http://bindist.finkmirrors.net/bindist
   7 Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN
   8 Mirror-ctan: ftp://tug.ctan.org/tex-archive
   9 Mirror-debian: ftp://ftp.debian.org/debian
  10 Mirror-gimp: ftp://ftp.gimp.org/pub/gimp
  11 Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME
  12 Mirror-gnu: ftp://ftp.gnu.org/gnu
  13 Mirror-kde: ftp://ftp.kde.org/pub/kde
  14 Mirror-master:
 http://distfiles.master.finkmirrors.net/
  15 Mirror-rsync:
 rsync://master.us.finkmirrors.net/finkinfo/
  16 Mirror-sourceforge:
 http://west.dl.sourceforge.net/sourceforge/
  17 MirrorContinent: nam
  18 MirrorCountry: nam-us
  19 MirrorOrder: MasterFirst
  20 ProxyPassiveFTP: true
  21 UseBinaryDist: true
  22 Verbose: 1
  23 SelfUpdateMethod: rsync
  24 ConfFileCompatVersion: 1
  25 Mirror-apache: http://www.apache.org/dist



Try sudo apt-get update and see if that unconfuses apt about what
version of libgda is available.

-- 
Alexander K. Hansen
Fink Documenter (still)


___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users