marco atzeri | 22 May 08:25
Picon

cygport and static only libs

Yaakov,
question on cygport:
I am playing with openmpi but for the time being, I am not yet able to
built the dynamic modules due to interdepencies.

How I can bypass this during installation:

Fixing libtool modules:
         usr/lib/openmpi/libompi_dbg_msgq.la
*** ERROR: libompi_dbg_msgq.la dynamic module was not built

Regards
Marco

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Daniel Jensen | 17 May 00:46
Picon
Favicon

lrzip pthread problem

I can't get lrzip to do anything other than hang or exit with errors.

(In case it's helpful, I'm on XP SP3 with a completely fresh cygwin, 
everything up-to-date, and the machine is a hyperthreading-enabled P4.)

If I run it with normal options it hangs, taking all CPU time on one 
virtual core. If I run it with -p 1 to specify only one thread it says 
"pthread_mutex_unlock failed" and exits.

Here's the -vv output when running with -p 1. Running without -p 1 says 
"Threading is ENABLED. Number of CPUs detected: 2" and then hangs after 
"Byte width: 4".

The following options are in effect for this COMPRESSION.
Threading is DISABLED. Number of CPUs detected: 1
Detected 1071316992 bytes ram
Compression level 7
Nice Value: 19
Show Progress
Max Verbose
Temporary Directory set as: /tmp
Compression mode is: LZMA. LZO Compressibility testing enabled
Heuristically Computed Compression Window: 6 = 600MB
Storage time in seconds 1336953337
Output filename is: /cygdrive/d/na_recovery.img.lrz
File size: 16231956480
Enabling sliding mmap mode and using mmap of 357105664 bytes with window 
of 714211328 bytes
Succeeded in testing 357105664 sized mmap for rzip pre-processing
Will take 23 passes
(Continue reading)

Yaakov (Cygwin/X | 10 May 17:11
Picon

Uploads: 2012-May-10

This upload updates the Xfce desktop to the latest 4.10.0 release.

A list of new and updated packages is attached; for the complete list of
packages currently available, please check the FTP server:

ftp://sourceware.org/pub/cygwinports/portslist.txt

Enjoy!

Yaakov
Cygwin Ports

exo                                                0.8.0-1
garcon                                             0.2.0-1
glade3-xfce4ui                                     4.10.0-1
grsync                                             1.2.1-1
libexo1-devel                                      0.8.0-1
libexo1_0                                          0.8.0-1
libgarcon1-devel                                   0.2.0-1
libgarcon1_0                                       0.2.0-1
libxfce4kbd-private2-devel                         4.10.0-1
libxfce4kbd-private2_0                             4.10.0-1
libxfce4ui1-devel                                  4.10.0-1
libxfce4ui1_0                                      4.10.0-1
libxfce4util-common                                4.10.0-1
libxfce4util-devel                                 4.10.0-1
libxfce4util6                                      4.10.0-1
libxfcegui4-devel                                  4.10.0-1
(Continue reading)

Yaakov (Cygwin/X | 10 May 08:25
Picon

Uploads: 2012-May-09

This upload updates the GNOME desktop to 3.4.1, the latest stable
release.  These packages depend on updates in the distro, so be sure to
download from there as well.

A list of new and updated packages is attached; for the complete
list of packages currently available, please check the FTP server:
ftp://sourceware.org/pub/cygwinports/portslist.txt

Enjoy!

Yaakov
Cygwin Ports

accerciser                                         3.4.1-1
anjuta                                             3.4.1-1
anjuta-devel                                       3.4.1-1
anjuta-extras                                      3.4.0-1
apache2-mod_php5                                   5.3.11-1
at-spi2-atk                                        2.4.0-1
at-spi2-core                                       2.4.1-1
audacious                                          3.2.2-1
audacious-devel                                    3.2.2-1
audacious-plugins                                  3.2.2-1
baobab                                             3.4.1-1
claws-mail-geolocation_plugin                      0.0.7-2
contacts                                           0.12-4
dates                                              0.4.11-4
devhelp                                            3.4.1-1
(Continue reading)

Douglas Allen | 4 May 23:56
Picon
Gravatar

Douglas Allen wants to connect with you on Zoosk!

Douglas Allen has added you as a friend on Zoosk.

Is Douglas Allen your friend?

 

This message was sent by a Zoosk user who entered your email address. If you'd prefer not to receive emails when other people send you emails through Zoosk, click here

You have received this message at the email address: cygwin-ports-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org

Copyright © 2007-2012 Zoosk, 475 Sansome St, San Francisco, CA 94111 USA.

Privacy Policy

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
LM | 4 May 13:27
Picon

sdl and other libraries

I'm testing out some cross-platform automated build utlities and using Cygwin as one of the test platforms.  One of the libraries I wanted to test building was SDL and I couldn't get it to build for Cygwin out of the box.  So, I asked on the SDL mailing list and they refered me to http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/SDL;a=tree as a starting point.  I applied the patches by hand to the latest version of 1.2.15.  If I leave out the SDL_platform.h patch and use the other patches, I'm able to get the latest version of SDL to build successfully on Cygwin (using ./autogen.sh, ./configure, make, make install).  The only part that doesn't look quite right is that the dll is named SDL.dll instead of cygSDL.dll.  Haven't had the chance to look into that further.  I was also able to build pdcurses using SDL.  (Would be curious to know if there are any advantages to ncurses over pdcurses other than ncurses running in a Cygwin console outside of X.)  I've been attempting to get the Equinox Desktop ( http://equinox-project.org/ ) to build on Cygwin.  I have pieces of it running and am working with the developer to see how much farther I can get.  Am testing out building some other Open Source applications on Cygwin as well.  If anyone's interested in some of the patches or anything, let me know.
 
Sincerely,
Laura
 
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Thomas Wolff | 25 Apr 11:56

Package submission

Hi,
is this the right place for a package submission to cygwin-ports?
My proposed package seems to be too exotic for the cygwin main 
distribution, so I'd like to contribute it here.

Algol 68 Genie - a compiler for the most thoroughly designed and defined
programming language ever.
Available as a package already for Debian, Ubuntu, FreeBSD.

wget http://towo.net/algol68g/setup.hint
wget http://towo.net/algol68g/algol68g-2.3.7.4-0.tar.bz2
wget http://towo.net/algol68g/algol68g-2.3.7.4-0-src.tar.bz2

(Package fixed after previous discussions on cygwin list, see 
http://cygwin.com/ml/cygwin-apps/2012-04/msg00052.html).
Thomas

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Yaakov (Cygwin/X | 19 Apr 07:57
Picon

Uploads: 2012-Apr-19

This upload features the addition of MATE Desktop 1.2, a fork of the 
GNOME 2 desktop.  The mate-session-manager package will pull in 
everything you need to run the desktop, including a Start Menu shortcut 
for starting the desktop.

A list of new and updated packages is attached; for the complete
list of packages currently available, please check the FTP server:
ftp://sourceware.org/pub/cygwinports/portslist.txt

Enjoy!

Yaakov
Cygwin Ports

girepository-MateConf2.0                           1.2.1-1
girepository-MateMenu2.0                           1.2.0-1
gstreamer0.10-plugins-aalib                        0.10.31-2
gstreamer0.10-plugins-cairo                        0.10.31-2
gstreamer0.10-plugins-esd                          0.10.31-2
gstreamer0.10-plugins-flac                         0.10.31-2
gstreamer0.10-plugins-gconf                        0.10.31-2
gstreamer0.10-plugins-gdk_pixbuf                   0.10.31-2
gstreamer0.10-plugins-good                         0.10.31-2
gstreamer0.10-plugins-jpeg                         0.10.31-2
gstreamer0.10-plugins-libdv                        0.10.31-2
gstreamer0.10-plugins-libpng                       0.10.31-2
gstreamer0.10-plugins-mateconf                     0.10.31-2
gstreamer0.10-plugins-pulse                        0.10.31-2
gstreamer0.10-plugins-shout2                       0.10.31-2
gstreamer0.10-plugins-soup                         0.10.31-2
gstreamer0.10-plugins-speex                        0.10.31-2
gstreamer0.10-plugins-taglib                       0.10.31-2
gstreamer0.10-plugins-wavpack                      0.10.31-2
gstreamer0.10-plugins-ximagesrc                    0.10.31-2
libmate-desktop2-devel                             1.2.0-1
libmate-desktop2_17                                1.2.0-1
libmate-keyring-devel                              1.2.0-1
libmate-keyring1                                   1.2.0-1
libmate-media-profiles-devel                       1.2.1-1
libmate-media-profiles0                            1.2.1-1
libmate-menu-devel                                 1.2.0-1
libmate-menu2                                      1.2.0-1
libmate2-devel                                     1.2.0-1
libmate2_0                                         1.2.0-1
libmatecanvas2-devel                               1.2.0-1
libmatecanvas2_0                                   1.2.0-1
libmatecomponent                                   1.2.1-1
libmatecomponent2-devel                            1.2.1-1
libmatecomponent2_0                                1.2.1-1
libmatecomponentui                                 1.2.0-1
libmatecomponentui2-devel                          1.2.0-1
libmatecomponentui2_0                              1.2.0-1
libmateconf2-devel                                 1.2.1-1
libmateconf2_4                                     1.2.1-1
libMateCORBA2-devel                                1.2.1-1
libMateCORBA2_0                                    1.2.1-1
libmatedict-devel                                  1.2.0-1
libmatedict6                                       1.2.0-1
libmategcr-devel                                   1.2.1-1
libmategcr0                                        1.2.1-1
libmategp11-devel                                  1.2.1-1
libmategp11_0                                      1.2.1-1
libmatekbd                                         1.2.0-1
libmatekbd-common                                  1.2.0-1
libmatekbd-devel                                   1.2.0-1
libmatekbd4                                        1.2.0-1
libmatenotify-devel                                1.2.0-1
libmatenotify1                                     1.2.0-1
libmateui2-devel                                   1.2.0-1
libmateui2_0                                       1.2.0-1
libmatevfs2-devel                                  1.2.1-1
libmatevfs2_0                                      1.2.1-1
libmateweather-common                              1.2.0-1
libmateweather-devel                               1.2.0-1
libmateweather1                                    1.2.0-1
lighttpd                                           1.4.30-1
mate-applets                                       1.2.0-1
mate-backgrounds                                   1.2.1-1
mate-calc                                          1.2.0-1
mate-common                                        1.2.1-1
mate-conf                                          1.2.1-1
mate-conf-editor                                   1.2.0-1
mate-control-center                                1.2.1-1
mate-corba                                         1.2.1-1
mate-desktop                                       1.2.0-1
mate-desktop-schemas                               1.2.0-1
mate-dialogs                                       1.2.0-1
mate-doc-utils                                     1.2.1-1
mate-document-viewer                               1.2.1-1
mate-file-archiver                                 1.2.0-1
mate-file-manager                                  1.2.0-1
mate-file-manager-devel                            1.2.0-1
mate-file-manager-image-converter                  1.2.0-1
mate-file-manager-open-terminal                    1.2.0-1
mate-file-manager-python                           1.2.0-1
mate-file-manager-sendto                           1.2.0-1
mate-icon-theme                                    1.2.0-1
mate-image-viewer                                  1.2.0-1
mate-keyring                                       1.2.1-1
mate-media                                         1.2.1-1
mate-menu-editor                                   1.2.0-1
mate-menus                                         1.2.0-1
mate-mime-data                                     1.2.1-1
mate-notification-daemon                           1.2.0-1
mate-panel                                         1.2.1-1
mate-panel-devel                                   1.2.1-1
mate-session-manager                               1.2.0-1
mate-settings-daemon                               1.2.0-1
mate-system-monitor                                1.2.1-1
mate-terminal                                      1.2.1-1
mate-text-editor                                   1.2.0-1
mate-text-editor-devel                             1.2.0-1
mate-themes                                        1.2.0-1
mate-utils                                         1.2.0-1
mate-vfs                                           1.2.1-1
mate-window-manager                                1.2.0-1
mate-window-manager-devel                          1.2.0-1
mingw-freetype2                                    2.4.9-1
mingw-openssl                                      1.0.1-1
mingw-pixman                                       0.24.4-1
nano                                               2.2.6-1
ncompress                                          4.2.4.4-1
python-marco                                       1.2.0-1
python-mate                                        1.2.0-1
python-mate-desktop                                1.2.0-1
python-mateapplet                                  1.2.0-1
python-matecanvas                                  1.2.0-1
python-mateconf                                    1.2.0-1
python-matecorba                                   1.2.0-1
python-matedesktop                                 1.2.0-1
python-matekeyring                                 1.2.0-1
python-matemenu                                    1.2.0-1
python-matevfs                                     1.2.0-1
tigervnc                                           1.1.0-3
tigervnc-server                                    1.1.0-3
xml2                                               0.5-1
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Chris LeBlanc | 5 Apr 01:44
Picon

Question about pyqt4 file dialogs, native vs. QFileDialog

Hi,

Firstly thanks for putting so much work into this project, well done!

I'm working on a large commercial application running on Unix/Linux and X11.  We're using Cygwin/X to run on Windows (we've purchased a license from Redhat).  We're looking to move away from X11 and towards Cygwin/pyqt, and eventually running fully native without the need for Cygwin.  Of course we'll also buy a pyqt license if we decide to ship pyqt apps.

I installed the cygwin-ports version of pyqt4, and it works quite well with the examples from the PyQt book (http://www.qtrac.eu/pyqtbook.html).  However, I notice it's using the QFileDialog instead of the native Windows file dialog.  It's also using Posix paths.  I'm wondering if there is any way of using the native Windows file dialogs instead?  I know the native windows version of pyqt does this, I'm just wondering if there's an easy way to tell the cygwin version of pyqt to do the same.  I can handle win32/posix path conversion if needed.

As an alternative, is it possible to use the 'native' windows pyqt packages (ie: from riverbankcomputing.co.uk) from a Cygwin python process?  I suppose this would be one way to get native file dialogs, but it seems cleaner to avoid this if possible.

Thanks for any help or suggestions,
Chris LeBlanc

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
Yaakov (Cygwin/X | 1 Apr 19:25
Picon

Uploads: 2012-Apr-01

Yet again, this is more of a transfer than an upload, so be sure to 
update with current mirrors of both repositories to insure a
smooth upgrade.

Highlights:

* Calligra Suite 2.4 RC2

* Packages rebuilt for latest FLTK and ImageMagick libraries

* New program:
- lrzip

A list of new and updated packages is attached; for the complete
list of packages currently available, please check the FTP server:
ftp://sourceware.org/pub/cygwinports/portslist.txt

Enjoy!

Yaakov
Cygwin Ports

braindump                                          2.3.92-1
calligra-data                                      2.3.92-1
calligra-devel                                     2.3.92-1
calligra-flow                                      2.3.92-1
calligra-l10n-ca                                   2.3.92-1
calligra-l10n-ca-valencia                          2.3.91-1
calligra-l10n-cs                                   2.3.92-1
calligra-l10n-da                                   2.3.92-1
calligra-l10n-de                                   2.3.92-1
calligra-l10n-el                                   2.3.92-1
calligra-l10n-en_GB                                2.3.92-1
calligra-l10n-es                                   2.3.92-1
calligra-l10n-et                                   2.3.92-1
calligra-l10n-fr                                   2.3.92-1
calligra-l10n-hu                                   2.3.92-1
calligra-l10n-it                                   2.3.92-1
calligra-l10n-kk                                   2.3.92-1
calligra-l10n-nb                                   2.3.92-1
calligra-l10n-nds                                  2.3.92-1
calligra-l10n-nl                                   2.3.92-1
calligra-l10n-pl                                   2.3.92-1
calligra-l10n-pt                                   2.3.92-1
calligra-l10n-pt_BR                                2.3.92-1
calligra-l10n-ru                                   2.3.92-1
calligra-l10n-sk                                   2.3.92-1
calligra-l10n-sv                                   2.3.92-1
calligra-l10n-uk                                   2.3.92-1
calligra-l10n-zh_CN                                2.3.92-1
calligra-l10n-zh_TW                                2.3.92-1
calligra-libs                                      2.3.92-1
calligra-mobile                                    2.3.92-1
calligra-plan                                      2.3.92-1
calligra-sheets                                    2.3.92-1
calligra-stage                                     2.3.92-1
calligra-tools                                     2.3.92-1
calligra-words                                     2.3.92-1
dillo                                              3.0.2-1
dvdauthor                                          0.7.0-2
gejengel                                           0.1.4-3
gst123                                             0.3.0-1
inkscape                                           0.48.2-4
karbon                                             2.3.92-1
kexi                                               2.3.92-1
krita                                              2.3.92-1
kst                                                2.0.4-2
kthesaurus                                         2.3.92-1
libcdk-devel                                       5.0-20120323-1
libcdk0                                            5.0-20120323-1
libcdkw-devel                                      5.0-20120323-1
libcdkw0                                           5.0-20120323-1
liblrzip-devel                                     0.612-1
liblrzip0                                          0.612-1
libmpg123-devel                                    1.13.7-1
libmpg123_0                                        1.13.7-1
libpsiconv-devel                                   0.9.8-11
libpsiconv6                                        0.9.8-11
libxine-devel                                      1.1.20.1-2
libxine1                                           1.1.20.1-2
libxine1-a52                                       1.1.20.1-2
libxine1-dts                                       1.1.20.1-2
libxine1-dvd                                       1.1.20.1-2
libxine1-faad                                      1.1.20.1-2
libxine1-ffmpeg                                    1.1.20.1-2
libxine1-flac                                      1.1.20.1-2
libxine1-gdk_pixbuf                                1.1.20.1-2
libxine1-image                                     1.1.20.1-2
libxine1-mad                                       1.1.20.1-2
libxine1-mng                                       1.1.20.1-2
libxine1-musepack                                  1.1.20.1-2
libxine1-ogg                                       1.1.20.1-2
libxine1-opengl                                    1.1.20.1-2
libxine1-pulseaudio                                1.1.20.1-2
libxine1-sdl                                       1.1.20.1-2
libxine1-vcd                                       1.1.20.1-2
libxine1-wavpack                                   1.1.20.1-2
libxine1-x11                                       1.1.20.1-2
libxine1-xcb                                       1.1.20.1-2
libzbar-devel                                      0.10-4
libzbar0                                           0.10-4
libzbargtk-devel                                   0.10-4
libzbargtk0                                        0.10-4
libzbarqt-devel                                    0.10-4
libzbarqt0                                         0.10-4
lrzip                                              0.612-1
minitube                                           1.7.1-1
mpg123                                             1.13.7-1
okular-odp                                         2.3.92-1
openexr_viewers                                    1.0.2-2
perl-Barcode-ZBar                                  0.10-4
psiconv                                            0.9.8-11
python-zbar                                        0.10-4
python-zbarpygtk                                   0.10-4
tuxpaint-config                                    0.0.12-2
xfce-themes                                        2.99.2-1
zbar                                               0.10-4
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Oleksandr Gavenko | 23 Mar 20:42
Picon
Gravatar

/etc/postinstall/vlc-plugins-base.sh fail with core dump...


  $ cat /etc/postinstall/vlc-plugins-base.sh
  /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins

  $ gdb /usr/lib/vlc/vlc-cache-gen
  GNU gdb (GDB) 7.3.50.20111026-cvs (cygwin-special)
  This GDB was configured as "i686-cygwin".
  Reading symbols from /usr/lib/vlc/vlc-cache-gen...(no debugging symbols found)...done.
  (gdb) r -f /usr/lib/vlc/plugins
  Starting program: /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
  [New Thread 3804.0x73c]
  [New Thread 3804.0xd20]
  [New Thread 3804.0xcb4]

  Program received signal SIGABRT, Aborted.
  0x00000000 in ?? ()
  (gdb) bt
  #0  0x00000000 in ?? ()
  #1  0x770af8b1 in ntdll!RtlUpdateClonedSRWLock () from /cygdrive/c/Windows/system32/ntdll.dll
  #2  0x74b70a91 in WaitForSingleObjectEx () from /cygdrive/c/Windows/syswow64/KERNELBASE.dll
  #3  0x000001c4 in ?? ()
  #4  0x00000000 in ?? ()
  (gdb) q
  A debugging session is active.

--

-- 
Best regards!

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure

Gmane