cannot install from local disk with latest setup.exe-2.249.2.2

2002-06-13 Thread Dr. Volker Zell

Hi

I usually install packages in two steps. First I download them and then I install from 
local disk.
The latter does not work for me with setup.exe-2.249.2.2.

setup just keeps my disk spinning when it comes to the Installing... screen.
I cannot even press the Cancel button, it's not reacting anymore.
Nothing is written to the logfiles.

I have to use the taskvier to kill setup.

My setup is NT4-SP5

The latest working setup in my scenario was setup.exe-2.218.2.9
Ciao
  Volker




RE: cannot install from local disk with latest setup.exe-2.249.2.2

2002-06-13 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Dr. Volker Zell
> Sent: Thursday, 13 June 2002 5:45 PM
> To: [EMAIL PROTECTED]
> Subject: cannot install from local disk with latest 
> setup.exe-2.249.2.2
> 
> 
> Hi
> 
> I usually install packages in two steps. First I download 
> them and then I install from local disk.
> The latter does not work for me with setup.exe-2.249.2.2.
> 
> setup just keeps my disk spinning when it comes to the 
> Installing... screen.
> I cannot even press the Cancel button, it's not reacting anymore.
> Nothing is written to the logfiles.
> 
> I have to use the taskvier to kill setup.
> 
> My setup is NT4-SP5
> 
> The latest working setup in my scenario was setup.exe-2.218.2.9
> Ciao
>   Volker

I'll bet that you have a large amount of files in your cache dir. Setup
is validating the MD5 for all those files.

Rob




RE: cannot install from local disk with latest setup.exe-2.249.2.2

2002-06-13 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Dr. Volker Zell
> Sent: Thursday, 13 June 2002 5:45 PM
> To: [EMAIL PROTECTED]
> Subject: cannot install from local disk with latest 
> setup.exe-2.249.2.2
> 
> 
> Hi
> 
> I usually install packages in two steps. First I download 
> them and then I install from local disk.
> The latter does not work for me with setup.exe-2.249.2.2.
> 
> setup just keeps my disk spinning when it comes to the 
> Installing... screen.

I just re-read this. Can you run it under a debugger? Even though there
aren't symbols, you'll get debugging output.

Thanks,
Rob




Re: libstdc++ for building setup.exe

2002-06-13 Thread Jan Nieuwenhuizen

Charles Wilson <[EMAIL PROTECTED]> writes:

> You can also download this:
>
> 
>http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/mingw-extra/mingw-extra-2.95.3_20011106-2.tar.bz2
>
> and unpack it in the obvious place.  It contains those libraries from
> mingw's gcc package.  You might also want to manually run the
> "postinstall" script.

Thanks a lot.  It would be helpful to add some pointers to setup's
application page.

However, when I said 'build', I really meant cross-build.  Anyway, I'm
almost there now.  I've no clue whether I'm using incorrect header
files, incorrect libraries, or just need an extra library.  This is
on a cygwin-1.3.10 based cross-install.

Jan.

12:29:17 fred@peder:~/cvs/cygwin/cygwin-apps/setup-build
$ g++ -mno-cygwin -Werror -Winline -Wall -Wpointer-arith -Wcast-align -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wcomments -g -O2 -o 
setup.exe -mwindows archive.o archive_tar.o archive_tar_file.o autoload.o category.o 
choose.o cistring.o compress.o compress_bz.o compress_gz.o concat.o cygpackage.o 
desktop.o dialog.o diskfull.o download.o Exception.o find.o FindVisitor.o filemanip.o 
fromcwd.o geturl.o hash.o ini.o IniDBBuilder.o IniDBBuilderPackage.o inilex.o 
iniparse.o IniParseFeedback.o IniParseFindVisitor.o install.o io_stream.o 
io_stream_cygfile.o io_stream_file.o io_stream_memory.o localdir.o log.o LogFile.o 
LogSingleton.o main.o md5.o MD5++.o mkdir.o mklink2.o mount.o msg.o net.o netio.o 
nio-ie5.o nio-file.o nio-ftp.o nio-http.o package_db.o package_meta.o package_source.o 
package_version.o PickCategoryLine.o PickLine.o PickPackageLine.o PickView.o 
postinstall.o proppage.o propsheet.o rfc1738.o root.o ScanFindVisitor.o script.o 
setup_version.o simpsock.o site.o source.o splash.o state.o String++.o threebar.o 
version.o win32.o window.o res.o  
-L/home/fred/usr/src/cygwin/cygwin-1.3.10/usr/lib/mingw 
-L/home/fred/usr/src/cygwin/cygwin-1.3.10/linux-cygwin/usr/i686-pc-cygwin/lib/mingw 
zlib/libzcygw.a bz2lib/libbz2.a libgetopt++/.libs/libgetopt++.a -lstdc++ -luser32 
-lkernel32 -lcomctl32 -lole32 -lwsock32 -lnetapi32 -ladvapi32 -luuid -lmingw32
Warning: resolving __ctype_ by linking to __imp___ctype_ (auto-import)
bz2lib/libbz2.a(bzlib.o): In function `bzopen_or_bzdopen':
/home/fred/cvs/cygwin/cygwin-apps/setup-build/bz2lib/../../setup/bz2lib/bzlib.c:1424: 
variable '_ctype_' can't be auto-imported. Please read the documentation for ld's 
--enable-auto-import for details.
LogFile.o: In function `_tf8_IO_FILE':
/home/fred/cvs/cygwin/cygwin-apps/setup-build/../setup/LogFile.cc(.data$_vt$12strstreambuf+0x34):
 undefined reference to `streambuf::xsputn(char const *, 
long)'/home/fred/cvs/cygwin/cygwin-apps/setup-build/../setup/LogFile.cc(.data$_vt$12strstreambuf+0x3c):
 undefined reference to `streambuf::xsgetn(char *, long)'
/home/fred/cvs/cygwin/cygwin-apps/setup-build/../setup/LogFile.cc(.data$_vt$12strstreambuf+0x6c):
 undefined reference to `streambuf::sys_read(char *, long)'
/home/fred/cvs/cygwin/cygwin-apps/setup-build/../setup/LogFile.cc(.data$_vt$12strstreambuf+0x74):
 undefined reference to `streambuf::sys_write(char const *, long)'
libgetopt++/.libs/libgetopt++.a(OptionSet.o): In function 
`$_t12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0i0':
/home/fred/cvs/cygwin/cygwin-apps/setup-build/libgetopt++/../../setup/libgetopt++/src/OptionSet.cc(.text$__ls__H3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0i0_R7ostreamRCt12basic_string3ZX01ZX11ZX21_R7ostream+0x18):
 undefined reference to `ostream::write(char const *, long)'
collect2: ld returned 1 exit status

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org




Re: cannot install from local disk with latest setup.exe-2.249.2.2

2002-06-13 Thread Dr. Volker Zell

> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:

>> Hi
>> 
>> I usually install packages in two steps. First I download 
>> them and then I install from local disk.
>> The latter does not work for me with setup.exe-2.249.2.2.
>> 
>> setup just keeps my disk spinning when it comes to the 
>> Installing... screen.
>> I cannot even press the Cancel button, it's not reacting anymore.
>> Nothing is written to the logfiles.
>> 
>> I have to use the taskvier to kill setup.
>> 
>> My setup is NT4-SP5
>> 
>> The latest working setup in my scenario was setup.exe-2.218.2.9
>> Ciao
>> Volker

Robert> I'll bet that you have a large amount of files in your cache dir. Setup
Robert> is validating the MD5 for all those files.

Yap, false alarm, I tried again and after a couple of minutes I was presented with
the package dialog.
Maybe I need a faster computer :-)

Wasn't this feature of MD5 validation in setup-2.218.2.9.exe ?

Robert> Rob

Ciao
  Volker

-- 
___

   "Is a dream a lie if it don't come true or is it something worse ..."

   Dr. Volker Zell
  __ /  _  /  __  / ___/  /___/ -- Leitender Dozent --
 /  /  /__/  /_  / / /__/ Geschäftsstelle Düsseldorf
   /__/ _|__/ __// // Hamborner Str. 51
 D-40472  Düsseldorf
   e-Mail: mailto:[EMAIL PROTECTED]
   WWW:http://ciko.de.oracle.com/ (Intranet)
   Tel:(+49) 211-74839-414Mobil: (+49) 174-7409377
   Fax:(+49) 211-74839-44
___




RE: cannot install from local disk with latest setup.exe-2.249.2.2

2002-06-13 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Dr. Volker Zell
> Sent: Thursday, 13 June 2002 10:02 PM

> 
> Yap, false alarm, I tried again and after a couple of minutes 
> I was presented with
> the package dialog.
> Maybe I need a faster computer :-)
> 
> Wasn't this feature of MD5 validation in setup-2.218.2.9.exe ?

No. 2.218.2.9 understood the MD5 tags, it didn't use them at all.

Rob




mutt doesn't find it's manual.txt

2002-06-13 Thread Dr. Volker Zell

Hi

When inside mutt and pressing  the manual should appear. Instead I get

/usr/doc/mutt/manual.txt: No such file or directory
Press any key to continue...

This is because the manual is installed in:
/usr/doc/mutt-1.2.5i/manual.txt

Maybe this can be changed iin the next release.

Ciao
  Volker




RE: libstdc++ for building setup.exe

2002-06-13 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Jan Nieuwenhuizen
> Sent: Thursday, 13 June 2002 9:25 AM
> To: [EMAIL PROTECTED]
> Subject: libstdc++ for building setup.exe
> 
> 
> Hi,
> 
> I haven't been able to build the new setup (since it moved in cvs),
> but that may be due to the fact that the mingw package was dropped.
> 
> At
> 
>   http://sources.redhat.com/cygwin-apps/setup.html
>
>it says:
>
>To successfully build such a setup you will need a mingw
>libstdc++.a file for the cross-compiler to link against.  One can
>be found in the mingw gcc binary
>
>Is libstdc++.a the only mingw library that's needed, and do you have
>an url for it?  Previously, untarring the mingw and mingw-runtime
>packages was sufficient.

You may need a libgcc.a It depends on exactly what is in your cygwin
libgcc.a. I suggest using a mingw libgcc.a, and will adjust the website
accordingly at some point soon.

No URL, but it's been addressed in other messages to you :}.

Rob




RE: libstdc++ for building setup.exe

2002-06-13 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Charles Wilson
> Sent: Thursday, 13 June 2002 10:15 AM
> To: Jan Nieuwenhuizen
> Cc: [EMAIL PROTECTED]
> Subject: Re: libstdc++ for building setup.exe
> 
> 
> You can also download this:
> 
> http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/rel
> ease/mingw-extra/mingw-extra-2.95.3_20011106-2.tar.bz2
> 
> and unpack it in the obvious place.  It contains those libraries from 
> mingw's gcc package.  You might also want to manually run the 
> "postinstall" script.

You could also just drop this in a dir somewhere, run setup and tell it
that dir is your local package dir. It should pick it up and allow an
install automagically.

Rob




Cinstall timestamp perl script

2002-06-13 Thread John Jones

Dear all/robert

After searching I can no longer find mention of the perl script that 
timestamps the setup.ini file

could someone post it to the list ?

thanks

john jones

p.s. I have some patchs to Cinstall, is their any prefered way that 
Cinstall people like diffs ?




Please upload ... new version of curl [7.9.8-1]

2002-06-13 Thread Roth, Kevin P.
Title: Please upload ... new version of curl [7.9.8-1]






Would someone kindly upload a new version of curl to the sourceware mirrors for me?


The files are available as follows:


 Binary: http://curl.haxx.se/download/curl-7.9.8-1-cygwin.tar.bz2


 Source: http://curl.haxx.se/download/curl-7.9.8-1-src-cygwin.tar.bz2


As always, the only change I'll need you to make is to remove the "-cygwin" from the filenames. No change to setup.hint is needed.

Please let me know once this has been completed so I can announce it at cygwin-announce.


Thanks,

--Kevin





Re: [ITP] HTML Tidy 020602

2002-06-13 Thread Corinna Vinschen

On Tue, Jun 11, 2002 at 08:18:52PM +0200, Lapo Luchini wrote:
> HTML Tidy is a program to clean up and correct messy HTML pages.
> Tidy is able to fix up a wide range of problems and to bring to
> your attention things that you need to work on yourself.
> 
> It's an useful program, compiles OOTB, I needed something to test the 
> method two of packaging (no, this isn't a reason eheh)... why don't?
> Thumbs up or thumbs down?
> 
> Please notice that I will probably *NOT* create a release for each 
> release of the authors, as this program has no real schedule and gets 
> released every 1-10 days.
> 
> File are, as usual, there:
> http://www.lapo.it/tmp/tidy-020602-1-src.tar.bz2
> http://www.lapo.it/tmp/tidy-020602-1.tar.bz2

You're adding directories /etc/postinstall and /usr/doc/tidy-020602
but both are empty.  Is that intended?  It wouldn't make sense...

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



Re: Please upload ... new version of curl [7.9.8-1]

2002-06-13 Thread Corinna Vinschen

On Thu, Jun 13, 2002 at 12:10:36PM -0400, Roth, Kevin P. wrote:
> Would someone kindly upload a new version of curl to the sourceware mirrors for me?
> 
> The files are available as follows:
> 
>  Binary: http://curl.haxx.se/download/curl-7.9.8-1-cygwin.tar.bz2
> 
>  Source: http://curl.haxx.se/download/curl-7.9.8-1-src-cygwin.tar.bz2
> 
> As always, the only change I'll need you to make is to remove the "-cygwin" from the 
>filenames. No change to setup.hint is needed.
> 
> Please let me know once this has been completed so I can announce it at 
>cygwin-announce.

Uploaded.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



Re: [ITP] HTML Tidy 020602

2002-06-13 Thread Lapo Luchini

>
>
>You're adding directories /etc/postinstall and /usr/doc/tidy-020602
>but both are empty.  Is that intended?  It wouldn't make sense...
>  
>
It seems that I modified the "method 2" script enough not to include 
(non existing) files them but not enough not to create them either... 
I'll correct that.

-- 
Lapo 'Raist' Luchini
[EMAIL PROTECTED] (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)






RE: Please upload ... new version of curl [7.9.8-1]

2002-06-13 Thread Fallon, Benjamin

Are there any plans to put Gtk and Glib into the distributions?

Ben

-Original Message-
From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 12:49 PM
To: Cygwin-Apps Mail-List (E-mail)
Subject: Re: Please upload ... new version of curl [7.9.8-1]


On Thu, Jun 13, 2002 at 12:10:36PM -0400, Roth, Kevin P. wrote:
> Would someone kindly upload a new version of curl to the sourceware
mirrors for me?
> 
> The files are available as follows:
> 
>  Binary: http://curl.haxx.se/download/curl-7.9.8-1-cygwin.tar.bz2
> 
>  Source: http://curl.haxx.se/download/curl-7.9.8-1-src-cygwin.tar.bz2
> 
> As always, the only change I'll need you to make is to remove the
"-cygwin" from the filenames. No change to setup.hint is needed.
> 
> Please let me know once this has been completed so I can announce it at
cygwin-announce.

Uploaded.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



Re: Please upload ... new version of curl [7.9.8-1]

2002-06-13 Thread Nicholas Wourms

Ben,

Yes, there is.  Harold Hunt is working on getting those together.  He's 
been under a time crunch lately, so unfortunately their completion has 
been delayed.  Hopefully they'll be out soon :-).

Cheers,
Nicholas

Fallon, Benjamin wrote:

>Are there any plans to put Gtk and Glib into the distributions?
>
>Ben
>
>-Original Message-
>From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 13, 2002 12:49 PM
>To: Cygwin-Apps Mail-List (E-mail)
>Subject: Re: Please upload ... new version of curl [7.9.8-1]
>
>
>On Thu, Jun 13, 2002 at 12:10:36PM -0400, Roth, Kevin P. wrote:
>  
>
>>Would someone kindly upload a new version of curl to the sourceware
>>
>>
>mirrors for me?
>  
>
>>The files are available as follows:
>>
>> Binary: http://curl.haxx.se/download/curl-7.9.8-1-cygwin.tar.bz2
>>
>> Source: http://curl.haxx.se/download/curl-7.9.8-1-src-cygwin.tar.bz2
>>
>>As always, the only change I'll need you to make is to remove the
>>
>>
>"-cygwin" from the filenames. No change to setup.hint is needed.
>  
>
>>Please let me know once this has been completed so I can announce it at
>>
>>
>cygwin-announce.
>
>Uploaded.
>
>Thanks,
>Corinna
>
>  
>

-- 
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/





RE: Cinstall timestamp perl script

2002-06-13 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Jones
> Sent: Friday, 14 June 2002 1:29 AM

> p.s. I have some patchs to Cinstall, is their any prefered way that 
> Cinstall people like diffs ?

Chris is the person to address the first part. However it's not
interpreted as a timestamp by setup (at the moment), just an
incrementing integer. 
$ date +"%s"
Does the right thing for me though.

As for diffs - please send them in as per the contributing link on the
main cygwin home page. I'll add a section on this to
http://sources.redhat.com/cygwin-apps/setup.html at some point, but
chances are that it will just refer to the main cygwin contributing
page.

Cheers,
Rob




Re: Question about GCC predefined symbols

2002-06-13 Thread Jim


- Original Message -
From: "Mumit Khan" <[EMAIL PROTECTED]>
To: "Jim" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:18 PM
Subject: Re: Question about GCC predefined symbols


> On Thu, 13 Jun 2002, Jim wrote:
>
> >  Was wondering - is there a pre-defined symbol which gcc will define
when
> > running the cygwin environment?  maybe __CYGWIN__ or something?
>
> $ gcc -E -dM - < /dev/null
>
> Should show you the predefined macros. Or, you can use the -v option when
> compiling for verbose output which shows these as well.
>
>
Yeup I'm aware of how to make myown - what symbols are predefined
__GCC__
__STDC__ etc etc