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



  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