From owner-freebsd-alpha Mon May 28 7:50:19 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from postino.fi.infn.it (postino.fi.infn.it [192.84.145.9]) by hub.freebsd.org (Postfix) with ESMTP id 7C71237B423 for ; Mon, 28 May 2001 07:50:15 -0700 (PDT) (envelope-from Riccardo.Veraldi@fi.infn.it) Received: from nikita.fi.infn.it (nikita.fi.infn.it [192.84.146.189]) by postino.fi.infn.it (8.11.1/8.11.1) with ESMTP id f4SEoEm72873 for ; Mon, 28 May 2001 16:50:14 +0200 (CEST) From: Riccardo.Veraldi@fi.infn.it Received: by nikita.fi.infn.it (Postfix, from userid 1001) id 8552418CE8; Mon, 28 May 2001 16:50:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by nikita.fi.infn.it (Postfix) with ESMTP id 4E33515902 for ; Mon, 28 May 2001 16:50:13 +0200 (CEST) Date: Mon, 28 May 2001 16:50:12 +0200 (CEST) X-X-Sender: To: Subject: XFree-4 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have problems building the XFree port it dies at the end of the make install in this way, anyone was succesfull with it?? even if fixing the memcpy and strlen trivial problem still it does not work. thanks Rick rm -f ../../../../../../../exports/lib/modules/freebsd/libdrm.a + cd ../../../../../../../exports/lib/modules/freebsd + ln -s ../../../../programs/Xserver/hw/xfree86/os-support/bsd/drm/libdrm.a . making all in programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel... make -f Makefile.bsd ===> drm Warning: Object directory not changed from original /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm cc -O -pipe -mcpu=ev4 -I.. -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I.. -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -c auth.c In file included from @/sys/systm.h:46, from ../drmP.h:41, from auth.c:33: machine/cpufunc.h: In function `invlpg': machine/cpufunc.h:270: warning: cast to pointer from integer of different size machine/cpufunc.h: In function `outsb': machine/cpufunc.h:339: warning: asm operand 0 probably doesn't match constraints machine/cpufunc.h: In function `outsw': machine/cpufunc.h:347: warning: asm operand 0 probably doesn't match constraints machine/cpufunc.h: In function `outsl': machine/cpufunc.h:355: warning: asm operand 0 probably doesn't match constraints In file included from ../drmP.h:41, from auth.c:33: @/sys/systm.h: At top level: @/sys/systm.h:143: warning: conflicting types for built-in function `memcpy' In file included from @/sys/systm.h:179, from ../drmP.h:41, from auth.c:33: @/sys/libkern.h:87: warning: conflicting types for built-in function `strlen' In file included from auth.c:33: ../drmP.h: In function `test_and_set_bit': ../drmP.h:80: warning: implicit declaration of function `splhigh' ../drmP.h:84: warning: implicit declaration of function `splx' auth.c: In function `drm_find_file': auth.c:46: warning: cast to pointer from integer of different size auth.c:54: warning: cast to pointer from integer of different size auth.c: In function `drm_add_magic': auth.c:73: warning: cast to pointer from integer of different size auth.c:81: warning: cast to pointer from integer of different size auth.c: In function `drm_remove_magic': auth.c:95: warning: cast to pointer from integer of different size auth.c:107: warning: cast to pointer from integer of different size auth.c:111: warning: cast to pointer from integer of different size {standard input}: Assembler messages: {standard input}:35: Error: Bad expression {standard input}:35: Error: syntax error {standard input}:61: Error: Bad expression {standard input}:61: Error: syntax error {standard input}:125: Error: Bad expression {standard input}:125: Error: syntax error {standard input}:148: Error: Bad expression {standard input}:148: Error: syntax error {standard input}:200: Error: Bad expression {standard input}:200: Error: syntax error {standard input}:212: Error: Bad expression {standard input}:212: Error: syntax error {standard input}:253: Error: Bad expression {standard input}:253: Error: syntax error *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message