how to write the standard output to an unwritable with sudo?

2008-03-29 Thread lveax
$ whoami
v


$ ll a
-rw-r--r--  1 root  v  0 Mar 30 10:02 a

$ sudo cat  a
a: Permission denied.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can't launch inkscape in freebsd 7.0-rc1

2008-01-21 Thread lveax
$ inkscape

   [Mon 4:16:03pm]
Duplicate large block deallocation of 0x86a1000
Duplicate large block deallocation

Emergency save activated!





then i must use pkill -9 inkscape to kill it


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


Re: 7.0 RC1 snd_hda headset sound only

2008-01-14 Thread lveax
On Jan 15, 2008 3:10 AM, Oleksandr Rudyk [EMAIL PROTECTED] wrote:
 Hi all

 I have installed 7.0 RC1 on my Dell XPS m1330 with Sigmatel HDA sound.
 snd_hda driver was patched with this
 http://people.freebsd.org/~ariff/READMEhttp://people.freebsd.org/%7Eariff/READMEinstructions.

 But still have audio only in headset and no sound on internal speakers.

 Any suggestions

try to add
hint.pcm.0.config=gpio0

to your /boot/loader.conf

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


can't start multi-xserver in freebsd7.0-rc1 with xorg7.3

2008-01-06 Thread lveax
hey all.

in an old computer with freebsd 6.2 with xorg7.2,i use

startx and startx -- :1

 to launch tow xserver for different application environment with tow
normal user.

but in freebsd7.0-rc1 with xorg7.3 i only can use root user to startx
use DISPLAY :1(startx -- :1),with a normal user it only output :

waiting for X server to begin accepting connections.

how can i fix this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


snd_hda(freebsd 7.0 rc1) doesn't work on dell latitude D630

2008-01-04 Thread lveax
hey all:

i can get sound from my d630.


i added the snd_hda support to my kernel configure file.
i can find info about my onboard sound card,but it still didn't work.

pcm0: HDA Codec: Sigmatel (Unknown)
pcm0: HDA Driver Revision: 20071129_0050

the pciconf info about it:
[EMAIL PROTECTED]:0:27:0:   class=0x040300 card=0x01f91028 chip=0x284b8086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H SUBSYS_81EC1043REV_02\3115836590D8'
class  = multimedia

the output from mixer command:
$ mixer

 [Fri 4:32:56pm]
Mixer vol  is currently set to  75:75
Mixer pcm  is currently set to  75:75
Mixer speaker  is currently set to  75:75c
Mixer line is currently set to  75:75
Mixer rec  is currently set to   0:0
Recording source: mic
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


does freebsd support Vostro 1400 notebook?

2007-12-10 Thread lveax
hey all,

i want to buy a dell vostro 1400
http://www.dell.com/content/products/productdetails.aspx/vostronb_1400?c=uscs=04l=ens=bsd~tab=bundlestab

does freebsd support it?

which driver should i use?

sound card/network card/etc

i will update the
Video Cards
128MB NVIDIA(R) GeForce™ 8400M GS

i found the nvidia-driver support it
http://us.download.nvidia.com/freebsd/100.14.19/README/appendix-e.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: copying just / (not /tmp, /usr, etc) (rsync -x failed)

2007-12-04 Thread lveax
On Dec 5, 2007 12:38 AM, Steve Franks [EMAIL PROTECTED] wrote:
 I have / on one slice, and [usr,tmp,var] on others.  I want to move
 just / to a new disk, which seemed to be what rsync -x (do not cross
 filesystems) was intended for.  It failed, however, as df shows 20k
 blocks in /, and rsync filled up the target slice with 50k blocks, so
 obviously it blew right past the 'end' of / - did I miss something? Is
 there no other way except to umount [tmp,usr,var]?

try:
 dd if=/dev/${the / slice} of=/dev/${the new / slice} bs=1m

or just go to single user mode umount /tmp /usr /var then copy it..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CPU Monitoring Software

2007-09-28 Thread lveax
On 9/28/07, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 I was wanting to see what my servers utilize as far as memory, disk, cpu,
 etc. over a certain time period.  Is there some software that I can use?
 I guess something like the 'top' command that gives an average output over
 a certain time.

 I downloaded sysstat for my linux boxes, but it does not want to compile
 under freebsd.

 Thanks.
try bsdsar

http://www.googlebit.com/bsdsar/

it is also in ports,just search
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.2 Opera 9.2

2007-05-10 Thread lveax

On 5/11/07, Spiros Papadopoulos [EMAIL PROTECTED] wrote:

Hi all,

Trying to log in to http://mail.google.com from Opera 9.2 fails. It seems
like the page refreshes itself
but in fact it fails to go forward. I don't get any error message at all.

Could it be related to encryption or anything else missing from my FreeBSD,
which is a fresh install?
Had anyone else have this problem?



it's fine here.

try to empty the cache?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd-update and update of jails

2007-05-06 Thread lveax

On 5/6/07, Patrick Lamaizière [EMAIL PROTECTED] wrote:

EHLO,

Is there a way to use freebsd-update and use it to update the main host and
serveral jails ?

To update my jails (from the main host) i make a buildworld and then :
mergemaster -p -D /thejail
make installworld DESTDIR=/thejail
mergemaster -D /thejail

How i can use binary update and then update the jails? I would like to avoid
a make buildworld, so may be i can use freebsd-update for the main host and
another method for the jails?

(I just discovered freebsd-update, it is cool).


just use

freebsd-update -b /thejail fetch update
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer default(xv) video output error?

2007-04-03 Thread lveax

hi

i got a problem when i using mplayer to play a video

it output

VO: [xv] 560x304 = 560x304 Planar YV12
X11 error: BadAccess (attempt to access private resource denied)

if i specify -vo x11 it will be normal,but the -vo x11 driver can
play the video in fullscreen size...= =

i don't remember what effected this(after upgrade some ports?)but the
other things are normal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can i set different moused_flags for tow mice?

2007-03-05 Thread lveax

hi all

i have tow usb mouse,one is in left,another is in right.

i added
moused_flags=-m 1=3 -m 3=1

to my /etc/rc.conf then i can use the left hand mouse.
but it effected the tow mice.

 391  ??  Ss 0:02.07 /usr/sbin/moused -m 1=3 -m 3=1 -p /dev/ums0
-t auto -I /var/run/moused.ums0.pid
 423  ??  Is 0:00.00 /usr/sbin/moused -m 1=3 -m 3=1 -p /dev/ums1
-t auto -I /var/run/moused.ums1.pid

how can i set the moused_flags that only effect the left mouse?

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


i can't find available device in wireshark?

2007-02-16 Thread lveax

hey all.

i can't find any available device in the list

i notice it depends bpf
but i already have
device  bpf # Berkeley packet filter
in my kernel config

where is wrong?

$ ifconfig
rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet 192.168.5.1 netmask 0xff00 broadcast 192.168.5.255
   ether 4c:00:10:b4:1d:d2
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
nve0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 192.168.6.1 netmask 0xff00 broadcast 192.168.6.255
   ether 00:16:e6:84:e6:3e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet 127.0.0.1 netmask 0xff00
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492
   inet 219.13x.xxx.xxx -- 58.52x.xxx.xxx netmask 0x
   Opened by PID 874
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


acpi_bus_number: can't get _ADR pci0: memory, RAM at device 0.7 (no driver attached)

2007-02-09 Thread lveax

hey all,

i found some error msg from dmesg,what does these mean?

ioapic0: Changing APIC ID to 2
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: GBT AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory, RAM at device 0.0 (no driver attached)
pci0: memory, RAM at device 0.1 (no driver attached)
pci0: memory, RAM at device 0.2 (no driver attached)
pci0: memory, RAM at device 0.3 (no driver attached)
pci0: memory, RAM at device 0.4 (no driver attached)
pci0: memory, RAM at device 0.5 (no driver attached)
pci0: memory, RAM at device 0.6 (no driver attached)
pci0: memory, RAM at device 0.7 (no driver attached)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nvidia Marvell 88E1116 supported in 6 CURRENT?

2007-01-28 Thread lveax

On 1/28/07, stan [EMAIL PROTECTED] wrote:


Is the Nvidia Marvell 88E1116 Gigabit NIC working on 6.2 STABLE?



nve(4)

i also have 88E1116 on board.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nvidia Marvell 88E1116 supported in 6 CURRENT?

2007-01-28 Thread lveax

This is the first time I've run into neding a driver that's not in the
default build. I copied the SMP kernel conf to another name, andded the
device nve decleartion (mibus was already in GENERIC, which is included by
SM). Added the new nameto /etc/make.conf did a make buildkernel, make
installkernel, rebooted, and it's still not detected.

Did I miss sonething?


if you did right installation.

# dmesg -a | grep nve

or

# ifconfig -a

you will find the information of the device.

if not

read this
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nvidia Marvell 88E1116 supported in 6 CURRENT?

2007-01-28 Thread lveax

also you can try this:
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flash 9

2007-01-19 Thread lveax

i tested 9,but seems it isn't stable enough
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how much space does freebsd-update need for the workdir?

2007-01-16 Thread lveax

hi list

i have upgraded to 6.2. i notice there is a new tool freebsd-update.

where i can find the freebsd-update mirror server list?
and how much space does it need?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I can't see my user name in `pw group show wheel`

2006-12-22 Thread lveax

On 12/22/06, Matthew Seaman [EMAIL PROTECTED] wrote:

lveax wrote:
 hey all.

 i found a problem just now.
 i added this user(in wheel group)with sysinstall when i install freebsd.

 $ id
 uid=1001(user) gid=0(wheel) groups=0(wheel), 5(operator), 69(network)

 $ pw group show wheel
 wheel:*:0:root

 i can't see it in the wheel group users list?

 but when i add a new user with adduser,it will in the list.

That's because you've made 'wheel' the primary group for that
user, which is probably not exactly what you intended.

The primary group is defined in /etc/master.passwd -- the gid
number is put into the third field.  Eg: consider the standard
system user bin:

happy-idiot-talk:~:% id bin
uid=3(bin) gid=7(bin) groups=7(bin)
happy-idiot-talk:~:% pw group show bin
bin:*:7:
happy-idiot-talk:~:% pw user show bin
bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
^
^

No UIDs are listed as members of group bin in /etc/group, but the
bin user has bin as their primary group deom the password file.

adduser probably does the common trick of creating a user and a group
of the same name -- in fact, pw(8) will also do precisely that unless
you specify a primary group using the '-g' flag.  Use the '-G' flag
instead to specify other groups for the user to belong to.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW






thank you

but i find an exception?

$ id root
uid=0(root) gid=0(wheel) groups=0(wheel), 5(operator)

root's primary group is wheel and root is in the list?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I can't see my user name in `pw group show wheel`

2006-12-21 Thread lveax

hey all.

i found a problem just now.
i added this user(in wheel group)with sysinstall when i install freebsd.

$ id
uid=1001(user) gid=0(wheel) groups=0(wheel), 5(operator), 69(network)

$ pw group show wheel
wheel:*:0:root

i can't see it in the wheel group users list?

but when i add a new user with adduser,it will in the list.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MAC OS X connection to FreeBSD?

2006-12-11 Thread lveax

On 11/6/06, David Kelly [EMAIL PROTECTED] wrote:

On Mon, Nov 06, 2006 at 06:48:28AM -0500, Lonnie Cumberland wrote:
 Thanks everyone for the replay to my post as it did finally occur to
 me that perhaps this question had been asked on the mailing list, but
 unfortunately it occurred to me after I sent it.

 So, basically the Apple team took FreeBSD and the CM micro-kernel,
 combined them, made some improvements and added some additional code
 and then used it all as the MAC OS X core (without the GUI of course)?

Yes, basically. FreeBSD is free for the taking, so Apple took. Steve
Jobs' NeXT team had a lot of familiarity with Mach, so they took from
there also too. A good number of well known FreeBSD people now work for
Apple, there are a number of FreeBSD device drivers shipping with MacOS
X. On a lark I put an Intel Etherexpress Pro 10/100B in my G4 Mac and
everything simply magically worked. No driver install, nothing.




who are the people that works in apple and also a freebsd developer now?


 With this being said, then does anyone have any experience with the
 stability and performance?

Millions of MacOS X users.

 My guess is that if it is really based upon FreeBSD then the
 performance should be pretty good from my readings about FreeBSD
 compared to other operating systems.

Having both I'd say not. FreeBSD performs better at most server-oriented
tasks than the non-server tuned MacOS X. Have not used MacOS X Server.
Am not familiar with the tuning tweaks in plain old Darwin. Remember the
MacOS/Darwin kernel is greatly different from FreeBSD. Believe it was
McKusik who said to the effect, The differnce between Linuxes is they
all have the same kernel, everything else is different. The difference
between BSDs is that they all have different kernels, everything else is
the same. Is not exactly true but contains a lot of truth. MacOS
X/Darwin is a recognized BSD variant.

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: firefix 2.0 interface font size

2006-11-05 Thread lveax

On 11/5/06, Andy Harrison [EMAIL PROTECTED] wrote:

I just tried upgrading my linux-firefox port and I wondered if anyone
else had any problems like this.  For the firefox interface itself it
is ignoring my font settings in kde-3.5.4.  I tried adjusting them in
kde and seeing if any tweaking in about:config would make a
difference, but no good.

I'm running FreeBSD 6.1-RELEASE-p10 and all my ports are current.
More details included in my screenshot.

http://img175.imageshack.us/my.php?image=screenshotzm4.jpg

Anyone else had this problem?




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



$ cd ~/.mozilla/firefox/.default/chrome
$ cat userChrome.css

*{font-size: 9pt !important} /* set your font size */
*{font-family: WenQuanYi Bitmap Song !important}  /* set your font family */

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


Re: Flash player 9 Beta is Live

2006-10-22 Thread lveax . m

On 10/19/06, Dimiter Ivanov [EMAIL PROTECTED] wrote:

http://blogs.adobe.com/penguin.swf/2006/10/beta_is_live.html

I have downloaded the stand alone player and it works out of the box.
Anyone having expirience with the browser plugin ?


i download the plugin and put in ~/.mozilla/plugins.

it works in linux-firefox. but seems not stable enough.


I'm using 6.1 Release and KDE 3.5.4
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: Installing Php5 on Apache2.2 (Freebsd 6.1)

2006-08-22 Thread lveax

On 8/22/06, Muhammad Omer Iqbal [EMAIL PROTECTED] wrote:

Thanks. I tried precisely this, and it worked fine. However, what I am
seeing now is that I have index.php, but it is not automatically rendered by
Apache. And when I put it in browser (lets say http://localhost/index.php),
php is not understood, and it is just parsed as a .html file.


you need add the 2 lines below into the httpd.conf:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

p.s.(by default httpd.conf is in
/usr/local/etc/apache22/httpd.conf)




Just letting you know the status. I will be sending this to the questions
mailing list.

Best Wishes,
Omer


-Original Message-
From: lveax [mailto:[EMAIL PROTECTED]
Sent: Monday, August 21, 2006 11:55 PM
To: Muhammad Omer Iqbal
Subject: Re: Installing Php5 on Apache2.2 (Freebsd 6.1)

On 8/22/06, Muhammad Omer Iqbal [EMAIL PROTECTED] wrote:
 Hi,
 (Please include me in the reply as I am not subscribed to this list.)

 I am trying to use Ports to install php5 on top of Apache 2.2.
 However, when

 I do pkg_add, it says that the prereq Apache 1.3 is not installed. I
 also tried forcing it (using -f), but even then it did not seem to
 have installed

 Php5 properly.

 I tried this:
 cd /usr/ports/lang/php5
 pkg_add php5

 That did not work.

to install a port you need to use:
#make
#make install

you may need to read the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html


 Then I ftp-ed to  ftp://ftp.freebsd.org ftp.freebsd.org and
 downloaded the tbz file from the same location (/ports/lang/php5) and
 did pkg_add with that file name as parameter. Is that the right thing
 to do?

 After I did that, I got the error that I explained above (i.e. Apache
 1.3 not installed)

 As you might imagine, I am pretty new to FreeBSD.

 Thanks,
 Omer


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




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


what's different between src CVS Tags RELENG_*_BP and RELENG_*?

2006-08-11 Thread lveax

hey all,

i just know the release src tag is RELENG_*_RELEASE.

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


after i upgraded 6.0 to 6.1, do i need to rebuild all of the ports i installed?

2006-07-09 Thread lveax

hey all.

i have a question about upgrade:

after i upgraded from freebsd5.4 to 6.0 in 2005,i got some error when
run a part of installed ports was installed in version 5.4,until a
committer tell me to rebuild all of my ports.

now i want to upgrade from 6.0 to 6.1 do i need to do this?

i have already got the source tag: RELENG_6_1 use cvsup,and i will use
it to upgrade to 6.1,is it right?

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


i can't type chinese words in opera since i upgraded it to 9.x

2006-06-24 Thread lveax

i use fcitx...

can anyone help me?

$ uname -srm
FreeBSD 6.0-STABLE i386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error to build scilab-3.1.1 from port

2006-02-25 Thread lveax
hey all

i have freebsd6.0 installed

$ uname -rsm
FreeBSD 6.0-STABLE i386

i can't build scilab-3.1.1from port

i got this error


Creation of ../../libs/tclsci.a
making all in routines/pvm...
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c pvm_grp.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c pvm_proc_ctrl.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c pvm_send.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c pvm_info.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c pvm_recv.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c scipvmf77.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c varpack.c
cc -O2 -fno-strict-aliasing -pipe  -Dfreebsd -DWITH_ATLAS 
-I/usr/local/include -c intpvm.c
f77   -O -Dfreebsd -c mycmatptr.f
Creation of ../../libs/pvm.a
linking
f77: /usr/local/lib/libcblas.a: No such file or directory
f77: /usr/local/lib/libf77blas.a: No such file or directory
f77: /usr/local/lib/libatlas.a: No such file or directory
*** Error code 1

Stop in /usr/ports/math/scilab/work/scilab-3.1.1.
*** Error code 1

Stop in /usr/ports/math/scilab.

---

there is only libcblas.so,libf77blas.so,libatlas.so in /usr/local/lib/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]