[Fink-users] jakarta-oro fails to build

2005-11-25 Thread Fernando Pereira
This package is being built in support of the latest ant. The log is  
included below. Suggestions? Thanks -- F


Setting up fink-buildlock-jakarta-oro-2.0.8-3 (2005.11.25-11.49.52) ...
gzip -dc /sw/src/jakarta-oro-2.0.8.tar.gz | /sw/bin/tar -xf -  --no- 
same-owner --no-same-permissions

/sw/bin/tar: A lone zero block at 4643
Default compiler has been set to:
gcc version 4.0.0 (Apple Computer, Inc. build 5026)
/var/tmp/tmp.1.bHrT8X
+ ant package
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:245)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
/bin/rm -rf /sw/src/fink.build/root-jakarta-oro-2.0.8-3
/bin/mkdir -p /sw/src/fink.build/root-jakarta-oro-2.0.8-3/sw
/bin/mkdir -p /sw/src/fink.build/root-jakarta-oro-2.0.8-3/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-jakarta- 
oro-2.0.8-3

mv jakarta-oro-2.0.8 dist
mv: rename jakarta-oro-2.0.8 to dist: No such file or directory
### execution of mv failed, exit code 1
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-jakarta-oro-2.0.8-3
(Reading database ... 34910 files and directories currently installed.)
Removing fink-buildlock-jakarta-oro-2.0.8-3 ...
Failed: phase installing: jakarta-oro-2.0.8-3 failed



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] latex equation editor and ghostscript

2004-10-17 Thread Fernando Pereira
On Oct 17, 2004, at 4:41 PM, Victor Shoup wrote:
With the standard fink ghostscript installed (version 8 something),
an equation that is
  1) produced by equation editor,
  2) imported into an apple app, like keynote or omnigraffle,
  3) then exported to a PDF file
will not print correctly from acrobat reader (v5 and v6)  to a 
postscript printer.
I've reproduced this problem with a somewhat different workflow:
1) LaTeX an equation with TeXShop set to use latex + ghostscript.
2) Copy typeset equation from the preview window to OmniGraffle
3) print the result to PDF
4) Load the PDF into Acrobat Reader 6
5) Print
If I replace 1) by 1')
1') LaTex the equation with pdflatex
the problem goes away (ghostscript is not involved).
-- F

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxpython-py23-2.5.2.8-1 fails to compile

2004-10-17 Thread Fernando Pereira
On Oct 17, 2004, at 3:07 PM, Alexander K. Hansen wrote:
This looks the same as
http://article.gmane.org/gmane.os.apple.fink.devel/9298
which had a solution proposed in
http://article.gmane.org/gmane.os.apple.fink.devel/9300
Thanks, it worked!
-- F

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] wxpython-py23-2.5.2.8-1 fails to compile

2004-10-17 Thread Fernando Pereira
With XCode 1.5, OSX 10.3.5
c++ -fno-strict-aliasing -Wno-long-double -no-cpp-precomp 
-mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include 
-DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ 
-D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWX_PRECOMP 
-DNO_GCC_PRAGMA -Iinclude -Isrc -I/sw/lib/wx/include/gtk2d-2.5 
-I/sw/include/wx-2.5 -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/sw/include/atk-1.0 -I/sw/include/pango-1.0 
-I/usr/X11R6/include/freetype2 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/python2.3 -c 
src/gtk/_core_wrap.cpp -o 
build-gtk2/temp.darwin-7.5.0-Power_Macintosh-2.3/src/gtk/_core_wrap.o 
-O3
src/gtk/_core_wrap.cpp:579: error: `wxPyCheckForApp' was not declared 
in this
   scope
src/gtk/_core_wrap.cpp:579: error: too many initializers for 
`wxPyCoreAPI'
src/gtk/_core_wrap.cpp: In function `void SWIG_AsCharArray(PyObject*, 
char*,
   long unsigned int)':
src/gtk/_core_wrap.cpp:884: warning: int format, size_t arg (arg 2)
src/gtk/_core_wrap.cpp:900: warning: int format, size_t arg (arg 2)
src/gtk/_core_wrap.cpp: In function `PyObject* 
_wrap_IntersectRect(PyObject*,
   PyObject*, PyObject*)':
src/gtk/_core_wrap.cpp:4850: error: `wxPyCheckForApp' undeclared (first 
use
   this function)
src/gtk/_core_wrap.cpp:4850: error: (Each undeclared identifier is 
reported
   only once for each function it appears in.)
/sw/include/wx/wxPython/wxPython_int.h: In function `PyObject*
   _wrap_Window_GetSizer(PyObject*, PyObject*, PyObject*)':
/sw/include/wx/wxPython/wxPython_int.h:113: error: too many arguments to
   function `PyObject* wxPyMake_wxSizer(wxSizer*)'
src/gtk/_core_wrap.cpp:28140: error: at this point in file
/sw/include/wx/wxPython/wxPython_int.h: In function `PyObject*
   _wrap_Window_GetContainingSizer(PyObject*, PyObject*, PyObject*)':
/sw/include/wx/wxPython/wxPython_int.h:113: error: too many arguments to
   function `PyObject* wxPyMake_wxSizer(wxSizer*)'
src/gtk/_core_wrap.cpp:28197: error: at this point in file
/sw/include/wx/wxPython/wxPython_int.h: In function `PyObject*
   _wrap_SizerItem_GetSizer(PyObject*, PyObject*, PyObject*)':
/sw/include/wx/wxPython/wxPython_int.h:113: error: too many arguments to
   function `PyObject* wxPyMake_wxSizer(wxSizer*)'
src/gtk/_core_wrap.cpp:34647: error: at this point in file

-- F

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: XCode 1.5 compatibility

2004-08-08 Thread Fernando Pereira
On Aug 8, 2004, at 2:57 AM, Martin Costabel wrote:
Andreas Dittrich wrote:
  I'd really like to try the new xcode but don't wanna break my 
fink-unstable.
If everyone had this attitude, we would never find the bugs ;-)
For what it's worth, I installed Xcode-1.5 the day it appeared, and I 
have not yet seen any problem.
After installing XCode 1.5, I updated successfully fink to 
fink-0.21.1-1 and then the packages

 atk1 atk1-shlibs automake1.6 g77 glib2 glib2-dev glib2-shlibs gtk+2
 gtk+2-dev gtk+2-shlibs lablgtk libpcap libpcap-shlibs libpng3 
libpng3-shlibs
 libxml2 libxml2-bin libxml2-shlibs libxslt libxslt-shlibs netpbm-bin
 netpbm10-shlibs ocaml system-tetex

-- F

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gimp update fails under 10.3

2003-10-26 Thread Fernando Pereira
On Oct 26, 2003, at 7:41 PM, Fernando Pereira wrote:

This is reproducible.
No longer. Something seems to have been updated and compilation is now 
proceeding.

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't build emacs21 on Panther

2003-10-26 Thread Fernando Pereira
On Oct 26, 2003, at 11:03 AM, Gavin Sherlock wrote:
Failed: compiling emacs21-21.2-26 failed
Ahah, now I see what may be the problem. You are not using the latest 
package definitions. The version I installed is is 21.3.1. Have you 
enabled unstable in your fink.conf?

-- F

$ more /sw/etc/fink.conf
# Fink configuration, initially created by bootstrap.pl
Basepath: /sw
RootMethod: sudo
Trees: local/main stable/main stable/crypto local/bootstrap 
unstable/main unstable/crypto
Mirror-gimp: ftp://ftp.gimp.org/pub
Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME/
Mirror-gnu: ftp://ftp.gnu.org/gnu
MirrorContinent: nam
MirrorCountry: nam-us
ProxyPassiveFTP: true
Verbose: false
Distribution: 10.3
SelfUpdateMethod: rsync



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gimp update fails under 10.3

2003-10-26 Thread Fernando Pereira
After updating with the latest package descriptions:

The checksum of the file gimp-1.2.5.tar.bz2 of package gimp-1.2.5-1 is
incorrect. The most likely cause for this is a corrupted or incomplete
download
Expected: 63ac650507eaa2748eb28e9ff4801c32
Actual:
b83b55d80e6728268d56620ea4d3051a
This is reproducible.

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't build emacs21 on Panther

2003-10-26 Thread Fernando Pereira
On Oct 26, 2003, at 6:41 PM, Gavin Sherlock wrote:

Hi,

Thanks for the advice.  Alas, removing the system-xfree86 package via 
dpkg still doesn't allow me to build emacs21.

Real wizards please help!

Another possibility: did you install XCode?

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't build emacs21 on Panther

2003-10-26 Thread Fernando Pereira
On Oct 26, 2003, at 11:03 AM, Gavin Sherlock wrote:

I have Apple's X11 installed, with the SDK (both from
Panther), though I am unable to rebuild the system-xfree86
package, which gives an error:
As per earlier messages from benjamin Reed, you don't want to, the new 
fink does that automatically. Indeed, you should remove all of the 
system-xfree86* packages using
	sudo dpkg -r --force-all system-xfree86
and similar for the system-xfree86-* packages.
Any help would be much appreciated.
I've been able to update emacs21 without any problem. If it still fails 
after you do the above, you need a real wizard ;-)

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Getting Fink to Recognize Apple's X11

2003-10-26 Thread Fernando Pereira
On Oct 26, 2003, at 6:44 AM, Benjamin Reed wrote:

Fernando Pereira wrote:

I had the same problem. The problem is that the default XCode 
installation does not install the X11 SDK. Get your XCode disk, find 
the X11 SDK package, and install it. Then you should be able to 
install system-xfree86-42 (the fink package docs claim that one 
should use system-xfree86-43, but that doesn't seem to be available 
yet). After that, X11 apps build.
No!  =)

Where do the fink docs say this?  We need to fix the docs.  :P
In the package documentation page for the x11-system section 
<http://fink.sourceforge.net/pdb/section.php/x11-system>, descrption of 
<http://fink.sourceforge.net/pdb/package.php/system-xfree86-43>.
Force-remove any system-xfree86 packages you have installed.  If you 
have no system-xfree86 installed, fink automatically provides a 
system-xfree86 package that knows exactly what your X11 is capable of.
Thanks, done.

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink and Panther

2003-10-25 Thread Fernando Pereira
On Oct 24, 2003, at 9:17 AM, Michèle Garoche wrote:

I've just received Panther by post. I wonder what is the best way to 
install it over10.2.8 build 6R73, so that I have a minimum to do for 
Fink and corresponding apps to work.
1) If you are using X11 applications via fink, make sure that you 
install the X11 SDK from the XCode disk (it's not installed by 
default). I installed it by double-clicking on the corresponding pkg 
file.

2) Follow the instructions posted earlier by Benjamin Reed with subject 
"The State of Fink".

3) If the update-all step fails with a "circular dependencies" error 
message, explictly update fink-prebinding

	fink update fink-prebinding

and do an update-all afterwards. This worked for me.

I have a functional Panther fink setup after doing the above.

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Getting Fink to Recognize Apple's X11

2003-10-25 Thread Fernando Pereira
On Oct 25, 2003, at 3:24 PM, Aaron Jensen wrote:

Just installed Panther, bootstrapped fink 0.6.  I am attempting to
install the gd package, which wants to download an xfree86.  I already
have Apple's X11 installed.  How do I get fink to recognize it?  The
FAQ mentions installing system-xfree86, but that didn't work (fink
reports "No packages to install." when I run `fink install 
system-xfree86`).

What do I do now?

I had the same problem. The problem is that the default XCode 
installation does not install the X11 SDK. Get your XCode disk, find 
the X11 SDK package, and install it. Then you should be able to install 
system-xfree86-42 (the fink package docs claim that one should use 
system-xfree86-43, but that doesn't seem to be available yet). After 
that, X11 apps build.

-- F



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] failure to build emacs21-21.2-14

2003-03-02 Thread Fernando Pereira
On Sunday, March 2, 2003, at 11:10 AM, jfm wrote:

Are you by chance building on UFS ?
No, HFS+. The problem seems to have been fixed in today's releases of 
emacs and libpng3

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] failure to build emacs21-21.2-14

2003-03-02 Thread Fernando Pereira
On Saturday, March 1, 2003, at 08:12 PM, Alexander Hansen wrote:
No, an out of date file, like the message says.  If it were a missing
build dependency, you never would have finished the build.y
How could that happen? I update regularly, and I haven't seen any 
failure in libpng updates.

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] failure to build emacs21-21.2-14

2003-03-01 Thread Fernando Pereira
gcc  -L/sw/lib -L/usr/X11R6/lib -o temacs pre-crt0.o dispnew.o frame.o 
scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o 
cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o emacs.o 
keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o 
marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o 
casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o 
editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o 
syntax.o unexdyld.o mocklisp.o bytecode.o process.o callproc.o 
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o 
textprop.o composite.o md5.o  terminfo.o lastfile.o   widget.o mktime.o 
  ../lwlib/liblw.a -L/usr/X11R6/lib /usr/X11R6/lib/libXaw.a 
/usr/X11R6/lib/libXmu.a /usr/X11R6/lib/libXt.a /usr/X11R6/lib/libSM.a 
/usr/X11R6/lib/libICE.a /usr/X11R6/lib/libXext.a /sw/lib/libtiff.a 
/sw/lib/libjpeg.a /sw/lib/libpng.a -lz -lm /usr/X11R6/lib/libXpm.a 
/usr/X11R6/lib/libX11.a  -lncurses
ld: table of contents for archive: /sw/lib/libpng.a is out of date; 
rerun ranlib(1) (can't load from it)
ld: warning multiple definitions of symbol _abort
emacs.o private external definition of _abort in section (__TEXT,__text)
/usr/lib/libm.dylib(abort.So) definition of _abort
make[1]: *** [temacs] Error 1
make: *** [src] Error 2
### execution of  failed, exit code 2
Failed: compiling emacs21-21.2-14 failed

I reran ranlib as ld requested, retried, and the rebuild worked. 
Missing dependency in the emacs package?

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] apple's X11 screen starts in menu bar

2003-01-08 Thread Fernando Pereira
On 1/8/03 9:21 AM, "Daniel M. Bikel" <[EMAIL PROTECTED]> wrote:

> A while back, XFree86/XDarwin fixed a problem whereby the rootless mode had
> the zeroeth y-position at the zeroeth screen position, instead of being
> just below the menu bar.  It seems Apple's X11 implementation has this same
> bug, the only work-around for which is to make sure all geometries have +22
> for the y-position and that you don't accidentally move a window too high
> up so that its title bar is obscured by the menu bar.
I see that with other wm's, but not with the native wm.

-- F



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-devel] Fwd: [Fink-users] What do you guys make of this?

2003-01-07 Thread Fernando Pereira
On 1/7/03 6:06 PM, "Kow K" <[EMAIL PROTECTED]> wrote:

> Hmmm, right, but its being in a beta status means that it's friendly
> just for those who've already known the ropes? I think they're wrong if
> they think so.
Just don't assume that "they" intended any of the things you suggest. "They"
may just have forgotten, or been in a hurry, or... Anybody who has ever
written software for others to use knows that little glitches like that
happen. Or even big problems. That's why beta testing exists.

-- F



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-devel] Fwd: [Fink-users] What do you guys make of this?

2003-01-07 Thread Fernando Pereira
On 1/7/03 5:27 PM, "Kow K" <[EMAIL PROTECTED]> wrote:
> I don't think this kind of round-aboutness is conforming to the
> user-friendliness that Apple's been always advertising for.
It's a beta, remember? It's out here so that we can tell Apple what doesn't
work.

-- F



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] What do you guys make of this?

2003-01-07 Thread Fernando Pereira
On 1/7/03 5:08 PM, "Viktor Haag" <[EMAIL PROTECTED]> wrote:
> Anyone have any tips on how I can bring back my meta key for use
> inside Fink's Emacs21 with Apple X11 and Quartz-wm?
On Preferences, disable "Enable key equivalents under X11". Then Cmd can be
used for Meta. It would be nice if Option could be used instead, leaving Cmd
for its standard Aqua role, but I don't know how.

-- F
 



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] 10.2.2 update an X cursor

2002-11-13 Thread Fernando Pereira
On 11/13/02 8:01 AM, "Alexander Meier" <[EMAIL PROTECTED]> wrote:

> Hi, I'm using icewm and I have the same problem:
> under xfree my cursor turns all black, which is extremely annoying if I
> work on dark (black) documents, etc...
There's something fishy with rendering in 10.2.2, for example some of the
characters in MS Office help render as black blobs. Maybe it's not just an
XFree issue.

-- F



---
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] PS Level 1, CUPS, and ghostscript

2002-11-06 Thread Fernando Pereira
On 11/6/02 6:08 PM, "Jeremy Erwin" <[EMAIL PROTECTED]> wrote:

> After some wrangling with my printer setup, I learned that OS X 10.2
> does not support postscript level 1 printers, such my Laserwriter II
> NTX.
> 
> I am told, however, that is possible to downgrade the PS Level 2 to
> level one code, using ESP Ghostscript 7.05. Is this fuctionality
> contained in any of the fink ghostscript packages? Could someone point
> me to a good resource for setting this up?
You may want to consider gimp-print, which installs it own copy of ESP gs.
It provides generic level 1 drivers.

See 

-- F



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] C compilation troubleshooting?

2002-11-03 Thread Fernando Pereira
On 11/2/02 11:26 PM, "Prahlad Gupta" <[EMAIL PROTECTED]> wrote:
> Since upgrading to 10.2 on the Powerbook, the software gives the
> following error message when I try to run it (the program I'm trying
> to run is named "bp"):
> 
> dyld: bp Undefined symbols:
> bp undefined reference to _stdscr expected to be defined in
> /usr/lib/libSystem.B.dylib
> Trace/BPT Trap
[...]
> 
> Does the error message on the G3 ring a bell?
Yes, the problem is that Apple repartitioned some dynamically linked
libraries from 10.1 to 10.2, including curses, which defines the symbol
stdscr. Your old binary is trying to find that symbol in the library file
that defined it in 10.1, but in 10.2 it's in /usr/lib/libcurses.dylib.

You should be able to recompile your program and run it without problems,
except that there are some other peculiarities with terminal configurations
for 10.2 that other people reported (I've not seen that problem in a while,
maybe it went away with 10.2.1?). There were discussions of the issue
(apropos Emacs) in this list during August and September, you might want to
look in the archives.

-- F



---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] problems installing numeric-atlas

2002-10-27 Thread Fernando Pereira
On 10/27/02 10:08 PM, "Neal A. Crocker" <[EMAIL PROTECTED]> wrote:
> Fink doesn't seem to offer a later version of g77 than g77-2.95.2.  I
> just did a cvs-update to check.

Yes, it does when updating from cvs unstable source:

% fink list
 ...
 i   g77  3.1-2002042  GNU FORTRAN77 compiler.
 ...
 i   numeric-atlas22.0-1   Multidim'l numerical arrays for Python

-- F





---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Zope under fink and OS 10.2

2002-10-07 Thread Fernando Pereira

On 10/7/02 4:23 AM, "Tom Harris" <[EMAIL PROTECTED]> wrote:

> I have come to believe that the startup file is "/sw/lib/zope/z2.py" because
> it is a script and is commented accordingly (I can find no documentation for
> fink's zope anywhere, so maybe someone could point me in the right
> direction).

Zope is normally started with the start script. For more details, see the
Zope book, available online or on paper.

http://www.zope.org/Documentation

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] feedback

2002-10-06 Thread Fernando Pereira

On 10/6/02 5:11 PM, "Michael Loose" <[EMAIL PROTECTED]> wrote:

> After having read all that stuff i assume the thought of fink was to
> make life easier for people who are not that common w. UNIX and the
> commandline - which is quite a nice idea.
Why do you assume that? As a satisfied fink user, I always saw it as a means
of getting my favorite *nix open-source apps on OS X. I don't believe fink
(or any other *nix packaging system) is appropriate for people who are
uncomfortable with the basics of *nix.
> Fink is not foolproof.
> It takes quite a lot of time to figure out what is ruined by fink  and
> why fink chooses the so- and -so version of thi-and-that which is not
> compatible whith dadada.
Fink itself ruins nothing if you follow the instructions to the letter. The
whole point of the /sw directory is to achieve that. Some packages may be
buggy and do bad things, but what would you expect when you are dealing many
packages with different origins and of widely varying quality? Incidentally,
commercial software installers are often much more destructive. If you run
Disk First Aid from your OS X CD and choose to verify permissions, you'll
find many files with incorrect permissions as a result of bad installers.
These can cause security problems, mysterious software failures, and worse.
> It simply takes more time to use Fink than it takes to do it properly
> yourself.
As a satisfied user with no involvement in fink development, I very much
doubt. I used to manage my own Linux machines, and package management was
not a walk in the park because of constant conflicts.


-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] darwinports

2002-09-29 Thread Fernando Pereira

On 9/29/02 4:05 PM, "Charlie Allom" <[EMAIL PROTECTED]> wrote:
> Thanks for the ride fink, but I knew your days were numbered. Time to
> start brushing up on a little TCL, maintainers?
Change for the sake of change? No thanks. Fink works well for many of us.
Promises of great advances just around the corner for complicated software
processes like package management litter dead code archives. And any large
software system that depends on TCL is or will eventually become a sorry
mess (for those here who were users of Alpha in pre-OS X days, you know what
I'm talking about).

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] latest experimental 10.2: emacs21 fails to build

2002-09-05 Thread Fernando Pereira

I installed fink from scratch on a 10.2 machine (July dev tools with August
update) that had never seen fink, to test the new "experimental" version.
First, I downloaded from the "experimental" CVS as explained here. I
followed with ./bootstrap.pl, and then for good measure with a further cvs
update and ./inject.pl. The result was seemingly operating fink
installation. I then edited fink.conf to use unstable, and ran fink
selfupdate-cvs. I then moved to "fink install emacs21", which required a
bunch of packaged including xfree86-base. This ran overnight, only to fail
in the last stage of emacs bootstrapping, after the imaged is unexeced. At
this point, the following packages had been installed:

apt 0.5.4-5
apt-shlibs 0.5.4-5
base-files 1.6-1
bzip2 1.0.2-1
darwin 6.0-1
debianutils 1.16-1
dlcompat 20020709-2
dpkg 1.9.20-4
emacsen-common 1.4.13-2
fink 0.10.0.cvs-20020905.0802
gettext 0.10.40-3
gzip 1.2.4a-6
libiconv 1.7-5
libjpeg 6b-5
libjpeg-bin 6b-5
libjpeg-shlibs 6b-5
libpng 1.0.12-6
libpng-shlibs 1.0.12-6
libtiff 3.5.7-7
libtiff-bin 3.5.7-7
libtiff-shlibs 3.5.7-7
macosx 10.2-1
ncurses 5.2-8
storable-pm 1.0.14-1
tar 1.13.25-1
xfree86-base 4.2.0.1-2

The emacs install log ends as follows:

./emacs -q -batch -f list-load-path-shadows
make[1]: *** [emacs] Illegal instruction
(export PARALLEL; PARALLEL=0; cd leim; make all  \
  CC='gcc' CFLAGS='-g -O2' CPPFLAGS='-I/sw/include' \
  LDFLAGS='-L/sw/lib -L/usr/X11R6/lib' MAKE='make')
if [ -d quail ]; then true; else make quail; fi
if [ -f quail/CCDOSPY.elc ]; then true; else \
 EMACSLOADPATH=/sw/src/emacs21-21.2-9/emacs-21.2/leim/../lisp ../src/emacs
-batch --no-init-file --no-site-file --multibyte -l
/sw/src/emacs21-21.2-9/emacs-21.2/leim/../lisp/international/titdic-cnv \
  --eval '(batch-titdic-convert t)' -dir quail
/sw/src/emacs21-21.2-9/emacs-21.2/leim/CXTERM-DIC; fi
make[1]: *** [quail/CCDOSPY.elc] Error 132
make: *** [leim] Error 2
### execution of  failed, exit code 2
Failed: compiling emacs21-21.2-9 failed

Finally, the console backtrace for the second ./emacs crash (there are two
above, they are at identical places):

Date/Time:  2002-09-05 07:33:25 -0400
OS Version: 10.2 (Build 6C115)
Host:   dsl-216-158-31-162.cust.oldcity.dca.net

Command:emacs
PID:3216

Exception:  EXC_BAD_INSTRUCTION (0x0002)
Code[0]:0x0002Code[1]:0x171c

Thread 0 Crashed:
 #0   0x171c in start
 #1   0x8fe19154 in _dyld_start

PPC Thread State:
  srr0: 0x171c srr1: 0x0008f030vrsave: 0x
   xer: 0x   lr: 0x8fe19154  ctr: 0x171c   mq: 0x
r0: 0x8fe19154   r1: 0xbba4   r2: 0x24000282   r3: 0x171c
r4: 0x   r5: 0x   r6: 0xba70   r7: 0xba74
r8: 0x   r9: 0x  r10: 0x0004  r11: 0x
   r12: 0x171c  r13: 0x  r14: 0x  r15: 0x
   r16: 0x  r17: 0x  r18: 0x  r19: 0x
   r20: 0x  r21: 0x  r22: 0x  r23: 0x
   r24: 0x  r25: 0x  r26: 0xbba0  r27: 0xbbdc
   r28: 0xbba8  r29: 0x000c  r30: 0x1000  r31: 0x

I found nothing that matched this in the fink-users archive.

-- F




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] fink uodate-all problem

2002-09-04 Thread Fernando Pereira

On 9/4/02 5:52 AM, "lucho angueles" <[EMAIL PROTECTED]> wrote:

> Hi all,
> I try to install some stuff on my new 10.2 computer.
> First I tried apt but some error installing glib redirect me on fink
> install with compilation...
> I found this on the fink sourceforge site:
> http://fink.sourceforge.net/doc/cvsaccess/index.php
> 
> fink selupdate-cvs ran well
> 
> but fink update-all failed with readline install.

This might help:

http://www.mail-archive.com/fink-users@lists.sourceforge.net/msg04658.html

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Python-mysql

2002-09-02 Thread Fernando Pereira

On 9/2/02 8:54 PM, "Dimitris Dimitriadis" <[EMAIL PROTECTED]> wrote:

> Thanks for your feedback. I had already changed the paths in the build
> script to point to /sw/..., but it didn't do the trick. It didn't work
> after using the information in the updated FAQ either.
I haven't downloaded python-mysql, but other Python extension modules use
the Python packaging library, which needs to be told where to look for
things. Typically, there is a Python source file "setup.py" that defines a
variable "library_dirs_list". This should be set as

library_dirs_list = ['/sw/lib']

maybe with additional elements if they are needed.

I hope this helps

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Python-mysql

2002-09-02 Thread Fernando Pereira

On 9/2/02 8:42 PM, "Ben Hines" <[EMAIL PROTECTED]> wrote:

> ... but you didn't tell him how.
Good point, I assumed that he would go and read the package's "README" or
"INSTALL", which typically say what to do to change the default library
path. 
> 
> In the future, you can point folks at the new FAQ item i added about
> this just yesterday. :)
> 
> http://fink.sourceforge.net/faq/usage-general.php#compile-myself

Excellent, I will.

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Python-mysql

2002-09-02 Thread Fernando Pereira

On 9/2/02 8:03 PM, "Dimitris Dimitriadis" <[EMAIL PROTECTED]> wrote:

> New to the list. I was scanning through the archives and saw that
> python-mysql is not among the existing packages, so I tried to build it
> myself. Having failed (for anyone interested, the errors are inlined
> below), I wanted to ask if anyone has built/is planning to include this
> in the fink distribution.
Looking at the log, it looks as if the build process is looking for
libraries in /usr/local. If you are building against a fink mysql
installation, that path should be /sw. Looks as if you need to configure the
build process to look at /sw rather than /usr/local.

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] (no subject)

2002-09-02 Thread Fernando Pereira

On 9/2/02 8:10 PM, "Ronald Florence" <[EMAIL PROTECTED]> wrote:

> 
> On Monday, September 2, 2002, at 07:06  PM, Fernando Pereira wrote:
> 
>> 2. If you still want to update under 10.2, read the extensive
>> discussion of
>> how to go about it in the fink-users archive. It may work for you, as
>> it did
>> for me, but you may want to wait unless you are comfortable with Unix
>> innards.
> 
> Thanks for your quick reply, although I honestly can't tell whether
> your reply is an effort at one-upsmanship or a observation that fink is
> not-ready-for-prime-time on MacOS 10.2.
This topic has been discussed extensively in this list. The super-brief
answer is "it can be done". The longer answer is "it's all in the fink-users
archive for August 02, just search them".

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] How do I remove Xfree86 to start fresh

2002-09-01 Thread Fernando Pereira

On 9/1/02 8:50 PM, "A S Hodel" <[EMAIL PROTECTED]> wrote:

> Does that work with the new developer tools supplied with 10.2?  I'm
> getting xterm failure
> due to missing symbols expected in one library or another, and readline
> (not part of X) just plain won't compile due to missing symbols when
> readline-shlibs is compiled.
It does work. Look at the archives for multiple discussions of the issues.
In brief, update fink from CVS, then rebuild readline, then what depends on
it. Ditto for xfree86-base and xfree86-rootless.

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] a binary carbon emacs

2002-08-29 Thread Fernando Pereira

On 8/29/02 5:45 PM, "Jan de Leeuw" <[EMAIL PROTECTED]> wrote:

> Then go to directory mac and say "make-package". This creates
> EmacsInstaller.dmg.gz, which installs the Carbon emacs application in
> /Applications. The Carbon application is a complete emacs, i.e.
> it does not need any support files.
This is not quite accurate. The installer puts support files on
/usr/local/share/emacs/... Andrew Choi wrote that eventually there might be
an application bundle that will also contain the support files, but for the
moment that is not the case.

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] a binary carbon emacs

2002-08-29 Thread Fernando Pereira

On 8/29/02 6:10 PM, "Ben Hines" <[EMAIL PROTECTED]> wrote:
> If you compile the command-line emacs yourself you will have the same
> problems - the carbon emacs you suggest using (obviously) does not use
> ncurses.
Actually, Carbon emacs also fails in -nw mode. Failure modes vary: SEGV on
an xterm; on a Terminal, it looks OK at first but a command as simple as
version crashes emacs with "Fatal error (6).Abort trap". It certainly looks
as if 10.2 mangled terminal ops pretty good.
> 
> Fernando wrote:
>> This will not work unless makeinfo from texinfo 4.2 is available on
>> your
>> binary search path. The version from fink is too old.
> 
> Why not email the maintainer and ask him to update the package to 4.2?
> I bet he would do it within a day.
I didn't because I didn't know if 4.2 was bleeding edge, I just got it to
build Carbon emacs, which I need for other reasons.

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] a binary carbon emacs

2002-08-29 Thread Fernando Pereira

On 8/29/02 5:45 PM, "Jan de Leeuw" <[EMAIL PROTECTED]> wrote:

> On Jaguar get the lastest version of emacs from savannah, i.e. use
> 
> :pserver:[EMAIL PROTECTED]:/cvsroot/emacs
> 
> Say "configure --without-x" and "make bootstrap" and "sudo make
> install". This installs in /usr/local, of course, has no x. You could
> also do this with x, if u=you are so inclined. This is emacs 21.3.50.
This will not work unless makeinfo from texinfo 4.2 is available on your
binary search path. The version from fink is too old.
> O, and when you do this, don't forget to rename /sw to /sw.tmp,
> so that all of fink is masked. Otherwise the compile may fail.
You don't need to do that, you just need to change your PATH in the shell to
not contain /sw/bin

-- F



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] OS X 10.2 & readline

2002-08-28 Thread Fernando Pereira

On 8/28/02 9:30 AM, "Erik Price" <[EMAIL PROTECTED]> wrote:

> Has anyone tried installing /sw/bin/python on 10.2, and if so, is
> readline working correctly?
Yes, from CVS source. You must rebuild readline first, though:

sudo fink rebuild readline

> I recall a few days ago there was some
> discussion about problems with /sw/bin/bash and readline, so I am
> curious if someone else has already done it...
Same with bash. Rebuild from CVS source against a rebuild readline.

In general, any package that was build for dynamic linking against the
system curses library has to be rebuilt, because Apple moved that library.
An earlier posting from fink developers indicated that a fink upgrade that
does all this will appear at some point.

-- F
 



---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Readline on 10.2

2002-08-26 Thread Fernando Pereira

On 8/26/02 8:52 AM, "Ben Hines" <[EMAIL PROTECTED]> wrote:
> This will be handled automatically by the fink upgrade that we have in
> the works, if you can wait a little bit.
Thanks! That'll be great. In the meanwhile, I've just been rebuilding
anything that fails that way.

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Readline on 10.2

2002-08-26 Thread Fernando Pereira

On 8/26/02 2:54 AM, "Andrew Hartung" <[EMAIL PROTECTED]> wrote:

> After I installed 10.2 Bash broke and would not rebuild. I rebuilt
> readline and then rebuilt Bash again, which works fine now. I don't
> know if this is enough of an indicator that readline is ok.
The issue is that the system curses library moved in 10.2. Anything,
including readline, which was previously built with respect to that library
will have unsatisfied dynamic loading references. The solution is to "fink
rebuild" readline and any other package (for instance, ispell) that uses
system curses directly.

-- F



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Crash building emacs 21.2-7 (unstable)

2002-08-16 Thread Fernando Pereira

On 8/16/02 10:28 PM, "Ben Hines" <[EMAIL PROTECTED]> wrote:

> 
> On Friday, August 16, 2002, at 06:19 PM, Fernando Pereira wrote:
> 
>> Compilation succeeds, but building the saved image crashes. Below I
>> include
>> the relevant part of the build log and the stack backtrace. OS X
>> 10.1.5,
>> December developer tools.
>> 
>> 
>> Date/Time:  2001-11-07 16:10:04 -0500
>> OS Version: 10.1 (Build 5L14)
>> 
> 
> This crash is from november, i don't think it is relevant. :) Looks
> like it is from the aqua version of emacs.

Oops, sorry, cut-n-paste thinko. The build log was correct. Here's the
correct backtrace. Looks more plausible, some kind of problem with restoring
the saved image -- F

Date/Time:  2002-08-16 21:37:15 -0400
OS Version: 10.1.5 (Build 5S66)
Host:   dsl-216-158-31-164.cust.oldcity.dca.net

Command:emacs
PID:11774

Exception:  EXC_BAD_INSTRUCTION (0x0002)
Code[0]:0x0002
Code[1]:0x1650

Thread 0 Crashed:
 #0   0x1650 in start
 #1   0x411179ec in _dyld_start

PPC Thread State:
  srr0: 0x1650 srr1: 0x0008d030vrsave: 0x
   xer: 0x0017   lr: 0x411179ec  ctr: 0x1650   mq: 0x
r0: 0x411179ec   r1: 0xbc78   r2: 0xbfffe808   r3: 0x1650
r4: 0x   r5: 0x   r6: 0xbb58   r7: 0xbb5c
r8: 0x   r9: 0x411463a8  r10: 0x0001  r11: 0x
   r12: 0x1650  r13: 0x87859393  r14: 0xc24bc195  r15: 0x87859393
   r16: 0xc24bc195  r17: 0x87859393  r18: 0xc24bc195  r19: 0x87859393
   r20: 0xc24bc195  r21: 0x87859393  r22: 0xc24bc195  r23: 0x87859393
   r24: 0xc24bc195  r25: 0x87859393  r26: 0xbc74  r27: 0xbc94
   r28: 0xbc7c  r29: 0x0005  r30: 0x1000  r31: 0x87859393

**

Date/Time:  2002-08-16 21:37:16 -0400
OS Version: 10.1.5 (Build 5S66)
Host:   dsl-216-158-31-164.cust.oldcity.dca.net

Command:emacs
PID:11778

Exception:  EXC_BAD_INSTRUCTION (0x0002)
Code[0]:0x0002
Code[1]:0x1650

Thread 0 Crashed:
 #0   0x1650 in start
 #1   0x411179ec in _dyld_start

PPC Thread State:
  srr0: 0x1650 srr1: 0x0008d030vrsave: 0x
   xer: 0x0017   lr: 0x411179ec  ctr: 0x1650   mq: 0x
r0: 0x411179ec   r1: 0xbb20   r2: 0xbfffe6a8   r3: 0x1650
r4: 0x   r5: 0x   r6: 0xb9f8   r7: 0xb9fc
r8: 0x   r9: 0x411463a8  r10: 0x0001  r11: 0x
   r12: 0x1650  r13: 0x  r14: 0x  r15: 0x
   r16: 0x  r17: 0x  r18: 0x  r19: 0x
   r20: 0x  r21: 0x  r22: 0x  r23: 0x
   r24: 0x  r25: 0x  r26: 0xbb1c  r27: 0xbb58
   r28: 0xbb24  r29: 0x000c  r30: 0x1000  r31: 0x

**




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Crash building emacs 21.2-7 (unstable)

2002-08-16 Thread Fernando Pereira

Compilation succeeds, but building the saved image crashes. Below I include
the relevant part of the build log and the stack backtrace. OS X 10.1.5,
December developer tools.

-- F

Dumping under names emacs and emacs-21.2.1
malloc_cookie: a19000
Regions.
0x   0 - 0x1000, length: 0x1000, protection: ---,
max_protection: ---
0x1000 - 0x  31, length: 0x  30f000, protection: r-x,
max_protection: rwx
0x  31 - 0x  3eb000, length: 0x   db000, protection: rw-,
max_protection: rwx
0x  3eb000 - 0x  427000, length: 0x   3c000, protection: rw-,
max_protection: rwx
0x  427000 - 0x  7cf000, length: 0x  3a8000, protection: r--,
max_protection: rwx
0x  7cf000 - 0x  80f000, length: 0x   4, protection: rw-,
max_protection: rwx
0x  80f000 - 0x  84f000, length: 0x   4, protection: rw-,
max_protection: rwx
0x  84f000 - 0x  853000, length: 0x4000, protection: rw-,
max_protection: rwx
0x  85c000 - 0x  865000, length: 0x9000, protection: rw-,
max_protection: rwx
0x  866000 - 0x  8a3000, length: 0x   3d000, protection: r-x,
max_protection: rwx
0x  8a3000 - 0x  8ab000, length: 0x8000, protection: rw-,
max_protection: rwx
0x  8ab000 - 0x  8ae000, length: 0x3000, protection: rw-,
max_protection: rwx
0x  8ae000 - 0x  8c, length: 0x   12000, protection: r--,
max_protection: rwx
0x  8c - 0x  90, length: 0x   4, protection: rw-,
max_protection: rwx
0x  90 - 0x  94, length: 0x   4, protection: rw-,
max_protection: rwx
0x  94 - 0x  98, length: 0x   4, protection: rw-,
max_protection: rwx
0x  98 - 0x  9c, length: 0x   4, protection: rw-,
max_protection: rwx
0x  9c4000 - 0x  a04000, length: 0x   4, protection: rw-,
max_protection: rwx
0x  a04000 - 0x  a0b000, length: 0x7000, protection: rw-,
max_protection: rwx
0x  a19000 - 0x  a23000, length: 0xa000, protection: rw-,
max_protection: rwx
0x  a23000 - 0x  a2e000, length: 0xb000, protection: rw-,
max_protection: rwx
0x  a2e000 - 0x  a2f000, length: 0x1000, protection: rw-,
max_protection: rwx
0x  a2f000 - 0x  a3, length: 0x1000, protection: rw-,
max_protection: rwx
0x  a3 - 0x  a31000, length: 0x1000, protection: rw-,
max_protection: rwx
0x  a31000 - 0x  a51000, length: 0x   2, protection: rw-,
max_protection: rwx
0x4110 - 0x41145000, length: 0x   45000, protection: rw-,
max_protection: rwx
0x41145000 - 0x41148000, length: 0x3000, protection: rw-,
max_protection: rwx
0x41148000 - 0x4117, length: 0x   28000, protection: rw-,
max_protection: rwx
0x4117 - 0x41171000, length: 0x1000, protection: rw-,
max_protection: rwx
0x41171000 - 0x4117b000, length: 0xa000, protection: rw-,
max_protection: rwx
0x7000 - 0x8000, length: 0x1000, protection: r--,
max_protection: r--
0x8000 - 0x80007000, length: 0x7000, protection: rw-,
max_protection: rw-
0x80007000 - 0x80011000, length: 0xa000, protection: rw-,
max_protection: rw-
0x80011000 - 0x8432, length: 0x 430f000, protection: r--,
max_protection: r--
0x8432 - 0x84322000, length: 0x2000, protection: rw-,
max_protection: rw-
0x84322000 - 0x9000, length: 0x bcde000, protection: r--,
max_protection: r--
0xbfbc4000 - 0xbff8, length: 0x  3bc000, protection: rw-,
max_protection: rwx
0xbff8 - 0xb000, length: 0x   7f000, protection: rw-,
max_protection: rwx
0xb000 - 0xc000, length: 0x1000, protection: rw-,
max_protection: rwx
--
Concatenated regions.
0x   0 - 0x1000, length: 0x1000, protection: ---,
max_protection: ---
0x1000 - 0x  31, length: 0x  30f000, protection: r-x,
max_protection: rwx
0x  31 - 0x  427000, length: 0x  117000, protection: rw-,
max_protection: rwx
0x  427000 - 0x  7cf000, length: 0x  3a8000, protection: r--,
max_protection: rwx
0x  7cf000 - 0x  853000, length: 0x   84000, protection: rw-,
max_protection: rwx
0x  85c000 - 0x  865000, length: 0x9000, protection: rw-,
max_protection: rwx
0x  866000 - 0x  8a3000, length: 0x   3d000, protection: r-x,
max_protection: rwx
0x  8a3000 - 0x  8ae000, length: 0xb000, protection: rw-,
max_protection: rwx
0x  8ae000 - 0x  8c, length: 0x   12000, protection: r--,
max_protection: rwx
0x  8c - 0x  9c, length: 0x  10, protection: rw-,
max_protection: rwx
0x  9c4000 - 0x  a0b000, length: 0x   47000, protection: rw-,
max_protection: rwx
0x  a19000 - 0x  a51000, length: 0x   38000, protection: rw-,
max_protection: rwx
0x4110 - 0x4117b000, length: 0x   7b000, protection: rw-,
max_protection: rwx
0x7000 - 0x8000, length: 0x1000, protection: r--,
max_protection: r--
0x8000 - 0x80011000, length: 0x   11000, protection: rw-,
max_protection: rw-
0x80011000 - 0x8432, length: 0x 430f000, protection: r--,
max_protection: r--
0x8432 - 0x84322000, length: 0x2000, protection: rw-,
max_protection: rw-
0x84322000 - 0x9000, length: 0x bcde000, protection: 

[Fink-users] Re: Fink unstable gnuplot/aquaterm circular dependency

2002-05-11 Thread Fernando Pereira

On 5/11/02 6:01 PM, "Jeff Whitaker" <[EMAIL PROTECTED]> wrote:
> Unfortunately, you'll have to temporarily remove octave and
> gnuplot-3.8h.0-5 (and anything else that depends on gnuplot) in order to
> upgrade gnuplot.
Thanks, that worked (reinstalled octave-atlas with no problem afterwards)

-- F


___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Python installation issue

2002-03-24 Thread Fernando Pereira

On 3/24/02 5:26 PM, "Max Horn" <[EMAIL PROTECTED]> wrote:
> 1) The python-unstable and python-nox-unstable were in Fink for a
> brief period of time, while Python 2.2 was in under development.
> Since it fixed some serious OS X related bugs, it was deemed
> necessary by the package maintainer to have these packages providing
> development version of python for those in dire need. Since the
> release of Python 2.2, they became obsolete and hence have been
> removed. That they still appear in your list of Packages, Nicholas,
> could be because you didn't yet update with "fink selfupdate-cvs"
> (though you seem to use Fink 0.9.9, which sort of contradictst this).
> If they still appear after that, it's likely that you copied them
> previously into your "local" tree. You can remove them from there
> again.

I just did selfupdate-cvs, and the following python 2.2 packages appear in
stable and unstable

/sw/fink/dists/stable/main/finkinfo/languages/python-2.2-6.info
/sw/fink/dists/stable/main/finkinfo/languages/python-nox-2.2-5.info

/sw/fink/dists/unstable/main/finkinfo/languages/python-2.2-6.info
/sw/fink/dists/unstable/main/finkinfo/languages/python-2.2-7.info
/sw/fink/dists/unstable/main/finkinfo/languages/python-2.2-9.info
/sw/fink/dists/unstable/main/finkinfo/languages/python-nox-2.2-5.info
/sw/fink/dists/unstable/main/finkinfo/languages/python-nox-2.2-7.info
/sw/fink/dists/unstable/main/finkinfo/languages/python-nox-unstable-2.2a3-1.
info
/sw/fink/dists/unstable/main/finkinfo/languages/python-nox-unstable-2.2b1-1.
info
/sw/fink/dists/unstable/main/finkinfo/languages/python-unstable-2.2a3-2.info
/sw/fink/dists/unstable/main/finkinfo/languages/python-unstable-2.2b1-1.info

Shouldn't some of these have been deleted automatically?

-- F



___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] wxgtk can't find FT_Render_Glyph in freetype

2002-03-02 Thread Fernando Pereira

I'm trying to build the latest wxgtk from unstable (wxgtk-2.3.2-3). During
configuration, it complains

checking for FT_Render_Glyph in -lfreetype... no
configure: warning: system freetype library not found, will use built-in
instead

I have /usr/X11R6/lib/libfreetype.a, which defines FT_Render_Glyph (latest
freetype-hinting from unstable).

Later on, the build fails when trying to link libwx_gtk-2.3.dylib.1.0.0,
complaining that the following .o files are missing:

c++: ftsystem.o: No such file or directory
c++: autohint.o: No such file or directory
c++: ftbase.o: No such file or directory
c++: ftdebug.o: No such file or directory
c++: ftglyph.o: No such file or directory
c++: ftinit.o: No such file or directory
c++: ftmm.o: No such file or directory
c++: cff.o: No such file or directory
c++: type1cid.o: No such file or directory
c++: psnames.o: No such file or directory
c++: psmodule.o: No such file or directory
c++: raster1.o: No such file or directory
c++: sfnt.o: No such file or directory
c++: smooth.o: No such file or directory
c++: truetype.o: No such file or directory
c++: type1z.o: No such file or directory
c++: winfnt.o: No such file or directory

There are no source files for these .o files, making me suspect that they
correspond to a missing built-in freetype, which is not provided because the
package depends on the freetype package, which is installed.

I've peeked at config.cache, and /usr/X11R6/lib seems to be included in the
library search list, so I don't understand how FT_Render_Glyph in freetype
is missed.

-- F


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Test failures in latest CVS python 2.2

2002-02-21 Thread Fernando Pereira

Test_math fails because sqrt(-1) returns NaN, rather than raising
ValueError.

Test_locale is skipped because locale en_US is not supported.

-- F


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] 4.2 xfree86-rootless vs xfree86-server

2002-02-16 Thread Fernando Pereira

At 7:42 AM -0700 2/16/02, Jeff Whitaker wrote:
>You don't have the xfree86-server installed!  You probably have a manually
>installed version of XDarwin. You'll need to manually remove it before
>installing the fink xfree86-rootless package.

Thanks. I looked at the install script to see which files it was 
checking for, deleted those, and the install went through. Should 
have done that before, but I was worried that I would stomp on 
something. The new version seems to be working, anyway.
-- 
F

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] 4.2 xfree86-rootless vs xfree86-server

2002-02-16 Thread Fernando Pereira

At 6:46 AM -0700 2/16/02, Jeff Whitaker wrote:
>Fernando:  Try "fink remove xfree86-server" and then "fink install
>xfree86-rootless".

Thanks, but it doesn't work:

% sudo fink remove xfree86-server
Password:
Reading package info...
Information about 330 packages read in 4 seconds.
dpkg --remove  xfree86-server
dpkg - warning: ignoring request to remove xfree86-server which isn't 
installed.
% sudo fink install xfree86-rootless
Reading package info...
Information about 330 packages read in 7 seconds.
dpkg -i 
/sw/fink/dists/local/main/binary-darwin-powerpc/x11-system/xfree86-rootless_4.2.0-2_darwin-powerpc.deb
(Reading database ... 22358 files and directories currently installed.)
Unpacking xfree86-rootless (from 
.../xfree86-rootless_4.2.0-2_darwin-powerpc.deb) ...

You have an existing X server installation in /usr/X11R6 and /Applications.
This package refuses to overwrite these. Remove them, then tell Fink to
install xfree86-rootless again.

Press Return to continue.

dpkg: error processing 
/sw/fink/dists/local/main/binary-darwin-powerpc/x11-system/xfree86-rootless_4.2.0-2_darwin-powerpc.deb
 
(--install):
  subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
  
/sw/fink/dists/local/main/binary-darwin-powerpc/x11-system/xfree86-rootless_4.2.0-2_darwin-powerpc.deb
### dpkg failed, exit code 1
Failed: can't install package xfree86-rootless-4.2.0-2

-- 
F

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] 4.2 xfree86-rootless vs xfree86-server

2002-02-16 Thread Fernando Pereira

At 6:16 AM -0700 2/16/02, Jeff Whitaker wrote:
>If you have the xfree86-server package installed, xfree86-rootless should
>replace it.  Could you send the error message, the exact version of the
>package you have installed, and the version of fink you are running?

% sudo fink --version
Package manager version: 0.9.7
Distribution version: 0.3.2a.cvs

What it reports for installed packages is peculiar, given that I had 
a working X installation:

 xfree86 4.1.0-1 XFree86 convenience bundle
  i  xfree86-base4.2.0-4 XFree86 libraries, utilities, clients and d...
 xfree86-rootles 4.2.0-2 MacOS X/Darwin XFree86 display server.
 xfree86-server  4.1.0-5 XFree86 display server (stable release)

The error message is:

% sudo fink install xfree86-rootless
Reading package info...
Information about 330 packages read in 6 seconds.
dpkg -i 
/sw/fink/dists/local/main/binary-darwin-powerpc/x11-system/xfree86-rootless_4.2.0-2_darwin-powerpc.deb
(Reading database ... 22358 files and directories currently installed.)
Unpacking xfree86-rootless (from 
.../xfree86-rootless_4.2.0-2_darwin-powerpc.deb) ...

You have an existing X server installation in /usr/X11R6 and /Applications.
This package refuses to overwrite these. Remove them, then tell Fink to
install xfree86-rootless again.

I've had X since the very early days of Fink, and I vaguely recall 
that the installation then required a variety of steps and copying 
some files by hand. Could it be that my setup is somehow not fully 
managed by fink? My problem is that I have no idea of what to remove 
from /usr/X11R6. I guess I could delete everything and start from 
scratch, but I fear the consequences.
-- 
F

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] 4.2 xfree86-rootless vs xfree86-server

2002-02-15 Thread Fernando Pereira

My fink installation is set up to use CVS. I am trying to install 
xfree86 4.2 from unstable. xfree86-base installs properly, but 
xfree86-rootless refuses to overwrite the current installation. On 
second thought, this is not so surprising, because the previous 
installation came from xfree86-server 4.1. In an earlier list 
message, a 4.2 xfree86-server was mentioned, but the current unstable 
packages only seem to have xfree86-rootless. Should I remove 4.1 
xfree86-server to that it can be replaced by 4.2 xfree86-rootless, or 
would this be a bad idea?
-- 
F

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] buffer cut and paste in emacs

2002-01-19 Thread Fernando Pereira

At 3:35 PM -0700 1/19/02, Rob MacLeod wrote:
>I am running emacs 20.7.1.

I just installed the new Carbonized Emacs 21.1 from the unstable 
package emacs-alpha, and it handles cut-and-paste with Aqua apps 
better than any of the other alternatives I have tried. It does make 
the mistake of using Cmd rather than Option for Emacs M-, which 
precludes the use of the standard Mac Cmd- keyboard shortcuts to cut 
and paste on Emacs; instead, the yank buffer is identified with the 
cut buffer, and wipe and yank in Emacs play the same role as cut and 
paste in other apps.
-- 
F

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users