Inappropriate files in x86 release directory

2013-09-02 Thread Christopher Faylor
I was trying to figure out why upset was complaining about some files and found this: % find . -type f -a \! -name setup.hint -a \! -name md5.sum | file -f - | grep -v bzip2 ./perl/.new: empty ./o3read/o3read-999.0.0-1.tar.bz2: gzip compressed data,

Re: Inappropriate files in x86 release directory

2013-09-02 Thread Christopher Faylor
On Mon, Sep 02, 2013 at 05:03:11PM -0400, Christopher Faylor wrote: ./!always_ready: empty FWIW, this one is a file that upset recognizes and it is supposed to be there. cgf

Re: upset will not be running this weekend

2013-09-02 Thread Christopher Faylor
On Sat, Aug 31, 2013 at 10:07:13PM -0400, Christopher Faylor wrote: I'm making some changes to upset so it won't be running regularly this weekend. That means that new packages won't show up. Things should stabilize on Monday. Actually, I found a bug in upset that I'm still scratching my head

Re: Inappropriate files in x86 release directory

2013-09-02 Thread marco atzeri
Il 9/2/2013 11:03 PM, Christopher Faylor ha scritto: I was trying to figure out why upset was complaining about some files and found this: libMagick-devel-6.7.6.3-3.tar.bz2 was also compressed with xz rather than bzip2. That meant that there was no listing for that package available via

Urgent Order......

2013-09-02 Thread Andrew Singh
Hello, My Name is Andrew Singh, our Company is searching for manufacturers who are able to produce the exact quality products on our catalogue. TOP ULTIMATE PRODUCTS MANUFACTURING is a leading industrial and commercial company based in US founded in 1987, and has been existing in business

Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Andrey Repin
Greetings, mcforum! The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If you're not building it out of pure curiosity, I suggest you state your intentions more

Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Robert McBroom
On 9/2/2013 12:56 AM, Václav Zeman wrote: On 09/02/2013 06:15 AM, mcforum wrote: The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If that is the only problem

Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Robert McBroom
On 9/2/2013 9:00 AM, Andrey Repin wrote: Greetings, mcforum! The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If you're not building it out of pure curiosity,

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Peter Rosin
On 2013-09-02 16:04, Robert McBroom wrote: checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking build system type... autoconf/config.guess: line 4: $'\r': command not found

Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.25

2013-09-02 Thread Angelo Graziosi
Corinna Vinschen wrote: I just released Cygwin 1.7.25. Perhaps I am misunderstanding something.. but is 1.7.25 for x86_64 only or also for x86 systems? The mirrors have the 1.7.25 64 bit but not the 32 bit. In this case, it is still 1.7.24 the release.. Ciao, Angelo. -- Problem

Fwd: INFO issues

2013-09-02 Thread Thiers Botelho
Hi all, I'm a new user of CygWin and a former user of some Linux distros. I'm having the following issue with the 'info' command: thiers@Win-Samsung ~ $ info info: dir: No such file or directory I did some searches, but really... searching stuff where 'info' is the keyword is bound to, and

How to update an app for both x86 and x64?

2013-09-02 Thread Live user
I'm the maintainer of ’pv' which is only available for x86. What are the proper steps to upload a new version of pv for both architectures? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: How to update an app for both x86 and x64?

2013-09-02 Thread Christopher Faylor
On Mon, Sep 02, 2013 at 08:10:52PM +0200, Live user wrote: I'm the maintainer of ???pv' which is only available for x86. What are the proper steps to upload a new version of pv for both architectures? It is the responsibility of the pv package maintainer to package a new version and make it

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Václav Zeman
On 09/02/2013 09:14 PM, Robert McBroom wrote: On 9/2/2013 11:08 AM, Peter Rosin wrote: On 2013-09-02 16:04, Robert McBroom wrote: checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Charles Wilson
On 9/2/2013 5:09 PM, Václav Zeman wrote: On 09/02/2013 09:14 PM, Robert McBroom wrote: make[2]: Entering directory `/usr/local/src/rxvt/W11/w32' gcc -c xlib.c -O -I.. -mwin32 xlib.c: In function ‘XOpenDisplay’: xlib.c:131:26: error: lvalue required as left operand of assignment

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Christopher Faylor
On Mon, Sep 02, 2013 at 05:23:44PM -0400, Charles Wilson wrote: On 9/2/2013 5:09 PM, V?clav Zeman wrote: On 09/02/2013 09:14 PM, Robert McBroom wrote: make[2]: Entering directory `/usr/local/src/rxvt/W11/w32' gcc -c xlib.c -O -I.. -mwin32 xlib.c: In function ?XOpenDisplay?: xlib.c:131:26:

Re: Fwd: INFO issues

2013-09-02 Thread Ken Brown
On 9/2/2013 11:36 AM, Thiers Botelho wrote: Hi all, I'm a new user of CygWin and a former user of some Linux distros. I'm having the following issue with the 'info' command: thiers@Win-Samsung ~ $ info info: dir: No such file or directory I did some searches, but really... searching stuff

Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Larry Hall (Cygwin)
On 9/2/2013 10:08 AM, Robert McBroom wrote: On 9/2/2013 9:00 AM, Andrey Repin wrote: Greetings, mcforum! The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If

Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.25

2013-09-02 Thread Larry Hall (Cygwin)
On 9/2/2013 11:34 AM, Angelo Graziosi wrote: Corinna Vinschen wrote: I just released Cygwin 1.7.25. Perhaps I am misunderstanding something.. but is 1.7.25 for x86_64 only or also for x86 systems? The mirrors have the 1.7.25 64 bit but not the 32 bit. In this case, it is still 1.7.24 the

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Robert McBroom
On 9/2/2013 5:23 PM, Charles Wilson wrote: Are you using the -src package from the cygwin mirrors, and the cygport script? The rxvt shipped by cygwin has been heavily patched from upstream to support our (32bit) platform; at *minimum* you will need those patches to build the 64 bit version.

Re: compress / ncompress package for Cygwin

2013-09-02 Thread Linda Walsh
Hubert Garavel wrote: For porting legacy software to Cygwin, the absence of compress is just annoying. Why? If gzip can uncompress it, you should switch to gzip or xz anyway, because computers that you release software to are less likely to have compress because 1) it was encumbered 2)