From nobody  Mon Sep 28 18:13:24 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id SAA09039;
          Mon, 28 Sep 1998 18:13:24 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199809290113.SAA09039@hub.freebsd.org>
Date: Mon, 28 Sep 1998 18:13:24 -0700 (PDT)
From: kubota@nttbed.ntt-f.co.jp
To: freebsd-gnats-submit@freebsd.org
Subject: can't build ports/modula-3-lib
X-Send-Pr-Version: www-1.0

>Number:         8082
>Category:       ports
>Synopsis:       can't build ports/modula-3-lib
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 28 18:20:00 PDT 1998
>Closed-Date:    Fri Oct 9 20:18:46 PDT 1998
>Last-Modified:  Fri Oct  9 20:19:28 PDT 1998
>Originator:     Hideyuki Kubota
>Release:        2.2.7-STABLE
>Organization:
NTT Power and Building Facilities, Inc.
>Environment:
FreeBSD nttbed.rd.ntt-f.co.jp 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Sep 25 09:59:10 JST 1998     kubota@nttbed.rd.ntt-f.co.jp:/usr/src/sys/compile/NTTBED  i386

>Description:
An error is occured in building ports/modula-3-lib/m3core

# cd /usr/ports/modula-3-lib
# make
===>  Extracting for modula-3-lib-3.6
>How-To-Repeat:
every time (after Sep. 21??)

>Fix:
?

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Oct 9 20:18:46 PDT 1998 
State-Changed-Why:  
I created this mess with a seemingly simple change to sem.h.  This has 
since been corrected by John Polstra. 
>Unformatted:
 >> Checksum OK for m3-fbsd-src-3.6.tar.gz.
 >> Checksum OK for m3-fbsd-m3cc-3.6.tar.gz.
 >> Checksum OK for m3-fbsd-m3ccelf-3.6.tar.gz.
 Copying bootstrap modula-3 compiler from /usr/local
 2392 blocks
 Copying gcc sources from /usr/src/contrib
 9575 blocks
 ===>  Patching for modula-3-lib-3.6
 ===>  Applying FreeBSD patches for modula-3-lib-3.6
 ===>  Configuring for modula-3-lib-3.6
 ===>  Building for modula-3-lib-3.6
 ++++++++++ quake ++++++++++
 cc -c -O  -I. -I../src -DTARGET_FreeBSD2  ../src/parser.c
 (snip)
 ---------------------- building m3core ----------------------
 
 mkdir FreeBSD2
 --- building in FreeBSD2 ---
 m3 -w1 -why -O -times -a libm3core.a -F/var/tmp/qkw27124 
 new source -> compiling ../src/Csupport/Common/hand.c
 new source -> compiling ../src/unix/freebsd-2/Usignal.i3
 (snip)
 new source -> compiling ../src/runtime/POSIX/RTThread.i3
 new source -> compiling ../src/runtime/FreeBSD2/RTThreadC.c
 new source -> compiling ../src/runtime/FreeBSD2/RTHeapDepC.c
 ../src/runtime/FreeBSD2/RTHeapDepC.c: In function `semctl':
 ../src/runtime/FreeBSD2/RTHeapDepC.c:945: `arg' undeclared (first use this function)
 ../src/runtime/FreeBSD2/RTHeapDepC.c:945: (Each undeclared identifier is reported only once
 ../src/runtime/FreeBSD2/RTHeapDepC.c:945: for each function it appears in.)
 new source -> compiling ../src/runtime/FreeBSD2/_fpsetjmp.s
 new source -> compiling ../src/runtime/FreeBSD2/malloc.c
 new source -> compiling ../src/runtime/FreeBSD2/accept.c
 (snip)
 new source -> compiling ../src/fingerprint/Fingerprint.m3
 new source -> compiling ../src/fingerprint/Poly.m3
 new source -> compiling ../src/fingerprint/PolyBasis.m3
 new source -> compiling ../src/weakref/WeakRef.m3
 new source -> compiling ../src/word/Word.m3
 compilation failed => not building library "libm3core.a"
 
  seconds  #times  operation
     0.05       1  updating web info
     0.02       5  inhaling library link info
     0.04     210  checking timestamps
     0.27     181  merging new link info
    16.10     180  compiling Modula-3 -> IL
    58.00     180  compiling IL -> assembly
    40.37     180  compiling assembly -> object
    11.61      30  compiling C -> object
     0.19       1  exhaling new link info
    15.97     361  removing temporary files
     0.32          other
 ---------------------------------------------------
   142.94          TOTAL
 
 *** error code 1 (ignored)
 missing libm3core.a: not building libm3core.so.6.0
 --- shipping from FreeBSD2 ---
 m3mkdir /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core/FreeBSD2
 mkdir /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core
 mkdir /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core/FreeBSD2
 /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core/FreeBSD2
    .M3EXPORTS
    .M3IMPTAB
    .M3WEB
    libm3core.a
 install: libm3core.a: No such file or directory
 *** error code 71
 "/usr/ports/lang/modula-3-lib/work/m3/m3core/FreeBSD2/.M3SHIP", line 331: command execute failed
 *** call stack ***
 "/usr/ports/lang/modula-3-lib/work/m3/m3core/FreeBSD2/.M3SHIP", line 331: call to built-in exec
 "/usr/ports/lang/modula-3-lib/work/m3/m3core/FreeBSD2/.M3SHIP", line 6: call to procedure install_file
 m3ship: /usr/ports/lang/modula-3-lib/work/installed/bin/quake failed (status = 256)
 *** error code 255
 "/usr/ports/lang/modula-3-lib/work/m3/src/m3makefile", line 61: command execute failed
 *** call stack ***
 "/usr/ports/lang/modula-3-lib/work/m3/src/m3makefile", line 61: call to built-in exec
 "/usr/ports/lang/modula-3-lib/work/m3/src/m3makefile", line 84: call to procedure BuildChunk
 m3build: /usr/ports/lang/modula-3-lib/work/installed/bin/quake failed (status = 256)
 *** Error code 255
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 #
 
