pkgsrc-Bugs archive

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

pkg/40744: [x11/mlterm] Makefile needs "MAKE_JOBS_SAFE=no"



>Number:         40744
>Category:       pkg
>Synopsis:       [x11/mlterm] Makefile needs "MAKE_JOBS_SAFE=no"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 24 19:55:00 +0000 2009
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 5.99.7, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 5.99.7 NetBSD 5.99.7 (MONOLITHIC) #26: Thu 
Feb 19 19:07:45 JST 2009 
root%bonnie.jaist.ac.jp@localhost:/usr/src/sys/arch/i386/compile/MONOLITHIC i386
Architecture: i386
Machine: i386
>Description:
"make install" fails if MAKE_JOBS=2.

$ make install
...
if [ -d mkf ]; then cd mkf ; /usr/bin/make install-la ; fi
cd lib ; /usr/bin/make install-la
../libtool --mode=install /usr/bin/install -c -o root -g wheel *.la /usr/pkg/lib
libtool: install: `*.la' is not a valid libtool archive
Try `libtool --help --mode=install' for more information.
*** Error code 1

Stop.
make: stopped in /f/ryoh/pkgsrc/x11/mlterm/work/mlterm-2.9.3/mkf/lib
*** Error code 1

Stop.
make: stopped in /f/ryoh/pkgsrc/x11/mlterm/work/mlterm-2.9.3/mkf
*** Error code 1

Stop.
make: stopped in /f/ryoh/pkgsrc/x11/mlterm/work/mlterm-2.9.3
*** Error code 1

Stop.
make: stopped in /f/ryoh/pkgsrc/x11/mlterm
*** Error code 1

Stop.
        
>How-To-Repeat:
set MAKE_JOBS=2 then make install
        
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/cvsup/pkgsrc/x11/mlterm/Makefile,v
retrieving revision 1.52
diff -d -p -u -r1.52 Makefile
--- Makefile    14 Jul 2008 12:56:19 -0000      1.52
+++ Makefile    24 Feb 2009 19:48:22 -0000
@@ -9,6 +9,7 @@ MAINTAINER=     uebayasi%NetBSD.org@localhost,hira@Net
 HOMEPAGE=      http://mlterm.sourceforge.net/
 COMMENT=       Multilingual terminal emulator

+MAKE_JOBS_SAFE=        no
 PKG_DESTDIR_SUPPORT=   user-destdir

 # CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h>
        



Home | Main Index | Thread Index | Old Index