Search results

  1. akregator

    build time Libreoffice

    Eight to nine hours for KDE? Wow. LibreOffice can built in approximately four hours with an Intel i5 (Hyperthreading disabled).
  2. akregator

    FreeBSD 9.0 unable to update cmake from cmake-2.8.6_1 to 2.8.8

    Maybe because of CPUTYPE? nocona enables -msse3, if my memory is good.
  3. akregator

    Thunderbird build fail

    So: pkg_delete -f /var/db/pkg* and reinstall everything. Now it works, and with CFLAGS+=-msse3
  4. akregator

    Adobe Flash 11 not recognized on Firefox 9.0.1 in FreeBSD 9.

    Did you mount linproc with the linprocfs module loaded?
  5. akregator

    Thunderbird build fail

    This doen't solve the problem, even when recompiling devel/libunwind. The solution found (ugly) for the moment: mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsStackWalk.cpp:1679 Comment lines 1679 to 1682.
  6. akregator

    Thunderbird build fail

    Hello, I try to build mail/thunderbird and I have this error: c++ -o nsMemoryReporterManager.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX...
  7. akregator

    configuration reset after hard reboot

    Hello, In my kernel configuration, all debugging stuff is off. How can I be sure that SUJ is implemented on the filesystems? However, it's been a long time I wanted to install FreeBSD on ZFS, so last week I did. /usr/home and /usr/local only are on ZFS, the base system is still on a UFS...
  8. akregator

    configuration reset after hard reboot

    Hello, I run FreeBSD 9.0-STABLE, with the DRI/KMS patch version 14.5 and world built yesterday with CVS updated. To reboot the system I run shutdown -r now (my user is in the operator group) and randomly, the system hangs while trying to reboot, and I think this is because of the experimental...
  9. akregator

    FreeBSD Foundation's New Project: Implement GEM/KMS/DRI for Intel Graphics

    I have screens artefacts too. For mouse, is moused daemon enabled ? I'm not sure it can help but just try.
  10. akregator

    FreeBSD Foundation's New Project: Implement GEM/KMS/DRI for Intel Graphics

    http://tsatsenko.ru/files/ You should use these patch for src9 RELEASE and STABLE. For src10, I think it's normal because it is a development branch and it moves several times a day. What are these .rej files ?
  11. akregator

    Anjuta - Autogen 5 not found

    Hello, I want to use devel/anjuta for development in Vala, but when clicking on New->Project Anjuta says autogen version 5 not found, please install the package Nothing is returned in the console when launched from. Autogen is well installed and I've rebuilt devel/anjuta after devel/autogen...
  12. akregator

    FreeBSD Foundation's New Project: Implement GEM/KMS/DRI for Intel Graphics

    Intel i915 (sandybridge with an nVidia GT 425m) works with 12.5 and 12.6 patch on FreeBSD 10.0-CURRENT. 12.4 not tested and 12.3 does'nt work because of build fail. THe only thing it's impossible to return to a TTY and keyboard is frozen. So it's better to startx && sudo reboot (with a proper...
  13. akregator

    Xorg on i815 chipset - not working

    Intel video cards driver is not ready and currently KMS implementation is a work in progress. If you want your graphic card to work, refer to http://wiki.freebsd.org/Intel_GPU. But there is something strange with the vesa driver, it should work properly.
  14. akregator

    Distributed Parallel Port Building Script

    I will have a look on your work as soon as possible. You answered this thread (http://forums.freebsd.org/showthread.php?t=28633) and I thanks you.
  15. akregator

    awesome port fails to build

    I had this problem too. Install textproc/docbook-xml-450 instead of textproc/docbook-450 required by the port. The port manager doesn't seem to care about my mails.
  16. akregator

    GNU/GPL? The « less » program

    Oh yes you're right. Anyway, thank you zeissoctopus for this Wiki page, this was exactly what I wanted.
  17. akregator

    GNU/GPL? The « less » program

    GNU/GPL? The « less » program Hello, I just seen that the less utility, which we can find in src/contrib/less is under the GNU/GPL license. Then my question is: Is there any more GNU/GPL licensed code, except GCC, or is it one of the last program in FreeBSD under this license, and...
  18. akregator

    Parallel port building and dependencies.

    Hum, you are right, but why not implement this « natively » in ports ?
  19. akregator

    Parallel port building and dependencies.

    Hello, We all know it is possible to build different ports at the same time, but there is one problem. For example, when building databases/mysql55-server and databases/phpmyadmin, we have theses dependencies (just those interesting for the example): databases/mysql55-server ->...
  20. akregator

    Xorg freezes system. Configuration problem?

    You must launch dbus before hald, hal needs dbus. I never saw hal work without dbus.
Back
Top