Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2006 11:55:42 +0200 (CEST)
From:      Pre- O-- <preo@freemail.hu>
To:        freebsd-alpha@freebsd.org
Subject:   Alpha again
Message-ID:  <freemail.20060420115542.68529@fm06.freemail.hu>

next in thread | raw e-mail | index | archive | help
Hi All,

Thanks for your fast answers regarding to the Linux
emulation under FreeBSD/Alpha.
The linux_base-gentoo-stage1 port is truly the best solution
right now. It's up-to date and usable.
The only problem I faced was when I installed compaq-cc. The
Makefile checks for the file
/compat/linux/etc/redhat-release, which is not created by
the gentoo script. By creating an empty file does the job.
Although I still have some problems with the installation of
compaq-cc. It says that the sys/cdefs.h library is needed,
but it could not be found. Do you have any idea why is this?
I have attached the error message to the end of the document.

Do any of you have any experience how does the SMP feature
work for FreeBSD/Alpha. How well can the system handle such
kind of problems?

I have an AS4100. I would also like to optimize the system
for better performance (I find it a little too slow). For
this what can you advice to change in the kernel (except the
things that are in the Handbook).

By the default 6.1 install I get these error messages:
open /dev/ttyv0: No such file or directory
open /dev/ttyv1: No such file or directory
open /dev/ttyv2: No such file or directory
open /dev/ttyv3: No such file or directory
open /dev/ttyv4: No such file or directory
open /dev/ttyv5: No such file or directory
open /dev/ttyv6: No such file or directory
open /dev/ttyv7: No such file or directory
Why these files haven't been created? How can I recreate them?

A final question. At the SRM console (I have the latest
firmware installed) when setting the default boot device I
get this error:
P00>>>set bootdef_dev dka200
could not store bootdef_dev, NVRAM full

Thanks.

compaq-cc error message:
&#8230;
/bin/rm //usr/lib/libots.so
/bin/rm //usr/lib/libcpml.so
cd /usr/ports/lang/compaq-cc/work                         =20
                    ; ccc -c
/usr/ports/lang/compaq-cc/files/*.c                       =20
           ; ar vq /usr/lib/compaq/cpml-5.1.0/libcpml_ev5.a *.o
/usr/ports/lang/compaq-cc/files/errno_location.c:
/usr/ports/lang/compaq-cc/files/ieee_fp_control.c:
cc: Error: /usr/include/machine/_types.h, line 43: #error
this file needs sys/cdefs.h as a prerequisite (errormessage)
#error this file needs sys/cdefs.h as a prerequisite
-^
cc: Error:
/usr/ports/lang/compaq-cc/files/ieee_fp_control.c, line 40:
Missing ";". (nosemi)
__ieee_get_fp_control(void)
^
cc: Error:
/usr/ports/lang/compaq-cc/files/ieee_fp_control.c, line 46:
In this parameter list, "u_int64_t" must either be a type or
must be followed by a ",". (badparseparam)
__ieee_set_fp_control(u_int64_t fpc)
----------------------^
cc: Error: /usr/include/bits/types.h, line 136: In this
declaration, "__dev_t" has no linkage and has a prior
declaration in this scope at line number 87 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __DEV_T_TYPE __dev_t;        /* Type of device
numbers.  */
------------------------^
cc: Error: /usr/include/bits/types.h, line 141: In this
declaration, "__mode_t" has no linkage and has a prior
declaration in this scope at line number 49 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __MODE_T_TYPE __mode_t;      /* Type of file
attribute bitmasks.  */
-------------------------^
cc: Error: /usr/include/bits/types.h, line 142: In this
declaration, "__nlink_t" has no linkage and has a prior
declaration in this scope at line number 51 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __NLINK_T_TYPE __nlink_t;    /* Type of file link
counts.  */
--------------------------^
cc: Error: /usr/include/bits/types.h, line 147: In this
declaration, "__clock_t" has no linkage and has a prior
declaration in this scope at line number 61 in file
/usr/include/machine/_types.h. (nolinkage)
__STD_TYPE __CLOCK_T_TYPE __clock_t;    /* Type of CPU usage
counts.  */
--------------------------^
cc: Error: /usr/include/bits/types.h, line 148: In this
declaration, "__rlim_t" has no linkage and has a prior
declaration in this scope at line number 54 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __RLIM_T_TYPE __rlim_t;      /* Type for resource
measurement.  */
-------------------------^
cc: Error: /usr/include/bits/types.h, line 150: In this
declaration, "__id_t" has no linkage and has a prior
declaration in this scope at line number 45 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __ID_T_TYPE __id_t;          /* General type for
IDs.  */
-----------------------^
cc: Error: /usr/include/bits/types.h, line 151: In this
declaration, "__time_t" has no linkage and has a prior
declaration in this scope at line number 82 in file
/usr/include/machine/_types.h. (nolinkage)
__STD_TYPE __TIME_T_TYPE __time_t;      /* Seconds since the
Epoch.  */
-------------------------^
cc: Error: /usr/include/bits/types.h, line 157: In this
declaration, "__key_t" has no linkage and has a prior
declaration in this scope at line number 47 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __KEY_T_TYPE __key_t;        /* Type of an IPC
key.  */
------------------------^
cc: Error: /usr/include/bits/types.h, line 171: In this
declaration, "__blkcnt_t" has no linkage and has a prior
declaration in this scope at line number 39 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __BLKCNT_T_TYPE __blkcnt_t;
---------------------------^
cc: Error: /usr/include/bits/types.h, line 175: In this
declaration, "__fsblkcnt_t" has no linkage and has a prior
declaration in this scope at line number 42 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __FSBLKCNT_T_TYPE __fsblkcnt_t;
-----------------------------^
cc: Error: /usr/include/bits/types.h, line 179: In this
declaration, "__fsfilcnt_t" has no linkage and has a prior
declaration in this scope at line number 43 in file
/usr/include/sys/_types.h. (nolinkage)
__STD_TYPE __FSFILCNT_T_TYPE __fsfilcnt_t;
-----------------------------^
*** Error code 1

Stop in /usr/ports/lang/compaq-cc.=0A=0A___________________________________=
____________________________________________=0AIngyen filmn=E9z=E9s ak=E1r =
72 =F3r=E1n =E1t! http://teka.t-online.hu=0A=0A



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