Re: RFU: ncftp 3.2.5-1 (ITA: new maintainer)

2012-10-15 Thread Corinna Vinschen
On Oct 14 20:56, Jari Aalto wrote:
> wget --recursive --no-host-directories --cut-dirs=3 \
> http://cante.net/~jaalto/tmp/cygwin/ncftp/ncftp-3.2.5-1-src.tar.bz2 \
> http://cante.net/~jaalto/tmp/cygwin/ncftp/ncftp-3.2.5-1.tar.bz2 \
> http://cante.net/~jaalto/tmp/cygwin/ncftp/setup.hint
> 
> Here is a new upstream release as Jonathan is MIA[1],
> Jari

Looks good.  Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: cscope -- Interactively examine a C program source

2012-10-15 Thread Corinna Vinschen
Hi Dave,
Hi Jari,

On Oct 14 13:56, Dave And Diane wrote:
> Effectively yes. I'm cool with mlcscope being removed from the
> package list when cscope appears.

Three followup questions:

- Does mlcscope provide functionality cscode doesn't?  That might
  be a point in favor of keeping it alive, unless you think it's
  not that important.

- If we obsolete mlcscope, would it make sense to create a new, empty
  mlcscope package which "requires" cscope so that cscope is automatically
  replacing mlcscope in existing installations?

- If so, would it also make sense if the cscope package creates a
  mlcscope symlink -> cscope to help people along which use mlcsope in
  scripts (if that makes any sense at all??


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: libgif depends on X11

2012-10-15 Thread Corinna Vinschen
On Oct 14 18:45, Daniel Colascione wrote:
> $ ldd /bin/cyggif-4.dll
> ntdll.dll => /Windows/SysWOW64/ntdll.dll (0x7de7)
> kernel32.dll => /Windows/syswow64/kernel32.dll (0x7dd6)
> KERNELBASE.dll => /Windows/syswow64/KERNELBASE.dll (0x7d85)
> cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0xc3c7)
> cygwin1.dll => /usr/bin/cygwin1.dll (0x6100)
> cygX11-6.dll => /usr/bin/cygX11-6.dll (0xc4e9)
> cygxcb-1.dll => /usr/bin/cygxcb-1.dll (0xc02f)
> cygXau-6.dll => /usr/bin/cygXau-6.dll (0xc4e7)
> cygXdmcp-6.dll => /usr/bin/cygXdmcp-6.dll (0xc4dd)
> ??? => ??? (0x58)
> 
> Why would libgif depend on X11? The symbols imported are XGetImage,
> XGetWindowAttributes, and XQueryColors.

Same as on Linux:

  $ ldd /lib64/libgif.so.4
  linux-vdso.so.1 =>  (0x7fbff000)
  libSM.so.6 => /lib64/libSM.so.6 (0x003fbdc0)
  libICE.so.6 => /lib64/libICE.so.6 (0x003fbe00)
  libX11.so.6 => /lib64/libX11.so.6 (0x003fb380)
  libc.so.6 => /lib64/libc.so.6 (0x003faf80)
  libuuid.so.1 => /lib64/libuuid.so.1 (0x003fb9c0)
  libxcb.so.1 => /lib64/libxcb.so.1 (0x003fb3c0)
  libdl.so.2 => /lib64/libdl.so.2 (0x003fb040)
  /lib64/ld-linux-x86-64.so.2 (0x003faf40)
  libXau.so.6 => /lib64/libXau.so.6 (0x003fb340)


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: libgif depends on X11

2012-10-15 Thread Daniel Colascione
On 10/15/2012 1:21 AM, Corinna Vinschen wrote:
> On Oct 14 18:45, Daniel Colascione wrote:
>> $ ldd /bin/cyggif-4.dll
>> ntdll.dll => /Windows/SysWOW64/ntdll.dll (0x7de7)
>> kernel32.dll => /Windows/syswow64/kernel32.dll (0x7dd6)
>> KERNELBASE.dll => /Windows/syswow64/KERNELBASE.dll (0x7d85)
>> cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0xc3c7)
>> cygwin1.dll => /usr/bin/cygwin1.dll (0x6100)
>> cygX11-6.dll => /usr/bin/cygX11-6.dll (0xc4e9)
>> cygxcb-1.dll => /usr/bin/cygxcb-1.dll (0xc02f)
>> cygXau-6.dll => /usr/bin/cygXau-6.dll (0xc4e7)
>> cygXdmcp-6.dll => /usr/bin/cygXdmcp-6.dll (0xc4dd)
>> ??? => ??? (0x58)
>>
>> Why would libgif depend on X11? The symbols imported are XGetImage,
>> XGetWindowAttributes, and XQueryColors.
> 
> Same as on Linux:
> 
>   $ ldd /lib64/libgif.so.4
> linux-vdso.so.1 =>  (0x7fbff000)
> libSM.so.6 => /lib64/libSM.so.6 (0x003fbdc0)
> libICE.so.6 => /lib64/libICE.so.6 (0x003fbe00)
> libX11.so.6 => /lib64/libX11.so.6 (0x003fb380)
> libc.so.6 => /lib64/libc.so.6 (0x003faf80)
> libuuid.so.1 => /lib64/libuuid.so.1 (0x003fb9c0)
> libxcb.so.1 => /lib64/libxcb.so.1 (0x003fb3c0)
> libdl.so.2 => /lib64/libdl.so.2 (0x003fb040)
> /lib64/ld-linux-x86-64.so.2 (0x003faf40)
> libXau.so.6 => /lib64/libXau.so.6 (0x003fb340)
> 

Not on Debian stable at least:

$ ldd /usr/lib/libgif.so.4.1
linux-gate.so.1 =>  (0xf7791000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xf763a000)
/lib/ld-linux.so.2 (0xf7792000)

According to NEWS, giflib gained a configure option for disabling X11 support in
4.1.5. The X dependency in giflib appears to be there for capturing an X window
as a GIF file. I somehow doubt this functionality would be missed.



signature.asc
Description: OpenPGP digital signature