[RFU 32 + 64bit] fltk-1.3.2.9965-1

2013-09-10 Thread A.R. Burgers

new packages for fltk-1.3 are here for upload:

64 bit:
wget -nH -r -np --cut-dirs=2 
http://members.quicknet.nl/ar.burgers/cygwin/x86_64/fltk/
find x86_64 -name index.html* | xargs rm

32 bit:
wget -nH -r -np  --cut-dirs=2 
http://members.quicknet.nl/ar.burgers/cygwin/x86/fltk
find x86 -name index.html* | xargs rm

- update to svn revision 9965
- switch to cygport's automatic dependency generation
- remove erroneous dependency on gcc4-core and gcc4-g++ for libfltk-devel 
packages

Please leave fltk-1.3.1.9857-1 as previous for fltk-1.3

kind regards,

Teun





[ANNOUNCEMENT] Updated: gsl-1.16-1

2013-08-15 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated to 1.16-1
for both 32 and 64 bit.

This is a new upstream release.
For the announcement of gsl version 1.16 see:

http://cygwin.com/ml/gsl-announce/2013/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: If you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack0.sh, and /etc/profile.d/lapack0.csh.\
If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers


*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
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



Updated: gsl-1.16-1

2013-08-15 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated to 1.16-1
for both 32 and 64 bit.

This is a new upstream release.
For the announcement of gsl version 1.16 see:

http://cygwin.com/ml/gsl-announce/2013/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: If you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack0.sh, and /etc/profile.d/lapack0.csh.\
If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers


*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.




RFU: 32+64 bit: gsl 1.16

2013-08-14 Thread A.R. Burgers

LS,

packages for gsl-1.16-1 are available here for upload:

wget -nH -np -r --cut-dirs=2 
http://members.quicknet.nl/ar.burgers/cygwin/x86/gsl/
find x86 -name index.html* | xargs rm

wget -nH -np -r --cut-dirs=2 
http://members.quicknet.nl/ar.burgers/cygwin/x86_64/gsl/
find x86_64 -name index.html* | xargs rm

kind regards,

Teun


Re: fltk / gl rendering problem

2013-06-24 Thread A.R. Burgers

Op 2013-06-24 17:18, Jon TURNEY schreef:

On 23/06/2013 14:56, marco atzeri wrote:

Il 6/21/2013 1:32 PM, Jon TURNEY ha scritto:

On 17/06/2013 07:48, marco atzeri wrote:

Il 6/16/2013 4:51 PM, marco atzeri ha scritto:

testing a octave/fltk graphics issue, I noticed that also the
demo of fltk with GL interface has a similar issue.


Thanks for reporting this and thanks for providing the test binaries.


On http://matzeri.altervista.org/works/fltk_gl/
I uploaded the before and after apperance of gl_overlay demo.

It is enough to move the window to loose the geometrical
image while the bars are correctly re-drawn.

Running Xwin with -wgl does not show such defect, but it is
terribly slow. So I assume it is not a fltk defect but of
GL or XServer.


I guess this should read with -nowgl, in which case, this is a limitation of
the current implementation of -wgl mode, which will require lots of work to
fix.


Question: is -wgl disabled by some of the other Xwin options ?
I was sure all my previous experiments where with -wgl
But I see no difference between
xwin -rootless -nowgl and xwin -rootless


-wgl is only available in -multiwindow mode:

(II) GLX: Initialized Win32 native WGL GL provider for screen 0

If you try it in any other mode, you'll get the following in the log:

(EE) AIGLX: No native OpenGL in modes with a root window
...
(II) AIGLX: Loaded and initialized swrast

This could probably do with being better documented.


The reason for this restriction is that the only way to constrain OpenGL
drawing to a given region is make a Windows window which occupies that region.

In the initial WGL implementation, these Windows windows were the ones
corresponding to the top-level X windows we have in multiwindow mode.

I subsequently added a bit of trickery which makes things somewhat work for
non-top-level X windows, by creating a hidden Windows window hierarchy, which
puts a Windows window in the right place to make the OpenGL drawing appear in
the right place and at the right size, but because that drawing isn't composed
into the X screen, but drawn on top of it, we get these issues.

In theory this trick could be extended to provide WGL in modes other than
multiwindow, but these issues would also appear.


I wrote a bit about these limitations at [1]

[1] http://www.cygwin.com/ml/cygwin-xfree/2012-10/msg9.html


It seems the same defect so it seems related to -wgl,
at least in multiwindow mode.

Testing with
 xwin -multiwindow
the moving defect is present and slide layer are drawn

 xwin -multiwindow -nowgl
the moving defect is NOT present but the slide layer are NOT drawn
( same for both xwin -rootless -nowgl and xwin -rootless )



further experiment showed that the defect is present when the integrate
windows manager is used. With external window manager (fvwm, openbox,.. ) that
defect does not apper.

With external window manager another defect appears, the upper
bar effect is not shown at all; while it is present on the integrated
window manager.


When I tested this, it looks like the solid area controlled by the sides
slider didn't get rendered into a separate layer when using software rendering
(either -nowgl or X server in windowed mode), so this is possibly some bug or
limitation in the software renderer, or possibly in a bug in the demo not
recognizing the lack of capabilities of the software renderer.


Do you mean more likely a OpenGL bug of fltk one ?


One or the other, yes :)

In a brief test, the gl_overlay demo appears the same using the software
renderer under linux.



Not sure whether this is related, this one is not specific to OpenGL,
but I had a rendering issue as well

http://www.fltk.org/str.php?L2845

Teun


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



[RFU 32 + 64bit] fltk

2013-04-14 Thread A.R. Burgers

LS,

packages for fltk-1.3 are available here for upload:

64 bit:
wget -nH -r -L -R 'index.html*' --cut-dirs=3 
http://members.quicknet.nl/ar.burgers/cygwin/64bit/fltk/

32 bit:
wget -nH -r -L -R 'index.html*' --cut-dirs=3 
http://members.quicknet.nl/ar.burgers/cygwin/fltk/
for 32 bit please leave 1.3.1.9285 as previous

kind regards,

Teun



Re: libpcre-devel: no .a files

2012-05-14 Thread A.R. Burgers

Op 14-5-2012 8:12, Yaakov (Cygwin/X) schreef:


On 2012-05-12 03:03, A.R. Burgers wrote:

this package has the .dll.a files but not the .a files:
I checked the libpcre build from source, the .a files are built,
but apparently they are not included in the devel package.


No, they are not built at all:

http://cygwin.com/ml/cygwin-apps/2012-03/msg00101.html


in the source package from the pcre web site which I used, they are 
built by default, I didn't realize the source packages uses 
--disable-static, thanks for the pointer.





I would like to ask the maintainer to include them in a next
release.


You'll have to give me a *really* good reason why you absolutely must
static libraries.


well, I like to make static builds, so I can distribute just the .exe
and the cygwin1.dll, without having to think about the dll's to include.
I think the choice of linking with either .dll.a or .a is quite elegant,
and works well.

If there would have been a poll on this topic, I would have voted in 
favor of keeping the .a files.


Teun



libpcre-devel: no .a files

2012-05-12 Thread A.R. Burgers

LS,

this package has the .dll.a files but not the .a files:

$ zgrep '\.a$' /etc/setup/libpcre-devel.lst.gz
usr/lib/libpcre.dll.a
usr/lib/libpcre16.dll.a
usr/lib/libpcrecpp.dll.a
usr/lib/libpcreposix.dll.a

I checked the libpcre build from source, the .a files are built,
but apparently they are not included in the devel package.
I would like to ask the maintainer to include them in a next
release.

Kind regards,

Teun



[ANNOUNCEMENT] update: fltk-1.3 (partially in test)

2012-03-28 Thread A.R. Burgers

a recent version of fltk 1.3 has been uploaded.
The 1.3 announcement can be found here:

http://fltk.org/newsgroups.php?s1+gfltk.announce+v8+T0

from the fltk website:

/This is basically FLTK-1.1.10 with extra features, but with an 
incompatible ABI.
The new features include: full UTF-8 Unicode support, which allows 
left-to-right

non-Latin text such as Greek and Cyrillic; new Fl_Tree, Fl_Table and
Fl_Native_Filechooser widgets; printing support; a device 
abstraction layer;

and a new progamming manual generated from the code using Doxygen./

Since fltk 1.3 has an incompatible abi, the fltk-1.1 dlls remain available.
The devel and doc packages are still marked as test.

Thanks to Yaakov for his help with the packaging.

Teun

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.


--
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



update: fltk-1.3 (partially in test)

2012-03-28 Thread A.R. Burgers

a recent version of fltk 1.3 has been uploaded.
The 1.3 announcement can be found here:

http://fltk.org/newsgroups.php?s1+gfltk.announce+v8+T0

from the fltk website:

/This is basically FLTK-1.1.10 with extra features, but with an 
incompatible ABI.
The new features include: full UTF-8 Unicode support, which allows 
left-to-right

non-Latin text such as Greek and Cyrillic; new Fl_Tree, Fl_Table and
Fl_Native_Filechooser widgets; printing support; a device 
abstraction layer;

and a new progamming manual generated from the code using Doxygen./

Since fltk 1.3 has an incompatible abi, the fltk-1.1 dlls remain available.
The devel and doc packages are still marked as test.

Thanks to Yaakov for his help with the packaging.

Teun

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.



Re: RFU (test): libfltk-1.3

2012-03-27 Thread A.R. Burgers

Op 26-3-2012 4:19, Yaakov (Cygwin/X) schreef:


* Please use fltk for PN instead of libfltk as you did for 1.1.


Because the fltk package was empty, only associated with the source,
I hoped to get rid of that by creating a libfltk1.3 package that
has both the dll-s and the source. That apparently doesn't fly,
I reverted to fltk.



* PV is vague. Either it should be 1.3.0 for the stable version or e.g.
1.3.0.9296 for the latest 1.3.x snapshot.


fixed


* The -devel and -doc packages are reversed; replace the PKG_* lines with:
PKG_NAMES=libfltk1.3 libfltk-devel libfltk-doc
libfltk1_3_CONTENTS=usr/bin/*-1.3.dll
libfltk_devel_CONTENTS=--exclude=doc etc/ usr/bin/fltk-config
usr/bin/fluid.exe usr/include usr/lib/ usr/share/
libfltk_doc_CONTENTS=usr/share/doc/


Fixed



* Please install libXinerama-devel when rebuilding, which will add a
dependency on libXinerama1.


I had this installed, and the dll refered to Xinerama dll, but it was
missing from the dependency list. libXext was missing from that as well.

Thanks for your feedback, much appreciated.

wget http://members.quicknet.nl/ar.burgers/cygwin17/fltk.tar.bz2
tar jxvf fltk.tar.bz2

will recreate the dist

tar jtvf fltk.tar.bz2:
fltk/
fltk/fltk-1.3.1.9285-1-src.tar.bz2
fltk/fltk-1.3.1.9285-1.tar.bz2
fltk/libfltk-devel/
fltk/libfltk-devel/libfltk-devel-1.3.1.9285-1.tar.bz2
fltk/libfltk-devel/setup.hint
fltk/libfltk-doc/
fltk/libfltk-doc/libfltk-doc-1.3.1.9285-1.tar.bz2
fltk/libfltk-doc/setup.hint
fltk/libfltk1.3/
fltk/libfltk1.3/libfltk1.3-1.3.1.9285-1.tar.bz2
fltk/libfltk1.3/setup.hint
fltk/setup.hint






RFU (test): libfltk-1.3

2012-03-25 Thread A.R. Burgers

LS,

following heads-up of Yaakov

http://sourceware.org/ml/cygwin/2012-03/msg00518.html

please upload following as test package,

wget -x -nH --cut-dirs=2 \
http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/libfltk-1.3-1-src.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/libfltk-1.3-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/libfltk-devel/libfltk-devel-1.3-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/libfltk-devel/setup.hint 
\
http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/libfltk-doc/libfltk-doc-1.3-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/libfltk-doc/setup.hint 
\

http://members.quicknet.nl/ar.burgers/cygwin17/libfltk/setup.hint

Kind regards,

Teun



Re: YA call for snapshot testing (find /proc/registry64 crash)

2012-01-19 Thread A.R. Burgers

Op 19-1-2012 20:52, Christopher Faylor schreef:


Corinna and I think that we're coming close to achieving stability for
a new release so we'd like you to try the most recent snapshot at:

http://cygwin.com/snapshots/

Please reports variations from 1.7.9, including Hey! It's a lot faster
than 1.7.9! as well as the usual bug reports.


Hi, just installed the snapshot and noticed this crash:

user@acer5520 ~
$ find /proc/registry64
/proc/registry64
Aborted (core dumped)

cygcheck.out attached.

Teun

Cygwin Configuration Diagnostics
Current System Time: Thu Jan 19 21:31:01 2012

Windows 7 Ultimate Ver 6.1 Build 7601 Service Pack 1

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0

Output from C:\cygwin\bin\id.exe
UID: 1001(teun) GID: 513(None)
513(None)   0(root) 544(Administrators) 545(Gebruikers)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'teun'
PWD = '/home/teun'
HOME = '/home/teun'

HOMEPATH = '\Users\teun'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Users\teun\AppData\Roaming'
HOSTNAME = 'acer5520'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 104 Stepping 2, AuthenticAMD'
WINDIR = 'C:\Windows'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/c/Users/teun/Desktop'
USERDOMAIN = 'ACER5520'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
windows_tracing_flags = '3'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
VBOX_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
!:: = '::\'
TEMP = '/tmp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
USERNAME = 'teun'
COLINUX = 'C:\Program Files\coLinux'
PROCESSOR_LEVEL = '15'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
LANG = 'C.UTF-8'
USERPROFILE = 'C:\Users\teun'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\ACER5520'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\teun\AppData\Local'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
TMP = '/tmp'
SYSTEMROOT = 'C:\Windows'
PRINTER = 'Microsoft XPS Document Writer'
PROCESSOR_REVISION = '6802'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
NUMBER_OF_PROCESSORS = '2'
SESSIONNAME = 'Console'
COMPUTERNAME = 'ACER5520'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cygwin_bash
  (default) = 'Bash Prompt Here'
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cygwin_bash\command
  (default) = 'C:\cygwin\bin\mintty.exe -e /bin/xhere /bin/bash.exe %L'
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\cygwin_bash
  (default) = 'Bash Prompt Here'
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\cygwin_bash\command
  (default) = 'C:\cygwin\bin\mintty.exe -e /bin/xhere /bin/bash.exe %L'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cygwin_bash
  (default) = 'Cygwin Bash Prompt Here'
  UnInstallString = 'C:\cygwin\bin\sh -c /bin/chere -u -s bash'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS114371Mb  28% CP CS UN PA FC ACER
d:  hd  NTFS114107Mb  21% CP CS UN PA FC DATA
e:  cd N/AN/A

C:\cygwin/  system  binary,auto
C:\cygwin\bin/usr/bin   system  binary,auto
C:\cygwin\lib/usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  userbinary,auto

Found: C:\cygwin\bin\awk
 - C:\cygwin\bin\gawk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\Windows\system32\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi
 - C:\cygwin\bin\vim-nox.exe
Found: C:\cygwin\bin\vim
 - C:\cygwin\etc\alternatives\vim
 - C:\cygwin\bin\vim-nox.exe

   37k 2011/12/14 C:\cygwin\bin\cygao-4.dll - os=4.0 img=1.0 sys=4.0
 

[ANNOUNCEMENT] Updated: gsl-1.15-1

2011-06-27 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated to 1.15-1

This is a new upstream release.
For the announcement of gsl version 1.15 see:

http://cygwin.com/ml/gsl-announce/2011/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack0.sh, and /etc/profile.d/lapack0.csh.\
If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE


To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.




--
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



Updated: gsl-1.15-1

2011-06-27 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated to 1.15-1

This is a new upstream release.
For the announcement of gsl version 1.15 see:

http://cygwin.com/ml/gsl-announce/2011/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack0.sh, and /etc/profile.d/lapack0.csh.\
If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE


To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.





[RFU]: gsl-1.15-1

2011-06-26 Thread A.R. Burgers

LS,

I've uploaded a new of the gsl (Gnu Scientific Library),
because of the new 1.15 upstream version

wget -x -nH --cut-dirs=2 \
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.15-1-src.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.15-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.15-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.15-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.15-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

Please leave gsl-1.15-1 as previous and remove earlier versions.

Kind regards

Teun




Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)

2011-03-31 Thread A.R. Burgers

LS,

with the current octave, I get this octave strcat
error on plot, both with xterm and the dumb terminal.
Same error on two different windows XP systems.
Same error with libstdc++6 and libgfortran3 from cygwin-ports gcc 4.5.2-2

Teun

$ octave
GNU Octave, version 3.4.0
Copyright (C) 2011 John W. Eaton and others.

[snip]

octave:1 t=(0:0.1:2*pi);
octave:2 plot(t,sin(t))
error: Invalid call to strcat.  Correct usage is:

 -- Function File:  strcat (S1, S2, ...)

error: called from:
error:   /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column 5
error:   /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113, 
column 11
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40, column 18
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167, 
column 19
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86, 
column 5
octave:3 quit

BURGERS@P4949 ~
$ echo $TERM $DISPLAY
xterm :0

BURGERS@P4949 ~
$ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3 libstdc++ 
gnuplot
Cygwin Package Information
Package  VersionStatus
cygwin   1.7.9-1OK
gnuplot  4.4.0-1OK
libgfortran3 4.3.4-4OK
liblapack0   3.2.2-2OK
libqrupdate0 1.1.1-1OK
octave   3.4.0-3OK






--
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



Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)

2011-03-31 Thread A.R. Burgers

Op 31-3-2011 22:44, marco atzeri schreef:

On Thu, Mar 31, 2011 at 10:21 PM, A.R. Burgers  wrote:

LS,

with the current octave, I get this octave strcat
error on plot, both with xterm and the dumb terminal.
Same error on two different windows XP systems.
Same error with libstdc++6 and libgfortran3 from cygwin-ports gcc 4.5.2-2

Teun

$ octave
GNU Octave, version 3.4.0
Copyright (C) 2011 John W. Eaton and others.

[snip]

octave:1  t=(0:0.1:2*pi);
octave:2  plot(t,sin(t))
error: Invalid call to strcat.  Correct usage is:

  -- Function File:  strcat (S1, S2, ...)

error: called from:
error:   /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column 5
error:   /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113,
column 11
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40,
column 18
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167,
column 19
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86,
column 5
octave:3  quit

BURGERS@P4949 ~
$ echo $TERM $DISPLAY
xterm :0

BURGERS@P4949 ~
$ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3 libstdc++
gnuplot
Cygwin Package Information
Package  VersionStatus
cygwin   1.7.9-1OK
gnuplot  4.4.0-1OK
libgfortran3 4.3.4-4OK
liblapack0   3.2.2-2OK
libqrupdate0 1.1.1-1OK
octave   3.4.0-3OK


could you just check if reversing to cygwin  1.7.8-1 solve the problem ?

I also noted the same problem this morning, but it was puzzling and
NOT really repetitive.


Your hunch was right, downgrading to 1.7.8-1 solves it

Teun

--
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



Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)

2011-03-31 Thread A.R. Burgers

Op 31-3-2011 22:44, marco atzeri schreef:

On Thu, Mar 31, 2011 at 10:21 PM, A.R. Burgers  wrote:

LS,

with the current octave, I get this octave strcat
error on plot, both with xterm and the dumb terminal.
Same error on two different windows XP systems.
Same error with libstdc++6 and libgfortran3 from cygwin-ports gcc 4.5.2-2

Teun

$ octave
GNU Octave, version 3.4.0
Copyright (C) 2011 John W. Eaton and others.

[snip]

octave:1  t=(0:0.1:2*pi);
octave:2  plot(t,sin(t))
error: Invalid call to strcat.  Correct usage is:

  -- Function File:  strcat (S1, S2, ...)

error: called from:
error:   /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column 5
error:   /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113,
column 11
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40,
column 18
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167,
column 19
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86,
column 5
octave:3  quit

BURGERS@P4949 ~
$ echo $TERM $DISPLAY
xterm :0

BURGERS@P4949 ~
$ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3 libstdc++
gnuplot
Cygwin Package Information
Package  VersionStatus
cygwin   1.7.9-1OK
gnuplot  4.4.0-1OK
libgfortran3 4.3.4-4OK
liblapack0   3.2.2-2OK
libqrupdate0 1.1.1-1OK
octave   3.4.0-3OK


could you just check if reversing to cygwin  1.7.8-1 solve the problem ?

I also noted the same problem this morning, but it was puzzling and
NOT really repetitive.


Your hunch was right, downgrading to 1.7.8-1 solves it

Teun

--
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



Re: 1.7.8: files exist but can not be read

2010-11-23 Thread A.R. Burgers

I tested the snapshot, and the problem appears to be fixed.

Thanks!

Teun

Op 23-11-2010 10:39, Corinna Vinschen schreef:


Please don't http://cygwin.com/acronyms/#TOFU.  Thank you.

On Nov 22 19:11, A.R. Burgers wrote:

Hi,

here the script file.sh and its output results.txt,
pasted in the mail, including the output of the ntqueryfile
program. I ran ntqueryfile both on a netapp file and on a local file.

hope this helps
[...]
*** ./ntqueryfile nas01\\g_zon_software\$\\cygwin17\\text.txt:
NtQueryInformationFile(FNOI): 0xc00d
  fsi.AllocationSize 64
  fsi.EndOfFile  7


Yes, it helps.  It confirms my suspicion that Netapps don't grok the
FileNetworkOpenInformation info class.  I'm wondering what else is not
fully implemented on these drives.  That's the forth problem we have to
workaround for these thingies.  Sigh.

I applied a patch which should fix this problem.  Please test the latest
from CVS or the next developer snapshot from http://cygwin.com/snapshots/


Thanks,
Corinna





--
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



Re: 1.7.8: files exist but can not be read

2010-11-22 Thread A.R. Burgers

Hi,

here the script file.sh and its output results.txt,
pasted in the mail, including the output of the ntqueryfile
program. I ran ntqueryfile both on a netapp file and on a local file.

hope this helps

Teun

cat  file.sh HERE
#! /bin/sh

uname -a
zz=/shares/g_zon_software/cygwin17
ls -l $zz/text.txt
rm -f $zz/text.txt ./text.txt
cat  HERE  $zz/text.txt
line 1
HERE
cat  HERE  text.txt
line 1
HERE
ls -l $zz/text.txt
echo *** cat $zz/text.txt:
cat $zz/text.txt
echo *** file $zz/text.txt:
file $zz/text.txt
echo '*** ./ntqueryfile nas01\\g_zon_software\$\\cygwin17\\text.txt:'
./ntqueryfile nas01\\g_zon_software\$\\cygwin17\\text.txt
echo '*** ./ntqueryfile C:\\cygwin\\home\\burgers\\tmp\\178_bug\\text.txt:'
./ntqueryfile C:\\cygwin\\home\\burgers\\tmp\\178_bug\\text.txt
cat /etc/fstab | grep g_zon_software
mount -m | grep 'share.*g_zon_software'
HERE

cat  result.txt HERE
CYGWIN_NT-5.1 P4114 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin
-rw-r--r-- 1 burgers Domain Users 7 2010-11-22 14:31 
/shares/g_zon_software/cygwin17/text.txt
-rw-r--r-- 1 burgers Domain Users 7 2010-11-22 14:31 
/shares/g_zon_software/cygwin17/text.txt
*** cat /shares/g_zon_software/cygwin17/text.txt:
line 1
*** file /shares/g_zon_software/cygwin17/text.txt:
/shares/g_zon_software/cygwin17/text.txt: ASCII text
*** ./ntqueryfile nas01\\g_zon_software\$\\cygwin17\\text.txt:
NtQueryInformationFile(FNOI): 0xc00d
 fsi.AllocationSize 64
 fsi.EndOfFile  7
*** ./ntqueryfile C:\\cygwin\\home\\burgers\\tmp\\178_bug\\text.txt:
fnoi.AllocationSize 8
fnoi.EndOfFile  7
 fsi.AllocationSize 8
 fsi.EndOfFile  7
//nas01/g_zon_software$ /shares/g_zon_software some_fs noacl,binary,notexec 0 0
//nas01/g_zon_software$ /exports/g_zon_software some_fs noacl,binary,notexec 0 0
//nas01/g_zon_software$ /shares/g_zon_software netapp binary,notexec,noacl 0 0
HERE

Op 22-11-2010 11:57, Corinna Vinschen schreef:


On Nov 20 22:17, A.R. Burgers wrote:

  LS,

on 1.7.8 files the contents of a file on a netapp share can not be read by all 
programs.
[...]
#! /bin/sh

uname -a
zz=/shares/g_zon_software/cygwin17
ls -l $zz/bug.txt
rm -f $zz/bug.txt
cat  HERE  $zz/bug.txt
line 1
HERE
ls -l $zz/bug.txt
cat $zz/bug.txt
file $zz/bug.txt
cat /etc/fstab | grep g_zon_software
mount -m | grep 'share.*g_zon_software'



CYGWIN_NT-5.1 P4114 1.7.8s(0.233/5/3) 20101118 15:52:06 i686 Cygwin
-rw-r--r-- 1 burgers Domain Users 0 2010-11-19 13:35 
/shares/g_zon_software/cygwin17/bug.txt
-rw-r--r-- 1 burgers Domain Users 0 2010-11-19 13:36 
/shares/g_zon_software/cygwin17/bug.txt
line 1
/shares/g_zon_software/cygwin17/bug.txt: empty


So it appears that you *can* read the files after all, but the stat
function returns a file size of 0, right?  So all tools which test
the file size before opening a file will fail.

The question now is, why does it return 0.  What has changed in Cygwin
is that a core function now uses the FileNetworkOpenInformation class to
fetch file information.  Maybe that's not quite correctly implemented on
Netapps?

Can you please give the attached testcase a try?  Link it against ntdll
and use the DOS path to the file as parameter, like this:

   $ gcc -g -o ntqueryfile ntqueryfile.c -lntdll
   $ ./ntqueryfile nas01\\g_zon_software\\cygwin17\\bug.txt

Please paste the output into your reply.


Thanks,
Corinna





--
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



1.7.8: files exist but can not be read

2010-11-20 Thread A.R. Burgers

 LS,

on 1.7.8 files the contents of a file on a netapp share can not be read by all 
programs.
The attached files 176.txt and 178.txt are the outputs of script file.sh on 
1.7.6
and on the 20101118 snapshot.

On both 176.txt and 178.txt a file can be created, and its contents listed with
the cat command. However on 176.txt the file command correctly reports
ASCII text, on 178.txt it reports empty.

I came across this with C-header files stored on this share. The preprocessor
finds the header files, but won't read the contents. It will for instance report
missing prototypes. The file command seems to reproduce this issue.

Teun
#! /bin/sh

uname -a
zz=/shares/g_zon_software/cygwin17
ls -l $zz/bug.txt
rm -f $zz/bug.txt
cat  HERE  $zz/bug.txt
line 1
HERE
ls -l $zz/bug.txt
cat $zz/bug.txt
file $zz/bug.txt
cat /etc/fstab | grep g_zon_software
mount -m | grep 'share.*g_zon_software'
CYGWIN_NT-5.1 P4114 1.7.8s(0.233/5/3) 20101118 15:52:06 i686 Cygwin
-rw-r--r-- 1 burgers Domain Users 0 2010-11-19 13:35 
/shares/g_zon_software/cygwin17/bug.txt
-rw-r--r-- 1 burgers Domain Users 0 2010-11-19 13:36 
/shares/g_zon_software/cygwin17/bug.txt
line 1
/shares/g_zon_software/cygwin17/bug.txt: empty
//nas01/g_zon_software$ /shares/g_zon_software some_fs noacl,binary,notexec 0 0
//nas01/g_zon_software$ /exports/g_zon_software some_fs noacl,binary,notexec 0 0
//nas01/g_zon_software$ /shares/g_zon_software netapp binary,notexec,noacl 0 0
CYGWIN_NT-5.1 P4114 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin
-rw-r--r-- 1 burgers Domain Users 7 2010-11-19 13:33 
/shares/g_zon_software/cygwin17/bug.txt
-rw-r--r-- 1 burgers Domain Users 7 2010-11-19 13:34 
/shares/g_zon_software/cygwin17/bug.txt
line 1
/shares/g_zon_software/cygwin17/bug.txt: ASCII text
//nas01/g_zon_software$ /shares/g_zon_software some_fs noacl,binary,notexec 0 0
//nas01/g_zon_software$ /exports/g_zon_software some_fs noacl,binary,notexec 0 0
//nas01/g_zon_software$ /shares/g_zon_software netapp binary,notexec,noacl 0 0

--
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

[RFU] flk, fltk_gdi (take2)

2010-06-30 Thread A.R. Burgers

LS,

I've uploaded a 2nd try, simplified a lot.
Thanks to Yaakov for his feedback.

If ok this should supersede 1.1.8r5648-1, which should be left as previous.

fetching all in one go:

wget -r -np -nH -x --cut-dirs=2 -R index*,*.css ,.gif \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk

fetching individual files:

wget -x -nH --cut-dirs=2 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/fltk-1.1.10-1-src.tar.bz2 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1/libfltk1.1-1.1.10-1.tar.bz2
 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1/setup.hint \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk-devel/libfltk-devel-1.1.10-1.tar.bz2
 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk-devel/setup.hint \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk-doc/libfltk-doc-1.1.10-1.tar.bz2
 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk-doc/setup.hint \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/setup.hint

wget -x -nH --cut-dirs=2 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/fltk_gdi-1.1.10-1-src.tar.bz2
 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/libfltk1.1-gdi/libfltk1.1-gdi-1.1.10-1.tar.bz2
 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/libfltk1.1-gdi/setup.hint
 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/setup.hint

I hope the lines of the wget command won't wrap on sending ..

Teun




[RFU - test] flk, fltk_gdi

2010-05-10 Thread A.R. Burgers

LS,

I would like to have the following packages uploaded as test package:

wget -x -nH --cut-dirs=2 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/fltk-1.1.10-1-src.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/fluid1.1/fluid1.1-1.1.10-1.tar.bz2 
\

http://members.quicknet.nl/ar.burgers/cygwin17/fltk/fluid1.1/setup.hint \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1/libfltk1.1-1.1.10-1.tar.bz2 
\

http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1/setup.hint \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1-devel/libfltk1.1-devel-1.1.10-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1-devel/setup.hint 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1-doc/libfltk1.1-doc-1.1.10-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1-doc/setup.hint 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1-include/libfltk1.1-include-1.1.10-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk/libfltk1.1-include/setup.hint 
\

http://members.quicknet.nl/ar.burgers/cygwin17/fltk/setup.hint

wget -x -nH --cut-dirs=2 \
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/fltk_gdi-1.1.10-1-src.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/fluid1.1-gdi/fluid1.1-gdi-1.1.10-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/fluid1.1-gdi/setup.hint 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/libfltk1.1-gdi/libfltk1.1-gdi-1.1.10-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/libfltk1.1-gdi/setup.hint 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/libfltk1.1-gdi-devel/libfltk1.1-gdi-devel-1.1.10-1.tar.bz2 
\
http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/libfltk1.1-gdi-devel/setup.hint 
\

http://members.quicknet.nl/ar.burgers/cygwin17/fltk_gdi/setup.hint

I hope the lines of the wget command won't wrap on sending ..

Teun



Re: ProcPS tools (top) and cygwin env

2010-05-10 Thread A.R. Burgers

Even if not attempting to run stand-alone you may see this message.
See here for what fixed this issue for me:

http://www.cygwin.com/ml/cygwin/2010-01/msg00838.html

Teun

Digika schreef:


Can  someone explain me why top from ProcPs package 
(ftp://ftp.chg.ru/pub/sourceware/cygwin/release/procps/procps-3.2.7-1.tar.bz2) do not 
want to
work?  I  gave  him all depends (cygncurses-8.dll and cygwin1.dll) but
everything I'm getting from it is an error:

C:\Programs\gnutools\procps\usr\bintop
'cygwin': unknown terminal type.

Why  is  that so? is there any way to make standalone version of top
which is independent from cygwin terminal? I want to use it via telnet
on a remote win32 machine.





--
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



Re: fltk-x11 release ?

2010-05-09 Thread A.R. Burgers

Dear Marco,

you can find packages for testing here:

http://members.quicknet.nl/ar.burgers/cygwin17/fltk/

Teun

Op 7-5-2010 11:16, Marco Atzeri schreef:


Albrecht,
any timing to release a x11 compatible package of fltk ?

As 1.3.0 is still to arrive, could you at least release the
1.1.10 ?

As next octave version could use the fltk graphics, I would
like to enable it.

Thanks
Marco










--
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



Re: fltk-x11 release ?

2010-05-07 Thread A.R. Burgers

Dear Marco,

I'm the maintainer of the current win32 version and planning
to package an x11 version:

http://sourceforge.net/mailarchive/message.php?msg_name=4B68A046.9000305%40quicknet.nl
http://sourceforge.net/mailarchive/forum.php?thread_name=4B6B1F73.1050005%40users.sourceforge.netforum_name=cygwin-ports-general

I started work on this but haven't finished yet. Hope to do so this weekend.

Teun

Marco Atzeri schreef:

Albrecht,
any timing to release a x11 compatible package of fltk ?

As 1.3.0 is still to arrive, could you at least release the 
1.1.10 ?


As next octave version could use the fltk graphics, I would 
like to enable it.


Thanks
Marco










--
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



[RFU]: gsl-1.14-2

2010-04-05 Thread A.R. Burgers

LS,

I've uploaded a new 1.7 version of the gsl (Gnu Scientific Library).
This fixes a setup.hint error in the previous 1.14-1.

Christopher Faylor wrote:


1) Please don't include _update-info-dir as a dependency.  That is an automatic 
dependency
that should not be explicitly added.


I've updated the setup.hint.

wget -x -nH --cut-dirs=2 \
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.14-2-src.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.14-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.14-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.14-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.14-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

Please leave gsl-1.13-2 as previous and remove the recent gsl-1.14-1.

Christopher Faylor wrote:


2) Please don't announce packages until they have been acked as uploaded.  
You've caused
some confusion this morning in the cygwin list.


Sorry for that. My understanding was cygwin-announce was a moderated list,
and that the announce message would be passed through by the moderators only
upon upload.

kind regards

Teun Burgers








[RFU]: gsl-1.14-1

2010-04-04 Thread A.R. Burgers

LS,

I've uploaded a new 1.7 version of the gsl (Gnu Scientific Library).
This is an update to the new upstream GSL 1-1.14

wget -x -nH --cut-dirs=2 \
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.14-1-src.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.14-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.14-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.14-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.14-1.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

Please leave gsl-1.13-2 as previous and remove any earlier releases for cygwin 
1.7

kind regards

Teun Burgers








[ANNOUNCEMENT] Updated: gsl-1.14-1

2010-04-04 Thread A.R. Burgers

Dear all

The cygwin gsl package (GNU Scientific Library) has been updated to 1.14-1

This is a new upstream release.
For the announcement of gsl version 1.14 see:

http://cygwin.com/ml/gsl-announce/2010/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack0.sh, and /etc/profile.d/lapack0.csh.\
If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

YGWIN-ANNOUNCE UNSUBSCRIBE INFO
===

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://cygwin.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


--
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



Re: [ANNOUNCEMENT] Updated: {rxvt-unicode-X/rxvt-unicode-common}-9.07-1

2010-01-21 Thread A.R. Burgers

Thanks very much for the explanation, works fine now.

Teun

Charles Wilson schreef:

A.R. Burgers wrote:

I installed rxvt-unicode-X and rxvt-unicode-common.
The postinstall script has run, /etc/termcap has been updated.
/usr/share/terminfo as well:


$ find /usr/share/terminfo -mtime -1
/usr/share/terminfo/72
/usr/share/terminfo/72/rxvt-unicode
/usr/share/terminfo/72/rxvt-unicode256

However I get unknown terminal type messages:


This is because some -- many -- applications have not been recompiled
since 4/2008, and are still using cygncurses-8.dll.  That dll used the
old terminfo database, in which the entries are organized as

/usr/share/terminfo/[a-zA-z0-9]/

The new terminfo entries are organized as

/usr/share/terminfo/xx/  where xx is a two-digit hexadecimal number.

Now, the rxvt-unicode-common postinstall script WILL install two
different copies of each entry, but only if you have installed the
old-style terminfo compiler program tic0.

Use setup, install the 'tic0' package, and reinstall rxvt-unicode-common.

--
Chuck




--
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



Re: [ANNOUNCEMENT] Updated: {rxvt-unicode-X/rxvt-unicode-common}-9.07-1

2010-01-20 Thread A.R. Burgers

I installed rxvt-unicode-X and rxvt-unicode-common.
The postinstall script has run, /etc/termcap has been updated.
/usr/share/terminfo as well:


$ find /usr/share/terminfo -mtime -1
/usr/share/terminfo/72
/usr/share/terminfo/72/rxvt-unicode
/usr/share/terminfo/72/rxvt-unicode256


However I get unknown terminal type messages:


$ echo $TERM
rxvt-unicode

m...@p3200 ~
$ top
'rxvt-unicode': unknown terminal type.



$ ls -l /bin/urxvt
lrwxrwxrwx 1 Teun Geen 23 2010-01-20 18:56 /bin/urxvt - /etc/alternatives/urxvt

m...@p3200 ~
$ ls -l /etc/alternatives/urxvt
lrwxrwxrwx 1 Teun Geen 20 2010-01-20 18:56 /etc/alternatives/urxvt - 
/usr/bin/urxvt-X.exe


setting TERM to xterm works.
Does anyone know why TERM=rxvt-unicode won't work?

Teun

--
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



Re: What dll is necessary to use system()-function

2010-01-04 Thread A.R. Burgers

Michael Schmid schreef:

from http://linux.die.net/man/3/system:

system() executes a command specified in command by calling */bin/sh* -c 
command,

you'll have to make sure /bin/sh will work, that is what I found.

Teun


Hi!

Started to use cygwin, it's great. Now I have a working prog and want it run
on another computer.

So I moved the exe, and all necessary dlls... But there seem to be one
missing, because the system()-function (http://linux.die.net/man/3/system)
doesn't work... E.g. system(cp ./file1 ./file2).

Does anybody know which dll I need? Or may the problem be another one?

Is there any way to quickly find out which dll i need for a specific
function to run? Simple example: I included stdio.h and used printf and want
to know which dll I need now (this case is easy, but just if I wouldn't
know...)

Thanks!
Michael



--
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



[RFU cygwin 1.5] GSL-1.13

2009-09-20 Thread A.R. Burgers

LS,

I've uploaded a new 1.5 version of the gsl (Gnu Scientific Library).
This is an update to the new upstream GSL 1-1.13

wget -x -nH --cut-dirs=2 \
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-1.13-1-src.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-1.13-1.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/setup.hint\
 
http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-apps/gsl-apps-1.13-1.tar.bz2\

 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-apps/setup.hint\
 
http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-devel/gsl-devel-1.13-1.tar.bz2\

 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-devel/setup.hint\
 
http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-doc/gsl-doc-1.13-1.tar.bz2\

 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-doc/setup.hint

Please leave gsl-1.12-1 as previous and remove any earlier releases for 
cygwin 1.5


kind regards

Teun Burgers



[RFU cygwin 1.5] GSL-1.13-1

2009-09-20 Thread A.R. Burgers

LS,

(2nd version of mail just sent, with hopefully a copy- and paste-able wget 
command)

I've uploaded a new 1.5 version of the gsl (Gnu Scientific Library).
This is an update to the new upstream GSL 1-1.13

wget -x -nH --cut-dirs=2 \
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-1.13-1-src.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-1.13-1.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/setup.hint\
 
http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-apps/gsl-apps-1.13-1.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-apps/setup.hint\
 
http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-devel/gsl-devel-1.13-1.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-devel/setup.hint\
 
http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-doc/gsl-doc-1.13-1.tar.bz2\
 http://members.quicknet.nl/ar.burgers/cygwin15/gsl/gsl-doc/setup.hint

Please leave gsl-1.12-1 as previous and remove any earlier releases for cygwin 
1.5

kind regards

Teun Burgers




[RFU cygwin-1.7]: gsl-1.13-2

2009-09-20 Thread A.R. Burgers

LS,

I've uploaded a new 1.7 version of the gsl (Gnu Scientific Library).
This is an update to the new upstream GSL 1-1.13

wget -x -nH --cut-dirs=2 \

http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.13-2-src.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

Please leave gsl-1.12-4 as previous and remove any earlier releases for
cygwin 1.7

kind regards

Teun Burgers





[RFU cygwin-1.7]: gsl-1.13-2

2009-09-20 Thread A.R. Burgers

LS,

(2nd version of mail just sent, with hopefully a copy- and paste-able wget 
command)

I've uploaded a new 1.7 version of the gsl (Gnu Scientific Library).
This is an update to the new upstream GSL 1-1.13

wget -x -nH --cut-dirs=2 \
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.13-2-src.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
  
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.13-2.tar.bz2\
  http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

Please leave gsl-1.12-4 as previous and remove any earlier releases for cygwin 
1.7

kind regards

Teun Burgers






[ANNOUNCEMENT] update: [1.5] gsl-1.13-1, [1.7] gsl-1.13-2 (GNU Scientific Library)

2009-09-20 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.13-1 (cygwin 1.5) and 1.13-2 (cygwin 1.7).

This is a new upstream release.
For the announcement of gsl version 1.13 see:

http://www.cygwin.com/ml/gsl-announce/2009/msg1.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.












--
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



update: [1.5] gsl-1.13-1, [1.7] gsl-1.13-2 (GNU Scientific Library)

2009-09-20 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.13-1 (cygwin 1.5) and 1.13-2 (cygwin 1.7).

This is a new upstream release.
For the announcement of gsl version 1.13 see:

http://www.cygwin.com/ml/gsl-announce/2009/msg1.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.













[RFU cygwin 1.7] : gsl-1.12-4

2009-04-25 Thread A.R. Burgers

LS,

I've uploaded a new 1.7 version of the gsl (Gnu Scientific Library).
This version is compiled against the new lapack. Its dependency for lapack has 
changed
to liblapack0

wget -x -nH --cut-dirs=2 \
   http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.12-4-src.tar.bz2\
   http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-1.12-4.tar.bz2\
   http://members.quicknet.nl/ar.burgers/cygwin17/gsl/setup.hint\
   
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.12-4.tar.bz2\
   http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
   
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.12-4.tar.bz2\
   http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
   
http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.12-4.tar.bz2\
   http://members.quicknet.nl/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

Please leave gsl-1.12-2 as previous and remove any earlier releases for cygwin 
1.7

kind regards

Teun Burgers




Re: [RFU cygwin 1.7] : gsl-1.12-4

2009-04-25 Thread A.R. Burgers

Thanks for uploading.

Corinna Vinschen schreef:



Please leave gsl-1.12-2 as previous and remove any earlier releases for cygwin 
1.7


Uploaded.  I removed 1.11-1 and 1.11-2.


My request was to remove earlier *1.7* releases.
1.11-1 was the previous release for cygwin 1.5, hence that one should be 
retained
for the moment I think.

kind regards

Teun




[RFU 1.5 and 1.7] gnugo 3.8

2009-04-24 Thread A.R. Burgers

Hello,

I've uploaded binary and source packages of gnugo-3.8-1 (cygwin 1.5)
and gnugo-3.8-2 (cygwin-1.7). These version depend on libncurses-9 instead
of libncurses-8.

This is an update to the next development and currently best version.

wget -x -nH --cut-dirs=2 \
 http://members.quicknet.nl/ar.burgers/cygwin15/gnugo/gnugo-3.8-1.tar.bz2 \
 http://members.quicknet.nl/ar.burgers/cygwin15/gnugo/gnugo-3.8-1-src.tar.bz2 \
 http://members.quicknet.nl/ar.burgers/cygwin15/gnugo/setup.hint

wget -x -nH --cut-dirs=2 \
 http://members.quicknet.nl/ar.burgers/cygwin17/gnugo/gnugo-3.8-2.tar.bz2 \
 http://members.quicknet.nl/ar.burgers/cygwin17/gnugo/gnugo-3.8-2-src.tar.bz2 \
 http://members.quicknet.nl/ar.burgers/cygwin17/gnugo/setup.hint

Please leave current 3.7.12-{1.2} as previous and remove earlier versions.

Teun Burgers




[ANNOUNCEMENT] update: 1.5: gnugo-3.8-1, 1.7: gnugo-3.8-2

2009-04-24 Thread A.R. Burgers

gnugo has been updated to gnugo-3.8-1 for cygwin 1.5, cygwin 3.8-2 for cygwin 
1.7

Go is a boardgame originating from Asia.
Gnu Go is a state of the art go playing program.

The announcement of gnugo-3.8 can be found here:

http://lists.gnu.org/archive/html/gnugo-announce/2009-02/msg1.html

For more info consult the Gnu Go home page:

http://www.gnu.org/software/gnugo/

the cgoban package, also available through cygwin's setup,
provides an X11 based GUI to Gnu Go.

Teun Burgers

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=3d3dyourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
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/



update: 1.5: gnugo-3.8-1, 1.7: gnugo-3.8-2

2009-04-24 Thread A.R. Burgers

gnugo has been updated to gnugo-3.8-1 for cygwin 1.5, cygwin 3.8-2 for cygwin 
1.7

Go is a boardgame originating from Asia.
Gnu Go is a state of the art go playing program.

The announcement of gnugo-3.8 can be found here:

http://lists.gnu.org/archive/html/gnugo-announce/2009-02/msg1.html

For more info consult the Gnu Go home page:

http://www.gnu.org/software/gnugo/

the cgoban package, also available through cygwin's setup,
provides an X11 based GUI to Gnu Go.

Teun Burgers

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=3d3dyourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Re: [1.7]: /usr/bin/install fails on network drives

2009-04-08 Thread A.R. Burgers

The drive with the install failure is a netapp share (ONTAP 7.2.4).
The other shares are samba drives (3.0.28)

Corinna Vinschen schreef:




Btw., can you run /usr/lib/csih/getVolInfo.exe from the csih package on
your DFS drives (/ecn/groups and one of the others) and send the output
to this list?

For the DFS share with the install failure:

$/usr/lib/csih/getVolInfo.exe //ecn/groups/g_zon_software
Device Type: 6
Characteristics: 10
Volume Name: g_zon_software$
Serial Number  : 5393449
Max Filenamelength : 255
Filesystemname : NTFS
Flags  : 4000f
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK: TRUE
  FILE_PERSISTENT_ACLS: TRUE
  FILE_FILE_COMPRESSION   : FALSE
  FILE_VOLUME_QUOTAS  : FALSE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS: FALSE
  FILE_SUPPORTS_ENCRYPTION: FALSE
  FILE_NAMED_STREAMS  : TRUE
  FILE_READ_ONLY_VOLUME   : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE


Please ask your admin if that's a NetApp drive.  The flag pattern
indicates that.


For a share with mv failure only

$ /usr/lib/csih/getVolInfo.exe //ecnits/ecnshare
Device Type: 7
Characteristics: 10
Volume Name: ecnshare
Serial Number  : 192095779
Max Filenamelength : 255
Filesystemname : NTFS
Flags  : 2b
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK: FALSE
  FILE_PERSISTENT_ACLS: TRUE
  FILE_FILE_COMPRESSION   : FALSE
  FILE_VOLUME_QUOTAS  : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS: FALSE
  FILE_SUPPORTS_ENCRYPTION: FALSE
  FILE_NAMED_STREAMS  : FALSE
  FILE_READ_ONLY_VOLUME   : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE


Hmm, this looks like a Samba drive.  Can you ask your admin here
as well, please?  Especially what version of Samba is running, if so?
And what it is if it's not Samba?


It is Samba, version 3.

--
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/



Re: [1.7]: /usr/bin/install fails on network drives

2009-04-03 Thread A.R. Burgers

Corinna Vinschen schreef:


I have no experience with DFS at all, and this would require to debug
what happens in your environment.  If you're willing to test, I would
give you a special handcrafted Cygwin DLL which prints more detailed
strace output to analyze what happens.  I can't promise that this is a
fixable situation, of course.


I would be willing to test.

Note that with cygwin 1.5,
install and mv have always worked fine on all my shares.
The sample script I sent shows no error messages when run from 1.5.
Also 1.5 shows the access bits with ls -l as -rw-r--r-- for
the DFS drive.


Btw., can you run /usr/lib/csih/getVolInfo.exe from the csih package on
your DFS drives (/ecn/groups and one of the others) and send the output
to this list?


For the DFS share with the install failure:

$/usr/lib/csih/getVolInfo.exe //ecn/groups/g_zon_software
Device Type: 6
Characteristics: 10
Volume Name: g_zon_software$
Serial Number  : 5393449
Max Filenamelength : 255
Filesystemname : NTFS
Flags  : 4000f
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK: TRUE
  FILE_PERSISTENT_ACLS: TRUE
  FILE_FILE_COMPRESSION   : FALSE
  FILE_VOLUME_QUOTAS  : FALSE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS: FALSE
  FILE_SUPPORTS_ENCRYPTION: FALSE
  FILE_NAMED_STREAMS  : TRUE
  FILE_READ_ONLY_VOLUME   : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

For a share with mv failure only

$ /usr/lib/csih/getVolInfo.exe //ecnits/ecnshare
Device Type: 7
Characteristics: 10
Volume Name: ecnshare
Serial Number  : 192095779
Max Filenamelength : 255
Filesystemname : NTFS
Flags  : 2b
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK: FALSE
  FILE_PERSISTENT_ACLS: TRUE
  FILE_FILE_COMPRESSION   : FALSE
  FILE_VOLUME_QUOTAS  : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS: FALSE
  FILE_SUPPORTS_ENCRYPTION: FALSE
  FILE_NAMED_STREAMS  : FALSE
  FILE_READ_ONLY_VOLUME   : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE




--
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/



Re: [1.7]: /usr/bin/install fails on network drives

2009-04-02 Thread A.R. Burgers

Corinna Vinschen schreef:

 Are these Samba shares by any chance?  I can reproduce this only
 for Samba shares, not for remote Windows NTFS drives.

 Oh, btw., install works fine for me, only mv complains with failed to
 preserve ownership.  Your above example also doesn't show any error on
 install...

I've tried several shares. Only on one of them I get an
error with install:


//ecn/groups/g_zon_software/cygwin17/zz3.txt
install: setting permissions for
`//ecn/groups/g_zon_software/cygwin17/zz3.txt': Permission denied 


When I look at the properties of this share it says it uses DFS
(Distributed File System). This drive shows the access bits
as -rwxrwxrwx, the others have -rw-r--r--

with all of them I see the Permission Denied on mv.
I have to ask our administrators for more details.


I have an idea why this occurs, at least in my configuration.
My Linux user account under which files are stored is not equivalent
to my Active Directory account since I'm not running winbind.

Are you using a winbind mapping from Windows SID to uid/gid?


One of my shares is a hosted on a unix system with a different
account, I'm not sure whether winbind is run. On this share, I have the 
mv issue only.




--
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/



Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread A.R. Burgers

Any special reason for specifying -lm and -lc when building d3.dll?
Without them, pow is mentioned only once in the objdump output. However 
on 1.5 pow is mentioned only once, even if -lm and -lc

are specified.

The exact same problem as with zsh, I also run into with fltk's 
fluid.exe (from current 1.3 svn) on cygwin 1.7 and gcc 3.4.4.

fltk btw does not link to curses libraries.

Teun

Peter A. Castro schreef:


On Sun, 15 Mar 2009, Dave Korn wrote:

Hi Dave!


Peter A. Castro wrote:


  Using the Dependency Walker tool that Chuck pointed out (thanks
Chuck!)


 No problem, Basil!


Basil!  I love it! (you know I was just kidding! :-)


Could this really be a linker problem?


 If it's not a linker problem, it has to be a faulty import library.  
I can't
think of any other option that would explain how that import table got 
munged

like that.  I'll see if I can reproduce it.


I've been extracting modules from the import libs and dumping
import/export symbols from the two libncurses DLLs, but I can't seem to
find anything that looks wrong.

However... this I find strange:

file d3.c:

#include math.h

double my_pow( double d1, double d2 )
{
  double d;
  d = pow(d1,d2);
  return d;
}


$ gcc -g -shared -o d3.dll d3.c -lm -lc
$ objdump -x d3.dll

...
There is an import table in .idata at 0x10004000

The Import Tables (interpreted .idata section contents)
 vma:HintTime  Forward  DLL   First
 Table   Stamp ChainName  Thunk
 4000   4050   416c 4084

DLL Name: cygwin1.dll
vma:  Hint/Ord Member-Name Bound-To
40b8  351  _impure_ptr
40c8  720  calloc
40d4  779  cygwin_detach_dll
40e8  781  cygwin_internal
40fc  802  dll_dllcrt0
410c  917  free
4114 1186  malloc
4120 1395  realloc
412c 1285  pow

 4014   4070   416c 40a4

DLL Name: cygwin1.dll
vma:  Hint/Ord Member-Name Bound-To
412c 1285  pow

 4028   407c   417c 40b0

DLL Name: KERNEL32.dll
vma:  Hint/Ord Member-Name Bound-To
4134  337  GetModuleHandleA

 403c       
...


Why is 'pow' being pulled in twice?  Maybe it's really the math lib stuff
that's tickling the linker?  This is kinda looking more like some linker
bug.  Again, I'm not sure where to go next.  It's been a while since I
dug into gcc...


   cheers,
 DaveK





--
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/



Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread A.R. Burgers

A.R. Burgers schreef:

The exact same problem as with zsh, I also run into with fltk's 
fluid.exe (from current 1.3 svn) on cygwin 1.7 and gcc 3.4.4.

fltk btw does not link to curses libraries.



fltk's fluid depends on libpng and libjpeg.
If I move back to from jpeg 6b-20 to 6b-12 and
from png 1.2.35-10 to 1.2.12-1, the built fluid.exe
will launch successfully.

Teun


--
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/



[ANNOUNCEMENT] update: gsl-1.12-1, gsl-1.12-2 (GNU Scientific Library)

2008-12-20 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.12-1 (cygwin 1.5) and 1.12-2 (cygwin 1.7).

This is a new upstream release.
For the announcement of gsl version 1.12 see:

http://sourceware.org/ml/gsl-announce/2008/msg1.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.











--
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/



[ANNOUNCEMENT] update: gnugo-3.7.12

2008-12-20 Thread A.R. Burgers

gnugo has been update to gnugo-3.7.12-1 for cygwin 1.5, cygwin 3.7.12-2 for 
cygwin 1.7

Go is a boardgame originating from Asia.
Gnu Go is a state of the art go playing program.

The announcement of gnugo-3.7.12 can be found here:

http://lists.gnu.org/archive/html/gnugo-announce/2008-04/msg0.html

For more info consult the Gnu Go home page:

http://www.gnu.org/software/gnugo/

the cgoban package, also available through cygwin's setup,
provides an X11 based GUI to Gnu Go.

Teun Burgers

  *** UPDATE ***

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin@cygwin.com .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.




--
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/



update: gsl-1.12-1, gsl-1.12-2 (GNU Scientific Library)

2008-12-20 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.12-1 (cygwin 1.5) and 1.12-2 (cygwin 1.7).

This is a new upstream release.
For the announcement of gsl version 1.12 see:

http://sourceware.org/ml/gsl-announce/2008/msg1.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.












update: gnugo-3.7.12

2008-12-20 Thread A.R. Burgers

gnugo has been update to gnugo-3.7.12-1 for cygwin 1.5, cygwin 3.7.12-2 for 
cygwin 1.7

Go is a boardgame originating from Asia.
Gnu Go is a state of the art go playing program.

The announcement of gnugo-3.7.12 can be found here:

http://lists.gnu.org/archive/html/gnugo-announce/2008-04/msg0.html

For more info consult the Gnu Go home page:

http://www.gnu.org/software/gnugo/

the cgoban package, also available through cygwin's setup,
provides an X11 based GUI to Gnu Go.

Teun Burgers

  *** UPDATE ***

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: cyg...@cygwin.com .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.





[RFU 1.5 and 1.7] cgoban

2008-12-18 Thread A.R. Burgers

Corinna wrote:


Your new setup.hint has a bug.  It's not libX11-6 but libX11_6.
I fixed that on sourceware.


Thanks for the heads-up.

I've uploaded binary and source packages of cgoban-1.14-5 (cygwin 1.5)
and cgoban-1.14-6 (cygwin-1.7), fixing the setup.hint

wget -x -nH --cut-dirs=4 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/cgoban/cgoban-1.9.14-5.tar.bz2
 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/cgoban/cgoban-1.9.14-5-src.tar.bz2
 \
 http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/cgoban/setup.hint

wget -x -nH --cut-dirs=4 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/cgoban/cgoban-1.9.14-6.tar.bz2
 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/cgoban/cgoban-1.9.14-6-src.tar.bz2
 \
 http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/cgoban/setup.hint

Please remove 1.14-3, 1.14-4 and leave current 1.14-2 as previous.

Teun Burgers




[RFU 1.5 and 1.7] cgoban

2008-12-13 Thread A.R. Burgers

Hello,

I've uploaded binary and source packages of cgoban-1.14-3 (cygwin 1.5)
and cgoban-1.14-4 (cygwin-1.7)

This is a refresh for the modular X11.

wget -x -nH --cut-dirs=4 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/cgoban/cgoban-1.9.14-3.tar.bz2
 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/cgoban/cgoban-1.9.14-3-src.tar.bz2
 \
 http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/cgoban/setup.hint

wget -x -nH --cut-dirs=4 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/cgoban/cgoban-1.9.14-4.tar.bz2
 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/cgoban/cgoban-1.9.14-4-src.tar.bz2
 \
 http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/cgoban/setup.hint

Please remove 1.14-1 and leave current 1.14-2 as previous.

Teun Burgers



Re: Ghostscript 8.63-2: contains gs.exe version 8.62

2008-12-11 Thread A.R. Burgers

Dear Volker,

thanks for your reply.
It must be an interference with the ghostscript-x11
package from cygwin-ports.sf.net that I have installed.

This package is at 8.62, and update-alternatives selects
gs-x11.exe from that package.

Teun

Dr. Volker Zell schreef:


A R Burgers writes:


 LS,
 Today I noticed that I could not run the gs.exe from 8.63.
 gs.exe --version says it is 8.62, hence it can't work with the 8.63 files
 in /usr/share/ghostscript/8.63.

11:14 AM [500] cygcheck -cd | grep ghostscript
ghostscript 8.63-2
ghostscript-fonts-other 6.0-1
ghostscript-fonts-std   8.11-1
11:14 AM [501] type gs
gs is /usr/bin/gs
11:14 AM [502] gs --version
8.63


Maybe reinstallation helps.

Ciao
  Volker
  




--
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/



[RFU cygwin 1.7] : gsl-1.11-2

2008-12-09 Thread A.R. Burgers

LS,

I've uploaded a 1.7 version of the gsl (Gnu Scientific Library).

wget -x -nH --cut-dirs=4 \
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-1.11-2-src.tar.bz2\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-1.11-2.tar.bz2\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/setup.hint\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-apps/gsl-apps-1.11-2.tar.bz2\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-apps/setup.hint\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-devel/gsl-devel-1.11-2.tar.bz2\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-devel/setup.hint\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-doc/gsl-doc-1.11-2.tar.bz2\
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gsl/gsl-doc/setup.hint

No previous version are to be removed.

kind regards

Teun Burgers


[RFU 1.5 and 1.7] gnugo

2008-12-09 Thread A.R. Burgers

Hello,

I've uploaded binary and source packages of gnugo-3.7.12-1 (cygwin 1.5)
and gnugo-3.7.12-2 (cygwin-1.7)

This is an update to the next development and currently best version.

wget -x -nH --cut-dirs=4 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/gnugo/gnugo-3.7.12-1.tar.bz2
 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/gnugo/gnugo-3.7.12-1-src.tar.bz2
 \
 http://home.quicknet.nl/qn/prive/ar.burgers/cygwin15/gnugo/setup.hint

wget -x -nH --cut-dirs=4 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gnugo/gnugo-3.7.12-2.tar.bz2
 \
 
http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gnugo/gnugo-3.7.12-2-src.tar.bz2
 \
 http://home.quicknet.nl/qn/prive/ar.burgers/cygwin17/gnugo/setup.hint

Please remove 3.10-1 and leave current 3.11-1 as previous.

Teun Burgers


Ghostscript 8.63-2: contains gs.exe version 8.62

2008-12-09 Thread A.R. Burgers

LS,

Today I noticed that I could not run the gs.exe from 8.63.
gs.exe --version says it is 8.62, hence it can't work with the 8.63 files
in /usr/share/ghostscript/8.63.

Reverting to the 8.62 version resulted in a working gs.exe

Teun

--
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/



[ANNOUNCEMENT] update: gsl-1.11-1 (GNU Scientific Library)

2008-04-14 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.11-1. This is a new upstream release.

For the announcement of gsl version 1.11 see:

http://sources.redhat.com/ml/gsl-announce/2008/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.










--
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/



update: gsl-1.11-1 (GNU Scientific Library)

2008-04-14 Thread A.R. Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.11-1. This is a new upstream release.

For the announcement of gsl version 1.11 see:

http://sources.redhat.com/ml/gsl-announce/2008/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

The gsl package comes in four parts:

gsl:   the shared libraries (dlls)
gsl-apps:  gsl-histogram.exe and gsl-randist.exe
gsl-doc:   documentation
gsl-devel: development resources (headers, static- and import
   libraries)

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the
base-files packages this script is executed automatically.

Teun Burgers

UPDATE
==

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.











update: gsl-1.11-1

2008-04-05 Thread A.R. Burgers

LS,

I've uploaded a new version of the gsl (Gnu Scientific Library).
This is an update to the new upstream 1.11 version, for which
the announcement can be found here:

http://sources.redhat.com/ml/gsl-announce/2008/msg0.html

The files can be found here:

http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.11-1-src.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.11-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/setup.hint
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-apps/gsl-apps-1.11-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-apps/setup.hint
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-devel/gsl-devel-1.11-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-devel/setup.hint
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-doc/gsl-doc-1.11-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-doc/setup.hint

Please remove gsl-1.9-1 and leave gsl-1.10-1 as previous

kind regards

Teun Burgers






Re: [ANNOUNCEMENT] Updated: which-2.18-1

2008-01-02 Thread A.R. Burgers

LS,

I have a UNC path //ecn/groups/g_zon_solar/Software/cygwin/bin
in my path, refering to some network share.

ls -l `which mrxvt.exe`
ls: cannot access /ecn/groups/g_zon_solar/Software/cygwin/bin/mrxvt.exe:
No such file or directory

Apparently which.exe (the new 2.18-1) strips the leading / which is 
essential in this case. The old which-1.7 does not strip.


Teun

David Rothenberger schreef:


Subject: Updated: which-2.18-1

NEWS:
=
This release replaces the custom Cygwin which command with the GNU
Which. The package includes documentation and a few additional
features such as understanding bash functions and aliases. See the
included documentation or http://www.xs4all.nl/~carlo17/which/ for
more details.




--
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/



updated package: gnugo-3.7.11-1

2007-11-07 Thread A.R. Burgers

Hello,

I've uploaded binary and source packages of gnugo-3.7.11-1.

This is an update to the next development and currently best version.

http://home.quicknet.nl/qn/prive/ar.burgers/gnugo/gnugo-3.7.11-1.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gnugo/gnugo-3.7.11-1-src.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gnugo/setup.hint

Please remove 3.6-1 and leave current 3.10-1 as previous.

Teun




Re: update: fltk-1.1.4-2

2003-11-06 Thread A.R. Burgers
Corinna Vinschen wrote:

 Thanks, uploaded.

The binary file got corrupted while uploading it to the
address below. Please replace fltk-1.1.4-2.tar.bz2.

http://home.quicknet.nl/qn/prive/ar.burgers/fltk-1.1.4-2.tar.bz2

Sorry for the inconvenience.

Teun 



update: gsl-1.4-2

2003-11-05 Thread A.R. Burgers
Hello,

I've uploaded new binary and source packages of version 1.4 of the
GSL (GNU Scientific Library)

These are the URL's of binary and source tarballs:

http://home.quicknet.nl/qn/prive/ar.burgers/gsl-1.4-2-src.tar.bz2
http://home.quicknet.nl/qn/prive/ar.burgers/gsl-1.4-2.tar.bz2


The difference with the 1.4-1 package is that this package contains
dll and import libraries in addition to the static libraries. These
were obtained after re-libtoolizing the package.

Teun



Re: Maintainers/Packages List, 2003-11-01 (gnugo)

2003-11-03 Thread A.R. Burgers
Daniel wrote:

 gnugo  Teun Burgers  !!! stale version (freshmeat lists 3.5.1; we only
have 3.4)

3.5.x are development versions leading up to 3.6. They can be unstable
and weaker
than the stable 3.4 release. I do not intend to package the development
versions.

Teun
 



[ANNOUNCEMENT] new package: fltk-1.1.4

2003-10-19 Thread A.R. Burgers
I have packaged the fltk package. The home page for fltk is
http://www.fltk.org/

FLTK is a cross-platform C++ GUI toolkit for UNIX(R)/Linux(R) X11,
Microsoft(R) Windows(R), and MacOS(R) X. FLTK provides modern GUI
functionality and supports 3D graphics via OpenGL(R) and its built-in
GLUT emulation.
FLTK also includes an excellent UI builder called
FLUID that can be used to create applications in minutes.

Included with the binary package are three demo programs: mandelbrot,
glpuzzle and checkers. More demos demonstrating fltk programming
techniques can be found in the
source package.

To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page. This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select Devel
and then select fltk.

If you have questions or comments related to the cygwin port of fltk,
please send them to the Cygwin mailing list at: [EMAIL PROTECTED]
If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place. Fltk related question should go to one of the
Fltk mailing lists.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=

To unsubscribe from the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:
[EMAIL PROTECTED]

Teun Burgers


--
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/