Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 04:39:36 -0800 (PST)
From:      Daisuke Takahashi <takaha@eurus.dti.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34409: prc-tools from ports fails to compile on 4.4-RELEASE
Message-ID:  <200201291239.g0TCdac97169@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34409
>Category:       ports
>Synopsis:       prc-tools from ports fails to compile on 4.4-RELEASE
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 29 04:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Daisuke Takahashi
>Release:        4.4-RELEASE
>Organization:
personal
>Environment:
FreeBSD xiga.fuchu.tokyo.jp 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001   urray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386

>Description:
I can't build `prc-tools' ports (cvsuped on Jan.29) on 4.4-RELEASE system with following errors.


===>  Building for prc-tools-2.0
for dir in crt libc libm; do \
  if [ -f ./${dir}/Makefile ]; then \
    if (cd ${dir} && gmake all); then true; else exit 1; fi; \
  fi; \
done
gmake[1]: Entering directory `/usr/ports/palm/prc-tools/work/build/crt'
m68k-palmos-gcc -O5 -fno-builtin -Wall -W -DSDK_VERSION=35 -palmos3.5   -c -o crt0.o .././../prc-tools-2.0/crt/crt0.c
.././../prc-tools-2.0/crt/crt0.c:11: SystemMgr.h: No such file or directory
.././../prc-tools-2.0/crt/crt0.c:12: SoundMgr.h: No such file or directory
gmake[1]: *** [crt0.o] Error 1
gmake[1]: Leaving directory `/usr/ports/palm/prc-tools/work/build/crt'
gmake: *** [all-target] Error 1
*** Error code 2

These is no `SystemMgr.h'.
xiga# find / -name SystemMgr.h

>How-To-Repeat:
1. install 4.4-RELEASE with X-Kern-Developer option.
2. retrive current ports (on another host)
3. cd /usr/ports/palm/rpc-tools; make install
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201291239.g0TCdac97169>