X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:in-reply-to:references
	:message-id:mime-version:content-type:content-transfer-encoding;
	 q=dns; s=default; b=IVl/HuxicUWCe3pcMiq3/l39FFseJqICnLMvOeYYc66
	Z8orixo8OhTU1Y2EF4BPNI/6lNSlGxX1B7ytAmjdedajnSNZ5QEd2gpR5pfENNMr
	SbO9NXMpRF/8gahJDAMZV9L5dAyCn9yfyBCBmVk38E6us2cUe+gV57JsXnMIFCLg
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:in-reply-to:references
	:message-id:mime-version:content-type:content-transfer-encoding;
	 s=default; bh=KkGdZ/k6tuDRY5Xu/TIM4/VtzI4=; b=nErgfBCVv6NH5ahBD
	3sEUZUNHEksWXF7tJAGsbfQWsVXTFs4J+Ps5u4vipqjT+hPdiBLFVVy7kLZqayL/
	mnzW1LBS8nkSAFJLddLF1kM8lxokWGLqCJIyPELRRoFVqXajBAYnjtinBeni2+Bw
	c1s+ztDh8WDlMtIZhuN3HWafPM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=U*kbrown, sk:kbrown@, kbrowncornelledu, kbrown@cornell.edu
X-HELO: mail-pf0-f170.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:date:from:to:subject:in-reply-to:references         :message-id:mime-version:content-transfer-encoding;        bh=Bik9T2iHaEoQzciWuHNoWjHAfJuTDIRkkzURSt9AH4Q=;        b=R+1zhAD9dlX5T9H3rL+1rkRUyv4lWBjSYTgA20R7fGcX2CaxRnBU6Hc+JQxr3fmnvl         WK1RkBzyH/yBHFMTv3gFQ41ONCFq9A8yWXi7J9aXFftgQGdKtAFzBJNNsm2IPPIUZvNU         ZjJfouKaNvy2pnU0Xzd3GOQ6gzskRD4TXLl8vsCJdXgjAIR+VgWkwhPx89y3pcZ3gkiU         8PAESnl8qyz2COqsDihlQsRpEgGSg/ZOqRWcT+K16fk+NcQDcwTxiKjkJ6qMv0fePIHl         y/ewoAInxoh0QTzWg7JNZZ+/IyhJtqaFf/ExgjxBawMN+EYl5vsR9LFng/E6Pr0ETQt3         Gwjw==
X-Gm-Message-State: ALQs6tCYZHgCqdWLd+y3Kf4//fvjrxke2ma/BcY6XX8L9GBy5W1GnseS	iTeIByWJVMU6AUJHaEVlHQ7u1Q==
X-Google-Smtp-Source: AB8JxZqAfTjjU7GOSpf7KtPlc93kO6GhySn3mOJktHn2AMhHE08S1NdTOBJ97Dg5dLGs/SgY160w2g==
X-Received: by 10.98.86.143 with SMTP id h15mr7059908pfj.131.1524965099516;        Sat, 28 Apr 2018 18:24:59 -0700 (PDT)
Date: Sun, 29 Apr 2018 10:24:57 +0900
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] TeX Live 2018
In-Reply-To: <announce.50ca185a-9b1e-ad41-17e5-c1de8abaf917@cornell.edu>
References: <announce.50ca185a-9b1e-ad41-17e5-c1de8abaf917@cornell.edu>
Message-Id: <20180429102453.0265.50F79699@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Hi!

> * asymptote-2.44-1


Thank you for quick updating!

But, upgrading to asymptote-2.44-1 make 'asy' silently crash.

> $ cygcheck -c asymptote; asy -version && echo OK || echo NO
> Cygwin Package Information
> Package              Version        Status
> asymptote            2.44-1         OK
> NO


By downgrading to asymptote-2.41-1, 'asy' works.

> $ cygcheck -c asymptote; asy -version && echo OK || echo NO
> Cygwin Package Information
> Package              Version        Status
> asymptote            2.41-1         OK
> Asymptote version 2.41 [(C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince]
> OK

Is it a kind of rebase problems?

--
Lem


==
Subject: [ANNOUNCEMENT] TeX Live 2018
Date: Sat, 28 Apr 2018 15:22:06 -0400
From: Ken Brown <kbrown@cornell.edu>

> Cygwin's TeX Live packages have been updated to the latest upstream release, TeX Live 2018.


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

