Re: [Fink-users] compile error xfig-3.2.5-3

2005-07-14 Thread Martin Costabel

Alexander Hansen wrote:
[]

Check for any other references to xfig.1.html, maybe?


Check for references to rman, too, because xfig.1.html should have been 
produced by rman. Also look whether your /usr/X11R6/bin/rman is working 
and whether you have perhaps another rman in your PATH.


--
Martin




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: fink selfupdate fails on 10.4.2

2005-07-14 Thread Massimo Marino
On Jul 15, 2005, at 1:27 AM, [EMAIL PROTECTED] wrote:From: Mike Zulauf <[EMAIL PROTECTED]> Date: July 15, 2005 1:23:41 AM GMT+02:00 To: fink-users@lists.sourceforge.net Cc: Mike Zulauf <[EMAIL PROTECTED]> Subject: [Fink-users] Re: fink selfupdate fails on 10.4.2   On Jul 14, 2005, at 12:51 PM, Mike Zulauf wrote:  Hi all,  I just updated one of my two machines to 10.4.2.  Now I get a failure when I attempt to selfupdate:  I forgot to include one other detail.  It's probably not important, but /sw is a symbolic link to another partition on the affected machine.  I don't see why that would matter (it never has before), unless something in the 10.4.2 update changed things in some way that I don't understand.  Mike Mike, have same configuration as yours (/sw symlink to another partition). All systems-a-go here. No issues to report. OS X 10.4.2 hence the culprit might not be in/from the update.Cheers    Massimo

Re: [Fink-users] Openoffice.org-1.9m113-50 success, available binary installer

2005-07-14 Thread Daniel Macks
On Thu, Jul 14, 2005 at 08:55:34PM -0400, Alexander Hansen wrote:
> On Jul 14, 2005, at 12:44 PM, Daniel Macks wrote:
> >
> >Try removing fltk-x11? Why the heck oo.o is seeing fltk headers is a
> >different matter and may suggest oo.o has some -I/sw/include ordered
> >before its private -I flags somewhere.

And sure enough...

> This worked, and now I've hit another snag:
> 
> cd liblber; /usr/bin/make export
> gcc-3.3 -o decode.o -c   -I/sw/include  [lots of flags]
> -I../../../ldap/include
> -I/sw/src/fink.build/openoffice.org-1.9m113-50/moz/unxmacxp.pro/misc/build/mozilla/dist/./include
> decode.c
> In file included from decode.c:37:
> lber-int.h:106: error: parse error before "LDAP_CALLBACK"
> lber-int.h:115: error: redefinition of `Seqorset'
> /sw/include/lber.h:160: error: `Seqorset' previously declared here

I wonder if you're picking up an ldap header from /sw/include instead
of the (expected) local one?

If one has public -I and -L before private ones, one is often gonna be
screwed in various ways now and in the future.

dan

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



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Openoffice.org-1.9m113-50 success, available binary installer

2005-07-14 Thread Alexander Hansen
On Jul 14, 2005, at 12:44 PM, Daniel Macks wrote:On Thu, Jul 14, 2005 at 08:39:32AM -0400, Alexander K. Hansen wrote: I, on the other hand, can claim no such success with my system setup.With XCode 2.1, xorg, and OS 10.4.2, I get the following error in the  'epm' project:...Compiling setup2.cxx...In file included from /sw/include/FL/x.H:39,                 from setup2.cxx:35:/sw/include/FL/mac.H: In function `OpaqueRgnHandle* XRectangleRegion (int, int,   int, int)': Try removing fltk-x11? Why the heck oo.o is seeing fltk headers is adifferent matter and may suggest oo.o has some -I/sw/include orderedbefore its private -I flags somewhere.This worked, and now I've hit another snag:cd liblber; /usr/bin/make exportgcc-3.3 -o decode.o -c   -I/sw/include  -pipe -Wmost -fno-common -no-cpp-precomp -O   -UDEBUG -DMOZILLA_CLIENT=1 -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -Dppc=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -DUSE_WAITPID -DNEEDPROTOS    -DNET_SSL  -DNO_LIBLCACHE -DLDAP_REFERRALS     -DNS_DOMESTIC  -I../../../ldap/include  -I/sw/src/fink.build/openoffice.org-1.9m113-50/moz/unxmacxp.pro/misc/build/mozilla/dist/./include   decode.cIn file included from decode.c:37:lber-int.h:106: error: parse error before "LDAP_CALLBACK"lber-int.h:115: error: redefinition of `Seqorset'/sw/include/lber.h:160: error: `Seqorset' previously declared herelber-int.h:134: error: parse error before "ldap_x_iovec"lber-int.h:134: warning: no semicolon at end of struct or unionlber-int.h:150: error: parse error before "ber_encode_translate_proc"lber-int.h:150: warning: type defaults to `int' in declaration of `ber_encode_translate_proc'lber-int.h:150: warning: data definition has no type or storage classlber-int.h:151: error: parse error before "ber_decode_translate_proc"lber-int.h:151: warning: type defaults to `int' in declaration of `ber_decode_translate_proc'lber-int.h:151: warning: data definition has no type or storage classlber-int.h:156: error: parse error before '}' tokenlber-int.h:172: error: parse error before "LDAP_IOF_READ_CALLBACK"lber-int.h:172: warning: no semicolon at end of struct or unionlber-int.h:173: warning: type defaults to `int' in declaration of `lbiof_write'lber-int.h:173: warning: data definition has no type or storage classlber-int.h:174: error: parse error before '}' tokenlber-int.h:183: error: parse error before "LDAP_X_EXTIOF_READ_CALLBACK"lber-int.h:183: warning: no semicolon at end of struct or unionlber-int.h:184: warning: type defaults to `int' in declaration of `lbextiofn_write'lber-int.h:184: warning: data definition has no type or storage classlber-int.h:186: error: parse error before '}' tokenlber-int.h:192: error: parse error before "LBER_SOCKET"lber-int.h:192: warning: no semicolon at end of struct or unionlber-int.h:201: error: parse error before "sb_copyfd"lber-int.h:201: warning: type defaults to `int' in declaration of `sb_copyfd'lber-int.h:201: warning: data definition has no type or storage classlber-int.h:209: error: parse error before '}' tokendecode.c:47: error: parse error before "ber_get_tag"decode.c:48: warning: return type defaults to `int'decode.c:48: error: conflicting types for `ber_get_tag'/sw/include/lber.h:238: error: previous declaration of `ber_get_tag'decode.c:87: error: parse error before "ber_skip_tag"decode.c:88: warning: return type defaults to `int'decode.c:88: error: conflicting types for `ber_skip_tag'/sw/include/lber.h:243: error: previous declaration of `ber_skip_tag'decode.c:146: error: parse error before "ber_peek_tag"decode.c:147: warning: return type defaults to `int'decode.c:147: error: conflicting types for `ber_peek_tag'/sw/include/lber.h:248: error: previous declaration of `ber_peek_tag'decode.c: In function `ber_peek_tag':decode.c:148: error: storage size of `bercopy' isn't knowndecode.c:150: error: dereferencing pointer to incomplete typedecode.c:151: error: dereferencing pointer to incomplete typedecode.c:148: warning: unused variable `bercopy'decode.c: At top level:decode.c:192: error: parse error before "ber_get_int"decode.c:193: warning: return type defaults to `int'decode.c:193: error: conflicting types for `ber_get_int'/sw/include/lber.h:253: error: previous declaration of `ber_get_int'decode.c:211: error: parse error before "ber_get_stringb"decode.c:212: warning: return type defaults to `int'decode.c:212: error: conflicting types for `ber_get_stringb'/sw/include/lber.h:264: error: previous declaration of `ber_get_stringb'decode.c:257: error: parse error before "ber_get_stringa"decode.c:258: warning: return type defaults to `int'decode.c:258: error: conflicting types for `ber_get_stringa'/sw/include/lber.h:275: error: previous declaration of `ber_get_stringa'decode.c:292: error: parse error before "ber_get_stringal"decode.c:293: warning: return type defaults to `int'decode.c:293: error: conflicting types for `ber_get_stringal'/sw/include/lber.h:280: error: previous declaration of `ber_g

Re: [Fink-users] compile error xfig-3.2.5-3

2005-07-14 Thread Alexander Hansen
On Jul 12, 2005, at 9:44 PM, Stan Sanderson wrote:--Package manager version: 0.24.7Distribution version: 0.7.2.rsyncMac OS X version: 10.3.9December 2002 Developer Tools or latergcc version: 3.3make version: 3.79Feedback Courtesy of FinkCommanderPreviously reported but no solution found (or suggested).No "Error" is reported prior to the end. If there is something I should try, I would be grateful for a suggestion.Thanks- + /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/xfig/Libraries/UML  Copying UML library files to /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/xfig/Libraries/UML+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/xfig/Libraries/Welding  Copying Welding library files to /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/xfig/Libraries/Weldingmake install.docInstalling man pages to /sw/share/man/man1+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/doc/xfig+ set +x+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/doc/xfig/html+ /usr/bin/install -c -m 0444 xfig.1.html /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/doc/xfig/html/xfig.1.htmlinstall: xfig.1.html: No such file or directorymake[2]: *** [install.man] Error 71make[1]: *** [install.doc] Error 2make: *** [install.all] Error 2### execution of make failed, exit code 2Removing build lock...dpkg -r fink-buildlock-xfig-3.2.5-3(Reading database ... 117555 files and directories currently installed.)Removing fink-buildlock-xfig-3.2.5-3 ...Failed: phase installing: xfig-3.2.5-3 failed StanCheck for any other references to xfig.1.html, maybe? --Alexander HansenFink Documentarian[Day Job] Levitated Dipole Experimenthttp://psfcwww2.psfc.mit.edu/ldx/ 

[Fink-users] Re: fink selfupdate fails on 10.4.2

2005-07-14 Thread Mike Zulauf

I just wrote:


I just updated one of my two machines to 10.4.2.  Now I get a
failure when I attempt to selfupdate:


I forgot to include one other detail.  It's probably not important,
but /sw is a symbolic link to another partition on the affected
machine.


Grrr, I just figured it out.  This last message contained a clue.   
Just for the heck of it I switched over to selfupdate-cvs.  That  
failed too, but it gave a more helpful error message:


cvs [checkout aborted]: cannot close fink/CVS/Repository: No space  
left on device

### execution of cvs failed, exit code 1

OK, somehow I filled the disk.  After clearing some space (and  
repairing my /sw/etc/fink.conf which got trashed), everything  
returned to normal.


Sorry to have wasted anybodies time.

Mike

--
Mike Zulauf (2)
[EMAIL PROTECTED]



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: fink selfupdate fails on 10.4.2

2005-07-14 Thread Mike Zulauf

On Jul 14, 2005, at 12:51 PM, Mike Zulauf wrote:


Hi all,

I just updated one of my two machines to 10.4.2.  Now I get a  
failure when I attempt to selfupdate:


I forgot to include one other detail.  It's probably not important,  
but /sw is a symbolic link to another partition on the affected  
machine.  I don't see why that would matter (it never has before),  
unless something in the 10.4.2 update changed things in some way that  
I don't understand.


Mike

--
Mike Zulauf (2)
[EMAIL PROTECTED]



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink selfupdate fails on 10.4.2

2005-07-14 Thread Mike Zulauf

On Jul 14, 2005, at 1:06 PM, Alexander K. Hansen wrote:


On Jul 14, 2005, at 3:51 PM, Mike Zulauf wrote:


Hi all,

I just updated one of my two machines to 10.4.2.  Now I get a  
failure when I attempt to selfupdate:


% fink selfupdate
Password:
rsync -az -q  rsync://master.us.finkmirrors.net/finkinfo// 
TIMESTAMP /sw/fink/TIMESTAMP.tmp
Use of uninitialized value in scalar chomp at /sw/lib/perl5/Fink/ 
SelfUpdate.pm line 597.
Use of uninitialized value in numeric gt (>) at /sw/lib/perl5/Fink/ 
SelfUpdate.pm line 604.

The timestamp of the server is older than what you already have.

Some more details:
% fink --version
Package manager version: 0.24.7
Distribution version: 0.8.0.rsync

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.

Xcode: 2.1

I've examined /sw/lib/perl5/Fink/SelfUpdate.pm, and it is the same  
as on my other machine (running 10.4.1), where selfupdate works.


Any ideas?

Thanks,
Mike

--
Mike Zulauf (1)
[EMAIL PROTECTED]



It works here.  Maybe you hit the mirror at a bad time (e.g. when  
it was in the middle of mirroring).


I considered that, except that it works on the 10.4.1 computer  
(still), and it doesn't work on on the 10.4.2 one (still).  And then  
there's also the issue of the "uninitialized value" messages above.   
Do you know what's up with them?


By the way, the modification date of /sw/fink/TIMESTAMP is "Jul 11  
22:30", and the contents are "1121146253".


Mike

--
Mike Zulauf (1)
[EMAIL PROTECTED]



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink selfupdate fails on 10.4.2

2005-07-14 Thread Alexander K. Hansen
On Jul 14, 2005, at 3:51 PM, Mike Zulauf wrote:Hi all,I just updated one of my two machines to 10.4.2.  Now I get a failure when I attempt to selfupdate:% fink selfupdatePassword:rsync -az -q  rsync://master.us.finkmirrors.net/finkinfo//TIMESTAMP /sw/fink/TIMESTAMP.tmpUse of uninitialized value in scalar chomp at /sw/lib/perl5/Fink/SelfUpdate.pm line 597.Use of uninitialized value in numeric gt (>) at /sw/lib/perl5/Fink/SelfUpdate.pm line 604.The timestamp of the server is older than what you already have.Some more details:% fink --versionPackage manager version: 0.24.7Distribution version: 0.8.0.rsyncCopyright (c) 2001 Christoph PfistererCopyright (c) 2001-2005 The Fink Package Manager TeamThis program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.Xcode: 2.1I've examined /sw/lib/perl5/Fink/SelfUpdate.pm, and it is the same as on my other machine (running 10.4.1), where selfupdate works.Any ideas?Thanks,Mike-- Mike Zulauf (1)[EMAIL PROTECTED]It works here.  Maybe you hit the mirror at a bad time (e.g. when it was in the middle of mirroring). --  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  

Re: [Fink-users] fink selfupdate fails on 10.4.2

2005-07-14 Thread Mike Zanker
On 14/7/05 20:51, Mike Zulauf wrote:

> I just updated one of my two machines to 10.4.2.  Now I get a failure 
> when I attempt to selfupdate:

I'm afraid I can't offer any advice but it's working fine for me with
Xcode 2.1 on 10.4.2.

Mike.


This message has been scanned for viruses by MailController - 
www.MailController.altohiway.com


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink selfupdate fails on 10.4.2

2005-07-14 Thread Mike Zulauf

Hi all,

I just updated one of my two machines to 10.4.2.  Now I get a failure  
when I attempt to selfupdate:


% fink selfupdate
Password:
rsync -az -q  rsync://master.us.finkmirrors.net/finkinfo//TIMESTAMP / 
sw/fink/TIMESTAMP.tmp
Use of uninitialized value in scalar chomp at /sw/lib/perl5/Fink/ 
SelfUpdate.pm line 597.
Use of uninitialized value in numeric gt (>) at /sw/lib/perl5/Fink/ 
SelfUpdate.pm line 604.

The timestamp of the server is older than what you already have.

Some more details:
% fink --version
Package manager version: 0.24.7
Distribution version: 0.8.0.rsync

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.

Xcode: 2.1

I've examined /sw/lib/perl5/Fink/SelfUpdate.pm, and it is the same as  
on my other machine (running 10.4.1), where selfupdate works.


Any ideas?

Thanks,
Mike

--
Mike Zulauf (1)
[EMAIL PROTECTED]



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnome on 10.4.2

2005-07-14 Thread Alexander K. Hansen


On Jul 14, 2005, at 12:29 PM, Mark Edwards wrote:

I have installed bundle-gnome from unstable on the current version  
of fink under 10.4.2.  I can get everything compiled, but it just  
doesn't lead to a usable gnome desktop.


Is it actually possible at this point to get a gnome installation  
that functions properly under 10.4.2 using Apple's X11 in full- 
screen mode?  I want to be able to launch the X11 app and use my  
laptop in full-screen gnome.  As it is, trying every way I could  
glean from Googling, I end up with a seemingly half-booted gnome,  
with no nautilus, very slow, and not fully functional.  I can  
launch solitaire and a gnome-terminal, very slowly, and that's  
about it.


Can anyone tell me if I should abandon this dream and wait for  
bundle-gnome to enter stable, or if there is hope and possibly a  
url which helps explain how to make this work on a 2005 machine  
running 10.4.2?


Thanks!

--
Mark Edwards
[EMAIL PROTECTED]
cell: (917) 345-4800



How exactly are you starting GNOME?  The recommended .xinitrc file  
setup for GNOME>2.4 and apple's X11 is discussed in:


http://fink.sourceforge.net/doc/x11/run-xfree86.php?phpLang=en#xinitrc

Also, you may need to set an environment variable to get gnome to  
work (a new bug in Tiger) as per:  http://fink.sourceforge.net/faq/ 
usage-packages.php?phpLang=en#tiger-gtk



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Openoffice.org-1.9m113-50 success, available binary installer

2005-07-14 Thread Daniel Macks
On Thu, Jul 14, 2005 at 08:39:32AM -0400, Alexander K. Hansen wrote:
> 
> I, on the other hand, can claim no such success with my system setup.
> 
> With XCode 2.1, xorg, and OS 10.4.2, I get the following error in the  
> 'epm' project:
> 
> 
> ...
> Compiling setup2.cxx...
> In file included from /sw/include/FL/x.H:39,
>  from setup2.cxx:35:
> /sw/include/FL/mac.H: In function `OpaqueRgnHandle* XRectangleRegion 
> (int, int,
>int, int)':

Try removing fltk-x11? Why the heck oo.o is seeing fltk headers is a
different matter and may suggest oo.o has some -I/sw/include ordered
before its private -I flags somewhere.

I notice FL/x.H is seeing FL/mac.H, which means either oo.o is
expecting to find its own (or some other lib's) FL/x.H or it does want
fltk but is misusing it.

fltk-x11 was difficult to port because the assumption "if apple then
use Quartz graphics" is deeply embedded...  long ago zauc just said
"we'll -U__APPLE__ and then we'll get x11".  Now, if configuration
scripts and makefiles aren't careful, they'll either redefine that or
not even know it has to be undefined, and fltk will become
non-self-consistent. I guess the cleaner solution would be to patch
the fltk headers to force the results rather than relying on an
unusual definedness of __APPLE__. OTOH, this really sounds like you've
found an oo.o bug.

dan


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



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash/gnome problem

2005-07-14 Thread Ersatz Sophist
But, can you tab over to the other fields? In fact, it's not just a  
matter of not being able to use tab to navigate the fields. Once I  
click on a field to modify it, I am stuck there. So, I have to enter  
each field manually, press return, and return to the same transaction  
to enter the next field.


I wonder if the problem is with Gnucash, or some gnome component that  
I need to rebuild. Or could it be something else?


Thanks.

P
--
"...who search the reason of things
Are those who bring the most sorrow on themselves."
--Euripides, The Medea

On Jul 14, 2005, at 5:50 PM, Peter O'Gorman wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ersatz Sophist wrote:
| Greetings,
|
| As I mentioned yesterday, Gnucash is now running, but I still  
have  the

| same problem where I cannot tab over to spaces in the register.  The
| following error is registered in the terminal repeatedly:
|
| ** CRITICAL **: file gnucash-sheet.c: line 141
| (gnucash_sheet_cursor_set_from_table): assertion
| `gnucash_sheet_cell_valid (sheet, v_loc)' failed.

I get the same error. No idea. Sorry.

Peter

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (Darwin)

iQCVAwUBQtaJvLiDAg3OZTLPAQL2MAQAkUEEo3jk5IiMHMGp1x9uKbEqcL1QDQa6
zr8l+2qL8auGugbGYfo1Qr/f8dQJrItBA8JoUETfHh0ygBo+tjIYbdP3k6vylKtw
ZGxMuSCtGtk4RjlUb9TDoM8jUPotJrWZ1OrJaoBCAuO9K+1mOVOez1+p47jV57Xx
dSEh0oB92DQ=
=Hsq6
-END PGP SIGNATURE-


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users






---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnome on 10.4.2

2005-07-14 Thread Mark Edwards
I have installed bundle-gnome from unstable on the current version of  
fink under 10.4.2.  I can get everything compiled, but it just  
doesn't lead to a usable gnome desktop.


Is it actually possible at this point to get a gnome installation  
that functions properly under 10.4.2 using Apple's X11 in full-screen  
mode?  I want to be able to launch the X11 app and use my laptop in  
full-screen gnome.  As it is, trying every way I could glean from  
Googling, I end up with a seemingly half-booted gnome, with no  
nautilus, very slow, and not fully functional.  I can launch  
solitaire and a gnome-terminal, very slowly, and that's about it.


Can anyone tell me if I should abandon this dream and wait for bundle- 
gnome to enter stable, or if there is hope and possibly a url which  
helps explain how to make this work on a 2005 machine running 10.4.2?


Thanks!

--
Mark Edwards
[EMAIL PROTECTED]
cell: (917) 345-4800



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash/gnome problem

2005-07-14 Thread Peter O'Gorman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ersatz Sophist wrote:
| Greetings,
|
| As I mentioned yesterday, Gnucash is now running, but I still have  the
| same problem where I cannot tab over to spaces in the register.  The
| following error is registered in the terminal repeatedly:
|
| ** CRITICAL **: file gnucash-sheet.c: line 141
| (gnucash_sheet_cursor_set_from_table): assertion
| `gnucash_sheet_cell_valid (sheet, v_loc)' failed.

I get the same error. No idea. Sorry.

Peter

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (Darwin)

iQCVAwUBQtaJvLiDAg3OZTLPAQL2MAQAkUEEo3jk5IiMHMGp1x9uKbEqcL1QDQa6
zr8l+2qL8auGugbGYfo1Qr/f8dQJrItBA8JoUETfHh0ygBo+tjIYbdP3k6vylKtw
ZGxMuSCtGtk4RjlUb9TDoM8jUPotJrWZ1OrJaoBCAuO9K+1mOVOez1+p47jV57Xx
dSEh0oB92DQ=
=Hsq6
-END PGP SIGNATURE-


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnucash/gnome problem

2005-07-14 Thread Ersatz Sophist

Greetings,

As I mentioned yesterday, Gnucash is now running, but I still have  
the same problem where I cannot tab over to spaces in the register.  
The following error is registered in the terminal repeatedly:


** CRITICAL **: file gnucash-sheet.c: line 141  
(gnucash_sheet_cursor_set_from_table): assertion  
`gnucash_sheet_cell_valid (sheet, v_loc)' failed.


I have a feeling that his means that I have to either rebuild  
gnucash, or one of the gnome components. My question to the list is  
which packages should I rebuild? Or, rebuilding which packages will  
most likely solve this problem?


Thank you very much.

Payam
\--
"...who search the reason of things
Are those who bring the most sorrow on themselves."
--Euripides, The Medea



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] CVS update not working currently?

2005-07-14 Thread Viktor Haag
On 14/07/05, Alexander K. Hansen <[EMAIL PROTECTED]> wrote:

> Viktor wrote:
> > [My CVS update seems broken -- is this widespread?]
>
> Nope.  Works for me.  Are you sure there's not a package conflict somewhere
> earlier in the run? What you're showing is the very last directory in the
> tree.

::sigh::

Yes, this is my local problem. I thought I had thoroughly checked the
update output, but I missed a patch that was "in the way".

Apologies.


V.


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] CVS update not working currently?

2005-07-14 Thread Alexander K. Hansen
On Jul 14, 2005, at 10:33 AM, Viktor Haag wrote:My 'fink selfupdate' of the unstable tree has been consistently dyingwith "execution of cvs failed, exit code1" just after attempting a cvsupdate of10.4-transitional/unstable/main/finkinfo/x11-wmIt's been doing this for a few days now.Is this a known problem?--Viktor HaagNope.  Works for me.  Are you sure there's not a package conflict somewhere earlier in the run? What you're showing is the very last directory in the tree. -- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/  

[Fink-users] CVS update not working currently?

2005-07-14 Thread Viktor Haag
My 'fink selfupdate' of the unstable tree has been consistently dying
with "execution of cvs failed, exit code1" just after attempting a cvs
update of

10.4-transitional/unstable/main/finkinfo/x11-wm

It's been doing this for a few days now.

Is this a known problem?


--
Viktor Haag


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] problems with koffice-1.3.5-23 on Tiger

2005-07-14 Thread Alexander K. Hansen
I have a problem, which looks similar in each case, with some, but  
not all of the applications in koffice.  I recently tried a rebuild  
under 10.4.1 and XCode 2.1, but nothing really changed.


kchart, kformula, kpresenter, kugar, and kword all seem to work, but  
the others fail as follows:


karbon:

kio (KTrader): query for KOfficePart : returning 1 offers
kdecore (KLibLoader): WARNING: KLibrary:
kdecore (KLibLoader): WARNING: The library libkarbonpart does not  
offer an init_libkarbonpart function.
koffice (lib kofficecore): WARNING: The library libkarbonpart does  
not offer an init_libkarbonpart function.
kdecore (KLibLoader): The KLibLoader contains the library  
libkarbonpart (0x39006c0)

DCOP: unregister 'karbon-15638'


kivio:

kio (KTrader): query for KOfficePart : returning 1 offers
kdecore (KLibLoader): WARNING: KLibrary:
kdecore (KLibLoader): WARNING: The library libkiviopart does not  
offer an init_libkiviopart function.
koffice (lib kofficecore): WARNING: The library libkiviopart does not  
offer an init_libkiviopart function.
kdecore (KLibLoader): The KLibLoader contains the library  
libkiviopart (0x2507aa0)

DCOP: unregister 'kivio-15607'

kspread:

kio (KTrader): query for KOfficePart : returning 1 offers
kdecore (KLibLoader): WARNING: KLibrary:
kdecore (KLibLoader): WARNING: The library libkspreadpart does not  
offer an init_libkspreadpart function.
koffice (lib kofficecore): WARNING: The library libkspreadpart does  
not offer an init_libkspreadpart function.
kdecore (KLibLoader): The KLibLoader contains the library  
libkspreadpart (0x250bd70)

DCOP: unregister 'kspread-15785'




---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

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


Re: [Fink-users] amarok?

2005-07-14 Thread Jean-François Mertens


On 13 Jul 2005, at 21:25, Benjamin Reed wrote:


Jean-François Mertens wrote:


Inserting ommitted line from the quote :

> I can't test for this with amarok (still problems with gst-plugins  
due to an experimental gnome installation),

> but I do get the same error with konversation.



There, I fixed it with (no SetCC would do) :
<   ./build-helper.sh configure %N %v %r ./configure %c
---
 >ac_cv_prog_ac_ct_CC=gcc-3.3 ./build-helper.sh configure %N % 
v % r ./configure %c

The src of the error seems however to be in the line
export EH_USE_CACHE=1
in the compilescript, which causes  environment-helper.sh  to  
execute  the line :

export ac_cv_prog_ac_ct_CC=gcc



erm, where are you seeing EH_USE_CACHE=1?  the only place in the  
wild that should exist is Konversation, not amarok.  In fact, it's  
not even set anywhere else in my experimental tree.


Cf ommitted line above...

JF



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Openoffice.org-1.9m113-50 success, available binary installer

2005-07-14 Thread Alexander K. Hansen
On Jul 12, 2005, at 8:26 PM, Kevin Horton wrote:Thank you very much to the Todai Fink Team for bringing openoffice.org to Fink.  I successfully built it on Tiger, using XCode 2.0, and it seems to work very well.It does take a very large amount of disk space to build though.  I probably didn't catch the peak disk space used, but near the end the build process needed over 54 GB.  I suspect that many users won't have enough disk space, and that they will waste much time compiling for nothing.Is it possible to reduce the disk space used? It looks like most of the disk space is used to build every possible language, even though most users will only need one or two.  If it is not possible to reduce the disk space required, I wonder if it would be useful to have fink check the amount of free disk space on the build volume, and have the build process never even start if there won't be enough room.  Some users may be able to reconfigure fink to put the build directory on a different volume (I pointed mine at a volume I use for backups), but it would be nice to be told that before trying to build.The build took over 18 hrs on a G4 Dual 1.42, so this isn't for the impatient.  The impatient might want to download the OS X openoffice.org package installers from:http://ooo.lab-project.net/~ebachard/MacOSX/2.0/It only has version m107 (the directory for m109 is there, but empty), but it is a nice installer, that puts openoffice.org beta 2 in your Applications directory.  It still uses X11, of course.Best regards,Kevin HortonI, on the other hand, can claim no such success with my system setup.With XCode 2.1, xorg, and OS 10.4.2, I get the following error in the 'epm' project:...Compiling setup2.cxx...In file included from /sw/include/FL/x.H:39,                 from setup2.cxx:35:/sw/include/FL/mac.H: In function `OpaqueRgnHandle* XRectangleRegion(int, int,    int, int)':/sw/include/FL/mac.H:47: warning: `NewRgn' is deprecated (declared at    /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h   :2877)/sw/include/FL/mac.H:48: warning: `SetRectRgn' is deprecated (declared at    /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h   :3055)/sw/include/FL/mac.H: In function `void XDestroyRegion(OpaqueRgnHandle*)':/sw/include/FL/mac.H:52: warning: `DisposeRgn' is deprecated (declared at    /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h   :2997)setup2.cxx: In function `int install_dist(const dist_t*)':setup2.cxx:364: warning: `int pid' might be used uninitialized in this functionCompiling gui-common.cxx...Linking setup...ld: Undefined symbols:__Znwm__ZTVN10__cxxabiv117__class_type_infoE__ZTVN10__cxxabiv120__si_class_type_infoE__ZdlPv__ZdaPv__Znam___cxa_pure_virtualmake: *** [setup] Error 1dmake:  Error code 2, while making './unxmacxp.pro/misc/build/so_built_epm''---* tg_merge.mk *---'ERROR: Error 65280 occurred while making /sw/src/fink.build/openoffice.org-1.9m113-50/epmdmake:  Error code 1, while making 'build_all''---* tg_merge.mk *---'### execution of /var/tmp/tmp.1.fZ1u7a failed, exit code 255The entire build log is on my server at http://ldx3.psfc.mit.edu/~hansen/o.o.o.failure.log.gz -- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/