pkgsrc-Bugs archive

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

Re: pkg/48974: textproc/mdocml does not build on Solaris 10



  Please refer to mk/features/features-vars.mk

    USE_FEATURES+=asprintf

  (and with some source changes?)

  In mk/platform/SunOS.mk:
  _OPSYS_MISSING_FEATURES=asprintf

  Is it not true for Solaris 11?

Is the idea to link the complete libnbcompat.a, or only the necessary snippet, in this case asprintf.o?

After adding

USE_FEATURES+=asprintf

libnbcompat is build and an appropriate -L flag to work/libnbcompat is added for mdocml, but nothing actually links either to the library or the object file.

I can't say if asprintf is included in Solaris 11. Probably yes, otherwise the failure of this package would have been detected much earlier.

--
 Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
 Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
 Universität Bielefeld


Home | Main Index | Thread Index | Old Index