Search results

  1. S

    Problems with QT4 after QT3

    Trying to compile a simple Qt app in NetBeans 7 and getting this error: gmake: /bin/uic: Command not found I notice there are: /usr/local/bin/uic /usr/local/bin/uic3 /usr/local/bin/uic-qt4 After searching I find that the env variable $QTDIR is not set. How to set it and to what? I also...
  2. S

    Flash not working Firefox 5 FreeBSD 8.2

    Ok I followed the steps in the handbook and of course it's not working, now what? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html It's just a black window when trying to view youtube videos. about:plugins Shockwave Flash File: libswfdecmozilla.so...
  3. S

    Can't install Amarok or gimp

    Yes, I was able to enable the GTK option by running "make config" in the port directory for graphviz then reinstalled Amarok with portmaster. I couldn't figure out how to add the option to the Makefile. So Amarok is now installed and working. I don't know about gimp. It's marked broken so I...
  4. S

    Can't install Amarok or gimp

    "So change the config options for graphviz, either enabling GTK or turning off SMYRNA. " How? Edit: Ok, I got it. I ran make config from the port directory.
  5. S

    Can't install Amarok or gimp

    portmaster /usr/ports/audio/amarok . . . ===>>> Launching child to install graphics/graphviz audio/amarok >> audio/libnjb >> devel/doxygen >> graphics/graphviz ===>>> Port directory: /usr/ports/graphics/graphviz ===>>> This port is marked IGNORE ===>>> option WITH_GTK is required for option...
  6. S

    Apps won't run after 8.2 upgrade

    Looking better I ran portmaster -af and it got pretty far but go an error on java so I ran portmaster /usr/ports/java/eclipse because that was one of the apps that was failing for me before and I knew it depended on java so I thought I'd give it a try and it did install java and itself...
  7. S

    Apps won't run after 8.2 upgrade

    So upgrading a port means rebuilding a port? The terminology is so confusing, update, upgrade, rebuild, does any of this mean install? Or do these just put the latest makefiles into the ports tree directories? then do I have to "install" all the ports? From handbook: All the installed ports...
  8. S

    Apps won't run after 8.2 upgrade

    I upgraded from 7.2 to 8.2. And I did rebuild all ports, isn't that what portupgrade -a does? You're told to upgrade all ports but not told how. So now I ran portmaster /usr/ports/sysutils/hal and it says it depends on /usr/ports/devel/libusb so I portmaster /usr/ports/devel/libusb and it...
  9. S

    Apps won't run after 8.2 upgrade

    "You probably need to rebuild /usr/ports/graphics/png for starters. " Yes, I reran portupgrade -fr graphics/png according to /usr/ports/UPDATING 20100328. That didn't help anything so I rebooted, now X won't start with this error: /libexec/ld-elf.so.1: Shared object "libhal.so.1" not found...
  10. S

    Apps won't run after 8.2 upgrade

    Well here we go again. Same thing like every upgrade and yes I followed /usr/ports/UPGRADING and yes I read the handbook. Now when I try to run programs I get: /libexec/ld-elf.so.1: Shared object "libpng.so.5" not found, required by <insert your favorite program here> About the only thing...
  11. S

    Mouse not working in X

    Fixed I got it working by adding the line: Option "Buttons" "5" to the mouse section of xorg.conf. I guess I missed that part in the handbook.
  12. S

    Mouse not working in X

    I know this has been asked a million times before but I can't get it working. And please don't say "Read the handbook". That answer is not only annoying but not helpful. After upgrading to 7.2 to 8.2 my mouse won't work after starting X or during X -configure. The handbook says: "If the mouse...
  13. S

    Tkinter vs. tkinter, Python 2.6 vs 3.0

    I'm trying to do GUI programming with Python and Tcl/tk with no luck. The first few lines of the file are: #!/usr/bin/env python #Note: Tkinter has been renamed to tkinter in Python 3.0. from Tkinter import * from Tkinter import ttk . . . If I try to do a command in my script like...
  14. S

    Can't locate Tkx.pm in @INC

    I notice there is a lang/p5-Tcl. What is that? I have Tcl 8.6 installed already. Do I need to install p5-Tcl? I installed p5-Tcl and now when running cpan Tkx I get this error on every line: attempt to provide package Tk 8.5 failed: package Tk 8.5.8 provided instead at ... Any ideas?
  15. S

    Can't locate Tkx.pm in @INC

    I tried; cpan Tkx It failed saying: Checking if your kit is complete... Looks good Warning: prerequisite Tcl 0.98 not found. Writing Makefile for Tkx ---- Unsatisfied dependencies detected during ---- ---- GAAS/Tkx-1.08.tar.gz ---- Tcl [requires] Running make test...
  16. S

    Rhythmbox install fails gstreamer-plugins-good-0.10.24 missing

    I ran: portsnap fetch update portmaster gstreamer-plugins-bad portmaster gstreamer-plugins-good portmaster gstreamer-plugins-ugly per UPDATING but still getting this error: ===> gstreamer-plugins-flac-0.10.24,3 depends on shared library: gstreamer-0.10.0 - found ===>...
  17. S

    Can't locate Tkx.pm in @INC

    I'm trying to run a simple Perl script. The first three lines are: #!\perl\bin use Tkx; But when I run it I get this error: Can't locate Tkx.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach...
  18. S

    "Probing devices, please wait (this can take a while)... " forever

    Yes I'm dealing with them now. So far they only asked mo for my hardware info. Hopefully they'll get back to me soon.
  19. S

    "Probing devices, please wait (this can take a while)... " forever

    So are you saying FreeBSD forces AHCI mode whether I disable it or not? Then what difference does it make to change the setting in the BIOS? My BIOS date is 3/06/09.I don't see anything newer. Again, every other OS CD can boot up except FreeBSD.
  20. S

    "Probing devices, please wait (this can take a while)... " forever

    Disconnecting both drives lets it boot. There's no other card causing it to hang. Again, every other OS CD boots.
Back
Top