Re: tar 1.15.1 broken

2005-10-27 Thread Alan Hourihane
On Thu, 2005-10-27 at 06:27 -0600, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> According to Alan Hourihane on 10/27/2005 3:30 AM:
> > Now, having upgraded everything to the latest releases things started to
> > go wrong with the packaging scripts.
> > 
> > tar started to bleat with "Cannot stat: No such file or directory" for
> > lots of different things.
> 
> Can you reproduce this down into a smaller test case?  Tar is only
> printing the error message it gets from calling stat(), so now we need to
> figure out if tar is passing bad information to stat() or if cygwin is
> having problems doing the stat().  If you can reproduce a smaller
> testcase, it might also help to run strace between the two versions to see
> what might have changed in the sequence of syscalls.
> 
> > 
> > I've reverted to tar 1.13.25 and everything is fine.
> > 
> > One other thing to note is that I'm building on a samba connected drive
> > if that matters to tar.
> 
> I don't have access to a samba drive myself, so if it IS drive related
> (although I am inclined to doubt that), it will be up to you to do a lot
> of the debugging effort.

O.k. I've found the problem.

This works with tar 1.13.25

tar cvjf test.tbz2  --exclude=

In 1.15.1 it mucks up parsing of --exclude= and somehow later
tries to stat "--exclude=" as being the complete filename. But
actually when it reports the "Cannot stat: No such file or directory"
message the filename is correct.

Moving --exclude= to this...

tar --exclude= -cvjf test.tbz2 

makes it work.

Hope that helps,

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



tar 1.15.1 broken

2005-10-27 Thread Alan Hourihane
This is probably just for Eric Blake, but I thought I'd let others know.

I'm currently packaging a new xorg release for cygwin. I only ever build
directly on my WinXP box for this too.

Now, having upgraded everything to the latest releases things started to
go wrong with the packaging scripts.

tar started to bleat with "Cannot stat: No such file or directory" for
lots of different things.

I've reverted to tar 1.13.25 and everything is fine.

One other thing to note is that I'm building on a samba connected drive
if that matters to tar.

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



visibility attribute not supported in this configuration

2005-08-23 Thread Alan Hourihane
Why is gcc 3.4.4 in cygwin not making this available ?

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



undefined reference to __pei386_runtime_relocator

2002-11-29 Thread Alan Hourihane
I'm using the new --enable-runtime-pseudo-reloc parameter to ld and
finding that nothing links and ld blurts out

ertr03.o(.rdata+0x0): undefined reference to
`__pei386_runtime_relocator'

Is there something extra I need to add to ld, or is this missing from the
current libraries ?

Or does this option not work yet ?

Thanks.

Alan.





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




rsync mirrors & cygwin

2002-10-01 Thread Alan Hourihane

Does anyone know of an rsync mirror for cygwin ?

Alan.





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: newer bintuils

2002-09-25 Thread Alan Hourihane

"Nicholas Wourms"  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> --- Alan Hourihane wrote:
> > "Alan Hourihane" wrote in message
> > amnb7e$7k5$[EMAIL PROTECTED]">news:amnb7e$7k5$[EMAIL PROTECTED]...
> > > Anyone know when the new binutils will be out with Egor's
> > > fixes for auto-import of arrays ?
> >
> > Anyone know the expected ETA for this ?
>
> No, because Egor's application for copyright assignment is currently
> stuck in the Russian Postal System.  We could be in for a long
> wait...
>
> > I think we need a new cygwin dll for this too first though - don't
> > we?
>
> Yes, you are correct.  However there are currently some pthread
> issues which are being resolved before this happens.  Anyhow, as
> previously mentioned, we are probably in for a long wait.

That's unfortunate, because we won't be able to make shared libXt, libXmu
and libXaw for Cygwin/XFree86 until we do get them. (Unless some serious
hacking around the arrays goes on, not something I relish doing).

Guess we'll have to wait. sigh.

Alan.





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: newer bintuils

2002-09-25 Thread Alan Hourihane

"Alan Hourihane" wrote in message amnb7e$7k5$[EMAIL PROTECTED]">news:amnb7e$7k5$[EMAIL PROTECTED]...
> Anyone know when the new binutils will be out with Egor's
> fixes for auto-import of arrays ?

Anyone know the expected ETA for this ?

I think we need a new cygwin dll for this too first though - don't we?

Alan.





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




newer bintuils

2002-09-23 Thread Alan Hourihane

Anyone know when the new binutils will be out with Egor's
fixes for auto-import of arrays ?

Alan.





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Python 2.2 without threads ???

2002-05-10 Thread Alan Hourihane

Ah, o.k. Thanks Robert for the quick response.

On Fri, May 10, 2002 at 06:45:17PM +1000, Robert Collins wrote:
> You'll need a cygwin1.dll snapshot for it to work reliably. Jason's
> indicated that when 1.3.11 comes out he'll release a supported package.
> 
> Rob
> 
> > -Original Message-
> > From: Alan Hourihane [mailto:[EMAIL PROTECTED]] 
> > Sent: Friday, May 10, 2002 6:44 PM
> > To: [EMAIL PROTECTED]
> > Subject: Python 2.2 without threads ???
> > 
> > 
> > Is there any chance someone could upload Python 2.2 with 
> > threading enabled for Cygwin ?
> > 
> > Alan.
> > 
> > --
> > Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting: http://cygwin.com/bugs.html
> > Documentation: http://cygwin.com/docs.html
> > FAQ:   http://cygwin.com/faq/
> > 
> > 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Python 2.2 without threads ???

2002-05-10 Thread Alan Hourihane

Is there any chance someone could upload Python 2.2 with
threading enabled for Cygwin ?

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Bug in setup.exe 2.194.2.24

2002-04-19 Thread Alan Hourihane

On Fri, Apr 19, 2002 at 11:22:08AM -0700, Michael A Chase wrote:
> On Fri, 19 Apr 2002 18:41:04 +0100 Alan Hourihane <[EMAIL PROTECTED]> wrote:
> 
> > I'm using 2.194.2.24 and when I go through "Download from Internet"
> > and download the "new" components. It downloads them fine.
> > 
> > Next, I re-run setup.exe and I go through "Download from Internet" again,
> > (but this was by accident) and it says that the same files are ready
> > to be downloaded and proceeds to re-download them all again.
> 
> I think this is because you haven't installed the packages yet.  I think
> setup.exe gets the current version information from the installed
> package not the download directory.

This isn't the way it used to work, and shouldn't in my opinion.

setup.exe should know what it's downloaded and not installed.

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Bug in setup.exe 2.194.2.24

2002-04-19 Thread Alan Hourihane

Hi,

I'm wondering if I've found a bug in setup.exe.

I'm using 2.194.2.24 and when I go through "Download from Internet"
and download the "new" components. It downloads them fine.

Next, I re-run setup.exe and I go through "Download from Internet" again,
(but this was by accident) and it says that the same files are ready
to be downloaded and proceeds to re-download them all again.

If I "Install from Local Directory" first it clears the problem.

Alan.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/