Py22-Qt port problems...

2003-03-26 Thread Andy Akins
I'm having a bit of a problem with the PyQT port...any help would be 
appreciated.

First of all, the port itself doesn't download the correct files, because they 
don't seem to be available...PyQt-x11-gpl-3.4.tar.gz has been replaced by a 
newer version, PyQt-x11-gpl-3.5.tar.gz. Assuing that usingthe newer one might 
not be such a good idea, I searched the web and found a 
PyQt-x11-gpl-3.4.tar.gz on the Gentoo Linux distfiles site. When I installed 
it into /usr/ports/distfiles, the md5 passed and the install proceeded.

The system sucessfully installed sip.

However, when trying to build py-qt, I get the following pleasantness:

===  Building for py22-qt-3.4_1
cd qt  /usr/bin/make -f Makefile
c++ -c -pipe -w -O -pipe -march=k6 -pthread -D_THREAD_SAFE -fPIC  
-DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions 
-I/usr/X11R6/share/qt/mkspecs/default -I. -I. 
-I../../../../../../local/include/python2.2 
-I../../../../../../local/include/sip -I../../../../../../local/include 
-I/usr/X11R6/include -o qthuge.o qthuge.cpp
sipqtQLayout.cpp:1853: `unlimited' is not a member of type `QLayout'
sipqtQFile.cpp: In function `struct PyObject * sipNew_QTabletEvent(PyObject *, 
PyObject *)':
sipqtQFile.cpp:6460: no matching function for call to 
`QTabletEvent::QTabletEvent (QPoint , int , int , int , int , 
QPairint,int )'
/usr/X11R6/include/qevent.h:230: candidates are: 
QTabletEvent::QTabletEvent(QEvent::Type, const QPoint , const QPoint , int, 
int, int, int, const QPairint,int )
/usr/X11R6/include/qevent.h:233: 
QTabletEvent::QTabletEvent(const QPoint , const QPoint , int, int, int, 
int, const QPairint,int )
/usr/X11R6/include/qevent.h:262: 
QTabletEvent::QTabletEvent(const QTabletEvent )
sip/qevent.sip: In function `struct PyObject * sipSubClass_QEvent(const QEvent 
*)':
sip/qevent.sip:504: `Tablet' is not a member of type `QEvent'
sipqtQEvent.cpp: At top level:
sipqtQEvent.cpp:378: `Tablet' is not a member of type `QEvent'
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.4/qt.
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.4.
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-qt.

With my rusty C++, I can see why this code is failing - but  don't know what 
to do about it. 

Has anyone had any luck installing Py-QT from ports? Am I doing something 
incorrectly?

Thanks for all your help.

  Andy Akins

-- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web:   http://www.leonidae.org   |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+


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


Blender 2.25

2003-02-18 Thread Andy Akins
Anyone have any luck installing Blender from
/usr/ports/graphics/blender?

It seems to make/make install fine...but when I try to run
blenderpublisher or blenderplayer (the two binaries that come with it),
I get...

/usr/libexec/ld-elf.so.1: Shared object libGL.so.14 not found

Any suggestions would be helpful...thanks!
-- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web:   http://www.leonidae.org   |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+




signature.asc
Description: This is a digitally signed message part


Unattended portupgrades...

2003-02-03 Thread Andy Akins
Being a FreeBSD newbie, I have a simple question...

Got portupgrade. Pretty spiffy. But some of the apps (Ghostscript, PHP)
require user input when they are made - so they stop the rebuild of my
system. Is there a way that I can specify the answers to these inputs (I
pick the defaults on all of them) and then can go to bed with the update
running...and its done in the morning... :)

Thanks!

Andy Akins




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



Tracking dependencies...

2003-01-25 Thread Andy Akins
There are some ports installed on my machine (like Apache, and PHP) that
I did not install. I'm assuming that they were put in place due to
another port that had them as a dependency. Aside from looking on the
FreeBSD website or within the individual makefiles, is there a command
or commands that would display the packages/ports that require another
port? Since I'm not running a server, _I_ certainly don't need Apache or
PHP...so I'd like to know why they were installed so I can decide if I
can delete them and their dependent ports.

Thanks!

-- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web:   http://www.leonidae.org   |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+





signature.asc
Description: This is a digitally signed message part


Re: Tracking dependencies...

2003-01-25 Thread Andy Akins
On Sat, 2003-01-25 at 10:37, Matthew Seaman wrote:
 pkg_info will tell you what you want to know about any currently
 installed port. eg:

Thanksbut, that sort-of worked.

I did the pkg_info -R on apache - it tells me that mod_php requires it.

So then I to pkg_info -R on mod_php...it returns blank information:

==bash-2.05b$ pkg_info -R mod_php4-4.2.3
==Information for mod_php4-4.2.3:
==
==
==bash-2.05b$ pkg_info -R php4-4.2.3
==Information for php4-4.2.3:
==
==
==bash-2.05b$


So I'm still stuck...i have no idea why PHP/mod_php was installed
(although I know know why Apache was installed)

Any other suggestions? I don't want to delete these and then break
something - at the same time I don't like installing software that I'm
not using...

-- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web:   http://www.leonidae.org   |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+





signature.asc
Description: This is a digitally signed message part


Re: Problem: Galeon2 spawning mutiple times on startup...

2003-01-22 Thread Andy Akins
On Wed, 2003-01-22 at 11:18, Joe Marcus Clarke wrote:
  Something interesting is going on
 
 I agree, but I can't figure out what.  Have you tried upgrading to
 Galeon 1.3.1 and mozilla-gtk2 (1.2.1)?  I have that working just fine
 for me at home now.
 
 Joe

I'll try de/reinstalling both of those, and make sure they are the right
versions

Andy


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



Re: Problem: Galeon2 spawning mutiple times on startup...

2003-01-20 Thread Andy Akins
On Mon, 2003-01-20 at 16:13, Joe Marcus Clarke wrote:

 Is this a new user using Galeon for the first time, or do you have old
 1.2.x prefs?  If you type galeon from a shell prompt, do you get the
 same behavior?
 
 Joe

Good ideas. This is a brand new setup - the first time Galeon has been
used. I tried deleting the .galeon directory, in case something in there
was weird - still get the same behavior.

It was more interesting when I ran it from terminal than the menu. I
apologize for the length of the post, but I figure it all may be
relevant:

bash-2.05b$ galeon 
[2] 97843
bash-2.05b$ ** Message: Using
/usr/X11R6/share/gnome/galeon/galeon-bookmark.png (usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-separator.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-folder.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-folder-open.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-default.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-default-open.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-history.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-viewsource.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/galeon-send-link.png
(usually OK)

trying to load bookmarks from /home/andy/.galeon/bookmarks.xbel
** Message: Using /usr/X11R6/share/gnome/galeon/default-bookmarks.xbel
(usually OK)


** (galeon-bin:97843): WARNING **: I could not load the bookmarks file,
will load the default bookmarks.
Detected version of bookmarks file: galeon2
** Message: Using /usr/X11R6/share/gnome/galeon/Insecure.png (usually
OK)

** Message: Using
/usr/X11R6/share/gnome/galeon/galeon-bookmark-alias-mark.png (usually
OK)

** Message: Using
/usr/X11R6/share/gnome/galeon/galeon-bookmark-alias-mark.png (usually
OK)

** Message: Using /usr/X11R6/share/gnome/galeon/smart-bm-fold.png
(usually OK)

** Message: Using /usr/X11R6/share/gnome/galeon/smart-bm-unfold.png
(usually OK)

** (galeon-bin:97843): CRITICAL **: file mozilla-embed.cpp: line 529
(enum gresult impl_can_go_up(GaleonEmbed *)): assertion `location !=
NULL' failed

** (galeon-bin:97843): CRITICAL **: file mozilla-embed.cpp: line 529
(enum gresult impl_can_go_up(GaleonEmbed *)): assertion `location !=
NULL' failed


The last line then repeats until I kill the galeon-bin process, at which
point all the galeons disapear.

Something interesting is going on

-- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web:   http://www.leonidae.org   |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+





signature.asc
Description: This is a digitally signed message part


Creative Labs Dxr3 MPEG decoder and FreeBSD-STABLE

2002-11-27 Thread Andy Akins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just curious...

Has anyone had any luck getting FreeBSD to recognize and use the Dxr3 MPEG 
decoder card?

I'd appreciate any insight anyone might have. Thanks!

Andy

- -- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web: http://www.leonidae.org |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE95NSW1P3/LCbrRXoRAoAIAJ9JOV5WFeHu6rOZxQUyN19fckLujACfa2N7
MkDAfoFb4c7f5NWb3iM9sLg=
=hQVL
-END PGP SIGNATURE-


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



Problem installing linux_base

2002-11-04 Thread Andy Akins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What I hope is a simple question... 

I'm wanting to install linux support in order to use Adobe Acrobat. My rc.conf 
file is configured correctly. So I go into /usr/ports/emulators/linux_base 
and execute:

make install distclean

Just like the book says.

I'm getting the following error:

===   Generating temporary packing list
install -c -o root -g wheel -m 444 
/usr/ports/archivers/rpm/work/rpm-3.0.6/doc/gendiff.1 /usr/local/man/man1
install -c -o root -g wheel -m 444 
/usr/ports/archivers/rpm/work/rpm-3.0.6/doc/rpm.8 /usr/local/man/man8
install -c -o root -g wheel -m 444 
/usr/ports/archivers/rpm/work/rpm-3.0.6/doc/rpm2cpio.8 /usr/local/man/man8
===   Compressing manual pages for rpm-3.0.6_6
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for rpm-3.0.6_6
===   Returning to build of linux_base-7.1_1
===  Patching for linux_base-7.1_1
===  Configuring for linux_base-7.1_1
===  Installing for linux_base-7.1_1
ln: libtermcap.so.2: File exists
*** Error code 1

Any insight? I'm rather new to FreeBSD, so I'm not sure what the problem is. 
Thanks for your help.

- -- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web: http://www.leonidae.org |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE9x1551P3/LCbrRXoRAqH3AJ976OFXugs/XrPglaEQ6UKJ8VIOEACeOFBK
TL9aXm3N8o1ClnjAT573ivU=
=7otN
-END PGP SIGNATURE-


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