docbook-xml 4.5
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm getting these messages while building git, even though I have the latest docbook-xml44 installed; is it time for the docbook-xml maintainer to release docbook-xml45? XMLTO git-archive.1 I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd /usr/src/git-1.6.4.2-1/build/Documentation/git-archive.xml:2: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; D DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; - -- Don't work too hard, make some time for fun as well! Eric Blake e...@byu.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqrmAsACgkQ84KuGfSFAYCXFACfUlVSqfT0hn7KF/1moltD3Bkj dpgAoJzY4RnCHLICLs5VoT8cSe7UJ7cM =CXBx -END PGP SIGNATURE- -- 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] gvim "Cannot fork" error
> I believe it worked fine before (until a few days ago). I updated to > latest cygwin by running setup-1.7.exe. > (Just running setup -> click several next... -> finish) > > And now if I do > /bin/gvim > :!ls > > I see a message 'Cannot fork' in the gvim window. > And see > 2 [main] gvim 2092 fork: child -1 - died waiting for longjmp > before initialization, retry 0, exit code 0xC005, errno 11 > in the cygterm console window. > > If I run '/bin/gvim -f' (foreground), then '!ls' works fine. Exactly the same problem after recent update: Cannot fork and in the console -196297461 [main] gvim 5284 fork: child -1 - died waiting for longjmp before initialization, retry 0, exit code 0xC005, errno 11 Frédéric -- 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
[ANNOUNCEMENT] [1.7] Updated: git-1.6.4.2-1, git{k,-gui,-completion,-svn}-1.6.4.2-1
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of git, 1.6.4.2-1, has been uploaded to the cygwin 1.7 release area. This replaces 1.6.3.2-1 as current. NEWS: = This is a new upstream major release. I'm attaching the release notes; see also the package documentation in /usr/share/doc/git/. When compiled out of the box, the upstream git maintainers cater to older cygwin releases, and intentionally disable certain features that have been reported on their mailing list, even though they work with the latest cygwin. Therefore, this build turns those features back on. However, it means that this version does assume that you are not using FAT or FAT32 to hold your repositories, since they do not store file permissions very accurately. DESCRIPTION: Git is popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel. Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. 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. Save it and run setup, answer the questions and pick up 'git', 'gitk', 'git-gui', 'git-svn', and/or 'git-completion' from the 'Devel' category. DOWNLOAD: = Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. - -- Eric Blake volunteer cygwin git maintainer CYGWIN-ANNOUNCE UNSUBSCRIBE INFO: = To unsubscribe to 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. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqrvo0ACgkQ84KuGfSFAYDUgwCfUZF8oNVdBg0PbU95Yq5Zz+O2 eokAn3cfPT5HxZ/bm3UgoqAa7jd0tY5T =c4hz -END PGP SIGNATURE- GIT v1.6.4.2 Release Notes == Fixes since v1.6.4.1 * --date=relative output between 1 and 5 years ago rounded the number of years when saying X years Y months ago, instead of rounding it down. * "git add -p" did not handle changes in executable bits correctly (a regression around 1.6.3). * "git apply" did not honor GNU diff's convention to mark the creation/deletion event with UNIX epoch timestamp on missing side. * "git checkout" incorrectly removed files in a directory pointed by a symbolic link during a branch switch that replaces a directory with a symbolic link. * "git clean -d -f" happily descended into a subdirectory that is managed by a separate git repository. It now requires two -f options for safety. * "git fetch/push" over http transports had two rather grave bugs. * "git format-patch --cover-letter" did not prepare the cover letter file for use with non-ASCII strings when there are the series contributors with non-ASCII names. * "git pull origin branch" and "git fetch origin && git merge origin/branch" left different merge messages in the resulting commit. Other minor documentation updates are included. GIT v1.6.4.1 Release Notes == Fixes since v1.6.4 -- * An unquoted value in the configuration file, when it contains more than one whitespaces in a row, got them replaced with a single space. * "git am" used to accept a single piece of e-mail per file (not a mbox) as its input, but multiple input format support in v1.6.4 broke it. Apparently many people have been depending on this feature. * The short help text for "git filter-branch" command was a single long line, wrapped by terminals, and was hard to read. * The "recursive" strategy of "git merge" segfaulted when a merge has more than one merge-bases, and merging of these merge-bases involves a rename/rename or a rename/add conflict. * "git pull --rebase" did not use the right fork point when the repository has already fetched from the upstream that rewinds the branch
[ANNOUNCEMENT] [1.7] Updated: diffstat-1.49-1
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of diffstat, 1.49-1, is available for those testing cygwin 1.7, leaving 1.48-1 as the previous version. NEWS: = This is a new upstream release. From the CHANGES file, the upstream changes since 1.48 are: 31-Aug-2009 diffstat 1.49 improve lzma support, add support for xz (patch by Eric Blake). add special case for no-newline message from some diff's (Ubuntu #269895). improve configure check for getopt header. add configure special case for HPUX 11 with _XOPEN_SOURCE definition. update config.guess, config.sub See also /usr/share/doc/diffstat/. DESCRIPTION: diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files. 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. Save it and run setup, answer the questions and pick up 'diffstat' from the 'Devel' category. DOWNLOAD: = Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. - -- Eric Blake volunteer cygwin diffstat maintainer CYGWIN-ANNOUNCE UNSUBSCRIBE INFO: = To unsubscribe to 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. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqrwg8ACgkQ84KuGfSFAYDbagCgv0MDJw07kd4yQ5cEQycrh58s XmMAnj+En+PMxX7WDMOBohEp/mwFMPet =/88x -END PGP SIGNATURE- -- 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: cygwin Digest 10 Sep 2009 16:45:51 -0000 Issue 6623
However, since presumably you're using a Thai version of Windows, you might have more success with trying different fonts. Actually I'm using a normal version of windows. I've never seen anyone use a Thai version...perhaps it's not available. If not, you should try the 'mintty' terminal instead of the standard Cygwin console. This definitely does support Thai characters and is able to use a greater range of fonts than the console. The stable version 0.4.4 can be installed through Cygwin's setup.exe, but version 0.5 makes it much easier to set up the locale and character set. Choose them on the 'Text' pane of its options dialog, and the LANG variable will be set accordingly. Mintty 0.5-beta2 is available from http://mintty.googlecode.com. That's done the trick, and was very easy and user-friendly. I can even type in Thai! Good idea to add /bin to the windows Path variable; I hadn't thought of that. I love the transparency too! Thanks so much for your help. -- 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