pkgsrc-Bugs archive

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

pkg/46157: parallel/mpi-ch build depends on the environment



>Number:         46157
>Category:       pkg
>Synopsis:       parallel/mpi-ch build depends on the environment
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 09 10:45:00 +0000 2012
>Originator:     Litvinov Sergey
>Release:        SuSe Linux
>Organization:
>Environment:
Linux kana 2.6.37.6-0.9-desktop #1 SMP PREEMPT 2011-10-19 22:33:27 +0200 x86_64 
x86_64 x86_64 GNU/Linux
>Description:
parallel/mpi-ch fails to build because of PLIST problems

If configure finds java or some graphic libraries the package
builds more files than in PLIST

ERROR: ************************************************************
ERROR: The following files are in /scratch/netbsd but not in the PLIST:
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/clog2print
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/clog2TOslog2
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/clogprint
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/clogTOslog2
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/jumpshot
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/logconvertor
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/slog2filter
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/slog2navigator
ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/bin/slog2print

[SKIPPED]

ERROR:         
/scratch/src/pkgsrc/parallel/mpi-ch/work/.destdir/scratch/netbsd/lib/libampe.a

>How-To-Repeat:
bmake install
in
parallel/mpi-ch
on a system with native java
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/parallel/mpi-ch/Makefile,v
retrieving revision 1.68
diff -u -p -u -a -r1.68 Makefile
--- Makefile    11 Jan 2012 09:43:25 -0000      1.68
+++ Makefile    9 Mar 2012 10:37:40 -0000
@@ -27,6 +27,8 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 CONFIGURE_ARGS+=       --docdir=${PREFIX}/share/doc/${PKGBASE}
 CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/${PKGBASE}/html
 
+CONFIGURE_ARGS+=       --without-java
+CONFIGURE_ARGS+=       --disable-graphics
 CONFIGURE_ARGS+=       --with-pm=hydra:gforker
 CONFIGURE_ARGS+=       --disable-fc            # problems?
 CONFIGURE_ARGS+=       --with-openpa-prefix=$(BUILDLINK_PREFIX.openpa:Q) # 
reuse it



Home | Main Index | Thread Index | Old Index