[Fink-users] Fink Usage Question From New User

2006-03-28 Thread Brent Robinson



Hi,

I'm new to using Fink, so this question might have 
a simple answer, but:

When I issue the command "./fink fetch 
postfix-mysql", I receive the following message, although "postfix-mysql" is 
listed as an available Fink package: 

"Information about 2137 packages read in 0 
seconds.Failed: no matching version found for postfix"

Postfix came pre-installed on the Mac OSX 10.3.9 
box that I'm working on, so I don't need to download and install Postfix itself 
- I'm just trying to enable MySql support within Postfix. Does 
thefailure message above indicate thatthe "postfix-mysql" package 
that I'm trying to download via Fink is the incorrect version for the version of 
Postfix that I running, or am I just making a mistake in the way thatI am 
trying to retrieve the package?

Thanks,
Brent R.


[Fink-users] Re: Fink Usage Question From New User

2006-03-28 Thread Robert T Wyatt

Brent Robinson wrote:

Hi,
 
I'm new to using Fink, so this question might have a simple answer, but:
 
When I issue the command ./fink fetch postfix-mysql, I receive the 
following message, although postfix-mysql is listed as an available 
Fink package:
 
Information about 2137 packages read in 0 seconds.

Failed: no matching version found for postfix


Hmm...

$ fink fetch postfix-mysql

... works for me just fine on 10.3.9. as does:

$ fink list postfix
Information about 5789 packages read in 3 seconds.
 i   postfix2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql  2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql-tls  2.2.9-1 Upgrade package for postfix-mysql-tls
 postfix-mysql-unified	2.2.9-1	Upgrade package for 
postfix-mysql-unified

 postfix-tls2.2.9-1 Upgrade package for postfix-tls
 postfix-unified2.2.9-1 Upgrade package for postfix-unified

What does fink -V give you? Could you post the actual text from your 
terminal instead of paraphrasing (including the command you issued)?




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fink Usage Question From New User

2006-03-28 Thread Brent Robinson

The command that I issued, and the resulting message, was:

% ./fink fetch postfix-mysql
Information about 2137 packages read in 0 seconds.
Failed: no matching version found for postfix

fink list postfix gives me:

% ./fink list postfix
Information about 2137 packages read in 0 seconds.
postfix 2.1.5-1 Mail transfer 
agent that's fast and secure
postfix-tls 2.1.5-1 Mail transfer 
agent that's fast and secure


Version information:

% ./fink -V
Package manager version: 0.23.8
Distribution version: 0.7.2
Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2005 The Fink Package Manager Team
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Thanks,
Brent R.




- Original Message - 
From: Robert T Wyatt [EMAIL PROTECTED]

Newsgroups: gmane.os.apple.fink.general
To: Brent Robinson [EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 3:02 PM
Subject: Re: Fink Usage Question From New User



Brent Robinson wrote:

Hi,
 
I'm new to using Fink, so this question might have a simple answer, but:
 
When I issue the command ./fink fetch postfix-mysql, I receive the 
following message, although postfix-mysql is listed as an available 
Fink package:
 
Information about 2137 packages read in 0 seconds.

Failed: no matching version found for postfix


Hmm...

$ fink fetch postfix-mysql

... works for me just fine on 10.3.9. as does:

$ fink list postfix
Information about 5789 packages read in 3 seconds.
 i   postfix 2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql 2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql-tls 2.2.9-1 Upgrade package for postfix-mysql-tls
 postfix-mysql-unified 2.2.9-1 Upgrade package for 
postfix-mysql-unified

 postfix-tls 2.2.9-1 Upgrade package for postfix-tls
 postfix-unified 2.2.9-1 Upgrade package for postfix-unified

What does fink -V give you? Could you post the actual text from your 
terminal instead of paraphrasing (including the command you issued)?




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: Fink Usage Question From New User

2006-03-28 Thread Kevin Horton
Have you enabled the unstable distribution?  Those package versions  
match up with what is in the stable distribution, which is the default.


Kevin Horton

On 28 Mar 2006, at 15:52, Brent Robinson wrote:


The command that I issued, and the resulting message, was:

% ./fink fetch postfix-mysql
Information about 2137 packages read in 0 seconds.
Failed: no matching version found for postfix

fink list postfix gives me:

% ./fink list postfix
Information about 2137 packages read in 0 seconds.
postfix 2.1.5-1 Mail  
transfer agent that's fast and secure
postfix-tls 2.1.5-1 Mail  
transfer agent that's fast and secure


Version information:

% ./fink -V
Package manager version: 0.23.8
Distribution version: 0.7.2
Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2005 The Fink Package Manager Team
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Thanks,
Brent R.




- Original Message - From: Robert T Wyatt  
[EMAIL PROTECTED]

Newsgroups: gmane.os.apple.fink.general
To: Brent Robinson [EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 3:02 PM
Subject: Re: Fink Usage Question From New User



Brent Robinson wrote:

Hi,
 I'm new to using Fink, so this question might have a simple  
answer, but:
 When I issue the command ./fink fetch postfix-mysql, I receive  
the following message, although postfix-mysql is listed as an  
available Fink package:

 Information about 2137 packages read in 0 seconds.
Failed: no matching version found for postfix

Hmm...
$ fink fetch postfix-mysql
... works for me just fine on 10.3.9. as does:
$ fink list postfix
Information about 5789 packages read in 3 seconds.
 i   postfix 2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql 2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql-tls 2.2.9-1 Upgrade package for postfix-mysql-tls
 postfix-mysql-unified 2.2.9-1 Upgrade package for postfix- 
mysql-unified

 postfix-tls 2.2.9-1 Upgrade package for postfix-tls
 postfix-unified 2.2.9-1 Upgrade package for postfix-unified
What does fink -V give you? Could you post the actual text from  
your terminal instead of paraphrasing (including the command you  
issued)?




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting  
language
that extends applications into web and mobile media. Attend the  
live webcast
and join the prime developer group breaking into this new coding  
territory!
http://sel.as-us.falkag.net/sel? 
cmd=lnkkid=110944bid=241720dat=121642

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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Fw: [Fink-users] Re: Fink Usage Question From New User

2006-03-28 Thread Brent Robinson
As an additional note, I'm guessing that the problem I'm having is due to 
the fact that I'm not running the latest version of Fink, but 
http://fink.sourceforge.net/download/index.php?phpLang=en indicates that 
version 0.7.2 should be used for OSX 10.3.x.  If the package that I need is 
not available via Fink 0.7.2, am I out of luck?  Or am I incorrectly 
diagnosing the problem altogether?


Thanks,
Brent R.

- Original Message - 
From: Brent Robinson [EMAIL PROTECTED]

To: Fink Mailing List fink-users@lists.sourceforge.net
Sent: Tuesday, March 28, 2006 3:52 PM
Subject: [Fink-users] Re: Fink Usage Question From New User



The command that I issued, and the resulting message, was:

% ./fink fetch postfix-mysql
Information about 2137 packages read in 0 seconds.
Failed: no matching version found for postfix

fink list postfix gives me:

% ./fink list postfix
Information about 2137 packages read in 0 seconds.
postfix 2.1.5-1 Mail transfer 
agent that's fast and secure
postfix-tls 2.1.5-1 Mail transfer 
agent that's fast and secure


Version information:

% ./fink -V
Package manager version: 0.23.8
Distribution version: 0.7.2
Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2005 The Fink Package Manager Team
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Thanks,
Brent R.




- Original Message - 
From: Robert T Wyatt [EMAIL PROTECTED]

Newsgroups: gmane.os.apple.fink.general
To: Brent Robinson [EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 3:02 PM
Subject: Re: Fink Usage Question From New User



Brent Robinson wrote:

Hi,
 I'm new to using Fink, so this question might have a simple answer, 
but:
 When I issue the command ./fink fetch postfix-mysql, I receive the 
following message, although postfix-mysql is listed as an available 
Fink package:

 Information about 2137 packages read in 0 seconds.
Failed: no matching version found for postfix


Hmm...

$ fink fetch postfix-mysql

... works for me just fine on 10.3.9. as does:

$ fink list postfix
Information about 5789 packages read in 3 seconds.
 i   postfix 2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql 2.2.9-1 Mail transfer agent that's fast and secure
 postfix-mysql-tls 2.2.9-1 Upgrade package for postfix-mysql-tls
 postfix-mysql-unified 2.2.9-1 Upgrade package for 
postfix-mysql-unified

 postfix-tls 2.2.9-1 Upgrade package for postfix-tls
 postfix-unified 2.2.9-1 Upgrade package for postfix-unified

What does fink -V give you? Could you post the actual text from your 
terminal instead of paraphrasing (including the command you issued)?




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users






---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fink Usage Question From New User

2006-03-28 Thread Robert T Wyatt
The issue here is that Brent needs to run fink selfupdate-rsync 
because the version he has is too old. I would also recommend enabling 
unstable, but the package does exist in the stable tree so this is not 
the overriding problem.


... this is also why fink list postfix does not show the package 
(because the postfix-mysql package is not present in the distribution he 
has).


Kevin Horton wrote:
Have you enabled the unstable distribution?  Those package versions 
match up with what is in the stable distribution, which is the default.


Kevin Horton

On 28 Mar 2006, at 15:52, Brent Robinson wrote:


The command that I issued, and the resulting message, was:

% ./fink fetch postfix-mysql
Information about 2137 packages read in 0 seconds.
Failed: no matching version found for postfix

fink list postfix gives me:

% ./fink list postfix
Information about 2137 packages read in 0 seconds.
postfix 2.1.5-1 Mail 
transfer agent that's fast and secure
postfix-tls 2.1.5-1 Mail 
transfer agent that's fast and secure


Version information:

% ./fink -V
Package manager version: 0.23.8
Distribution version: 0.7.2




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fw: Re: Fink Usage Question From New User

2006-03-28 Thread Robert T Wyatt

Brent Robinson wrote:
As an additional note, I'm guessing that the problem I'm having is due 
to the fact that I'm not running the latest version of Fink, but 
http://fink.sourceforge.net/download/index.php?phpLang=en indicates that 
version 0.7.2 should be used for OSX 10.3.x.  If the package that I need 
is not available via Fink 0.7.2, am I out of luck?  Or am I incorrectly 
diagnosing the problem altogether?


Thanks,
Brent R.


You've got it right. Issue fink selfupdate-rsync so that fink sees the 
package you are looking for.


Also, is there a reason you are running fink with ./fink? I'm 
wondering if you have run the /sw/bin/pathsetup.sh script




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: openoffice.org-2.0.2-101

2006-03-28 Thread Robert T Wyatt
I guess I'll try building openoffice.org since openoffice.org-firefox is 
still failing for me (on 10.4.5):


[Java framework] The JRE specified by the bootstrap variable 
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be 
recognized. Check the values and make sure that you use a plug-in 
library that can recognize that JRE.javaldx failed!
[Java framework] The JRE specified by the bootstrap variable 
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be 
recognized. Check the values and make sure that you use a plug-in 
library that can recognize that JRE.register component 
'file:///sw/src/fink.build/openoffice.org-firefox-2.0.2-101/OOB680_m5/testtools/source/bridgetest/../../unxmacxp.pro/class/testComponent.jar' 
in registry '../../unxmacxp.pro/lib/uno_services.rdb' failed!
error (RuntimeException): [JavaVirtualMachine]:An unexpected error 
occurred while starting Java!

using loader com.sun.star.loader.Java2
dmake:  Error code 1, while making '../../unxmacxp.pro/lib/uno_services.rdb'
dmake:  '../../unxmacxp.pro/lib/uno_services.rdb' removed.
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/sw/src/fink.build/openoffice.org-firefox-2.0.2-101/OOB680_m5/testtools/source/bridgetest

dmake:  Error code 1, while making 'build_instsetoo_native'
'---* *---'

[ Message from OpenOffice.org package maintainer ] =

Building OpenOffice.org faild with an error.
Now you can get rid of the cause by hand, or call for help.
The build directory is:
  /sw/src/fink.build/openoffice.org-firefox-2.0.2-101/OOB680_m5
and the full log file is available here:

/sw/src/fink.build/openoffice.org-firefox-2.0.2-101/OOB680_m5/openoffice.org-firefox-2.0.2-101.buildlog



Press RETURN/ENTER to exit or input any key to restart dmake...
### execution of /var/tmp/tmp.0.lEgJdB failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-openoffice.org-firefox-2.0.2-101
(Reading database ... 302817 files and directories currently installed.)
Removing fink-buildlock-openoffice.org-firefox-2.0.2-101 ...
Failed: phase compiling: openoffice.org-firefox-2.0.2-101 failed



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: Fw: Re: Fink Usage Question From New User

2006-03-28 Thread Brent Robinson
I've both enabled the unstable distribution and run the Fink selfupdate, and 
I can now see the package I need when I execute the 'list' command.  Thanks 
to both of you who responded.


Brent R.

P.S.  No, I haven't run /sw/bin/pathsetup.sh, which is why I'm having to 
change to the directory where Fink is located in order to run it.


- Original Message - 
From: Robert T Wyatt [EMAIL PROTECTED]

To: fink-users@lists.sourceforge.net
Sent: Tuesday, March 28, 2006 4:22 PM
Subject: [Fink-users] Re: Fw: Re: Fink Usage Question From New User



Brent Robinson wrote:
As an additional note, I'm guessing that the problem I'm having is due to 
the fact that I'm not running the latest version of Fink, but 
http://fink.sourceforge.net/download/index.php?phpLang=en indicates that 
version 0.7.2 should be used for OSX 10.3.x.  If the package that I need 
is not available via Fink 0.7.2, am I out of luck?  Or am I incorrectly 
diagnosing the problem altogether?


Thanks,
Brent R.


You've got it right. Issue fink selfupdate-rsync so that fink sees the 
package you are looking for.


Also, is there a reason you are running fink with ./fink? I'm wondering 
if you have run the /sw/bin/pathsetup.sh script




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users 





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fw: Re: Fink Usage Question From New User

2006-03-28 Thread Robert T Wyatt

Brent Robinson wrote:
P.S.  No, I haven't run /sw/bin/pathsetup.sh, which is why I'm having to 
change to the directory where Fink is located in order to run it.


I figured as much, but unless you have a reason not to (such as having a 
bunch of stuff in /usr/local that you prefer to fink's versions), you 
can just run it on the command line with /sw/bin/pathsetup.sh and be a 
happier person for it.




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Silly KDE/baghira question

2006-03-28 Thread William Scott

Hi folks:

I've installed a KDE theme (or whatever it is called) that mimics the  
Aqua look. It is called baghira. I installed it on a linux machine  
and then on KDE for my Apple, using fink.


It looks great on the linux machine. It looks less than great on my  
Apple. The version of baghira in fink is a bit older than that I got  
on ubuntu, so I then installed the latest, but alas, nothing improved.


Here is a screenshot of Konsole.

http://www.chemistry.ucsc.edu/~wgscott/temp/konsole.png

The one on the left is running locally on my Mac. The one on the  
right is running remotely from my linux machine.


Focusing on the local window does not make the scroll bar blue nor  
the tabs. Grrr.


Any suggestions?


Bill Scott


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Silly KDE/baghira question

2006-03-28 Thread Benjamin Reed
William Scott wrote:

 The one on the left is running locally on my Mac. The one on the right
 is running remotely from my linux machine.
 
 Focusing on the local window does not make the scroll bar blue nor the
 tabs. Grrr.
 
 Any suggestions?

hm, looks like it's just bugged.  I'll see if I can figure out what's
going on (also, I've got a new version of Qt in my exp that may fix some
drawing issues).

I'd also bet that ubuntu sets up some nice defaults for baghira; baghira
out of the box looks pretty bad, but I've not had the time to put
together a default config to make it work nicely.  Perhaps I can get a
config from their package.  :)


-- 
Benjamin Reed a.k.a. Ranger Rick
http://ranger.befunk.com/




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users