broken libguile.la file (libguile12-1.6.7-1)

2005-06-09 Thread Brian Dessent

I was trying to build autogen when I got to this:

/bin/bash ../libtool --tag=CC --mode=link ccache gcc 
-Wl,-no-undefined   -o autogen.exe -export-dynamic  autogen-ag.o
../autoopts/libopts.la -lguile -lguile-ltdl -lcrypt -lm -lm 
libtool: link: cannot find the library
`/home/mingw/cygwin/root/usr/lib/libguile-ltdl.la'

This apparently comes from the following in /usr/lib/libguile.la:

# Libraries that this one depends upon.
dependency_libs=' /home/mingw/cygwin/root/usr/lib/libguile-ltdl.la
-lcrypt'

After changing that to /usr/bin/libguile-ltdl.la, I got this:

/bin/bash ../libtool --tag=CC --mode=link ccache gcc 
-Wl,-no-undefined   -o autogen.exe -export-dynamic  autogen-ag.o
../autoopts/libopts.la -lguile -lguile-ltdl -lcrypt -lm -lm 
ccache gcc -Wl,-no-undefined -o autogen.exe autogen-ag.o
-Wl,--export-dynamic  ../autoopts/.libs/libopts.a
/usr/lib/cygguile.dll.a /usr/lib/libguile-ltdl.dll.a -lcrypt
gcc: /usr/lib/cygguile.dll.a: No such file or directory

So I changed the 'library_names' line to 'libguile.dll.a' instead of
'cygguile.dll.a', and the link worked.  I'm really not totally fluent in
libtool but it does seem to me that these are guile packaging problems
and not the fault of autogen, no?

Brian


Do we still have an emacs maintainer

2005-06-09 Thread Christopher Faylor
There have now been three reports of problems with emacs in the cygwin
and cygwin-xfree mailing lists and I haven't seen anyone stepping in to
try to help.

(Other than me, that is, but then I wasn't doing it right, apparently)

Do we still have an active emacs maintainer?  I don't see Joe's name in
either the cygwin or the cygwin-apps mailing lists, which can't be a
good sign.

Joe Buehler are you still around?

cgf


Re: Catgets ready for upload

2005-06-09 Thread Bryan Henderson
>curl: (19) catgets-1.0-1.tar.bz2: No such file or directory.
>...

Sorry, I got some dots and dashes mixed up.  They work now.  I tried them.

   ftp://giraffe-data.com/pub/catgets/setup.hint
   ftp://giraffe-data.com/pub/catgets/catgets-1.0-1.tar.bz2
   ftp://giraffe-data.com/pub/catgets/catgets-1.0-1-src.tar.bz2

>make that libintl3 and libiconv2 

Ah, I see.  Fixed.

-- 
Bryan HendersonPhone 408-621-2000
San Jose, California


Re: Catgets ready for upload

2005-06-09 Thread Corinna Vinschen
On Jun  9 18:51, Bryan Henderson wrote:
> OK, I've fixed those.
> 
> Here are the current URLs:
> 
>   ftp://giraffe-data.com/pub/catgets/setup.hint
>   ftp://giraffe-data.com/pub/catgets/catgets-1.0-1.tar.bz2
>   ftp://giraffe-data.com/pub/catgets/catgets-1.0-1-src.tar.bz2

Hmm,

curl: (19) catgets-1.0-1.tar.bz2: No such file or directory.
curl: (19) catgets-1.0-1-src.tar.bz2: No such file or directory.

also your setup requires libintl and libiconv but the application
is apparently linked against the latest versions of both libs, so
make that libintl3 and libiconv2 (or was it vice versa?) 


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: Catgets ready for upload

2005-06-09 Thread Bryan Henderson
OK, I've fixed those.

Here are the current URLs:

  ftp://giraffe-data.com/pub/catgets/setup.hint
  ftp://giraffe-data.com/pub/catgets/catgets-1.0-1.tar.bz2
  ftp://giraffe-data.com/pub/catgets/catgets-1.0-1-src.tar.bz2

-- 
Bryan HendersonPhone 408-621-2000
San Jose, California


Re: Catgets ready for upload

2005-06-09 Thread Corinna Vinschen
Hi Bryan,

On Jun  8 21:16, Bryan Henderson wrote:
> Here are the files for the previously discussed Catgets package,
> which contains the "catgets" message catalog facility from the GNU
> C library.
> 
> 
> ftp://giraffe-data.com/pub/catgets/setup.hint
> ftp://giraffe-data.com/pub/catgets/catgets-1.0-0.tar.bz2
> ftp://giraffe-data.com/pub/catgets/catgets-1.0-0-src.tar.bz2

sorry, but this isn't good to go.  I found three problems:

- The binary usr/bin/gencat.exe is not executable.  Check the
  permissions in the tar file, please.

- The Cygwin doc should go into usr/share/doc/Cygwin, not usr/share/Cygwin.

- The setup.hint file only lists cygwin as requirement, but gencat.exe
  is also linked dynamically against libiconv and libintl.

- Problem 4 of 3: The -0 should be a -1 in the final first version.  IMHO.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.