On Mon, 13 Apr 2009 08:39:07 +0300 Hasso Tepper <[email protected]> wrote:
> pkgsrc bulk build report > ======================== > > DragonFly 2.3/i386 > Compiler: gcc > > Build start: 2009-04-08 05:12 > Build end: 2009-04-13 02:37 > > Full report: > http://leaf.dragonflybsd.org/~hasso/pbulk-logs/20090408.0512/meta/report.html > Machine readable version: > http://leaf.dragonflybsd.org/~hasso/pbulk-logs/20090408.0512/meta/report.bz2 > > Total number of packages: 8441 > Successfully built: 7591 > Failed to build: 349 > Depending on failed package: 176 > Explicitly broken or masked: 264 > Depending on masked package: 61 > > Packages breaking the most other packages > > Package Breaks Maintainer > ------------------------------------------------------------------------- > devel/libgweather 62 [email protected] > lang/mono 25 [email protected] I was able to compile Mono on my DragonFly system. It can probably be fixed by adding "msgfmt" to USE_TOOLS in Makefile (maybe intltool as well). Regards, Michael diff --git a/Makefile b/Makefile index d19a234..98985f5 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CONFLICTS= pnet-[0-9]* MONO_VERSION= 2.4 ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q} -USE_TOOLS+= bison gmake gtar perl:run pkg-config bash:run +USE_TOOLS+= bison gmake gtar perl:run pkg-config bash:run msgfmt USE_LIBTOOL= yes USE_LANGUAGES+= c c++ EXTRACT_USING= gtar
