Re: Request for tester for pcc port

2007-09-18 Thread Alex Dupre

Gea-Suan Lin ha scritto:

I made a port for pcc (Portable C Compiler), but it seems have problem
in do-build occasionally.

The problem is when I do make build, it will not run real make.


Define USE_GMAKE=yes or fix the Makefile.in's.

--
Alex Dupre
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Request for tester for pcc port

2007-09-18 Thread Marcus von Appen
On, Tue Sep 18, 2007, Gea-Suan Lin wrote:

 Hello everyone,
 
 I made a port for pcc (Portable C Compiler), but it seems have problem
 in do-build occasionally.
[...]

It's already in the ports: /usr/ports/lang/pcc.

It suffers from the same issues however (maintainer was informed some
hours ago).

Regards
Marcus


pgp6ib0qDTtEo.pgp
Description: PGP signature


Re: Request for tester for pcc port

2007-09-18 Thread Max N. Boyarov

 GL == Gea-Suan Lin writes:

 GL  Hello everyone,

 GL I made a port for pcc (Portable C Compiler), but it seems have problem
 GL in do-build occasionally.

 It builded if remove work/.build_done.pcc._usr_local, and run make again.
 but:
 
 $ cat -  test.c
 int main (void) {return 0;}
 $ pcc test.c
 ld: /usr/lib/crt0.o: No such file: No such file or directory


 $ cat -  test.c
 #include signal.h
 int main (void){return 0;}
 
 $ pcc test.c
 /usr/include/machine/signal.h, line 126: syntax error
 /usr/include/machine/signal.h, line 127: cannot recover from earlier errors: 
goodbye!

 $ sed -n -e '126,127p' /usr/include/machine/signal.h
int sc_fpstate[128] __aligned(16);
int sc_spare2[8];


-- 
Max N. Boyarov / jid: [EMAIL PROTECTED] /
Key fingerprint: F6E5 A1DE 619F 72E3 3EEC  2EFF 5C95 E05C CA05 9E8F



pgpxcEIw2bwXz.pgp
Description: PGP signature


Request for tester for pcc port

2007-09-17 Thread Gea-Suan Lin
Hello everyone,

I made a port for pcc (Portable C Compiler), but it seems have problem
in do-build occasionally.

You might download the shar in:
http://netnews.nctu.edu.tw/~gslin/tmp/pcc.shar

The problem is when I do make build, it will not run real make.

[EMAIL PROTECTED] [~/work/ports/pcc] [8:23/W5] make build
===  Vulnerability check disabled, database not found
===  Extracting for pcc-0.9.8.070912
= MD5 Checksum OK for pcc-0.9.8-070912.tgz.
= SHA256 Checksum OK for pcc-0.9.8-070912.tgz.
===  Patching for pcc-0.9.8.070912
===  Applying FreeBSD patches for pcc-0.9.8.070912
===  Configuring for pcc-0.9.8.070912
configure: WARNING: you should use --build, --host, --target
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i386-portbld-freebsd6.2
checking host system type... i386-portbld-freebsd6.2
checking target system type... i386-portbld-freebsd6.2
checking for i386-portbld-freebsd6.2-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... yacc
checking for strip... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking for working alloca.h... no
checking for alloca... yes
checking for mkstemp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cc/Makefile
config.status: creating cc/cc/Makefile
config.status: creating cc/cpp/Makefile
config.status: creating cc/ccom/Makefile
config.status: creating f77/Makefile
config.status: creating f77/f77/Makefile
config.status: creating f77/fcom/Makefile
config.status: creating config.h
===  Building for pcc-0.9.8.070912
[EMAIL PROTECTED] [~/work/ports/pcc] [8:23/W5]

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.   -- Harry S Truman
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]