| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT 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:subject:to:references:from:message-id:date | |
| :mime-version:in-reply-to:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=feI36AfillJyhb41 | |
| YT145PZF9bRBI4vZJwOPDot5ANp8OMDzjAPgjQDOlWJK2pkf4P7kqluwHSwO35wn | |
| fTUOvOmNIt9yuiDj0/zXHEPT8Jxcf4ARR3jEjKL6Gc3X2jiHopU+rihd/1/uizB1 | |
| Xxx5oRUV0mgy4A0WA/688/f2rms= | |
| 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:subject:to:references:from:message-id:date | |
| :mime-version:in-reply-to:content-type | |
| :content-transfer-encoding; s=default; bh=LqwJc2mA0/meGWExhUqe0H | |
| 9mmsA=; b=txKXx4wa1+2Lm1fIMPh3NJUIBPG21TCMM78PqFnsFj00+kUJGS/G77 | |
| ZYScPVEr99vwSBlf5MCnr8PmdgyE2nXfvFDVsTpOgbV7aISnarxnYTUblFElMeEN | |
| Kv3fXXZHeZf6RAQYGHWJSzVe8oC5qmK4/37nua2cm/3bu1viofgP0= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=dlls |
| X-HELO: | limerock02.mail.cornell.edu |
| X-CornellRouted: | This message has been Routed already. |
| Subject: | Re: [ANNOUNCEMENT] TeX Live 2018 |
| To: | cygwin AT cygwin DOT com |
| References: | <20180429102453 DOT 0265 DOT 50F79699 AT gmail DOT com> <4e6fd651-4849-8d4a-d7bb-edfe13e75cac AT gmail DOT com> <20180429182505 DOT 7558 DOT 50F79699 AT gmail DOT com> <90200d58-4195-56ca-4671-4a5e4ff41558 AT gmail DOT com> <3c916846-23e4-63ec-032d-b0e173e93778 AT cygwin DOT com> <b3a6f806-9bb3-1720-ee1a-c0865b59d3ed AT cornell DOT edu> |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| Message-ID: | <e0f08800-6d88-edff-49c0-aaf33cf4bef4@cornell.edu> |
| Date: | Sun, 6 May 2018 17:57:50 -0400 |
| User-Agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <b3a6f806-9bb3-1720-ee1a-c0865b59d3ed@cornell.edu> |
| X-PMX-Cornell-Gauge: | Gauge=XXXXX |
| X-PMX-CORNELL-AUTH-RESULTS: | dkim-out=none; |
| X-IsSubscribed: | yes |
| Note-from-DJ: | This may be spam |
On 5/6/2018 4:02 PM, Ken Brown wrote: > On 4/29/2018 6:16 PM, Yaakov Selkowitz wrote: >> On 2018-04-29 08:33, Marco Atzeri wrote: >>> On 4/29/2018 11:25 AM, Lemures Lemniscati wrote: >>>> On each systems, there appeared a dialog telling something like that: >>>> >>>>    The procedure entry point 'glBegin' could not be located in the >>>>    dynamic link library 'cygOSMesa-8.dll' >>> >>> I would say that libOSMesa8 had a modification in the list of >>> exported symbols in the last version. >>> >>> >>> [TXT]   libOSMesa8-17.3.5-1   21-Feb-2018 09:50    267 >>> [TXT]   libOSMesa8-17.3.8-1   05-Apr-2018 12:44    267 >>> [TXT]   libOSMesa8-18.0.1-1   23-Apr-2018 07:35    267 >>> >>> I do not see glBegin in the last cygOSMesa-8.dll of 18.0.1-1 >>> So it seems there is an issue on the last libOSMesa8 package >> >> Indeed, investigating now. > > Yaakov, > > I don't know where your are in your investigation, but I think I found > the problem. The attached patch to the mesa sources seems to fix it BTW, although the patch suffices to solve the immediate problem, I suspect that there may still be a lot of symbols in the various mesa DLLs that are exported in the autotools build but not in the meson build. Indeed, there are quite a few 'noinst' libraries in Makefile.am files that are not listed in 'link_full' in the meson.build files. If I'm not mistaken, such libraries will be linked with the --whole-archive option in the autotools build but not in the meson build. en -- 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |