Bug 54524 - japanese/mh build error
Summary: japanese/mh build error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: motoyuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-16 01:10 UTC by Tatsuto Toyonaga
Modified: 2003-07-20 13:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuto Toyonaga 2003-07-16 01:10:16 UTC
	japanese mh fails to compile after GCC-3.3.1 update

rm -f concat.o shared/concat.o
cc -DATHENA -DDUMB -DFOLDPROT='"0700"' -DGCOS_HACK -DISI -DMHE -DMHRC -DMSGPROT=
'"0600"' -DOVERHEAD -DRPATHS -DSBACKUP='"\043"' -DWHATNOW -DBIND -DBSD42 -DBSD43
 -DBSD44 -DDBMPWD -DNORUSERPASS -DPOSIX -DREADLINE -DSETEUID -DSYS5DIR -DUNISTD
-DVSPRINTF -DWAITINT -DZONEINFO -DPOPSERVICE='"pop3"' -DAPOP='"/usr/local/etc/po
p.auth"' -DRPOP -DJAPAN -DMH_PLUS -DMIME -DMIME_HEADERS -DMORE='"/usr/local/bin/
jless"' -DNNTP -DSENDMTS -DSMTP -DPOP -DSPRINTFTYPE=int -DTYPESIG=void -O -pipe
-march=pentiumpro -c -fpic concat.c
concat.c: In function `concat':
concat.c:11: error: syntax error before '...' token
concat.c:19: error: syntax error before "len"
*** Error code 1 (continuing)

.... 

`all' not remade because of errors.
for d in bboards general pop; do (cd $d; make DESTDIR=   -k all); done
cat tmac.me ali.me | sed -f me2man.sed | gzip -9n > ali.man
c

How-To-Repeat: 	
        (cd /usr/ports/japanese/mh; make )
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-07-16 12:44:27 UTC
State Changed
From-To: open->feedback

Humm.. This problem doesn't appear in my environments. 
Really?
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-07-16 12:56:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->motoyuki

Over to maintainer.
Comment 3 motoyuki freebsd_committer freebsd_triage 2003-07-20 13:41:55 UTC
State Changed
From-To: feedback->closed

I've committed patches which solve this problem.