Re: Compiling ports

2003-08-31 Thread Adam Bender

On Sun, 31 Aug 2003, Adam McLaurin wrote:

 On Sun, 2003-08-31 at 10:04, Adam Bender wrote:
  XFree86-4.2.0_1,1

 There's your problem. Portupgrade to 4.3.x and try Xft and xscreensaver
 again.

Hmm, I did the portupgrade (surprisingly quick, do I have to do anything
else?).  Now I have XFree86-4.3.0,1, but I still get the same compilation
errors from Xft.

Thanks,

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


Re: Compiling ports

2003-08-31 Thread Adam Bender


On Sat, 30 Aug 2003, Adam McLaurin wrote:

 On Sat, 2003-08-30 at 15:55, Adam Bender wrote:
  OK, sorry to deluge the list with questions, but now I've having serious
  problems compiling ports.

 What version of XFree86 are you running?


XFree86-4.2.0_1,1

Thanks,

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


Problem installing Xfd

2003-08-30 Thread Adam Bender

I'm trying to install Xfd, and I'm getting compilation errors.  I cvsup'ed
my ports collection today.  Any ideas?  Console output follows:

(22:41:00) [EMAIL PROTECTED]:/usr/ports/x11-fonts/Xft/# uname -a
FreeBSD 68.162.128.185 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sat Nov 16
20:36:05 EST 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/adam
i386
(22:41:04) [EMAIL PROTECTED]:/usr/ports/x11-fonts/Xft/# make install
===  Building for Xft-2.1.2
gmake  all-am
gmake[1]: Entering directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2'
source='xftdpy.c' object='xftdpy.lo' libtool=yes \
depfile='.deps/xftdpy.Plo' tmpdepfile='.deps/xftdpy.TPlo' \
depmode=gcc /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.
-I/usr/X11R6/include -I/usr/X11R6/include   -I/usr/local/include/freetype2
-I/usr/local/include -I/usr/X11R6/include -O -pipe  -c -o xftdpy.lo `test
-f 'xftdpy.c' || echo './'`xftdpy.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include
-O -pipe -c xftdpy.c -Wp,-MD,.deps/xftdpy.TPlo  -fPIC -o .libs/xftdpy.o
xftdpy.c: In function `XftDefaultSubstitute':
xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function)
xftdpy.c:484: (Each undeclared identifier is reported only once
xftdpy.c:484: for each function it appears in.)
gmake[1]: *** [xftdpy.lo] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-fonts/Xft.
(22:41:07) [EMAIL PROTECTED]:/usr/ports/x11-fonts/Xft/#


Thanks,

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


libintl.so.2

2003-08-30 Thread Adam Bender

I'm trying to install some new ports, and I'm getting a lot of errors of
the type:

/usr/libexec/ld-elf.so.1: Shared object libintl.so.2 not found

I recently upgraded gettext to version 0.12.1, which I think it part of
the cause.  I now have only libintl.so.5 on my system.  How can I resolve
these errors?  Why is it not recognizing libintl.so.5?

Thanks,

Adam

P.S. I ran `make install` in /usr/ports/sysutils/portupgrade, and it
seemed to install fine, but `portupgrade` is not a command on my system.
How do I use it?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compiling ports

2003-08-30 Thread Adam Bender

OK, sorry to deluge the list with questions, but now I've having serious
problems compiling ports.

Xfd won't compile:

===  Building for Xft-2.1.2
gmake  all-am
gmake[1]: Entering directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2'
source='xftdpy.c' object='xftdpy.lo' libtool=yes \
[...snip...]
xftdpy.c: In function `XftDefaultSubstitute':
xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function)
xftdpy.c:484: (Each undeclared identifier is reported only once
xftdpy.c:484: for each function it appears in.)
gmake[1]: *** [xftdpy.lo] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-fonts/Xft.
*** Error code 1

Stop in /usr/ports/www/mozilla-firebird.


Xscreensaver won't compile:

===  Building for xscreensaver-4.10
[...snip...]
./demo-Gtk.c:74: gtk/gtk.h: No such file or directory
./demo-Gtk.c:81: gdk/gdkx.h: No such file or directory
In file included from ./demo-Gtk.c:113:
demo-Gtk-support.h:9: gtk/gtk.h: No such file or directory
In file included from ./demo-Gtk.c:112:
demo-Gtk-widgets.h:5: syntax error before `*'
[...snip...]
gmake[1]: *** [demo-Gtk.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11/xscreensaver/work/xscreensaver-4.10/driver'
gmake: *** [all] Error 5
*** Error code 2

Stop in /usr/ports/x11/xscreensaver.

I ran `make install` on both of those cases.  I then wanted to use
portupgrade, which installs:
# uname -a
FreeBSD 68.162.128.185 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sat Nov 16
20:36:05 EST 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/adam
i386# pkg_info | grep portupgrade
portupgrade-20030723 FreeBSD ports/packages administration and management
tool s

but isn't found:
# portupgrade
su: portupgrade: command not found

I'm about ready to pull my hair out.  Any help is greatly appreciated.

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


Problem with cvsup?

2003-02-10 Thread Adam Bender

I've been trying to run cvsup all day, in the way I normally do, but it
won't connect to the server - it says that the connection is refused.
Anyone know what's going on?

Thanks,

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: /dev/ums0 not initialized

2002-12-02 Thread Adam Bender


On Mon, 2 Dec 2002, Mark Stosberg wrote:

 
  That didn't work, I get the same error.  What I have gotten to work is
  using it in the PS/2 port and setting the X mouse device to /dev/psm0.
  Any idea why it doesn't work with USB anymore?

 Do you have this set in your rc.conf file?

 usbd_enable=YES

 Maybe you need to start or restart the usbd daemon.

Yup, I have the line, and I've tried restarting the daemon.

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



/dev/ums0 not initialized

2002-12-01 Thread Adam Bender

When I left for break, I had a perfectly working system (FreeBSD
4.7-CURRENT).  When I came back and booted it after being down for 5 days,
when I try to start KDE I get an error saying no mouse found, device
at /dev/ums0 is not initialized.  I'm using a Logitech USB mouse (I've
also tried using it with a PS/2 converter, too).  Any ideas how I can
get rid of the problem and get KDE to start again?

Thanks,

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: /dev/ums0 not initialized

2002-12-01 Thread Adam Bender

That didn't work, I get the same error.  What I have gotten to work is
using it in the PS/2 port and setting the X mouse device to /dev/psm0.
Any idea why it doesn't work with USB anymore?

Thanks,

Adam

On Sun, 1 Dec 2002, Mark Stosberg wrote:

 On Sun, 1 Dec 2002, Adam Bender wrote:

 
  When I left for break, I had a perfectly working system (FreeBSD
  4.7-CURRENT).  When I came back and booted it after being down for 5 days,
  when I try to start KDE I get an error saying no mouse found, device
  at /dev/ums0 is not initialized.  I'm using a Logitech USB mouse (I've
  also tried using it with a PS/2 converter, too).  Any ideas how I can
  get rid of the problem and get KDE to start again?

 As root, try running /stand/syinstall , then select Configure and then
 Mouse. It should help you configure and test your mouse interactively.

-mark

 http://mark.stosberg.com/




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Updating to 4.7 after breaking system

2002-11-16 Thread Adam Bender

I wanted to update to 4.7-STABLE, so I ran make buildworld.  After
realizing that I was not in fact building 4.7, the built stopped and
I removed /usr/obj.  Except while in /usr/obj I ran `rm -rf /etc`
instead of 'rm -rf etc'.  This ran for less than a second before I stopped
it though.  However, after this, /usr/bin is gone.  So, I'm thinking I
should get the 4.7 ISO and re-install from a CD.  Will this save most of
my system (specifically the installed ports and /home directories)?  Are
there any better ideas?

Thanks, and yes, I know, I'm really dumb.

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Setting permissions for a user

2002-10-25 Thread Adam Bender

I would like to create an account to be used for FTP.  Since the password
will be known by a couple people / could be sniffed since it's not sftp, I
would obviously like to limit the powers of this user as much as possible.
Specifically, I would like it to be able to create and read files in it's
own directory, and that's it.  No execution capabilities, unable to read
files not in its directory, etc.  What's the best way to do this?

Thanks,

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Qt2 and Qt3

2002-10-21 Thread Adam Bender

I'm trying to install a game that gives this error message:
checking for Qt... configure: error: Qt (snapshot = Qt 2.1 beta2)
(libraries) not found. Please check your installation!
Running pkg_info says I'm running:
qt-3.0.3_5  A C++ X GUI toolkit
When I try to install Qt 2.3 (or whatever is in /usr/ports/x11-toolkits/
qt23) I get an error message saying it's incompatible with Qt 3.0.
Any ideas on what I could do?

Thanks,

Adam

P.S. If anyone know of any good hearts or euchre games besides the ones on
SourceForge, let me know please. :)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Installing nVidia drivers

2002-09-29 Thread Adam Bender


I'd like to install drivers for 3D acceleartion and such for my nVidia
GForce 2 card.  I've read several sites that point me in different places
for the drivers themselves, and nVidia's site has Linux displayer
drivers, graphics drivers, and platform drivers.  Exactly what
software do I need?  How do I install it?  Are there any sites that have
correct information about doing it in FreeBSD and not Linux?  I'm running
FreeBSD 4.6.2 and XFree86 4.2.

Thanks,

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



sftp / scp not working?

2002-09-29 Thread Adam Bender


I'm running FreeBSD 4.6.2.  I can ssh into the box fine, but sftp gives
this error message:
unix13:~/$ sftp [EMAIL PROTECTED]
Connecting to machine.name...
[EMAIL PROTECTED]'s password:
Received message too long 1500476704
unix13:~/$

and scp gives this one:

unix13:~/$ scp foo [EMAIL PROTECTED]:
[EMAIL PROTECTED]'s password:
stty: You can search for documentation on a keyword by typing
unix13:~/$ stdin isn't a terminal
stty: stdin isn't a terminal
stty: stdin isn't a terminal
stty: stdin isn't a terminal
Write failed flushing stdout buffer.

unix13:~/$

Anybody have any idea what I can do to transfer files to/from my machine,
besides ssh'ing into it, and the sftp'ing out?

Thanks,

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Missing hard-drive space?

2002-09-22 Thread Adam Bender


I installed FreeBSD recently, and noticed something strange when I run df:
(15:28:00) proteus:~/$ uname -a
FreeBSD proteus.res.cmu.edu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Tue
Sep 10 20:21:39 EDT 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/adam  i386
(15:28:02) proteus:~/$ df -m
Filesystem 1M-blocks  Used Avail Capacity  Mounted on
/dev/ad1s3a14332  2930 1025422%/
procfs 0 0 0   100%/proc
/dev/ad0s1 28609 12301 1630743%/mnt/msdos
linprocfs  0 0 0   100%
/usr/compat/linux/proc
/dev/ad1s1 14638  8782  585660%/mnt/msdos2
linprocfs  0 0 0   100%
/usr/compat/linux/proc
(15:28:06) proteus:~/$

I have BSD installed on /dev/ad1s3a.  The minor questions I have are why
does linprocfs show up twice, and why does my swap not show up?  But the
big question is where did the missing HD space on ad1s3a go?
14332M total - (2930 usedM + 10254M avail) = 1148M unaccounted for.  My
swap (on /dev/ad1s2) is only 94M.  Anyone have any ideas?

Thanks,

Adam



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message