[Fink-users] emacs21-xaw3d-21.3.50-20041117-3

2004-11-20 Thread Ersatz Sophist
I keep getting the following error when I try installing any flavor of emacs. Rebuilding, per the instructions, does not solve the problem. What gives? -- Package manager version: 0.23.3 Distribution version: 0.7.1.rsync Mac OS X version: 10.3.6 December 2002 Developer Tools or later gcc version:

Re: [Fink-users] emacs21 installation

2004-10-24 Thread Alexander K. Hansen
On Sun, 2004-10-24 at 13:22 -0500, chauser wrote: > > > __ > > Alexander, > > I just checked and DevSDK.pkg is in the /Library/Receipts/ > directory. Should I try to re-install the dev tools anyway? > > config.log (libjpeg) :

[Fink-users] emacs21 installation

2004-10-24 Thread chauser
Alexander, I just checked and DevSDK.pkg is in the /Library/Receipts/ directory. Should I try to re-install the dev tools anyway? config.log (libjpeg) : This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:538:

Re: [Fink-users] Emacs21 doesn't like system-xfree ?

2004-05-05 Thread Martin Costabel
Julien Salort wrote: Hi, I'd like to install emacs21 but fink keeps asking me to install xfree86 and xfree86-shlibs which I don't want since I'm already using Apple X11 : You don't say whether you read and followed Fink FAQ#9.11 -- Martin ---

[Fink-users] Emacs21 doesn't like system-xfree ?

2004-05-05 Thread Julien Salort
Hi, I'd like to install emacs21 but fink keeps asking me to install xfree86 and xfree86-shlibs which I don't want since I'm already using Apple X11 : % fink install emacs21 /usr/bin/sudo /sw/bin/fink install emacs21 Information about 1561 packages read in 2 seconds. The following package will be

[Fink-users] emacs21-xaw3d won't install

2004-04-09 Thread Lawrence Paulson
Since installing Panther I have not been able to use emacs21-xaw3d, despite all the upgrades to fink. Removing it and re-installing does not help. Any ideas? Reading Package Lists... Building Dependency Tree... The following NEW packages will be installed: emacs21-xaw3d 0 packages upgraded, 1

Re: [Fink-users] emacs21-xaw3d

2003-01-14 Thread Kow K
Oops, step 3 won't work if CVS server is down. Sorry! On Tuesday, January 14, 2003, at 06:57 PM, Kow K wrote: A cheap trick that may work: 1. search the internet for xaw3d and xaw3d-shlibs with, say, Google 2. download archived tarballs into /sw/src manually (or download somewhere else and mov

Re: [Fink-users] emacs21-xaw3d

2003-01-14 Thread Kow K
A cheap trick that may work: 1. search the internet for xaw3d and xaw3d-shlibs with, say, Google 2. download archived tarballs into /sw/src manually (or download somewhere else and move them /sw/src with superuser priviledge) 3. perform "fink selfupdate-cvs" Note: the source file names match exa

Re: [Fink-users] emacs21-xaw3d

2003-01-14 Thread David R. Morrison
Tim, If you have the unstable tree enabled, you'll need to be sure that both xaw3d and xaw3d-shlibs are installed before you compile emacs21-xaw3d. This problem is actually fixed in some brand-new versions of those packages, but unfortunately "fink selfupdate-cvs" will not be functioning for the

[Fink-users] emacs21-xaw3d

2003-01-14 Thread Tim Lucas
When I try to install emacs21-xaw3d, I get this error message. gcc: /sw/lib/libXaw3d.a: No such file or directory make[1]: *** [temacs] Error 1 make: *** [src] Error 2 ### execution of failed, exit code 2 Failed: compiling emacs21-xaw3d-21.2-12 failed Does anyone know how to fix this? I am using

[Fink-users] emacs21 weird behavior: solved

2002-11-23 Thread Massimo Marino
With the mungled PATH which was /usr/bin/which . From all Viktor said, is then best to rename my previous csh scripts to .

Re: [Fink-users] emacs21 weird behavior: solved

2002-11-22 Thread Hisashi T Fujinaka
I thought about that as I posted using "which," but I thought csh was the default shell. Not that I checked, since I use tcsh. I don't think that bash stores and hashes the available files, and I'm not sure which environment variable it uses to check for paths. Sorry for the confusion and I'm happ

Re: [Fink-users] emacs21 weird behavior: solved

2002-11-22 Thread Ettore Aldrovandi
> >Thomas, of course you are right but the problem was not even *showing* >in that 'which emacs' ALWAYS reported >/sw/bin/emacs and not /usr/bin/emacs > >Does bash behave differently from (t)csh? I did not check the PATH >because /sw/bin/emacs is exactly what I wanted but still >/usr/bin/emacs w

[Fink-users] emacs21 weird behavior: solved

2002-11-22 Thread Viktor Haag
Massimo Marino writes: > > Does bash behave differently from (t)csh? I did not check the > PATH because /sw/bin/emacs is exactly what I wanted but still > /usr/bin/emacs was the one got called. How 'which' in bash > gets updated? any 'rehash' equivalent? Bash doesn't have a 'which' builtin l

[Fink-users] emacs21 weird behavior : solved

2002-11-22 Thread Viktor Haag
Massimo Marino writes: [snip] > in the PATH /usr/bin was coming before /sw/bin . Fixing that > (source init.sh in .bash_profile) rather than into .bashrc got > the PATH right. I still do not have an answer on WHY which > emacs was reporting /sw/bin/emacs. > > I had this problem after movi

[Fink-users] emacs21 weird behavior: solved

2002-11-22 Thread Massimo Marino
Thomas, of course you are right but the problem was not even *showing* in that 'which emacs' ALWAYS reported /sw/bin/emacs and not /usr/bin/emacs Does bash behave differently from (t)csh? I did not check the PATH because /sw/bin/emacs is exactly what I wanted but still /usr/bin/emacs was the one

[Fink-users] emacs21 weird behavior : solved

2002-11-22 Thread Massimo Marino
at 06:37 PM, [EMAIL PROTECTED] wrote: From: Hisashi T Fujinaka <[EMAIL PROTECTED]> Date: Fri Nov 22, 2002 1:30:11 AM Europe/Zurich Cc: [EMAIL PROTECTED] Subject: Re: [Fink-users] emacs21 misbehavior Can you do a "which emacs" to see which one is being called? On Thu, 21 Nov 2002,

Re: [Fink-users] emacs21 misbehavior

2002-11-21 Thread Hisashi T Fujinaka
Can you do a "which emacs" to see which one is being called? On Thu, 21 Nov 2002, Viktor Haag wrote: > Massimo Marino writes: > > Viktor, > > > > I checked the PATH and indeed you got it right. Now, shouldn't > > this be taken care by init.sh ? > > It should be. You can check to make sure tha

Re: [Fink-users] emacs21 misbehavior

2002-11-21 Thread Viktor Haag
Massimo Marino writes: > Viktor, > > I checked the PATH and indeed you got it right. Now, shouldn't > this be taken care by init.sh ? It should be. You can check to make sure that /sw/bin/init.sh exists and does reset the PATH. Then you should check that you don't re-reset the PATH *after* i

Re: [Fink-users] emacs21 misbehavior

2002-11-21 Thread Massimo Marino
Viktor, I started looking at all sym links and they all looked fine: if I issue directly those ones then the correct emacs starts and emacs opens its window. I checked the PATH and indeed you got it right. Now, shouldn't this be taken care by init.sh ? On Thursday, November 21, 2002, at 10:52

[Fink-users] emacs21 misbehavior

2002-11-21 Thread Viktor Haag
Massimo Marino writes: > If I issue emacs --v the reply is again 21.1.1 and cannot open > its own window on Xfree86 and currently it is the only app > which cannot do that. All others work fine (nedit, xterm, > Eterm, external clients) so it is not a problem of DISPLAY > setting. This sound

[Fink-users] emacs21 misbehavior

2002-11-21 Thread Massimo Marino
K guys, now this is weird. I removed emacs with Fink, then physically removed emacs from my system, included debian package and tar file. I downloaded again emacs21.2 tar, rebuilt and installed. All went smoothly without errors. If I issue emacs --v the reply is again 21.1.1 and cannot open its

Re: [Fink-users] emacs21-21.2-11 failed to compile under Jaguar

2002-10-23 Thread Alexander Hansen
On Wed, 2002-10-23 at 10:23, Gavin Sherlock wrote: > ld: table of contents for archive: /usr/X11R6/lib/libXaw.a is out of > date; rerun ranlib(1) (can't load from it) > Just do 'ranlib /usr/X11R6/lib/libXaw.a' -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting

[Fink-users] emacs21-21.2-11 failed to compile under Jaguar

2002-10-23 Thread Viktor Haag
Gavin Sherlock writes: > Hi, > First - many thanks for fink - it rocks!!! I have a > brand new machine, onto which I installed the developer tools > (July 2002) with the August 2002 update, then followed the > instructions to bootstrap fink. I then installed XDarwin, > with the 4.2.0.1

[Fink-users] emacs21-21.2-11 failed to compile under Jaguar

2002-10-23 Thread Gavin Sherlock
Hi, First - many thanks for fink - it rocks!!! I have a brand new machine, onto which I installed the developer tools (July 2002) with the August 2002 update, then followed the instructions to bootstrap fink. I then installed XDarwin, with the 4.2.0.1 update for 10.2 as well. After doing

Re: [Fink-users] Emacs21-21.2-11 now compiling

2002-10-19 Thread Viktor Haag
Yes, indeedy! Woohoo! V. -Original Message- From: Julien Salort <[EMAIL PROTECTED]> To: Viktor Haag <[EMAIL PROTECTED]>; Fink-ML <[EMAIL PROTECTED]> Sent: Sat Oct 19 06:17:13 2002 Subject: Re: [Fink-users] Emacs21-21.2-11 now compiling > I can now build a emacs2

Re: [Fink-users] Emacs21-21.2-11 now compiling

2002-10-19 Thread Julien Salort
> I can now build a emacs21 deb, and presumably install it (it's > churning away at the latter right now). In addition, I notice that the new emacs21 runs in Apple terminal without problem now ! -- Julien Salort http://julien.salort.free.fr -

[Fink-users] Emacs21-21.2-11 now compiling

2002-10-15 Thread Viktor Haag
I can now build a emacs21 deb, and presumably install it (it's churning away at the latter right now). The culprit? I did not have Fink's 'xaw3d' package installed. Once I installed it, emacs21 built correctly. Presumably this dependency should get added to the emacs21 package... -- Viktor Ha

[Fink-users] emacs21 problems solved by rebuilding xfree86 and xaw3d

2002-10-13 Thread William McCallum
I had a problem building emacs 21 which seems different from the ones reported here recently. It complained that various dynamically linked libraries were out of date. Anyway, for what it's worth, the problem went away when I rebuilt xfree86-base and xaw3d. Regards, Bill ---

[Fink-users] emacs21 & C-Perl MODUS

2002-10-03 Thread Johannes Kreuzhuber
I need the C-Perl modus support in emacs. know anyone why this modus isn't included in emacs. thanks for help giovanni --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

[Fink-users] Emacs21 build still hosed

2002-09-29 Thread PARC login
I had to edit the Makefile in the src subdirectory of the Emacs21 build to make it work. I took out the -lXpm -lX11 -lncurses and substituted the full path names of the .a versions of those libraries. This worked. Bill --- This sf.net ema

[Fink-users] Emacs21 build still hosed

2002-09-25 Thread Viktor Haag
OK, Thinking that perhaps I'd hosed my old fink installation beyond any hope of repair, I wiped the slate clean and installed a virgin fink install on Jaguar. It didn't help. I installed the bootstrap, and several other key packages (I've attached a fink list to this email). Building Emacs21 sti

Re: [Fink-users] emacs21

2002-09-02 Thread Ben Hines
On Monday, September 2, 2002, at 07:28 AM, Jean Richelle wrote: > Hi, > > In the page http://fink.sourceforge.net/pdb/package.php/emacs21 > version 2-6 appears to be in the "current-stable" but it does not > appear in the list of packages shown by dselect and "apt-get -s > install emacs21" give

[Fink-users] emacs21

2002-09-02 Thread Jean Richelle
Hi, In the page http://fink.sourceforge.net/pdb/package.php/emacs21 version 2-6 appears to be in the "current-stable" but it does not appear in the list of packages shown by dselect and "apt-get -s install emacs21" gives "Couldn't find the package". I suppose that it is because the version I'm a

[Fink-users] emacs21-21.2-8 error

2002-08-21 Thread Viktor Haag
Jeremy Erwin writes: > Emacs21 fails to build do to autoconf errors (suffixed to > email) I just updated my fink distribution from cvs. > > I'm running 10.1, with April development Tools. autoconf is 2.53 > > It appears to build with autoconf-2.13, though. That's odd, because I just did a

[Fink-users] emacs21-21.2-8 error

2002-08-21 Thread Jeremy Erwin
Emacs21 fails to build do to autoconf errors (suffixed to email) I just updated my fink distribution from cvs. I'm running 10.1, with April development Tools. autoconf is 2.53 It appears to build with autoconf-2.13, though. Jeremy updating cache ./config.cache creating ./config.status creatin

Re: [Fink-users] emacs21

2002-07-18 Thread Joe Izen
At 12:19 PM -0400 7/18/02, Chris Devers wrote: >Is the local branch included on the Trees: line of your /sw/etc/fink.conf? Yes, here's the line: Trees: local/main stable/main stable/crypto >I'm not positive that this impacts binary installation issues (though I do >note that your output mentio

Re: [Fink-users] emacs21

2002-07-18 Thread Chris Devers
On Wed, 17 Jul 2002, Joe Izen wrote: > I have copied the info and patch files from unstable: > > [snip] > > but fink doesn't seem to find it: Is the local branch included on the Trees: line of your /sw/etc/fink.conf? I'm not positive that this impacts binary installation issues (though I do

[Fink-users] emacs21

2002-07-17 Thread Joe Izen
I have copied the info and patch files from unstable: [dhcp-113-119:local/main/finkinfo] root# pwd /sw/fink/dists/local/main/finkinfo [dhcp-113-119:local/main/finkinfo] root# ls emacs20-20.7-2.info emacs21-21.2-2.info icemc-0.2.1-3.patch xv-3.10a-2.patch emacs20-20.7-2.patch

Re: [Fink-users] emacs21 dependency error

2002-07-09 Thread Martin Costabel
Jason J. Park wrote: > I did a 'fink selfupdate-cvs' and tried to install emacs21-21.2-6.info > in stable. emacs21, however, depends on emacsen-common, which currently > is only in unstable. Just for the record - you certainly have seen it by now - emacsen-common is in stable now, too. -- M

[Fink-users] emacs21 dependency error

2002-07-09 Thread Jason J . Park
I did a 'fink selfupdate-cvs' and tried to install emacs21-21.2-6.info in stable. emacs21, however, depends on emacsen-common, which currently is only in unstable. Jason Park --- This sf.net email is sponsored by:ThinkGeek Stuff, things, a

Re: [Fink-users] emacs21 and cut buffer

2002-06-04 Thread Viktor Haag
Alexander Hansen writes: > I've been able to paste into emacs21, but using the emacs > paste command (^y) rather than the X11 middle-click paste. This does not work reliably. It appears that this only works as long as the current buffer has not already established a kill ring with contents. Onc

Re: [Fink-users] emacs21 and cut buffer

2002-06-03 Thread Alexander Hansen
I've been able to paste into emacs21, but using the emacs paste command (^y) rather than the X11 middle-click paste. -- Alexander K. Hansen Associate Research Scientist, Columbia University Levitated Dipole Experiment MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219 Cambridge, MA

[Fink-users] emacs21 and cut buffer

2002-06-02 Thread Enrico Franconi
Hi! I used to be very happy in cutting/pasting to/from fink X11 emacs and aqua/carbon applications, thanks to the package autocutsel. Since the new emacs21 came into play, I've lost again the ability to reliably cut and paste; basically it is now a matter of faith :-) Is this known? It is just me

Re: [Fink-users] emacs21-21.2-5 patch file

2002-05-31 Thread segment289
On Friday, May 31, 2002, at 10:36 , Chris Devers wrote: > [EMAIL PROTECTED] wrote: > >> I tried to update my emacs21-21.2-4 to emacs21-21.2-5, it failed, >> and I think there's something amiss with the emacs21-21.2-5 patch >> file in /sw/fink/dists/unstable/main/finkinfo/editors. > > Do another

Re: [Fink-users] emacs21-21.2-5 patch file

2002-05-31 Thread Chris Devers
[EMAIL PROTECTED] wrote: > I tried to update my emacs21-21.2-4 to emacs21-21.2-5, it failed, > and I think there's something amiss with the emacs21-21.2-5 patch > file in /sw/fink/dists/unstable/main/finkinfo/editors. Do another selfupdate-cvs. I upgraded to 21.2-5 yesterday, and as soon as it

[Fink-users] emacs21-21.2-5 patch file

2002-05-31 Thread Viktor Haag
[EMAIL PROTECTED] writes: > Hi, > > I tried to update my emacs21-21.2-4 to emacs21-21.2-5, it > failed, and I think there's something amiss with the > emacs21-21.2-5 patch file in > /sw/fink/dists/unstable/main/finkinfo/editors. I had no problem with the update. I know that's not useful, b

[Fink-users] emacs21-21.2-5 patch file

2002-05-30 Thread segment289
Hi, I tried to update my emacs21-21.2-4 to emacs21-21.2-5, it failed, and I think there's something amiss with the emacs21-21.2-5 patch file in /sw/fink/dists/unstable/main/finkinfo/editors. After tar is finished, this is what I get: cp -f /sw/lib/fink/update/config.guess . cp -f /sw/lib/fink/u

[Fink-users] Emacs21 and Xaw3d

2002-04-23 Thread segment289
Hi, I was running Andrew Choi's carbonized emacs21.1, and decided to switch to the fink/X version instead. I downloaded GNU's patch to update my emacs21.1 sources to emacs21.2, created my own emacs21.2 gzipped tarball, and ran "fink install emacs21. Fink downloaded and installed emacsen-common,

Re: [Fink-users] emacs21 installation failure

2002-04-03 Thread Viktor Haag
Christian Swinehart writes: > The problem appears to have been a conflict with libungif. I've put a > fix in cvs. Hopefully this takes care of it... Christian, Can you explain the difference between the Emacs21 package and the Emacs-carbon package? (I assume the difference is that Emacs21 is

Re: [Fink-users] emacs21 installation failure

2002-04-03 Thread Christian Swinehart
The problem appears to have been a conflict with libungif. I've put a fix in cvs. Hopefully this takes care of it... -christian On Tuesday, April 2, 2002, at 02:51 pm, Enrico Franconi wrote: > I get the VERY same error. I could install without problems the > unstable emacs20.7-2 > > On April 2,

Re: [Fink-users] emacs21 installation failure

2002-04-02 Thread Christian Swinehart
There seems to be a problem with some of the patches I brought over from darwin CVS. I'm looking into it... In the meantime, I've posted a properly working deb file for those who are interested: http://www.cs.brandeis.edu/~csw/emacs21_21.2-1_darwin-powerpc.deb -christian ps. If people could s

Re: [Fink-users] emacs21 installation failure

2002-04-02 Thread Enrico Franconi
I get the VERY same error. I could install without problems the unstable emacs20.7-2 On April 2, Alexander Hansen writes: > I get the following error when I try to install emacs21-21.2-1 (built from > source, as is emacsen-common): > > ... > Setting up emacs21 (21.2-1) ... > emacs-install emacs2

[Fink-users] emacs21 installation failure

2002-04-02 Thread Alexander Hansen
I get the following error when I try to install emacs21-21.2-1 (built from source, as is emacsen-common): ... Setting up emacs21 (21.2-1) ... emacs-install emacs21 emacsen-common: Handling install of emacsen flavor emacs21 emacsen-common: byte-compiling for emacs21 emacs-install: /sw/lib/emacsen-