Re: cygport question

2006-12-21 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaakov S (Cygwin Ports) wrote: > Eric Blake wrote: >> bash ships as a primary tarball (3.1), then has several official patch >> files on top of the tarball (bash31-001 through bash31-017), so that bash >> 3.1.17 is the combinat

cygport: testing for 0.2.7

2006-12-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm counting down to releasing 0.2.7. cygport developers, please cvs up and test (especially PATCH_URI). New features for 0.2.7: * Use PATCH_URI for upstream or third-party patches; these patches are included individually in the -src.tar.bz2 and do

Re: [ANNOUNCEMENT] Updated: gcc-3.4.4-3

2006-12-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Charles Wilson wrote: > Oh, and one other thing: > > === > It's my understanding that this change (to std::string) would > constitute an ABI change of the underlying C++/STL runtime library on > cy

Re: another cygport patch

2006-12-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Blake wrote: > Cygport currently makes it impossible to pass arguments to ./configure > that contain a space. I need this for building autogen. > > 2006-12-12 Eric Blake <[EMAIL PROTECTED]> > > * cygport (cygconf): Preserve shell meta

Re: Updated (and new) cygport patches

2006-12-10 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Charles Wilson wrote: > And here's number 5 (or 6, depending on how you count). This one adds > the ability to call cygport functions (in addition to the usual > prep/compile/install/ and friends). And I thought that *I* push cygport to the limits!

Re: GPGME 1.0.3 Build Problem

2006-11-30 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcus Brinkmann wrote: > I gave it another look, and it seems to me that the problem could be > the following: GPGME tries to build versions of GPGME linking against > pthread and pth. These versions are built from a version of the > library without

Re: Updated (and new) cygport patches

2006-11-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: > Four different patchsets. They should all apply independently with only > minor fuzz. I know you're too busy at the moment, Yaakov (congrats!), > to review these patches -- I just wanted to update them to latest > cygport CVS

Re: cygport bug

2006-11-28 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > Thanks. That hack to the Makefile seems better to me than hacking > cygport. I'll have to report that upstream. I doubt that upstream will take the INSTALLDIRS=vendor part of the patch as is, since different distros surely have d

Re: cygport bug

2006-11-27 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Actually, that isn't all that is needed, since git creates > /usr/lib/perl5/site_perl/5.8/cygwin/auto/Git/.packlist, and that .packlist > also needs the same treatment. Maybe I need to figure out how to make git > use PERL_VENDORLIB, instead of patc

Re: autoconf2.5: AC_PATH_XTRA in 2.60

2006-11-15 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: > Yaakov S (Cygwin Ports) wrote: >> autoconf-2.60 needs a patch to fix AC_PATH_XTRA (XrmInitialize is >> defined in libX11, not libXt), see below. > > Thanks for the heads up. I'll look into it over th

Re: [Packaging bug] Re: [ANNOUNCEMENT] Updated: fontconfig-2.4.1-1

2006-11-11 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Nieuwenhuizen wrote: > The .la files are needed at runtime if client code uses libtool's > libltdl's dlopen'ing to access the shared library. > > For example, try readline activation code in guile without it's .la > or try dlopening fontconfig, ft

Re: How to obtain a patch for viewing

2006-11-09 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wynfield Henman wrote: > How can I get the patch, mentioned above, i.e., > "ports/apps/imagemagick/ImageMagick-6.2.9.8-1.src.patch" for studying? I was referring to Cygwin Ports CVS[1], where I maintain the code to cygport(1) as well as a large reposi

[ANNOUNCEMENT] Updated: cygport-0.2.6-1

2006-11-08 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** cygport-0.2.6-1 cygport is a new, and increasingly popular, way to create Cygwin packages. You only need cygport if you're a package developer or building cygport-based Cygwin pac

Re: [patch] cygport enhancement

2006-11-07 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: > At present, if you use cvs|svn|git cygclass, you can only have one > SRC_URI. This patch does three related things > > These changes were necessary to support building jpeg (using the > autotoolized source package at sourceforg

Re: Imagamagick build fails with new libfontconfig1 - Was: [ANNOUNCEMENT] Updated: fontconfig-2.4.1-2

2006-11-05 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Volker Quetschke wrote: | I had to revert to the previous versions | because the new version was generating the problems shown below. | | I *guess* the problem stems from this entry in /usr/lib/libfontconfig.la | | - snip - | # Directory that this lib

Re: Problem building perl module of ImageMagick 6.3.0.1 [Attn. perl maintainer]

2006-11-01 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Volker Quetschke wrote: | When building PerlMagick from ImageMagick 6.3.0.1 the build fails | with the errorlog shown below. | | The problem seems to stem from the wrong order of link switches | in the MakeMaker generated makefile and can be fixed wit

Re: [patch] cygport

2006-10-30 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: | The attached patch (+ two new files) enables cygport to build | "relocatable" packages using the framework devised by Bruno Haible -- if | the upstream source supports it. Currently, only libiconv and gettext | support this fe

autoconf2.5: AC_PATH_XTRA in 2.60

2006-10-26 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles, autoconf-2.60 needs a patch to fix AC_PATH_XTRA (XrmInitialize is defined in libX11, not libXt), see below. Yaakov * START PATCH * - --- libs.m4.orig2006-10-26 22:03:30.12825 -0500 +++ libs.m4 2006-10-26 22:03:07.3

Re: another cygport bug

2006-10-25 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: > Eric Blake wrote: >>> The check for config_h in cygautoreconf does not work when the >>> line requests a template by a different name, as is the case with >>> coreutils 6.4: >>>

Re: another cygport bug

2006-10-24 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > The check for config_h in cygautoreconf does not work when the line > requests a template by a different name, as is the case with coreutils 6.4: > > $ grep CONFIG_HEADERS coreutils-6.4/configure.ac > AC_CONFIG_HEADERS([lib/config.

Re: [patch] cygport

2006-10-22 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: > The attached patch (+ two new files) enables cygport to build > "relocatable" packages using the framework devised by Bruno Haible -- if > the upstream source supports it. Currently, only libiconv and gettext > support this fea

[ANNOUNCEMENT] Updated: cygport-0.2.5-1

2006-10-20 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** cygport-0.2.5-1 cygport is a newer, and increasingly popular, way to create Cygwin packages. More information is contained in the README, and a tutorial at the URL below. http://

[ANNOUNCEMENT] Updated: cygport-0.2.4-1

2006-09-09 Thread Yaakov S (Cygwin Ports)
The following package has been updated in the Cygwin net release: *** cygport-0.2.4-1 New features since 0.2.2-1: * Zero-byte patches are not included in the -src tarball. * localstatedir defaults to /var, with the exception of gnome2 packages which require /var/lib for compatibility with scrol

Re: cygport question

2006-09-09 Thread Yaakov S (Cygwin Ports)
Eric Blake wrote: > bash ships as a primary tarball (3.1), then has several official patch > files on top of the tarball (bash31-001 through bash31-017), so that bash > 3.1.17 is the combination of these. I know that I can add the patch files > to the SRC_URI in my .cygport file, but how do I appl

Re: pkg-config.exe problem

2006-08-20 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > Hello, > I working with cygwin installed from www.cygwin.com and glade installed > from gladewin32.sourceforge.net That's your problem. GladeWin32 is meant for native Win32 apps and is not intended for use with Cygwin. You

Re: install Crypt::CBC in cpan shell in Cygwin

2006-08-01 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Peshansky wrote: > As Reini rather forcefully alluded to, using ':' in filenames is > non-portable. You really should complain upstream about using that > character in their filenames. The standard Perl convention is to replace > '::' by '_', an

binutils: objdump does nothing

2006-07-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cgf, objdump from binutils-20060709-1 does absolutely nothing; even running objdump without any arguments, which in 20050610-1 returns the help message, also does nothing. Of course, this breaks building shared libraries with libtool, which is how I

[ANNOUNCEMENT] Updated: cygport-0.2.2-1

2006-07-17 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** cygport-0.2.2-1 cygport is a new way to create Cygwin packages. More information is contained in the README, and a tutorial at the URL below. http://cygwin.com/ml/cygwin-apps/200

[ANNOUNCEMENT] Updated: netpbm-10.33-1

2006-07-17 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** netpbm-10.33-1 Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in

[ANNOUNCEMENT] Updated: pcre-6.6-1

2006-07-17 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been updated in the Cygwin distribution: *** libpcre0-6.6-1 *** pcre-6.6-1 *** pcre-devel-6.6-1 *** pcre-doc-6.6-1 The PCRE library is a set of functions that implement regular expression pattern matching using the same sy

[ANNOUNCEMENT] New Package: gvim-7.0.035-1

2006-07-17 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** gvim-7.0.035-1 gvim provides a GTK2 GUI interface to the vim text editor. It requires vim-7.0.x for the common runtime files. Yaakov *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** I

Re: cygport tweaks

2006-07-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > Actually, I liked how g-b-s did it better - rather than hardcoding > everything (such as --mandir=/usr/share/man), it followed GNU Coding > Standards (such as --mandir='${prefix}/share/man'), so that I can do 'make > prefix=/my/path

Re: cygport tweaks

2006-07-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: > And while we're at it, the localstatedir should be /var per > http://cygwin.com/setup.html, not /var/lib as is the default > in cygport. Now fixed in CVS, except that I've overridden this back to /var/lib in gnome2.cygclass,

Re: cygport tweaks

2006-07-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: > Eric Blake wrote: >>> In the process, I discovered that cygport doesn't recognize .asc as >>> a valid file suffix for a gpg signature. And if there are no source >>> patches, it w

Re: cygport tweaks

2006-07-06 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > I just switched diffstat from g-b-s to cygport, and have to say I was > pretty impressed. Thanks. :-) > In the process, I discovered that cygport doesn't recognize .asc as > a valid file suffix for a gpg signature. And if there a

Re: 20060529: python and semaphores

2006-06-16 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: > While attempting to package eric3, python (2.4.3-1) just segfaults on > the included install.py script before it can do anything else. This > used to work with cygwin-1.5.18-1 and python-2.4.1-1, and since

cygport now in CVS

2006-06-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The cygport sources can now be found in the cygwin-ports CVS repository. Anyone interested in cygport development, work is currently on HEAD; testers would be welcome. I'm very close to making a 0.2.2 release before branching and working on l10n supp

Re: cygport pkgcheck

2006-06-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: > Attached is the new version. > No ChangeLog, ... entries. Incorporated into CVS. Thanks for the patch. Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mo

Re: cygport pkgcheck

2006-06-06 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: > I added a function pkgcheck, which checks for duplicate and missing > files comparing inst to the generated binpkg files. > To check if the manually written pkg_names[] array is correct. > This is only useful for splitted packages.

Re: cygport bash_completion support

2006-05-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: > Attached is bash_completion support for cygport. (cygwin only) > Put it into /etc/bash_completion.d/cygport > > Maybe it can be added to the package, though it's only useful for cygwin. I don't use bash_completion myself, but if

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread Yaakov S (Cygwin Ports)
Yaakov S (Cygwin Ports) wrote: > I can confirm that the 2006-Jun-27 snapshot (which is what he meant) > fixes the longstanding issues WRT qt3 and company. Thanks to all who > helped figure this out, and I look forward to restarting work on qt3, > qt4, and KDE 3.5 in the near f

Re: 1.5.19: changes have broken Qt3

2006-05-28 Thread Yaakov S (Cygwin Ports)
Ralf Habacker wrote: > I just downloaded cywin snapshot 2005-06-27 and got running designer and > uic without any problem, so it looks like there is no need to deep > more into this stuff. I will follow the next time if this problems takes > places again. I can confirm that the 2006-Jun-27 snapsh

Re: Newer cygwin packages available

2006-05-27 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charli Li wrote: > There are some newer cygwin packages available from the original vendor(s) > that I would like to bring to your attention: > --- > |Package name|setup.exe version|vendor's version| > |GTK+

Re: python: update soon?

2006-05-24 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason Tishler wrote: > AFAICT, Cygwin Python uses the normal Python layout. > > On Cygwin, we have: > > $ ls /usr/lib/python2.4/config > Makefile Setup.config config.c install-sh makesetup > Setup Setup.local confi

Re: [ANNOUNCEMENT] New Package: cygport-0.1.93-1

2006-05-19 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Rossi wrote: > I created a setup.hint for the first time. I don't have a README, is > this required? Yes, see: http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/packaging/templates/generic-readme?content-type=text/plain&cvsroot=cygwin-apps Kee

Re: [ANNOUNCEMENT] New Package: cygport-0.1.93-1

2006-05-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Rossi wrote: > I have a package called CGDB. Do I understand you correctly by > thinking that cygport would help me easily be able to create a cygwin > package? In the future, please respect the following: http://cygwin.com/acronyms/#PPIOSPE How

[ANNOUNCEMENT] New Package: cygport-0.1.93-1

2006-05-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** cygport-0.1.93-1 cygport is a brand new way to create Cygwin packages. More information is contained in the README, and a tutorial at the URL below. http://cygwin.com/ml/cygwin-app

Re: python: update soon?

2006-05-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason Tishler wrote: > Done. > > Thanks for the nudge. :,) And thank you for the quick version bump! BTW, for your next release, would you mind making a /usr/lib/libpython2.4.dll.a -> /usr/lib/python2.4/config/libpython2.4.dll.a symlink? It would h

python: update soon?

2006-05-17 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 python maintainer, Could we have an update to python soon? gedit-2.14 requires PyGC_Collect, but that function was not exported in libpython2.4 until 2.4.3[1]. [1] http://svn.python.org/view?rev=42188&view=rev Yaakov -BEGIN PGP SIGNATURE-

automake: 1.4, 1.5, and wrapper

2006-05-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles, A few requests regarding automake: 1) Could you please include the attached patch in automake1.4? This makes automake-1.4 compatible with the other versions in accepting - --force-missing. Otherwise, when using autoreconf-2.5x and automake

Re: MySQL 5.0.21 C API under cygwin

2006-05-10 Thread Yaakov S (Cygwin Ports)
Eric Lilja wrote: > Using a fully updated Cygwin, I compiled MySQL 5.0.21 with --disable-server > (and some other disables). It compiled cleanly, woot! Thanks for the information. For the benefit of all, could you list all of your configure options that are relevant to building MySQL on Cygwin?

Re: Cygwin GTK 2.0 support for SVG files?

2006-04-26 Thread Yaakov S (Cygwin Ports)
Eric Swenson wrote: > Does cygwin GTK 2.0 support SVG files? If so, what have I done wrong? > If not, can anyone suggest any > approach I can take to get this support in? Thanks. -- Eric GTK+ does not come with an SVG loader, but librsvg2 (the GNOME SVG library) includes one. librsvg2 is not

Re: BUG: /sbin in util-linux package

2006-04-15 Thread Yaakov S (Cygwin Ports)
Jerry D. Hedden wrote: I noticed that the util-linux module places several apps in /sbin. This is how the util-linux source package installs them, see also: http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelist&word=util-linux&version=testing&arch=i386 Also in the package

[ANNOUNCEMENT] New Package: util-linux-2.12r-2

2006-04-06 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** util-linux-2.12r-2 The util-linux package contains the following commands: agetty arch cal chkdupexe col colcrt colrm column ddate fsck.cramfs fsck.minix getopt hexdump hwclock isos

Re: clamav: no shared libclamav

2006-03-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: > Nope, > -no-undefined is there I believe, resp. not necessary anymore. > Another libtool problem, probably with file.exe and import lib detection. Are you using autoreconf to pull in our libtool? I haven't had any problems with o

clamav: no shared libclamav

2006-03-26 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 clamav maintainer, The shared libclamav is missing from clamav-0.88-1; you need to (re-)add '-no-undefined' to libclamav_la_LDFLAGS. Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://eni

Re: cygwin can't find anything...

2006-03-12 Thread Yaakov S (Cygwin Ports)
[EMAIL PROTECTED] wrote: I recently installed cygwin (switching over from MinGW) and I seem to be having some compile errors. For example, when I went to compile zlib for a program I'm going to run, I got the following: zlib is already available as a Cygwin package, so just use that. Yaakov

Re: script in cygwin

2006-02-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steven O'Brien wrote: > I have a patch for this package that enables building on cygwin of the > following programs as used in fedora core 4: > arch > chkdupexe > hexdump > line > logger > pg > renice > s

Re: script in cygwin

2006-02-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Peshansky wrote: > IIRC, "script" is available on cygwin-ports[*], but note that cygwin-ports > has its own support list. Yaakov did say that he'd be ok with someone > else proposing to maintain it -- are you willing? > Igor > [*] See, e.g.

[ANNOUNCEMENT] New Packages: perl-ExtUtils-Depends-0.205-1, perl-ExtUtils-PkgConfig-1.07-1

2006-02-21 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been added to the Cygwin net release: *** perl-ExtUtils-Depends-0.205-1 *** perl-ExtUtils-PkgConfig-1.07-1 These Perl modules are buildtime-only requirements for the GNOME Perl bindings. Yaakov *** CYGWIN-ANNOUNCE UNSUB

[ANNOUNCEMENT] Updated: GNOME 2.12 libraries

2006-02-20 Thread Yaakov S (Cygwin Ports)
The following packages have been updated in the Cygwin net release: *** gnome-keyring-0.4.7-1 *** gnome-vfs2-2.12.2-1 *** gnome-vfs2-devel-2.12.2-1 *** gnome-vfs2-doc-2.12.2-1 *** gnome-themes-2.12.3-1 *** gtk2-x11-engines-2.6.7-1 *** libgnome2-2.12.0.1-1 *** libgnome2-devel-2.12.0.1-1 *** libgno

aspell: invalid libaspell.la file

2006-02-19 Thread Yaakov S (Cygwin Ports)
aspell maintainer, The libaspell.la libtool file was apparently created by a very old version of libtool, and contains bogus dependency information which makes libtool choke when linking applications against libaspell. It would be most helpful if you could build aspell with the current libto

[ANNOUNCEMENT] New Package: libgtkhtml2-2.6.3-2

2006-02-16 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been added to the Cygwin net release: *** libgtkhtml2-2.6.3-2 *** libgtkhtml2-devel-2.6.3-2 This is a lightweight HTML rendering widget for GTK/GNOME 2.x programs. Yaakov *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you

Re: missing getaddrinfo

2006-02-15 Thread Yaakov S (Cygwin Ports)
Eric Blake wrote: Currently, cygwin does not provide getaddrinfo, even though SUSv3 specifies it in /. CVS Coreutils has been using gnulib to provide a replacement definition, but recently gnulib was updated to work on mingw, reusing the winsock headers/libraries to provide getaddrinfo. As a re

1.5.19: changes have broken Qt3

2006-02-13 Thread Yaakov S (Cygwin Ports)
It would appear that changes to the cygwin1.dll since 1.5.18-1 (and before the 20051207 snapshot) have broken Qt3. The relevant threads until now: http://www.cygwin.com/ml/cygwin-xfree/2005-12/msg00026.html http://www.cygwin.com/ml/cygwin-xfree/2006-02/msg5.html The bottom line is that ap

[ANNOUNCEMENT] New Package: cairo-1.0.2-1

2006-02-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been added to the Cygwin net release: *** cairo-1.0.2-1 *** libcairo2-1.0.2-1 Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memor

Re: libUSB

2006-02-11 Thread Yaakov S (Cygwin Ports)
Mary Cuper wrote: How can I use libUSB with Windows/Cygwin like with Linux? With Linux my code works (it finds the Atmel Microcontroller) but with Windows/Cygwin it does not find the Microcontroller. libUSB did not compile with Cygwin, so I installed libUSB-win32, but it does not function. Act

Re: gnome on cgywin

2006-02-02 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > trying out cgywin and is trying to build gnome 2.12 on it. > anyone actually got GNOME running ?? If you mean the desktop, no, it doesn't work right now. But if you just want apps, I have plenty of them, just no

Re: mismatched dll

2006-02-02 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Rossi wrote: > Wow, that seems very inflexible. Is this a design decision? Yes. > Why would 1 cygwin.dll care about another on the system that has nothing > to do with it? > > I have N different versions of our product installed on my windows >

Re: mismatched dll

2006-02-02 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Rossi wrote: > This is the bin directory where the nx program ran: > [EMAIL PROTECTED] /cygdrive/c/Program Files/NX Client for Windows/bin] $ > ls -al > total 6060 > drwx--+ 2 bar None 0 Feb 2 14:18 . > drwx--+ 5 bar

[ANNOUNCEMENT] New Package: glitz-0.4.4-2

2006-02-02 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been added to the Cygwin net release: *** glitz-0.4.4-2 *** libglitz-glx1-0.4.4-2 *** libglitz1-0.4.4-2 Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff compositing of images and implicit mask gener

[ANNOUNCEMENT] New Package: gail-1.8.8-1

2006-02-01 Thread Yaakov S (Cygwin Ports)
The following package has been added to the Cygwin net release: *** gail-1.8.8-1 GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk+ and libgnomecanvas. The GAIL library is a GTK+ module. For example, if the module is loaded in a program

Re: where is SCP

2006-01-30 Thread Yaakov S (Cygwin Ports)
Igor Peshansky wrote: Exactly where were you trying to search for it? The answer to most queries of "where is program foo" is the Cygwin package search page at (also mentioned in the FAQ entry ). You can

[ANNOUNCEMENT] New Package: pygtk2-2.6.3-1

2006-01-30 Thread Yaakov S (Cygwin Ports)
The following package has been added to the Cygwin net release: *** pygtk2-2.6.3-1 PyGTK is a set of Python bindings for the Glib-2, ATK, Pango, GTK+-2, and LibGlade-2 libraries, which allows GTK+ apps to be written in pure Python. Yaakov *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want t

[ANNOUNCEMENT] New Package: Numeric-24.2-1

2006-01-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** Numeric-24.2-1 Numerical Python provides a fast, compact, multidimensional array language facility as a Python module. This package requires python-2.4.x and is listed under the Pyt

Re: fenv.h and friends

2006-01-15 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luke Stras wrote: > I'm trying to compile NumPy [1], and am running into a problem: I'm > getting undefined references to fetestexcept, feclearexcept, and > feraisexcept. These are normally defined in fenv.h. Right, but is not provided by newlib. >

[ANNOUNCEMENT] Updated: perl-Tk-804.027-4

2006-01-13 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** perl-Tk-804.027-4 This module provides a Unix/X11-based Tk implementation for perl. Please note that this is not dependent on, or have anything to do with, the tcltk package. Cha

Re: Perl/TK Missing Dependency Found

2006-01-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Peshansky wrote: > I can reproduce this on WinXP Pro SP1 (cygcheck output attached). Adding > Perl/Tk to my installation and running the program in Brett's message > () causes a SIGSEGV. > I don'

Re: Define _POSIX_SOURCE in cygwin's features.h?

2006-01-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: > I guess more subtext that you could read into my request would be that > we would make the headers work as closely as possible to linux when > _POSIX_SOURCE is defined. The key here is to make things look more > like linux

Re: Define _POSIX_SOURCE in cygwin's features.h?

2006-01-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: > Someone on the cygwin irc channel had a problem building a package which > would have been solved if Cygwin defined _POSIX_SOURCE. > > I know that Cygwin is not fully POSIX compliant (I really really do) but > I'm wondering

Re: problems with running Gnome applications

2006-01-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alessandro Lendaro wrote: > It would be cool to have a clean and as complete as possible tutorial/wiki > with infos about installing Gnome and applicationso n cygwin and make > them work. Installing GNOME programs on Cygwin is no different than other

Re: Perl/TK Missing Dependency Found

2006-01-09 Thread Yaakov S (Cygwin Ports)
Brett Serkez wrote: Run it in, you get a nice exit button. Right. Uninstall the package libwmf. Run it, it core dumps. Not for me. Please confirm on your system, should be trival, and add the dependency. Please also bear in mind, that I only install what I need, the default plus minimum

Re: Perl/TK Missing Dependency Found

2006-01-09 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett Serkez wrote: > After tedious research, I've figured out that the missing package > is: libwmf. None of the perl-Tk modules link against libwmf, and a grep of the sources for "wmf" returns nothing. In addition, neither Debian nor Gentoo show li

[ANNOUNCEMENT] Updated: netpbm-10.30-1

2006-01-04 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** netpbm-10.30-1 Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-03 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vijay Kiran Kamuju wrote: > i am unable to compile imlib2-1.2.1 with cygwin 1.5.18, > binutils-20050610 and gcc-3.4.4-1 The Cygwin Ports packages contains an imlib2 package: ftp://sunsite.dk/projects/cygwinports/ Please try this package and let me k

Re: 1.5.18: pnmtopng gives segfault

2006-01-03 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nils Kehr wrote: > whenever i try to use the netpbm program "pnmtopng" i just get > a segmentation fault (see attachment). > > $ pnmtopng My.ppm > My.png > > The .ppm is well-defined (conversion to other formats possible). > I can provide a ppm image

[ANNOUNCEMENT] Updated: gtk2-x11-engines-2.6.6-1

2005-12-30 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** gtk2-x11-engines-2.6.6-1 This package provides ten theme engines for GTK+ 2.x, including the new Clearlooks theme, the new default for GNOME 2.12. Yaakov *** *** CYGWI

[ANNOUNCEMENT] New Package: gnome-themes-2.12.1-1

2005-12-30 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** gnome-themes-2.12.1-1 This package provides a number of GNOME themes. Yaakov *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing

[ANNOUNCEMENT] New Package: gvim-6.4-1

2005-12-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** gvim-6.4-1 gvim provides a GTK2 GUI interface to the vim text editor. It requires vim-6.4 for common runtime files. Screenshot: http://cygwinports.dotsrc.org/screenshots/gvim.png

Re: gcc-java: gij broken?

2005-12-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: > Either I'm missing something, or gij just plain doesn't work: Ping? Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigma

Re: clamav: defective libclamav.la

2005-12-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: > The libclamav.la included in clamav-0.87.1-1 is defective. libz.la and > libbz2.la are listed among the dependencies, but these libraries are > *not* libtooled and our packages do not provide such .la file

Re: perl Bundle::Cygwin / perl-bundle-cygwin package

2005-12-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yitzchak Scott-Thoennes wrote: > To further explain, suppose we had a package of all the DateTime:: > modules (which are broken up into many distributions, but I hope you > would agree would belong together). They have a number of small > general purp

Re: perl Bundle::Cygwin / perl-bundle-cygwin package

2005-12-22 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yitzchak Scott-Thoennes wrote: > I'm working on creating a bundle of common Perl modules that build and > pass all significant tests on cygwin. > > I hope to have it accepted as a cygwin package. I think it's preferable to make separate packages for

Re: vim binary package

2005-12-21 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: > That said, if somebody is going to maintain a gvim version as part of > the Cygwin net distro, cool with me, as long as it uses the runtime > files of the vim base package. Does this make sense then, with gvim setup.hint requ

Re: vim binary package

2005-12-20 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mariusz Wodzicki wrote: > Incidentally, I also tested the version with the GUI > [just one configure flag: ./configure --with-features=huge] > > Of course, that increases the size of the vim > installation dramatically but that may be > interesting for

Re: Building gimp under Cygwin

2005-12-19 Thread Yaakov S (Cygwin Ports)
David Arnstein wrote: I have not had much luck building the gimp (Gnu image processing) with Cygwin. I tried building it from the official gimp tarball, and the configure script complained that I had an old version of gtk. So I tried to build gtk from a recent tarball. While compiling, I got a c

Re: PerlTK under Windows

2005-12-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew DeFaria wrote: > However I'd like PerlTk to fall back to using Windows widgets much like > rxvt will do a Windows window if there is no X server to connect to. Just how rxvt manages to use both X11 and Win32GUI is unique, as has been discussed

gcc-java: gij broken?

2005-12-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit, Either I'm missing something, or gij just plain doesn't work: gcc-java-3.4.4-1 jikes-1.22-1 (Cygwin Ports) Sun JDK 1.5.0_06 JIKESPATH either to JDK rt.jar or to libgcj-3.4.4.jar CLASSPATH either empty or to libgcj-3.4.4.jar $ javac HelloWor

clamav: defective libclamav.la

2005-12-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini, The libclamav.la included in clamav-0.87.1-1 is defective. libz.la and libbz2.la are listed among the dependencies, but these libraries are *not* libtooled and our packages do not provide such .la files. Since libtool resolves all .la files l

[ANNOUNCEMENT] New Package: perl-Tk-804.027-3

2005-12-13 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been added to the Cygwin net release: *** perl-Tk-804.027-3 This module provides a Unix/X11-based Tk implementation for perl. Please note that this is not dependent on, or have anything to do with, the tcltk package. Yaak

  1   2   >