pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39107: [patch] parallel/mpi-ch breaks with native X11 due to missing dependency
>Number: 39107
>Category: pkg
>Synopsis: [patch][maintainer] parallel/mpi-ch breaks with native X11 due
>to missing dependency
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jul 05 14:10:00 +0000 2008
>Originator: Aleksej Saushev <asau%inbox.ru@localhost>
>Release: NetBSD 4.99.67
>Organization:
>Environment:
System: NetBSD asau.local 4.99.67 NetBSD 4.99.67 (KERN) #0: Thu Jun 26 21:02:07
MSD 2008
asau%asau.local@localhost:/mnt/sd/asau/netbsd/obj/sys/arch/i386/compile/KERN
i386
Architecture: i386
Machine: i386
>Description:
The package is reported as broken in bulk build with native X11,
see mail from Krister Walfridsson to pkgsrc-bulk stamped
Fri, 4 Jul 2008 19:33:18 +0200 (CEST).
>How-To-Repeat:
Build with X11_TYPE=native?
>Fix:
Apply the patch:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/parallel/mpi-ch/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- Makefile 29 May 2008 20:25:53 -0000 1.55
+++ Makefile 5 Jul 2008 11:02:45 -0000
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.55 2008/05/29 20:25:53 tnn Exp $
DISTNAME= mpich2-1.0.7
+PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES=
http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/
@@ -34,12 +35,16 @@
${PKG_SYSCONFDIR}/mpe_callstack_ldflags.conf
CONF_FILES+= share/${PKGBASE}/examples/mpe_f77env.conf \
${PKG_SYSCONFDIR}/mpe_f77env.conf
+CONF_FILES+= share/${PKGBASE}/examples/mpe_graphics.conf \
+ ${PKG_SYSCONFDIR}/mpe_graphics.conf
CONF_FILES+= share/${PKGBASE}/examples/mpe_help.conf \
${PKG_SYSCONFDIR}/mpe_help.conf
CONF_FILES+= share/${PKGBASE}/examples/mpe_log.conf \
${PKG_SYSCONFDIR}/mpe_log.conf
CONF_FILES+= share/${PKGBASE}/examples/mpe_log_postlib.conf \
${PKG_SYSCONFDIR}/mpe_log_postlib.conf
+CONF_FILES+= share/${PKGBASE}/examples/mpe_mpianim.conf \
+ ${PKG_SYSCONFDIR}/mpe_mpianim.conf
CONF_FILES+= share/${PKGBASE}/examples/mpe_mpicheck.conf \
${PKG_SYSCONFDIR}/mpe_mpicheck.conf
CONF_FILES+= share/${PKGBASE}/examples/mpe_mpilog.conf \
@@ -56,4 +61,5 @@
${PKG_SYSCONFDIR}/mpif77.conf
.include "../../lang/python/application.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/parallel/mpi-ch/PLIST,v
retrieving revision 1.10
diff -u -r1.10 PLIST
--- PLIST 29 May 2008 20:25:53 -0000 1.10
+++ PLIST 5 Jul 2008 11:02:45 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2008/05/29 20:25:53 tnn Exp $
+@comment $NetBSD$
bin/check_callstack
bin/clog2_join
bin/clog2_print
@@ -52,6 +52,7 @@
include/mpe.h
include/mpe_callstack.h
include/mpe_graphics.h
+include/mpe_graphicsf.h
include/mpe_log.h
include/mpe_log_thread.h
include/mpe_logf.h
@@ -62,6 +63,7 @@
include/mpif.h
include/mpio.h
include/mpiof.h
+lib/libampe.a
lib/libfmpich.a
lib/liblmpe.a
lib/libmpe.a
@@ -779,10 +781,12 @@
share/mpich2/examples/mpe_callstack_ldflags.conf
share/mpich2/examples/mpe_f77env.conf
share/mpich2/examples/mpe_f77env.conf.in
+share/mpich2/examples/mpe_graphics.conf
share/mpich2/examples/mpe_help.conf
share/mpich2/examples/mpe_help.conf.in
share/mpich2/examples/mpe_log.conf
share/mpich2/examples/mpe_log_postlib.conf
+share/mpich2/examples/mpe_mpianim.conf
share/mpich2/examples/mpe_mpicheck.conf
share/mpich2/examples/mpe_mpilog.conf
share/mpich2/examples/mpe_mpitrace.conf
@@ -803,6 +807,11 @@
share/mpich2/examples_collchk/wrong_reals.f
share/mpich2/examples_collchk/wrong_root.c
share/mpich2/examples_collchk/wrong_scatterv.c
+share/mpich2/examples_graphics/Makefile
+share/mpich2/examples_graphics/Makefile.in
+share/mpich2/examples_graphics/cpi.c
+share/mpich2/examples_graphics/cxgraphics.c
+share/mpich2/examples_graphics/fxgraphics.f
share/mpich2/examples_logging/Makefile
share/mpich2/examples_logging/Makefile.in
share/mpich2/examples_logging/comm1_isr.c
@@ -825,6 +834,7 @@
share/mpich2/examples_logging/pthread_sendrecv_user.c
share/mpich2/examples_logging/srtest.c
@dirrm share/mpich2/examples_logging
+@dirrm share/mpich2/examples_graphics
@dirrm share/mpich2/examples_collchk
@dirrm share/mpich2/examples
@dirrm share/mpich2
Home |
Main Index |
Thread Index |
Old Index