Re: Segmentation Fault in Cross-Compilers

2009-12-11 Thread Matthew Iselin
  I suspect you're running into the libstdc++ dll can't be rebased problem.
  Try upgrading to the new gcc4 (plus associated runtimes), with any luck that
 will solve it for you.

    cheers,
      DaveK

Hi Dave,

Thanks for the suggestion. I reinstalled the gcc4 and libstdc++
related packages (they were already installed) and everything seems to
be working now.

Cheers,
Matt

--
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] [1.7] Updated: git-1.6.3.1-1, git{k,-gui,-completion,-svn}-1.6.3.1-1

2009-05-30 Thread Matthew Iselin
On Sat, May 30, 2009 at 1:43 PM, Eric Blake e...@byu.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 A new release of git, 1.6.3.1-1, has been uploaded to the cygwin 1.7
 release area.  This replaces 1.6.2.4-2 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', 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

 iEYEARECAAYFAkogq24ACgkQ84KuGfSFAYDHmwCePH489RWycumRDdvurATFwjO+
 2AcAoJuwmbQwaH+5eOHASgNEc9zP7Zsh
 =Sh8Q
 -END PGP SIGNATURE-

 GIT v1.6.3.1 Release Notes
 ==

 Fixes since v1.6.3
 --

 * git checkout -b new-branch with a staged change in the index
  incorrectly primed the in-index cache-tree, resulting a wrong tree
  object to be written out of the index.  This is a grave regression
  since the last 1.6.2.X maintenance release.

 GIT v1.6.3 Release Notes
 

 With the next major release, git push into a branch that is
 currently checked out will be refused by default.  You can choose
 what should happen upon such a push by setting the configuration
 variable receive.denyCurrentBranch in the receiving repository.

 To ease the transition plan, the receiving repository of such a
 push running this release will issue a big warning when the
 configuration variable is missing.  Please refer to:

  http://git.or.cz/gitwiki/GitFaq#non-bare
  http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007

 for more details on the reason why this change is needed and the
 transition plan.

 For a similar reason, git push $there :$killed to delete the branch
 $killed in a remote repository $there, if $killed branch is the current
 branch pointed at by its HEAD, gets a large warning.  You can choose what
 should happen upon such a push by setting the configuration variable
 receive.denyDeleteCurrent in the receiving repository.

 When the user does not tell git push what to push, it has always
 pushed matching refs.  For some people it is unexpected, and a new
 configuration variable push.default has been introduced to allow
 changing a different default behaviour.  To advertise the new feature,
 a big warning is issued if this is not configured and a git push without
 arguments is attempted.


 Updates since v1.6.2
 

 (subsystems)

 * various git-svn updates.

 * git-gui updates, including an update to Russian translation, and a
  fix to an infinite loop when showing an empty diff.

 * gitk updates, including