pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/50256: graphics/libepoxy broken on Solaris, again



The following reply was made to PR pkg/50256; it has been noted by GNATS.

From: =?ISO-8859-15?Q?J=F6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Tobias Nygren <tnn%NetBSD.org@localhost>, pkg-manager%NetBSD.org@localhost,
 gnats-admin%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/50256: graphics/libepoxy broken on Solaris, again
Date: Mon, 21 Sep 2015 10:28:47 +0200

 >   You may have been using a different version of MesaLib and updated it
 >   meanwhile? Looks like the function ends in errx(). I guess is not
 >   declared __attribute__((__noreturn__)). Does this work?
 >
 >   @@ -672,6 +672,7 @@ epoxy_get_proc_address(const char *name)
 >    #endif
 >        }
 >        errx(1, "Couldn't find current GLX or EGL context.\n");
 >   +    return NULL; /* NOTREACHED */
 >    #endif
 >    }
 
 Yes, that fixes the problem: Yet: That code and the patches to 
 dispatch_common.c are old and this should have surfaced earlier. Anyhow...
 
 Joern
 
 -- 
 Jörn Clausen
 Plattformen & Serverdienste
 Hochschulrechenzentrum
 
 Universität Bielefeld
 Universitätsstraße 25
 33615 Bielefeld
 Telefon: +49 521 106-12601
 E-Mail: joern.clausen%uni-bielefeld.de@localhost
 
 http://www.uni-bielefeld.de/hrz
 


Home | Main Index | Thread Index | Old Index