Re: best place to report Tcl/Tk cygwin port problems?

2012-07-30 Thread Yaakov (Cygwin/X)
; on the filesystem: WFM. Yaakov Cygwin/X -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

[ANNOUNCEMENT] Updated: libexif-0.6.21-1

2012-07-26 Thread Yaakov (Cygwin/X)
, which includes fixes for several security vulnerabilities (CVE-2012-2812, CVE-2012-2813, CVE-2012-2814, CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841). -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin

[ANNOUNCEMENT] Updated: swig 2.0.7-2

2012-07-26 Thread Yaakov (Cygwin/X)
++ programs with a scripting language. This release adds Fedora's patchset to fix a number of issues with stock 2.0.7; version 1.3.40 remains available as the previous release for those who need it. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO I

[ANNOUNCEMENT] Updated: bind-9.9.1-P2-1

2012-07-26 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** bind-9.9.1-P2-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you

Re: doesn't work with g++

2012-07-26 Thread Yaakov (Cygwin/X)
On 2012-07-26 16:46, Daniel Colascione wrote: $ g++ -std=gnu++0x foo.cpp /tmp/ccS3vCW7.o:foo.cpp:(.text$_ZNSt11basic_regexIcSt12regex_traitsIcEEC1EPKcj[std::basic_regex >::basic_regex(char const*, unsigned int)]+0x60): undefined reference to `std::basic_regex >::_M_compile()' collect2: ld returne

Re: Maxima can't write to /dev/stdout

2012-07-26 Thread Yaakov (Cygwin/X)
On 2012-07-26 14:36, Reini Urban wrote: On Thu, Jul 26, 2012 at 2:10 PM, Achim Gratz wrote: Reini Urban writes: -g is required for the (disassemble) function to work. You mean in CFLAGS for the build? Yes, and src_install() { # do not strip for (disassemble) _CYGPORT_RESTRICT_strip

Re: No DBI module when installing Perl 5.14

2012-07-23 Thread Yaakov (Cygwin/X)
On 2012-07-23 10:41, Reini Urban wrote: On Mon, Jul 23, 2012 at 9:32 AM, Andrew DeFaria wrote: I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While the update when fine, after updating I restarted a service that I wrote in Perl that used DBI. To my surprise it failed saying

Re: TeX now vs. Tex in legacy version

2012-07-20 Thread Yaakov (Cygwin/X)
On 2012-07-20 15:01, marco atzeri wrote: This is a summary of all `failed' messages: `xetex -ini -jobname=xetex -progname=xetex -etex xetex.ini' failed `xetex -ini -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed Do you have texlive-collection-xetex installed? If not, then this i

[ANNOUNCEMENT] Updated: cygport-0.10.12-1

2012-07-19 Thread Yaakov (Cygwin/X)
strip: ignore objdump errors if format it incompatible cygport 0.10.12 -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com

Re: "dst_lib_init: openssl failure" Error with any INET or BIND

2012-07-19 Thread Yaakov (Cygwin/X)
On 2012-07-19 14:26, Gary Furash wrote: 1. Have installed and reinstalled the OPENSSH, INETUTILS, and BIND utilities. During the installation, INETUTILS post install always fails with a "1" 2. Whenever I use anything in INETUTILS or BIND, I get "dst_lib_init: openssl failure." However, whenever I

Re: cygport debug junk

2012-07-19 Thread Yaakov (Cygwin/X)
On 2012-07-19 12:29, Andrew Schulman wrote: Debuginfo is not "junk". Like most Linux binary distros, these files are automatically packed into a ${PN}-debuginfo package and excluded from other (sub)packages without further intervention by the maintainer. Users can then install gdb and these d

Re: cygport debug junk

2012-07-18 Thread Yaakov (Cygwin/X)
On 2012-07-18 20:26, Ken Brown wrote: On 7/18/2012 6:53 PM, Yaakov (Cygwin/X) wrote: But again, while I can't state this as policy, you really shouldn't be disabling debuginfo on a widespread or permanent basis. It's a feature and it's there for a reason. I disabled it f

Re: cygport debug junk

2012-07-18 Thread Yaakov (Cygwin/X)
On 2012-07-18 17:07, Ken Brown wrote: On 7/18/2012 4:57 PM, Andrew Schulman wrote: My cygport is 0.10.11-1. I haven't run cygport in a while, and now I'm trying to compile a new package. When I do, by default it seems that I get CC = "gcc -c -ggdb -O2 -pipe -fdebug-prefix-map=/home/ASchulma/d

[ANNOUNCEMENT] Updated: dejagnu-1.5-1

2012-07-18 Thread Yaakov (Cygwin/X)
. Each program can have multiple testsuites, all supported by a single test harness. DejaGnu is written in Expect, which in turn uses Tcl. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to

Re: [ANNOUNCEMENT] Updated: octave-forge-20120714-1

2012-07-18 Thread Yaakov (Cygwin/X)
On 2012-07-18 03:51, marco atzeri wrote: .mex are dll not exe files. I thought Octave modules were .oct? on previous nan-2.5.2, included in octave-forge-20120224-1 they were correctly identified as .mex on octave-forge-20120714-1, nan are wrong and tsa are right I will look on what caused t

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-18 Thread Yaakov (Cygwin/X)
On 2012-07-18 04:27, Eliot Moss wrote: I'll just comment that AFAIK no Java VM runs in the cygwin environment -- all are native Windows apps. gcc4-java provides GIJ, and JamVM is available in Ports. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: htt

Re: compiling coreutils with cygport

2012-07-16 Thread Yaakov (Cygwin/X)
On 2012-07-13 17:03, Eric Blake wrote: Actually, coreutils tries to use all the *_unlocked variants of stdio, since those have better speed in single-threaded programs (all but sort are single-threaded, and sort skips stdio). I do know that cygwin has putchar_unlocked, but does not have quite as

Re: perl-5.14.2 switch

2012-07-12 Thread Yaakov (Cygwin/X)
On Wed, Jul 11, 2012 at 10:07 AM, Reini Urban wrote: > On Wed, Jul 11, 2012 at 4:53 AM, Yaakov (Cygwin/X) wrote: >> Where this really breaks things is where a EU::E module is linked with >> libtool (as in gnumeric's perl-loader plugin): the xsinit-generated >> code

Re: perl-5.14.2 switch

2012-07-11 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 1:01 PM, Reini Urban wrote: > I'll be switching perl from 5.10 to 5.14 in the next days. Another issue: $Config{static_ext} is defined as Win32CORE. The problem is that any use of ExtUtils::Embed then requires Win32CORE; its bootstrap call is included by xsinit and the st

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 9:31 PM, Reini Urban wrote: > Not that I know of. > Can you please check the perl-5.14.2-2 test version I just uploaded? My patch is still required. Another problem: libwww-perl in perl_vendor requires at least HTTP-Date and HTTP-Message to be added. Yaakov -- Problem r

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 6:51 PM, Reini Urban wrote: > On Tue, Jul 10, 2012 at 6:10 PM, Yaakov (Cygwin/X) wrote: >> Found another problem which breaks gtk2-perl modules (which link >> against each other). The following change needs to be made in >> ExtUtils::Liblist::Kid::_uni

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 5:36 PM, Reini Urban wrote: > On Tue, Jul 10, 2012 at 3:56 PM, Yaakov (Cygwin/X) wrote: >> Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR >> into account, breaking cygport. Line 195 of said module needs to be >> changed to (as on

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 1:01 PM, Reini Urban wrote: > I'll be switching perl from 5.10 to 5.14 in the next days. Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR into account, breaking cygport. Line 195 of said module needs to be changed to (as one long line): $s =~ s|^(pure

[ANNOUNCEMENT] Updated: vim-7.3.566-1

2012-07-08 Thread Yaakov (Cygwin/X)
choice of terminal and GTK+ interfaces. This is an update to the 20 June patchset. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/

[ANNOUNCEMENT] Updated: mysql-5.5.25-1, perl-DBD-mysql-4.021-1

2012-07-08 Thread Yaakov (Cygwin/X)
ame; 'localhost' is reserved for connecting to the Cygwin mysqld via a UNIX socket. These are updates to the latest upstream releases, and include a fix for CVE-2012-2122. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe

[ANNOUNCEMENT] New package: llvm/clang-3.1-1

2012-07-08 Thread Yaakov (Cygwin/X)
cross-compiling. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the

[ANNOUNCEMENT] Updated: swig-2.0.7-1

2012-07-08 Thread Yaakov (Cygwin/X)
/C++ programs with a scripting language. This is an update to the latest upstream release; version 1.3.40 remains available as the previous release for those who need it. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the

[ANNOUNCEMENT] Updated: ruby-1.8.7-p370-1

2012-07-08 Thread Yaakov (Cygwin/X)
release. A split debuginfo package is now available, and modules built with this release will also be debuggable. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at

Re: [ANNOUNCEMENT] Updated: cygport-0.10.11-1

2012-07-06 Thread Yaakov (Cygwin/X)
On Thu, 2012-07-05 at 08:19 -0400, Ken Brown wrote: > On 7/4/2012 2:22 AM, Yaakov (Cygwin/X) wrote: > > * Split debuginfo subpackages are created automatically whenever > > possible. > > Thanks. I'll be using this for the next emacs release. > > I have two que

Re: [how to ] compile finch using cygwin

2012-07-06 Thread Yaakov (Cygwin/X)
On 2012-07-06 04:45, Bowo Keren wrote: how to compile finch im using cygwin? what packages in need Both finch and pidgin are available in Ports. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygw

[ANNOUNCEMENT] Updated: cygport-0.10.11-1

2012-07-03 Thread Yaakov (Cygwin/X)
debuginfo subpackages xvfb: protect customizations of cygport-xvfb.conf clang: new cygclass for using clang instead of gcc Update gnuconfig cygport 0.10.11 -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the

Re: cygwin: tcl/exepect script break (works in linux)

2012-07-03 Thread Yaakov (Cygwin/X)
On Mon, 2012-07-02 at 19:20 -0400, ping wrote: > in an attempt to launch my tcl script from linux into cygwin, I got > following errors, interestingly(or annoyingly) it looks break in > different point between executions. > > [ping@ping-new-laptop bin]$ ./mylogin.tcl >1 [main] expect 87

[ANNOUNCEMENT] Updated: poppler-0.20.1-1

2012-06-15 Thread Yaakov (Cygwin/X)
-qt4. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "

Re: HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-12 Thread Yaakov (Cygwin/X)
Addendum: On 2012-06-11 22:31, Yaakov (Cygwin/X) wrote: 3. kernel a. Download a kernel from http://www.kernel.org/pub/linux/kernel/ . b. Unpack and apply patch 0001. c. For 3.3 or newer kernels, apply patch 0002. d. For make xconfig, apply patch 0003. e. For make nconfig, apply patch 0004

HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-11 Thread Yaakov (Cygwin/X)
Prerequisites: * Cygwin snapshot 1.7.16s/20120611 or newer (DLL and headers) * Cygwin gcc4-core 4.5 or newer, make, perl * Cygwin gettext, libelf-devel, libgmp-devel, libmpc-devel, libmpfr-devel, zlib-devel * (for make menuconfig) libncurses-devel or libncursesw-devel * (for make nconfig) libnc

Re: make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Yaakov (Cygwin/X)
On 2012-06-10 23:26, Christopher Faylor wrote: If there is a bug it is with make ever equating foo.exe with foo. It's undoubtedly happening because of Cygwin's attempts at transparency. I'm not kidding about EXEEXT. Surely you know about this from having maintained cygport. Am I ever, but I

Re: Performance problems with emacs-X11 in current cygwin

2012-06-10 Thread Yaakov (Cygwin/X)
On 2012-06-10 19:45, Ken Brown wrote: The bisection shows that the first problematic commit is this one: http://git.gnome.org/browse/glib/commit/?h=glib-2-32&id=7eae486179e2799c369ed9ffcea663bf9161ce79 Author: Ryan Lortie Date: Wed Aug 31 22:07:02 2011 -0400 GMain: simplify logic for g_wakeu

Re: make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Yaakov (Cygwin/X)
On 2012-06-10 13:29, Christopher Faylor wrote: On Sun, Jun 10, 2012 at 01:06:18PM -0500, Yaakov (Cygwin/X) wrote: I can confirm that this previously reported bug in make .exe handling still affects the cross-compile of the Linux kernel: http://cygwin.com/ml/cygwin/2009-11/msg00935.html

make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Yaakov (Cygwin/X)
I can confirm that this previously reported bug in make .exe handling still affects the cross-compile of the Linux kernel: http://cygwin.com/ml/cygwin/2009-11/msg00935.html Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

regex: incorrect REG_EMPTY

2012-06-10 Thread Yaakov (Cygwin/X)
I encountered an apparent bug in our regex code triggered by one of the included hostprogs (namely arch/x86/tools/relocs.c) used while cross-compiling an i386 Linux kernel. The exact regexp in question is included in the attached STC: $ gcc -Wall regex-test.c && ./a ./a: empty (sub)expression

Re: 20120603: ssh not operational

2012-06-04 Thread Yaakov (Cygwin/X)
On 2012-06-03 19:20, Yaakov (Cygwin/X) wrote: The 20120603 snapshot contains a regression over the previous snapshot: ssh hangs (after prompting for password, if ssh-agent isn't active), does not cancel in response to Ctrl-C, and once killed by taskmgr, the terminal does not display pro

Re: 20120523: bug in fork/exec

2012-06-03 Thread Yaakov (Cygwin/X)
On 2012-05-30 09:38, Corinna Vinschen wrote: Never mind. I found the problem and just checked in a patch. I'll create a new snapshot shortly. Please test. Looks fixed in 20120530. Thanks, Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwi

20120603: ssh not operational

2012-06-03 Thread Yaakov (Cygwin/X)
The 20120603 snapshot contains a regression over the previous snapshot: ssh hangs (after prompting for password, if ssh-agent isn't active), does not cancel in response to Ctrl-C, and once killed by taskmgr, the terminal does not display properly until reset. Yaakov -- Problem reports:

Re: Performance problems with emacs-X11 in current cygwin

2012-06-03 Thread Yaakov (Cygwin/X)
On 2012-06-02 14:02, Ken Brown wrote: I hope someone (Yaakov?) will take a look at the glib changes between 2.30.2 and 2.32.2 and try to find the cause of this problem. I keep seeing XP in this thread. If this is affecting only XP and not other versions of Windows, then it would be a bug in e

Cygwin toolchain now available for Fedora 17

2012-06-01 Thread Yaakov (Cygwin/X)
The Cygwin cross-compiler toolchain is now available for Fedora 17 i686 and x86_64; Fedora 15 and 16 remain supported as well. The fedora-cygwin-release-3-1.noarch.rpm package, available from multiple locations, will enable the necessary repos for using this toolchain. Yaakov Cygwin Ports -

Re: [BUG] lftp 4.3.6

2012-05-30 Thread Yaakov (Cygwin/X)
On 2012-05-30 14:32, Achim Gratz wrote: Andrew Schulman writes: OK, sorry. Most annoying emacs feature that yet I've never bothered to turn off. I always try to cut those out, but sometimes they slip through. No need to be sorry, but maybe we could convince Yaakov not to package autosave fil

Re: 20120523: bug in fork/exec

2012-05-25 Thread Yaakov (Cygwin/X)
On 2012-05-25 04:40, Corinna Vinschen wrote: On May 25 03:26, Yaakov (Cygwin/X) wrote: With the 20120523 snapshot, if a process attempts to fork/exec Which snapshot shows this effect first? Ouch, it starts with 20120309. FWIW, here is the fork() code I discovered this with: http

20120523: bug in fork/exec

2012-05-25 Thread Yaakov (Cygwin/X)
With the 20120523 snapshot, if a process attempts to fork/exec another program which depends on a DLL which is missing, the PID created by fork() spins: * in taskmgr, the forked process is listed as an instance of the program which called fork() (as usual); * this PID ties up one CPU core (e

Re: g++ can't find

2012-05-24 Thread Yaakov (Cygwin/X)
fic information: namely, the package/version you're trying to build, the exact command that failed and the exact error message(s). Yaakov Cygwin/X -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://

[ANNOUNCEMENT] Updated: apache2-2.2.22-3

2012-05-22 Thread Yaakov (Cygwin/X)
. This release has been rebuilt for pcre-8.30. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this

[ANNOUNCEMENT] Updated: python-numpy-1.6.2-1

2012-05-22 Thread Yaakov (Cygwin/X)
random number capabilities. It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE

[ANNOUNCEMENT] Updated: audiofile-0.3.4-1

2012-05-22 Thread Yaakov (Cygwin/X)
(currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). This is an update to the latest upstream release. The ABI version was bumped, and all current packages which depend on libaudiofile have been rebuilt accordingly. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE

[ANNOUNCEMENT] Updated: pcre-8.30-1

2012-05-22 Thread Yaakov (Cygwin/X)
semantics as Perl. This release includes the following notable changes: * Some deprecated functions have been removed from libpcre, whose ABI version was changed accordingly. * A UTF-16 version of the PCRE API is now provided by libpcre16. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: [ANNOUNCEMENT] Updated: gnupg-1.4.12-1

2012-05-16 Thread Yaakov (Cygwin/X)
On 2012-05-16 14:12, Chris Sutcliffe wrote: On 28 February 2012 10:02, marco atzeri wrote: New version 1.4.12-1 of gnupg is available in the Cygwin distribution: Every command / option I try with gpg comes back with a 'Bad address' error: $ gpg --version mksh: gpg: Bad address Am

Re: Problem when installing Net::SSH2 via CPAN - libssh2 not found

2012-05-10 Thread Yaakov (Cygwin/X)
On Thu, 2012-05-10 at 21:36 -0300, Ricardo Caldeira wrote: > I'm trying to install Net:SSH2 via CPAN, but I'm stuck with the > libssh2 library.After executing "install Net::SSH2" the following > message is received (after running make and doing some other stuff): The problem appears to be in inc

Re: 1.7.14: bind host crash

2012-05-04 Thread Yaakov (Cygwin/X)
On 2012-05-04 14:22, Igor Kostenko wrote: Now host crashes with both available bind packages (9.9.0-3& 9.9.0-2): $ uname -a CYGWIN_NT-6.1-WOW64 GBD09501436 1.7.14(0.260/5/3) 2012-04-25 09:41 i686 Cygwin $ host localhost Host localhost not found: 3(NXDOMAIN) /usr/src/ports/bind/bind-9.9.0-3/src

Re: VIRUS: XWin.exe 1.12.0-4 "Bloodhound.Sonar.9"

2012-04-23 Thread Yaakov (Cygwin/X)
On 2012-04-23 03:28, Watts, Simon (UK) wrote: Just performed a routine update to cygwin, which resulted in the updated > XWin.exe being quarantined due to a virus threat. http://cygwin.com/faq/faq-nochunks.html#faq.setup.virus Yaakov Cygwin/X -- Problem reports: http://cygwin.

Re: Can RPM packages be installed into Cygwin?

2012-04-18 Thread Yaakov (Cygwin/X)
On 2012-04-18 13:21, De-Jian Zhao wrote: As to cygport, it seems that a *.cygport file is required. How to get the file? You have to write one. API documentation is included in the cygport manual, and Ports git has thousands of examples to learn from. Yaakov -- Problem reports: http

Re: Package request: xml2

2012-04-16 Thread Yaakov (Cygwin/X)
On 2012-04-11 09:06, Alexander Kriegisch wrote: There is a small Debian/Ubuntu package named "xml2": https://launchpad.net/ubuntu/+source/xml2 The current source code and usage description + examples are available at: http://ofb.net/~egnor/xml2/ http://ofb.net/~egnor/xml2/ref http://ofb.net/~egn

Re: snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Yaakov (Cygwin/X)
On 2012-04-04 10:18, Corinna Vinschen wrote: On Apr 4 16:54, Denis Excoffier wrote: -#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__>= 199901L) +#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__>= 199901L) || (__cplusplus>= 201103L) How is that supposed to work? $ gcc -xc++ -std=c++9

Re: GCJ related questions

2012-04-03 Thread Yaakov (Cygwin/X)
On 2012-04-03 23:59, Charles Wilson wrote: 1) Licensing. If you want to discuss this bit further, take it to the cygwin-licensing list. Now, ecj is under the EFL-1.0 license, which is OSI-approved. So, *cygwin* shouldn't have any license compatibility concerns, thanks to cygwin's "exception" clau

Re: GCJ and ECJ

2012-04-03 Thread Yaakov (Cygwin/X)
On 2012-04-03 20:45, Me Myself and I wrote: I am having trouble finding an ecj.jar eclipse jar file to get GCJ going. Are they files at this URL what I am looking for? http://www.java2s.com/Code/Jar/e/Downloadecj37jar.htm Which one here comes most recommended? Asking the same question over a

Re: GCJ related questions

2012-04-02 Thread Yaakov (Cygwin/X)
On 2012-04-02 23:56, Me Myself and I wrote: -Even before that stage, I am trying to compile and run a hello world program, and find the following error: -What can I do to fix this? -This message seems to cite something to do with eclipse. I am trying to avoid the gcj-ecj implementation entirel

[ANNOUNCEMENT] New package: python-zope.interface

2012-04-02 Thread Yaakov (Cygwin/X)
on project. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "L

[ANNOUNCEMENT] New package: python-twisted

2012-04-02 Thread Yaakov (Cygwin/X)
The following package has been added to the Cygwin distribution: *** python-twisted-12.0.0-1 Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. -- Yaakov Cygwin/X CYGWIN

[ANNOUNCEMENT] New package: python-pyasn1

2012-04-02 Thread Yaakov (Cygwin/X)
The following package has been added to the Cygwin distribution: *** python-pyasn1-0.1.2-1 This is a Python library for handling ASN.1 types and codecs. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce

[ANNOUNCEMENT] New package: python-openssl

2012-04-02 Thread Yaakov (Cygwin/X)
The following package has been added to the Cygwin distribution: *** python-openssl-0.13-2 This package provides Python bindings for the OpenSSL libraries. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin

[ANNOUNCEMENT] New package: python-dbus

2012-04-02 Thread Yaakov (Cygwin/X)
The following package has been added to the Cygwin distribution: *** python-dbus-1.0.0-1 This package provides Python bindings for the D-Bus IPC system. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce

[ANNOUNCEMENT] New package: libdaemon-0.14-1

2012-04-02 Thread Yaakov (Cygwin/X)
The following packages have been added to the Cygwin distribution: *** libdaemon0-0.14-1 *** libdaemon-devel-0.14-1 libdaemon is a lightweight C library that eases the writing of *NIX daemons. It has been added as a dependency of avahi. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] New packages: avahi, mDNSResponder

2012-04-02 Thread Yaakov (Cygwin/X)
.msc, or reboot. This is explained further on my blog: http://cygwinports.blogspot.ca/2011/07/this-lemur-can-be-found-outside-of.html -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list,

Re: [ANNOUNCEMENT] Updated: cygport-0.10.10-1

2012-04-02 Thread Yaakov (Cygwin/X)
On 2012-04-02 06:03, Chris Sutcliffe wrote: On 1 April 2012 23:53, Yaakov (Cygwin/X) wrote: * Only shared libtool libraries are built by default. If you absolutely need static libraries (and if you're not absolutely sure why, you don't), add --disable-static to cygconf or CYGCONF_A

[ANNOUNCEMENT] Updated: cygport-0.10.10-1

2012-04-01 Thread Yaakov (Cygwin/X)
iling if present cygport 0.10.10 -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does no

[ANNOUNCEMENT] New packages: nspr, nss

2012-04-01 Thread Yaakov (Cygwin/X)
Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the

[ANNOUNCEMENT] New package: tdb-1.2.9-1

2012-04-01 Thread Yaakov (Cygwin/X)
uses locking internally to keep writers from trampling on each other. This package has been added as a new dependency of libcanberra. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please us

exif: please update

2012-04-01 Thread Yaakov (Cygwin/X)
Jari, Could you please update exif to the latest upstream release (0.6.20)? TIA, Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsub

ocaml: add labltk

2012-04-01 Thread Yaakov (Cygwin/X)
Damien, Now that we have a proper Tcl/Tk, could you rebuilt ocaml with a separate ocaml-labltk package? This would save me an overlap in Ports. You'll need this patch: http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/ocaml;a=blob_plain;f=3.12.0-labltk.patch TIA, Yaak

Re: BLODA detection code in latest snapshot

2012-03-30 Thread Yaakov (Cygwin/X)
On 2012-03-30 16:15, David Rothenberger wrote: I link svn against CRYPT32.DLL to use the "windows-cryptoapi" password store code in the Subversion source. This is used by svn to encrypt passwords it stores in the filesystem. Without it, the only choices are "gnome-keyring" and "kwallet", which ar

[ANNOUNCEMENT] New package: fribidi-0.19.2-1

2012-03-29 Thread Yaakov (Cygwin/X)
The following packages have been added to the Cygwin distribution: *** fribidi-0.19.2-1 *** libfribidi0-0.19.2-1 *** libfribidi-devel-0.19.2-1 fribidi is a library that implements the Unicode Bidirectional Algorithm (aka BiDi). -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: cygwin-ports git access over http?

2012-03-28 Thread Yaakov (Cygwin/X)
On 2012-03-29 00:36, Achim Gratz wrote: I'm behind a firewall at work that only allows HTTP access through, so is there a way clone cygwin-ports over HTTP? If not, is there already a Git mirror that provides such access? I'm afraid not; Sourceforge does not provide that as an option. I can c

Re: [ANNOUNCEMENT] Updated: curl-7.24.0-3

2012-03-28 Thread Yaakov (Cygwin/X)
On 2012-03-28 10:13, Daniel Jensen wrote: This update pulls in no fewer than nine Kerberos support packages The grand total of which is only ~1.5MB. Is there some way this could be avoided? Why? Maybe a separate libcurl-kerberos package or something? This is a binary distribution, and t

Re: ps2pdf problem

2012-03-28 Thread Yaakov (Cygwin/X)
On 2012-03-26 20:24, Harry G McGavran Jr wrote: With freetype 2.4.9-1 I'm seeing lot's of GPL Ghostscript 9.04: Error: Font Renderer Plugin ( FreeType ) return code = -1 from ps2pdf14. Should be fixed with libfreetype6-2.4.9-2. Thanks for the report. Yaakov -- Problem reports: http

[ANNOUNCEMENT] Updated: p11-kit-0.12-1

2012-03-26 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** p11-kit-0.12-1 *** libp11-kit0-0.12-1 *** libp11-kit-devel-0.12-1 p11-kit provides an API for loading and enumerating PKCS#11 modules. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN

Re: A cygport build script for openssh

2012-03-23 Thread Yaakov (Cygwin/X)
On 2012-03-23 06:00, Corinna Vinschen wrote: On Mar 22 22:43, Steven Monai wrote: I recently downloaded the latest 'openssh' source package (5.9p1-1) via setup.exe, and was disappointed to discover that it did not come with an automated build script. Isn't every package supposed to have one? (Th

Re: pdftk update ?

2012-03-23 Thread Yaakov (Cygwin/X)
On 2012-03-23 08:07, marco atzeri wrote: could you bump pdftk from 1.41 - November 28, 2006 to 1.44 - October 28, 2010 Here's a head start: http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/pdftk Note the changed deps now that we have a shared libgcj. Yaakov -- Problem

[ANNOUNCEMENT] New package: heimdal-1.5.2-2

2012-03-23 Thread Yaakov (Cygwin/X)
*** libkdc2-1.5.2-2 *** libkrb5_26-1.5.2-2 *** libkrb5-devel-1.5.2-2 *** libotp0-1.5.2-2 *** libroken18-1.5.2-2 *** libsl0-1.5.2-2 *** libwind0-1.5.2-2 Heimdal is an implementation of the Kerberos 5 protocol clients and daemons. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: freetds-0.91-3

2012-03-23 Thread Yaakov (Cygwin/X)
databases. An ODBC driver is also available. This release has been rebuilt to enable Kerberos/GSSAPI support. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at

[ANNOUNCEMENT] Updated: curl-7.24.0-3

2012-03-23 Thread Yaakov (Cygwin/X)
uploading, HTTP form based upload, proxies, cookies, user +password authentication, file transfer resume, proxy tunneling and more. This release has been rebuilt to enable Kerberos/GSSAPI support. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to

[ANNOUNCEMENT] Updated: bind-9.9.0-3

2012-03-23 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** bind-9.9.0-3 ISC BIND is a suite of Domain Name Service (DNS) utilities. This release has been rebuilt to enable Kerberos/GSSAPI support. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: xpdf 3.03 utilities

2012-03-22 Thread Yaakov (Cygwin/X)
On 2012-03-22 13:03, David Barr wrote: Why does xpdf no longer include pdffonts, pdfimages, pdfinfo, pdftoppm, pdftops and pdftotext? I've got some scripts that call pdftotext, and when I upgraded from xdpf 3.02 to 3.03, these scripts stopped working. http://cygwin.com/ml/cygwin-announce/2012-0

Re: Tcl "registry" package missing after Cygwin update.

2012-03-20 Thread Yaakov (Cygwin/X)
http://cygwin.com/acronyms/#PCYMTWLL ! On 2012-03-20 15:15, Tim Auckland wrote: After updating to the latest Cygwin, our test scripts are failing because the "registry" package is missing from tclsh: This probably coincides with the upgrade from tcl8.4 to tcl8.5 reported in the announcement b

fltk: please update to 1.3.0

2012-03-18 Thread Yaakov (Cygwin/X)
Teun, Would you be able to update fltk to 1.3.0 in the near future? Most FLTK-dependent software needs the new version nowadays. TIA, Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs

[ANNOUNCEMENT] Updated: ruby-1.8.7-p358-2

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** ruby-1.8.7-p358-2 *** ruby-tcltk-1.8.7-p358-2 Ruby is an interpreted scripting language for quick and easy object-oriented programming. This release has been rebuilt for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN

[ANNOUNCEMENT] Updated: mysql-5.5.21-1, odbc-msyql-5.1.10-1

2012-03-16 Thread Yaakov (Cygwin/X)
'localhost' is reserved for connecting to the Cygwin mysqld via a UNIX socket. These are updates to the latest upstream releases, built for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cyg

[ANNOUNCEMENT] Updated: libssh2-1.4.0-1

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** libssh2_1-1.4.0-1 *** libssh2-devel-1.4.0-1 libssh2 is a library implementing the SSH2 protocol. This release is an update to the latest upstream release, built for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE

[ANNOUNCEMENT] Updated: curl-7.24.0-2

2012-03-16 Thread Yaakov (Cygwin/X)
uploading, HTTP form based upload, proxies, cookies, user +password authentication, file transfer resume, proxy tunneling and more. This release has been rebuilt for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from

[ANNOUNCEMENT] Updated: bind-9.9.0-2

2012-03-16 Thread Yaakov (Cygwin/X)
space for rebaseall. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the

[ANNOUNCEMENT] Updated: apache2-2.2.22-2

2012-03-16 Thread Yaakov (Cygwin/X)
. This release has been rebuilt for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If

Re: How to request a module be added to setup list?

2012-03-16 Thread Yaakov (Cygwin/X)
On 2012-03-15 23:52, Chloe wrote: How do I request a module to be added to the module setup list, or how do I upload it? http://projects.gnome.org/gtksourceview/ gtksourceview-2.0 (for gtk2) and 3.0 (for gtk3) are available in Cygwin Ports. Yaakov -- Problem reports: http://cygwin.c

Re: INSIGHT has been removed?

2012-03-14 Thread Yaakov (Cygwin/X)
On 2012-03-14 20:43, Pan ruochen wrote: I used to debug with insight. I think it brings more convenience. But I cannot find the insight package in the latest setup. So has insight been removed from cygwin setup list? Yes, it has. However, a version of insight which uses the new X11 Tcl/Tk is

[ANNOUNCEMENT] Updated: cygport-0.10.9-1

2012-03-14 Thread Yaakov (Cygwin/X)
: document PATCH_URI doc: document KEEPDIRS dodoc: look for .md as an alternative suffix gst-plugins: Unite and add support for the 0.11/1.0 series pkg: Use setup.hint for split source package if otherwise unspecified cygport 0.10.9 -- Yaakov Cygwin/X CYGWIN-ANNOUNCE

<    1   2   3   4   5   6   7   8   9   10   >