Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread Martin Costabel
On 6 juil. 2004, at 18:09, jfm wrote:
Alexander _  I thought you were using xfree86-4.4 ??
With that one, I have no problem.
At the end the the configure script, you should get
checking for X11/extensions/XKBrules.h... yes
This leads me to the following wild guess: Those for whom this doesn't 
work don't have the symlink

/usr/include/X11->/usr/X11R6/include/X11
I think this is installed by the Apple X11SDK. jfm, do you have this 
symlink?
Perhaps, when configure does #include , it 
does not have /usr/X11R6/include in its preprocessor search path and 
then falls back on /usr/include.

--
Martin

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] qpopper

2004-07-06 Thread Franco Quaranta
Hi,
I need to reconfigure qpopper with --enable-specialauth option, but how 
to do this with fink automatic way of installing?
Thanks
Francesco


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: can't create temporary directory /tmp/cvs-serv31747

2004-07-06 Thread Daniel E. Macks
Daniel Macks <[EMAIL PROTECTED]> said:
> On Mon, Jul 05, 2004 at 05:21:59PM -0700, William Scott wrote:
>> 
>> I'm getting the
>>   can't create temporary directory /tmp/cvs-serv31747
>> error on a colleague's machine too.  New install.  /tmp has the 
>> canonical permissions.
> 
> This *appears* to be a server-side error (i.e., trouble creating this
> directory on cvs.sf.net, not on the local machine).
> It only occurs for anon-CVS access (not fink-developer/sf-user login).
> There are already SF Support Requests open on this issue.

...and they report they have fixed it.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks




---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread jfm
On Jul 6, 2004, at 6:54 PM, Keith Conger wrote:
Hi,
Its working on my machine also running 4.4
Yes _ with a private symlink too X11->/usr/X11R6/include/X11 in 
/usr/include  ??

On Jul 6, 2004, at 7:21 PM, Martin Costabel wrote:
jfm wrote:
On Jul 6, 2004, at 6:32 PM, Martin Costabel wrote:
I think this is installed by the Apple X11SDK. jfm, do you have this 
symlink?
Completely agree _ cf my last msg.
I checked, it is indeed installed by X11SDK.pkg. Maybe a patch for 
configure with a "-I/usr/X11R6/include" at the right place would be 
sufficient.
I fixed it here (equivalently) with the following diff :
< SetCPPFLAGS: -no-cpp-precomp
---
> NoSetCPPFLAGS: true
> CompileScript: export CPATH="/usr/X11R6/include:%p/include"; 
./configure %c; make

Best,
JF

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Running gnome-games-2.6.2-11

2004-07-06 Thread Keith Conger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm unable to replicate this problem on my machine both sol and 
blackjack run fine for me.
Keith Conger
KeithConger AT earthlink DOT net
http://PimpStation.org
On Jul 4, 2004, at 7:25 AM, Emily Jackson wrote:

At least two games (sol and blackjack) will not run in the latest
gnome-games version; they abort with the following errors:
** (sol:19955): CRITICAL **: file gdk-card-image.c: line 688
(gdk_card_deck_new): assertion `w->index[i] != -1' failed
** (blackjack:24953): CRITICAL **: file gdk-card-image.c: line 688
(gdk_card_deck_new): assertion `w->index[i] != -1' failed
Rebuilding gnome-games did not help.
Thanks,
Emily
--
"If it seem slow, wait for it; it will surely come, it will not delay."
Emily Jackson

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFA6uOXECSYpabaIqIRArDxAJ96XsbT5FlzoiPydruU5ZO4My/QJQCfZxOO
C6OniOeadfSaDubpu/YOCiI=
=fjY9
-END PGP SIGNATURE-

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread Martin Costabel
jfm wrote:
On Jul 6, 2004, at 6:32 PM, Martin Costabel wrote:
I think this is installed by the Apple X11SDK. jfm, do you have this 
symlink?

Completely agree _ cf my last msg.
I checked, it is indeed installed by X11SDK.pkg. Maybe a patch for 
configure with a "-I/usr/X11R6/include" at the right place would be 
sufficient.

--
Martin
---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread Keith Conger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Its working on my machine also running 4.4
Keith Conger
KeithConger AT earthlink DOT net
http://PimpStation.org
On Jul 6, 2004, at 12:09 PM, jfm wrote:
Alexander _  I thought you were using xfree86-4.4 ??
With that one, I have no problem.
At the end the the configure script, you should get
checking for X11/extensions/XKBrules.h... yes
(then, you compile with -DXKB_HEADERS_PRESENT=1,
hence in the compilation of libxklavier/xklavier_config_xkb.c
XKB_RF_NAMES_PROP_ATOM is defined in the included
xklavier_private.h :
#ifdef XKB_HEADERS_PRESENT
  #define XKB_RF_NAMES_PROP_ATOM 4

Best,
Jean-Francois

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital 
self defense, top technical experts, no vendor pitches, unmatched 
networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFA6tk6ECSYpabaIqIRAmIbAJwOv7Lutz4cKAT8yQAJo2EFwv3QFgCfW2m7
4ofKCqwngacqXu7wBjPavfo=
=5EJD
-END PGP SIGNATURE-

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread Alexander K. Hansen
I have no such symlink, and my config.log shows the following:
configure:19630: checking for X
configure:19850: result: libraries /usr/X11R6/lib, headers 
/usr/X11R6/include
configure:19882: checking for X11/extensions/XKBrules.h
configure:19899: gcc -c -O3 -funroll-loops -fstrict-aliasing 
-no-cpp-precomp -I/
sw/include conftest.c >&5
configure:19919:22: X11/Xlib.h: No such file or directory
configure:19920:24: X11/XKBlib.h: No such file or directory
configure:19922:37: X11/extensions/XKBrules.h: No such file or directory

The "missing" files do exist, so Martin's explanation looks to be 
correct.

On Jul 6, 2004, at 12:34 PM, jfm wrote:
On Jul 6, 2004, at 6:09 PM, jfm wrote:
Alexander _  I thought you were using xfree86-4.4 ??
With that one, I have no problem.
At the end the the configure script, you should get
checking for X11/extensions/XKBrules.h... yes
(then, you compile with -DXKB_HEADERS_PRESENT=1,
hence in the compilation of libxklavier/xklavier_config_xkb.c
XKB_RF_NAMES_PROP_ATOM is defined in the included
xklavier_private.h :
#ifdef XKB_HEADERS_PRESENT
  #define XKB_RF_NAMES_PROP_ATOM 4

Here is the explanation _ I had a (private) link  X11 -> 
../X11R6/include/X11
in /usr/include. If I remove it, I get
checking for X11/extensions/XKBrules.h... no

Does Apple's X11 not also install such a link ?
Best,
Jean-Francois

--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread jfm
On Jul 6, 2004, at 6:32 PM, Martin Costabel wrote:
I think this is installed by the Apple X11SDK. jfm, do you have this 
symlink?
Completely agree _ cf my last msg.
JF

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread jfm
On Jul 6, 2004, at 6:09 PM, jfm wrote:
Alexander _  I thought you were using xfree86-4.4 ??
With that one, I have no problem.
At the end the the configure script, you should get
checking for X11/extensions/XKBrules.h... yes
(then, you compile with -DXKB_HEADERS_PRESENT=1,
hence in the compilation of libxklavier/xklavier_config_xkb.c
XKB_RF_NAMES_PROP_ATOM is defined in the included
xklavier_private.h :
#ifdef XKB_HEADERS_PRESENT
  #define XKB_RF_NAMES_PROP_ATOM 4

Here is the explanation _ I had a (private) link  X11 -> 
../X11R6/include/X11
in /usr/include. If I remove it, I get
checking for X11/extensions/XKBrules.h... no

Does Apple's X11 not also install such a link ?
Best,
Jean-Francois

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] netpbm needs netpbm10-shlibs to satisfy dep

2004-07-06 Thread mathias meyer
dear all, i ran across this when trying to install netpbm
fink install netpbm
The following package will be installed or updated:
 netpbm
The following 3 additional packages will be installed:
 netpbm-bin netpbm-shlibs netpbm10-shlibs
Do you want to continue? [Y/n]
out of the info files
/sw/fink/10.3/unstable/main/finkinfo/graphics/netpbm.info
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r), libpng3-shlibs
  Replaces: %N (<= 9.25-1)
  Files: bin share/man/man1 share/man/man3
  DocFiles: COPYRIGHT.PATENT HISTORY Netpbm.programming README
<<
/sw/fink/10.3/unstable/main/finkinfo/graphics/netpbm10.info
SplitOff2: <<
  Package: netpbm-bin
  Depends: netpbm10-shlibs (= %v-%r), libpng3-shlibs
  Files: bin share/man/man1 share/man/man3
  DocFiles: README doc/*
<<
so the package netpbm-bin is provided by both, netpbm and netpbm10. no 
problem so far as netpbm-bin is build depends only but it seems odd to 
me that building a package requires the shlibs of a different version 
of the same package. after the build netpbm-bin and  netpbm10-shlibs 
can be removed, of course. but is this the desired way?

thanks
mathias meyer

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread jfm
Alexander _  I thought you were using xfree86-4.4 ??
With that one, I have no problem.
At the end the the configure script, you should get
checking for X11/extensions/XKBrules.h... yes
(then, you compile with -DXKB_HEADERS_PRESENT=1,
hence in the compilation of libxklavier/xklavier_config_xkb.c
XKB_RF_NAMES_PROP_ATOM is defined in the included
xklavier_private.h :
#ifdef XKB_HEADERS_PRESENT
  #define XKB_RF_NAMES_PROP_ATOM 4

Best,
Jean-Francois

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem building libxklavier1-1.02-4

2004-07-06 Thread Eric Hoch
Hi Martin, 
Am Tue, 6 Jul 2004 17:26:30 +0200, schrieb Martin Costabel:
>>  I have the following problem building libxklavier1:
>> 
>>  ...
>>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -no-cpp-precomp -I/sw/include
>>  -DDATA_DIR=\"/sw/share/libxklavier\" -I. -I/sw/include
>>  -I/sw/include/libxml2 -I/sw/include -I/usr/X11R6/include -I.. -O3
>>  -funroll-loops -fstrict-aliasing -MT xklavier_config_xkb.lo -MD
>>  -MP -MF .deps/xklavier_config_xkb.Tpo -c xklavier_config_xkb.c
>>  -fno-common -DPIC -o .libs/xklavier_config_xkb.o
>>  xklavier_config_xkb.c: In function `_XklGetRulesSet':
>>  xklavier_config_xkb.c:43: error: `XKB_RF_NAMES_PROP_ATOM'
>>  undeclared (first use in this function)
> 
> In that command line, I am seeing an additional 
> -DXKB_HEADERS_PRESENT=1 flag. There is no error message. The 
> difference is that I have Apple's X11 installed. So it is quite 
> possible that this package does not build with xfree86-4.4.0.
> 
> Is it supposed to work, anyway? AFAIK, the xkb stuff isn't used, 
> neither by Apple's X11 nor by XDarwin.

I donnot know if it is supposed to work anyway but for me I can say 
that I use Xfree86 4.4.0. Do you know which app depends on 
libxklavier1 as I only try to update bundle-gnome.

Regards,
Eric Hoch

-- 
## Ansprechpartner Anwenderunterstützung, users-Mailingliste
## War unsere Hilfe erfolgreich? Bitte teilen Sie es uns mit. Danke.
## de.OpenOffice.org - Office für MacOS X, Linux, Solaris & Windows 
## Netikette? http://www.eschkitai.de/openoffice/netikette.html


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mono . Missing dependency

2004-07-06 Thread Benjamin Reed
Alessandro Lendaro wrote:
I'm trying to install mono 1.0 but I get a message telling that the
system-java14-dev package dependency can't be solved. That package doesn't exist.
What I should be doing?
http://fink.sourceforge.net/faq/comp-general.php#system-java
--
Benjamin Reed, a.k.a. RangerRick
[EMAIL PROTECTED] / http://ranger.befunk.com/

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread Alexander K. Hansen
Several others (including myself) have reported the same problem.  Are 
you using Apple's X11 or XFree86?

On Jul 5, 2004, at 12:17 AM, Kenny LU Zhuo Ming wrote:
Hi all.
I am upgrading to GNOME 2.6, but I am stuck in compiling libxklavier,
xklavier_config_xkb.c: In function `_XklGetRulesSet':
xklavier_config_xkb.c:43: error: `XKB_RF_NAMES_PROP_ATOM' undeclared 
(first use in this function)
xklavier_config_xkb.c:43: error: (Each undeclared identifier is 
reported only once
xklavier_config_xkb.c:43: error: for each function it appears in.)
make[2]: *** [xklavier_config_xkb.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Can someone help me out?
Regards,
Kenny

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital 
self defense, top technical experts, no vendor pitches, unmatched 
networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem building libxklavier1-1.02-4

2004-07-06 Thread Alexander K. Hansen
Just as an update:  I didn't receive any off-list information yet about 
this problem, so it's still there as far as I know.

On Jul 6, 2004, at 9:31 AM, Stan Sanderson wrote:
On Jul 6, 2004, at 7:45 AM, Eric Hoch wrote:
Hi all,
is noone else having this problem or an idea how to solve it? This
problem prevents me from updating my gnome to version 2.6.1 and I
want this update. My build enviroment is:
Mac OS X 10.3.4
XCode 1.1
Xfree 4.4.0
fink Package manager version: 0.20.5
Distribution version: 0.7.0.cvs
 I have the following problem building libxklavier1:
 ...
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -no-cpp-precomp -I/sw/include
 -DDATA_DIR=\"/sw/share/libxklavier\" -I. -I/sw/include
 -I/sw/include/libxml2 -I/sw/include -I/usr/X11R6/include -I.. -O3
 -funroll-loops -fstrict-aliasing -MT xklavier_config_xkb.lo -MD
 -MP -MF .deps/xklavier_config_xkb.Tpo -c xklavier_config_xkb.c
 -fno-common -DPIC -o .libs/xklavier_config_xkb.o
 xklavier_config_xkb.c: In function `_XklGetRulesSet':
 xklavier_config_xkb.c:43: error: `XKB_RF_NAMES_PROP_ATOM'
 undeclared (first use in this function)
 xklavier_config_xkb.c:43: error: (Each undeclared identifier is
 reported only once
 xklavier_config_xkb.c:43: error: for each function it appears in.)
 make[2]: *** [xklavier_config_xkb.lo] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Failed: compiling libxklavier1-1.02-4 failed
Regards,
Eric Hoch
I was about to send the same when your post arrived. I have Xcode 
tools 1.2; the rest is the same. Alexander usually answers, rather 
than asks, questions!

Stan

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] File not found

2004-07-06 Thread Alexander K. Hansen
Send a message to the package maintainer, too--in this case, the 
maintainer of control-center.

On Jul 6, 2004, at 3:00 AM, Rich Warren wrote:
Hi again,
I got everything working and downloaded a lot of binaries using 
dselect. Then I tried to update my system to newer compiled versions 
using fink update-all. However I got the following error:

Failed: Can't resolve dependency "xscreensaver" for package 
"control-center-2.4.0-6" (no matching packages/versions found)

Is there a proper place to submit bugs like this?
-Rich-

--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnome configuration

2004-07-06 Thread Alexander K. Hansen
On Jul 6, 2004, at 12:36 AM, Ersatz Sophist wrote:
Hi everyone,
I just updated my gnome installation, and I was asked a question about 
whether I wanted to use my configuration settings or the package 
manager's (I think) config settings. The default was to keep my own, 
and that's the option I chose, but I would like to know if there are 
times when choosing the other option is wiser.

Thanks.
Payam
---
"Now I have no objection to incompetence, but I do object when 
incompetence is accompanied by boredom and self-righteousness." Paul 
Feyerabend


One reason that I could think of is if your configuration isn't working 
correctly and you'd like to start over with a fresh one.
--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] mirrors/_keys missing

2004-07-06 Thread Terry Richards
macosx 10.2.8
fink.0.7.0 from source
while installing koffice from source i get
Failed: No mirror site list file found for mirror 'kde'.
when i do fink configure...i get:
Mirror selection
Failed: File /sw/lib/fink/mirror/_keys not found.  Please install the 
fink-mirrors package and try again.
where do i find this?
^2


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Traing to port HylaFAX server on FINK ...

2004-07-06 Thread gerard grazzini
Hello,
I'm a newbie in the unix world. I'm interested and curios of it,
I have many project and many other
works, but why not to tray a new one:
Porting HylaFAX on MacOS X creating a pack for FINK ...

maybe some one have a all ready do something in these way ?

Her is the first approach to share with you :

1/ create a file text called "hylafax42.info"

2/ content of the hylafax42.info
begin:
Package: hylafax42
Version: 4.2
Revision: 4
GCC: 3.3
Maintainer: gerard grazzini <[EMAIL PROTECTED]>
BuildDepends: gawk, libtiff, ghostscript
Description: HylaFAXâ is an enterprise-class system for facsimiles
Source: ftp://ftp.hylafax.org/source/BETA/hylafax-4.2.0rc1.tar.gz
Source-MD5: 89bb01e2fe069a3352225bbd01726eef
Homepage: http://www.hylafax.org
CompileScript: <<
./configure --with-GETTTY="BSD" --with-CXXFILE="-x c++"
--with-TIFFINC="/sw/include"
--with-LIBTIFF="-L/sw/lib -ltiff" --with-TIFFBIN="/sw/bin"
--with-PATH_GSRIP="/sw/bin/gs"
--with-PATH_AFM="/sw/share/ghostscript/fonts"
<<
:end

3/ Out these text file to put in the Fink tree in the location :
/sw/fink/10.3/local/main/finkinfo

4/ execute in the terminal:
fink install hylafax42


it's seam's to compile correctly, but need to be continued !!
any feedback is welcome.

gerard ([EMAIL PROTECTED])



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] mono . Missing dependency

2004-07-06 Thread Alessandro Lendaro
I'm trying to install mono 1.0 but I get a message telling that the
system-java14-dev package dependency can't be solved. That package doesn't exist.
What I should be doing?



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Runaway Minicom Process

2004-07-06 Thread Zach Lym
I _had_ minicom working!  I did a fresh install to get rid of a bunch of
X11 problems and now it won't work.  When I type minicom into the
command prompt it tells me there is no config file.  When I type minicom
-s or sudo minicom -s I get a blank line.  Meanwhile Activity monitor
goes crazy as the minicom process takes up all additional CPU time.

I can suspend the program with control-Z.  It isn't a lockfile problem
as
there is no lockfile created.  I trashed the /sw/var/run and spool
folders in hopes it would force something.  I reinstalled minicom (not
from source, complicated but I can tomarrow) and Fink.  I searched the 
lists, and a couple of boards.  Now I am here.
I desperatly need this fixed for a job.
Thanks
Zach 


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problem in upgrading to GNOME 2.6

2004-07-06 Thread Kenny LU Zhuo Ming
Hi all.
I am upgrading to GNOME 2.6, but I am stuck in compiling libxklavier,
xklavier_config_xkb.c: In function `_XklGetRulesSet':
xklavier_config_xkb.c:43: error: `XKB_RF_NAMES_PROP_ATOM' undeclared 
(first use in this function)
xklavier_config_xkb.c:43: error: (Each undeclared identifier is 
reported only once
xklavier_config_xkb.c:43: error: for each function it appears in.)
make[2]: *** [xklavier_config_xkb.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Can someone help me out?
Regards,
Kenny

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Errors compiling Gnucash for Mac OSX

2004-07-06 Thread David Reiser
I hope I'm not going to confuse the issue more -- when I installed the 
binary gnucash 1.8.8 using fink (v. 0.7.0 under OS X 10.3.4), it worked 
first try (except that it came with an old version of libofx that 
didn't import for me).

When I tried using fink/unstable to compile gnucash 1.8.9-13 from 
source, I ran into problems with gal and oaf. So I just installed those 
separately and then did 'fink install gnucash'. I don't think I used a 
version number, and since I had the unstable tree enabled, which had a 
newer version number, the compile worked. I might have used a version 
number for gal, as in 'fink install gal21', since I had gal19 installed 
either as a result of the gnucash 1.8.8 install, or a twisted 
dependency in the compile files.

Dave
On Jul 5, 2004, at 7:20 PM, Olivier Kaloudoff wrote:
Can anyone provide me with instructions on how I can get gnucash to 
work
on my Mac? I do have some programming knowledge, but I am a few years 
out of practice.
Are you running 10.2 or 10.3?  With 10.3 that command should finish
and actually install gnucash successfully.  If it errors out, what's
the error?
Here is what I get on 10.3 / unstable:
(...)
checking for libglade... no
checking for main in -lgal... no
configure: error: gal library not found. See the README and config.log 
for more info.
### execution of /var/tmp/tmp.1.P0o576 failed, exit code 1
Failed: compiling gnucash-1.8.9-14 failed
Olivier-Kaloudoffs-Computer:~ ikal$ dpkg -l | grep gal
ii  gal21  0.22-14GNOME application library
ii  gal21-shlibs   0.22-14GNOME application library
Olivier-Kaloudoffs-Computer:~ ikal$ dpkg -L gal21

Olivier-Kaloudoffs-Computer:~ ikal$ tail 
/sw/src/gnucash-1.8.9-14/gnucash-1.8.9/config.log

configure:13772: checking for main in -lgal
configure:13787: gcc -o conftest -g -O2 -Wall -Wunused  
-no-cpp-precomp -I/sw/include/postgresql -I/sw/include  conftest.c 
-lgal -L/sw/lib -L/usr/X11R6/lib -lgal -lgnomeprint -lfreetype 
-lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM 
-lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk 
-lgdk -lgmodule -lglib -lintl -lXext -lX11 -lm -lgnomecanvaspixbuf 
-liconv -lpopt -lm -lintl  -lm 1>&5
ld: can't locate file for: -lglade-gnome
configure: failed program was:
#line 13780 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }

Sincerelly,

Olivier Kaloudoff
___
gnucash-user mailing list
[EMAIL PROTECTED]
https://lists.gnucash.org/mailman/listinfo/gnucash-user

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Errors compiling Gnucash for Mac OSX

2004-07-06 Thread Linas Vepstas
On Tue, Jul 06, 2004 at 01:25:05AM +0200, Olivier Kaloudoff was heard to remark:
> ld: can't locate file for: -lglade-gnome

Have you installed libglade?

--linas

-- 
pub  1024D/01045933 2001-02-01 Linas Vepstas (Labas!) <[EMAIL PROTECTED]>
PGP Key fingerprint = 8305 2521 6000 0B5E 8984  3F54 64A9 9A82 0104 5933


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Errors compiling Gnucash for Mac OSX

2004-07-06 Thread Olivier Kaloudoff
> Can anyone provide me with instructions on how I can get gnucash to work
> on my Mac? I do have some programming knowledge, but I am a few years 
out of practice.

Are you running 10.2 or 10.3?  With 10.3 that command should finish
and actually install gnucash successfully.  If it errors out, what's
the error?

Here is what I get on 10.3 / unstable:

(...)

checking for libglade... no
checking for main in -lgal... no
configure: error: gal library not found. See the README and config.log for 
more info.
### execution of /var/tmp/tmp.1.P0o576 failed, exit code 1
Failed: compiling gnucash-1.8.9-14 failed
Olivier-Kaloudoffs-Computer:~ ikal$ dpkg -l | grep gal
ii  gal21  0.22-14GNOME application library
ii  gal21-shlibs   0.22-14GNOME application library
Olivier-Kaloudoffs-Computer:~ ikal$ dpkg -L gal21

Olivier-Kaloudoffs-Computer:~ ikal$ tail 
/sw/src/gnucash-1.8.9-14/gnucash-1.8.9/config.log

configure:13772: checking for main in -lgal
configure:13787: gcc -o conftest -g -O2 -Wall -Wunused  -no-cpp-precomp 
-I/sw/include/postgresql -I/sw/include
conftest.c -lgal -L/sw/lib -L/usr/X11R6/lib -lgal -lgnomeprint -lfreetype 
-lglade-gnome -lglade -lxml -lz -lgnomeui
-lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile 
-lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib
-lintl -lXext -lX11 -lm -lgnomecanvaspixbuf -liconv -lpopt -lm -lintl  -lm 
1>&5
ld: can't locate file for: -lglade-gnome
configure: failed program was:
#line 13780 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }



Sincerelly,



Olivier Kaloudoff


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem building libxklavier1-1.02-4

2004-07-06 Thread Stan Sanderson
On Jul 6, 2004, at 7:45 AM, Eric Hoch wrote:
Hi all,
is noone else having this problem or an idea how to solve it? This
problem prevents me from updating my gnome to version 2.6.1 and I
want this update. My build enviroment is:
Mac OS X 10.3.4
XCode 1.1
Xfree 4.4.0
fink Package manager version: 0.20.5
Distribution version: 0.7.0.cvs
 I have the following problem building libxklavier1:
 ...
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -no-cpp-precomp -I/sw/include
 -DDATA_DIR=\"/sw/share/libxklavier\" -I. -I/sw/include
 -I/sw/include/libxml2 -I/sw/include -I/usr/X11R6/include -I.. -O3
 -funroll-loops -fstrict-aliasing -MT xklavier_config_xkb.lo -MD
 -MP -MF .deps/xklavier_config_xkb.Tpo -c xklavier_config_xkb.c
 -fno-common -DPIC -o .libs/xklavier_config_xkb.o
 xklavier_config_xkb.c: In function `_XklGetRulesSet':
 xklavier_config_xkb.c:43: error: `XKB_RF_NAMES_PROP_ATOM'
 undeclared (first use in this function)
 xklavier_config_xkb.c:43: error: (Each undeclared identifier is
 reported only once
 xklavier_config_xkb.c:43: error: for each function it appears in.)
 make[2]: *** [xklavier_config_xkb.lo] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Failed: compiling libxklavier1-1.02-4 failed
Regards,
Eric Hoch
I was about to send the same when your post arrived. I have Xcode tools 
1.2; the rest is the same. Alexander usually answers, rather than asks, 
questions!

Stan
 


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] rsync use -- which ports?

2004-07-06 Thread Viktor Haag

I'd like to ask our company to adjust their firewall settings to
permit rsync connections so I can switch to updating using rsync
rather than CVS.

Accordingly, can someone in the know please tell me which ports
fink's use of rsync requires, and if there's a configurable
option to use rsync over SSH, how to do that and what ports
*that* requires?

Thanks!

-- 
Viktor Haag : Software & Information Design : Research In Motion
  +--+
 Disclaimer mandated by employer: "This transmission may contain
confidential or privileged material. Any use of this information
by anyone other than the intended recipient is prohibited. If you
  have received this transmission in error, please immediately
reply to the sender and delete this information from your
system. Use, dissemination, distribution, or reproduction of this
 transmission by unintended recipients is not authorized and may
  be unlawful."




---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem building libxklavier1-1.02-4

2004-07-06 Thread Eric Hoch
Hi all, 

is noone else having this problem or an idea how to solve it? This 
problem prevents me from updating my gnome to version 2.6.1 and I 
want this update. My build enviroment is:
Mac OS X 10.3.4
XCode 1.1
Xfree 4.4.0
fink Package manager version: 0.20.5
Distribution version: 0.7.0.cvs 

>>  I have the following problem building libxklavier1:
>>  
>>  ...
>>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -no-cpp-precomp -I/sw/include 
>>  -DDATA_DIR=\"/sw/share/libxklavier\" -I. -I/sw/include 
>>  -I/sw/include/libxml2 -I/sw/include -I/usr/X11R6/include -I.. -O3 
>>  -funroll-loops -fstrict-aliasing -MT xklavier_config_xkb.lo -MD 
>>  -MP -MF .deps/xklavier_config_xkb.Tpo -c xklavier_config_xkb.c  
>>  -fno-common -DPIC -o .libs/xklavier_config_xkb.o
>>  xklavier_config_xkb.c: In function `_XklGetRulesSet':
>>  xklavier_config_xkb.c:43: error: `XKB_RF_NAMES_PROP_ATOM' 
>>  undeclared (first use in this function)
>>  xklavier_config_xkb.c:43: error: (Each undeclared identifier is 
>>  reported only once
>>  xklavier_config_xkb.c:43: error: for each function it appears in.)
>>  make[2]: *** [xklavier_config_xkb.lo] Error 1
>>  make[1]: *** [all-recursive] Error 1
>>  make: *** [all] Error 2
>>  ### execution of make failed, exit code 2
>>  Failed: compiling libxklavier1-1.02-4 failed
Regards, 
Eric Hoch

-- 
## Ansprechpartner Anwenderunterstützung, users-Mailingliste
## War unsere Hilfe erfolgreich? Bitte teilen Sie es uns mit. Danke.
## de.OpenOffice.org - Office für MacOS X, Linux, Solaris & Windows 
## Netikette? http://www.eschkitai.de/openoffice/netikette.html


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] correction: fink update-all fails on libicu

2004-07-06 Thread Conrad Heiney
My previous message was inaccurate and confusing. I wasn't updating via 
cvs, but using fink selfupdate; fink update-all with the rsync method 
chosen. Apologies for the error.

In any case the IBM source url for the libicu package times out with 
network errors, and none of the mirrors have this source file.

--
Conrad Heiney
[EMAIL PROTECTED]
http://substitute.livejournal.com/
http://www.fringehead.org/
It's the heart's the crazy bus driver.

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] File not found

2004-07-06 Thread Rich Warren
Hi again,
I got everything working and downloaded a lot of binaries using 
dselect. Then I tried to update my system to newer compiled versions 
using fink update-all. However I got the following error:

Failed: Can't resolve dependency "xscreensaver" for package 
"control-center-2.4.0-6" (no matching packages/versions found)

Is there a proper place to submit bugs like this?
-Rich-

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users