VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2143 - 2145 of 16363)

Ticket Resolution Summary Owner Reporter
#14713 fixed Compilation failure due to incorrect moc path -> should be fixed in releases after 5.0.8 Jan Palus
Description

It seems that recent changes to configure script broke proper moc path detection. In my case QT4 is detected by pkg-config which in VirtualBox results in setting foundqt4=3. Later in the script this case is handled in a specific way:

          elif [ "$foundqt4" = "3" ]; then 
            cnf_append "VBOX_PATH_QT4" "$TOOLQT4"
            cnf_append "PATH_SDK_QT4" "$TOOLQT4"
            cnf_append "PATH_TOOL_QT4_BIN" "$TOOLQT4BIN"
            return
          fi   

The issue is with lack of configured TOOL_QT4_BIN_SUFF which in my case is -qt4. kBuild skips any detection though if PATH_TOOL_QT4_BIN is defined. So for following configuration:

VBOX_PATH_QT4                  := /usr/lib64/qt4
PATH_SDK_QT4                   := /usr/lib64/qt4
PATH_TOOL_QT4_BIN              := /usr/bin

I end up with moc path: /usr/bin/moc instead of /usr/bin/moc-qt4.

#9848 fixed Compilation issues with Java glue (JDK 1.7.0) Aidar
Description

emerging 4.1.4 ose on gentoo here with following failure:

/var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/
  out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:123:
    error: name clash: unwrap(List<Integer>) and unwrap(List<Short>) have the same erasure
    public static int[] unwrap(List<Integer> vals) {
                        ^
/var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/
  out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:135:
    error: name clash: unwrap(List<Long>) and unwrap(List<Short>) have the same erasure
    public static long[] unwrap(List<Long> vals) {
                         ^
/var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/
  out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:147:
    error: name clash: unwrap(List<Boolean>) and unwrap(List<Short>) have the same erasure
    public static boolean[] unwrap(List<Boolean> vals) {
                            ^
/var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/
  out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:159:
    error: name clash: unwrap(List<String>) and unwrap(List<Short>) have the same erasure
    public static String[] unwrap(List<String> vals) {

indeed, src/VBox/Main/glue/glue-java.xsl on line 2656 has illegal java:

    public static short[] unwrap(List<Short> vals) {
        if (vals==null)
           return null;

        short[] ret = new short[vals.size()];
        int i = 0;
        for (short l : vals) {
                ret[i++] = l;
        }
        return ret;
    }

    public static int[] unwrap(List<Integer> vals) {
        if (vals == null)
           return null;

        int[] ret = new int[vals.size()];
        int i = 0;
        for (int l : vals) {
                ret[i++] = l;
        }
        return ret;
    }

    public static long[] unwrap(List<Long> vals) {
        if (vals == null)
           return null;

        long[] ret = new long[vals.size()];
        int i = 0;
        for (long l : vals) {
                ret[i++] = l;
        }
        return ret;
    }
.
.
.

Some more generic methods with the exact same erasure which is illegal java. Any sane fix for this ? Am I missing something ?

#1355 duplicate Compilation of vbox-trunk fails under FreeBSD host kiorky
Description

~>uname -ar FreeBSD judith.cryptelium.net 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Tue Mar 18 01:20:40 CET 2008 kiorky@…:/usr/obj/usr/src/sys/JUDITH i386

~>svn info Chemin : . URL : http://virtualbox.org/svn/vbox/trunk Racine du dépôt : http://virtualbox.org/svn/vbox UUID du dépôt : cfe28804-0f27-0410-a406-dd0f0b0b656f Révision : 7486 Type de noeud : répertoire Tâche programmée : normale Auteur de la dernière modification : vboxsync Révision de la dernière modification : 7486 Date de la dernière modification: 2008-03-18 15:10:09 +0100 (Mar, 18 mar 2008) ~>

~>pkg_info GraphicsMagick-1.1.10 Fast image processing tools based on ImageMagick ORBit2-2.14.10 High-performance CORBA ORB with support for the C language OpenEXR-1.6.0 A high dynamic-range (HDR) image file format aalib-1.4.r5_4 An ascii art library akode-2.0.1,1 Default KDE audio backend akode-plugins-mpc-2.0.1,1 Musepack decoder plugin for akode akode-plugins-mpeg-2.0.1,1 MPEG audio decoder plugin for akode akode-plugins-oss-2.0.1,1 OSS output plugin for akode akode-plugins-resampler-2.0.1,1 Resampler plugin for akode akode-plugins-xiph-2.0.1_2,1 FLAC/Speex/Vorbis decoder plugin for akode amarok-1.4.8_1 Media player for KDE amspsfnt-1.0_5 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-2.2.8 Version 2.2 of Apache web server with prefork MPM. apache-ant-1.7.0_1 Java- and XML-based build tool, conceptually similar to mak appres-1.0.1 Program to list application's resources apr-gdbm-db42-1.2.8_2 The Apache Group's Portability Library arts-1.5.8,1 Audio system for the KDE integrated X11 desktop artswrapper-1.5.3 Setuid wrapper for arts aspell-0.60.5_2 Spelling checker with better suggestion logic than ispell atk-1.20.0 A GNOME accessibility toolkit (ATK) aumix-gtk-2.8_4 Audio mixer for X11, terminal, or command line autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.61_2 Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf automake-1.10_3 GNU Standards-compliant Makefile generator (1.10) automake-1.4.6_4 GNU Standards-compliant Makefile generator (1.4) automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) automake-1.7.9 GNU Standards-compliant Makefile generator (1.7) automake-1.8.5 GNU Standards-compliant Makefile generator (1.8) automake-1.9.6_2 GNU Standards-compliant Makefile generator (1.9) automake-wrapper-20071109 Wrapper script for GNU automake autotools-20070905 Autotools meta-port avahi-app-0.6.22_1 Service discovery on a local network bash-3.2.25 The GNU Project's Bourne Again SHell bash-completion-20060301_2 Programmable completion library for Bash 2.04 and up bdftopcf-1.0.1 Convert X font from BDF to PCF beforelight-1.0.2 A sample screen saver for X bigreqsproto-1.0.2 BigReqs extension headers bin86-0.16.17 16-bit assembler and loader (conflicts with devel/bcc) bison-2.3_3,1 A parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.3 Bitmap editor and converter utilities for X bitstream-vera-1.10_4 Bitstream Vera TrueType font collection boost-python-1.34.1 Free peer-reviewed portable C++ source libraries cairo-1.4.10_1 Vector graphics library with cross-device output support cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrdao-1.2.2 Record CD-R[W]s in disk-at-once mode cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools cmpsfont-1.0_6 Computer Modern PostScript Fonts (Adobe Type 1 format) compat5x-i386-5.4.0.8_9 A convenience package to install the compat5x libraries compat6x-i386-6.3.603000.200801 A convenience package to install the compat6x libraries compositeproto-0.4 Composite extension headers coreutils-6.9_1 The Free Software Foundation's core utilities cscope-15.6 An interactive C program browser ctags-5.7 A feature-filled tagfile generator for vi and emacs clones cups-base-1.3.5_2 Common UNIX Printing System curl-7.16.3 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsps-devel-2.1 CVS patchsets cyrus-sasl-2.1.22 RFC 2222 SASL (Simple Authentication and Security Layer) damageproto-1.1.0_2 Damage extension headers db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 dbus-1.0.2_2 A message bus system for inter-application communication dbus-glib-0.74 GLib bindings for the D-BUS messaging system dbus-qt3-0.70_1 Qt3 bindings for the D-BUS messaging system dejavu-2.23 Bitstream Vera Fonts clone with a wider range of characters desktop-file-utils-0.15 A couple of command line utilities for working with desktop diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01 dirmngr-0.9.7_2 A client for managing and downloading certificate revocatio dmidecode-2.9 A tool for dumping DMI (SMBIOS) contents in human-readable dmxproto-2.2.2 DMX extension headers docbook-sk-4.1.2_4 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.71.1_2 XSL DocBook stylesheets dri-7.0.1,2 OpenGL hardware acceleration drivers for the DRI dvd+rw-tools-7.0 DVD burning software e2fsprogs-1.40.7 Utilities and library to manipulate ext2/ext3 filesystems editres-1.0.3 Dynamic resource editor for X Toolkit Applications encodings-1.0.2,1 X.Org Encoding fonts evieext-1.0.2 XEVIE extension headers expat-2.0.0_1 XML 1.0 parser written in C faad2-2.6_1,1 MPEG-2 and MPEG-4 AAC audio decoder ffmpeg-2007.10.04_1 Hyper fast realtime audio/video encoder/converter, streamin fftw3-3.1.2 Fast C routines to compute the Discrete Fourier Transform firefox-2.0.0.12_1,1 Web browser based on the browser portion of Mozilla fixesproto-4.0 Fixes extension headers flac-1.1.2_2 Free lossless audio codec font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font font-alias-1.0.1 X.Org Font aliases font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.0 X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.0 X.Org IBM Type1 font font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.0.0 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts font-util-1.0.1 Create an index of X font files in a directory font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font fontcacheproto-0.1.2 Fontcache extension headers fontconfig-2.4.2_2,1 An XML-based font configuration API for X Windows fontsproto-2.0.2 Fonts extension headers fonttosfnt-1.0.3 Wrap a bitmap font in a sftn wrapper fr-kde-i18n-3.5.8 French messages and documentation for KDE3 freetype2-2.3.5 A free and portable TrueType font rendering engine fribidi-0.10.9 A Free Implementation of the Unicode Bidirectional Algorith fslsfonts-1.0.1 List fonts served by the X font server fstobdf-1.0.2 Generate BDF font from X font server gamin-0.1.9 A file and directory monitoring system gcc-3.4.6_3,1 GNU Compiler Collection 3.4 gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gconf2-2.20.1 A configuration database system for GNOME gd-2.0.35,1 A graphics library for fast creation of images gdb-6.6 GNU GDB of newer version than comes with the system gdbm-1.8.3_3 The GNU database manager getopt-1.1.4 A getopt(1) replacement that supports GNU-style long option gettext-0.16.1_3 GNU gettext package ghostscript-gpl-8.60 GPL Postscript interpreter git-1.5.3.8 Distributed source code management tool glib-1.2.10_12 Some useful routines of C programming (previous stable vers glib-2.14.2 Some useful routines of C programming (current stable versi glproto-1.4.8 GLX extension headers gmake-3.81_2 GNU version of 'make' utility gnome-icon-theme-2.20.0_1 A collection of icons for the GNOME 2 desktop gnome-mime-data-2.18.0_2 A MIME and Application database for GNOME gnome-vfs-2.20.1 GNOME Virtual File System gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.3_10 A utility port that creates the GNOME directory tree gnupg-2.0.4 The GNU Privacy Guard gnutls-2.0.2_1 GNU Transport Layer Security library gocr-0.45 An OCR (Optical Character Recognition) program gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers gpgme-1.1.5 A library to make access to GnuPG easier gsed-4.1.5_1 The GNU stream editor gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X) gtar-1.18_1 GNU version of the traditional tar archiver gtk-1.2.10_18 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.12.1_1 Gimp Toolkit for X11 GUI (current stable version) gtkchtheme-0.3.1_4 GTK2 theme changer hal-0.5.8.20070909 Hardware Abstraction Layer for simplifying device access help2man-1.36.4_1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project htdig-3.2.0.b6_2 A www indexing and searching system iceauth-1.0.2 ICE authority file utility for X ico-1.0.2 Displays a wire-frame rotating plyhedron icon-naming-utils-0.8.6 Utilities of the Tango project icu-3.8.1_1 International Components for Unicode (from IBM) ilmbase-1.0.0_2 ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex imake-1.0.2_4,1 Imake and other utilities from X.Org imlib-1.9.15_5 A graphic library for enlightenment package inputproto-1.4.2.1 Input extension headers intltool-0.36.3 Tools to internationalize various kinds of data files iourbanterror-2007.12.20_2 Quake 3 engine modified for Urban Terror (based on ioquake3 jackit-0.103.0 A low-latency audio server jasper-1.900.1_6 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-2.3 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jdk-1.5.0.14p8,1 Java Development Kit 1.5.0 jpeg-6b_4 IJG's jpeg compression utilities katapult-0.3.1.3_1 Fast, extensible launcher for KDE similar to Quicksilver on kbproto-1.0.3 KB extension headers kde-3.5.8 The "meta-port" for KDE kde-xdg-env-1.0_3,1 Script which hooks into startkde and helps KDE pick up XDG kdeaccessibility-3.5.8 Accessibility applications for KDE kdeadmin-3.5.8 KDE applications related to system administration kdeartwork-3.5.8 Additional themes, sounds, wallpapers and window styles for kdebase-3.5.8_1 Basic applications for the KDE system kdebase-kompmgr-3.5.8 Utility needed to enable XComposite support in KDE kdegraphics-3.5.8_1 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.5.8 Digital camera support for KDE kdegraphics-kooka-3.5.8 Raster image scan program for KDE kdegraphics-kuickshow-3.5.8 KDE image viewer kdehier-1.0_11 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.5.8 Base set of libraries needed by KDE programs kdemultimedia-3.5.8 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-mpeglib_artsplug-3.5.8 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.5.8 Xine-based multimedia backend for KDE kdenetwork-3.5.8 Network-related programs and modules for KDE kdepim-3.5.8 Personal Information Management tools for KDE kdesdk-3.5.8 KDE Software Development Kit kdetoys-3.5.8 Small applications for KDE kdeutils-3.5.8 Utilities for the KDE integrated X11 desktop kdewebdev-3.5.8,2 Comprehensive html/website development environment koffice-1.6.3_3,2 Office Suite for KDE3 lcms-1.17,1 Light Color Management System -- a color management library libFS-1.0.0 The FS library libGL-7.0.1 OpenGL library that renders using GLX or DRI libGLU-7.0.1 OpenGL utility library libICE-1.0.4,1 Inter Client Exchange library for X11 libIDL-0.8.10 A library for creating trees of CORBA IDL files libSM-1.0.3,1 Session Management library for X11 libX11-1.1.3,1 X11 library libXScrnSaver-1.1.2 The XScrnSaver library libXTrap-1.0.0 The XTrap library libXau-1.0.3_2 Authentication Protocol library for X11 libXaw-1.0.4,1 X Athena Widgets library libXcomposite-0.4.0,1 X Composite extension library libXcursor-1.1.9 X client-side cursor loading library libXdamage-1.1.1 X Damage extension library libXdmcp-1.0.2 X Display Manager Control Protocol library libXevie-1.0.2 The Xevie library libXext-1.0.3,1 X11 Extension library libXfixes-4.0.3 X Fixes extension library libXfont-1.3.1_2,1 X font libary libXfontcache-1.0.4 The Xfontcache library libXft-2.1.12 A client-sided font API for X applications libXi-1.1.3,1 X Input extension library libXinerama-1.0.2,1 X11 Xinerama library libXmu-1.0.3,1 X Miscellaneous Utilities libraries libXp-1.0.0,1 X print library libXpm-3.5.7 X Pixmap library libXprintAppUtil-1.0.1 The XprintAppUtil library libXprintUtil-1.0.1 The XprintUtil library libXrandr-1.2.2 X Resize and Rotate extension library libXrender-0.9.4 X Render extension library libXres-1.0.3_2 X Resource usage library libXt-1.0.5 X Toolkit library libXtst-1.0.3 X Test extension libXv-1.0.3,1 X Video Extension library libXvMC-1.0.4 X Video Extension Motion Compensation library libXxf86dga-1.0.2 X DGA Extension libXxf86misc-1.0.1 X XF86-Misc Extension libXxf86vm-1.0.1 X Vidmode Extension liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libao-0.8.8_1 Portable audio output library libart_lgpl-2.3.19,1 Library for high-performance 2D graphics libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.20.4 A component and compound document system for GNOME2 libcddb-1.3.0 A library to access data on a CDDB server libcdio-0.77_2 Compact Disc Input and Control Library libdaemon-0.12 Lightweight C library that eases the writing of UNIX daemon libdca-0.0.5 Free DTS Coherent Acoustics decoder libdmx-1.0.2 DMX extension library libdrm-2.3.0 Userspace interface to kernel Direct Rendering Module servi libdv-0.104_4 Quasar DV codec (libdv): software codec for DV video encodi libdvbpsi-0.1.5_1 A library for MPEG TS and DVB PSI tables decoding and gener libdvdnav-0.1.10_3 The library for the xine-dvdnav plugin libdvdread-0.9.7_3 This is needed by ogle, which is a DVD player that supports libexif-0.6.15 Library to read digital camera file meta-data libfame-0.9.1_2 A video encoding library libfontenc-1.0.4 The fontenc Library libfpx-1.2.0.12_1 Library routines for working with Flashpix images libgcrypt-1.4.0 General purpose crypto library based on code used in GnuPG libggi-2.2.2_1,1 A flexible drawing library libgii-1.0.2_1 GGI API for input sources libglut-7.0.1_1 OpenGL utility toolkit libgmp-4.2.2 A free library for arbitrary precision arithmetic libgpg-error-1.5 Common error values for all GnuPG components libgphoto2-2.4.0 A universal digital camera picture control tool libgpod-0.5.2 A library for direct access of iPod's contents libgsf-1.14.7 An extensible i/o abstraction for dealing with structured f libiconv-1.11_1 A character set conversion library libidn-1.2 Internationalized Domain Names command line tool libksba-1.0.1_1 KSBA is an X.509 Library libltdl-1.5.24 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library libmodplug-0.8.4 ModPlug mod-like music shared libraries libmtp-0.2.1 Media Transfer Protocol (MTP) library libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio metadata libnjb-2.2.5 C library, API for communicating with Creative and Dell aud libofa-0.9.3_1 The Open Fingerprint Architecture Library libogg-1.1.3,4 Ogg bitstream library liboldX-1.0.1 Old X library libopensync-0.22_1 Freedesktop synchronization framework libpaper-1.1.21_3 A library providing routines for paper size management libsamplerate-0.1.2_2 Secret Rabbit Code: a Sample Rate Converter for audio libsndfile-1.0.17_1 Reading and writing files containing sampled sound (like WA libthai-0.1.5_3 Thai language support library libtheora-1.0.a8 Theora video codec for the Ogg multimedia streaming system libtool-1.5.24 Generic shared library support script libtunepimp-0.5.3_1,1 Client library for musicbrainz libungif-4.1.4_5 Tools and library routines for working with GIF images libusb-0.1.12_1 Library giving userland programs access to USB devices libvolume_id-0.75.0_1 Library to provide file system type information libvorbis-1.2.0_1,3 Audio compression codec library libwmf-0.2.8.4_2 Tools and library for converting Microsoft WMF (windows met libwpd-0.8.9_1 Tools for importing and exporting WordPerfect(tm) documents libwww-5.4.0_4 The W3C Reference Library libxine-1.1.10_1 Libraries for xine multimedia player libxkbfile-1.0.4 XKB file library libxkbui-1.0.2 The xkbui library libxml2-2.6.30 XML parser library for GNOME libxslt-1.1.22_1 The XSLT C library for GNOME linc-1.0.3_6 A library for writing networked servers & clients linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary linux-cairo-1.0.2 Linux cairo binary linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-9.0r115 Adobe Flash Player NPAPI Plugin linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig linux-glib2-2.6.6 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.6.10 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.34 RPM of the JPEG lib linux-kmod-compat-20070326 Adaptation layer to build linux drivers on FreeBSD linux-openssl-0.9.7f SSL and crypto library (Linux Version) linux-pango-1.10.2 Linux pango binary linux-png-1.2.8_2 RPM of the PNG lib linux-tiff-3.7.1 TIFF library, Linux/i386 binary linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) listres-1.0.1 List resources in widgets localedata-5.4 Legacy locale data for FreeBSD 6+ luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals m4-1.4.9,1 GNU m4 mDNSResponder-108 Apple's mDNSResponder makedepend-1.0.1,1 A dependency generator for makefiles mercurial-0.9.5 A fast, lightweight source control management system mkcomposecache-1.2_1 Program to create Compose cache files mkfontdir-1.0.3 Create an index of X font files in a directory mkfontscale-1.0.3 Creates an index of scalable font files for X mpeg4ip-libmp4v2-1.6.1 Mpeg-4 library and tools from mpeg4ip mpfr-2.3.1 A library for multiple-precision floating-point computation mplayer-0.99.10_14 High performance media player supporting many formats mplayer-skins-1.1.2_6 Skins for MPlayer's Graphical User Interface (GUI) mysql-client-5.0.45_1 Multithreaded SQL database (client) nano-2.0.7 Nano's ANOther editor, an enhanced free Pico clone nas-1.8_1 Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler neon-0.26.4 An HTTP and WebDAV client library for Unix systems net-snmp-5.3.1_7 An extendable SNMP implementation netpbm-10.26.50 A toolkit for conversion of images between different format ngrep-1.45 Network grep nspluginwrapper-0.9.91.5 A compatibility plugin for Netscape 4 (NPAPI) plugins nspr-4.6.7 A platform-neutral API for system level and libc like funct nss-3.11.7 Libraries to support development of security-enabled applic ntp-4.2.5p75 The Network Time Protocol Distribution nvidia-driver-169.12 NVidia graphics card binary drivers for hardware OpenGL ren nvidia-settings-1.0_13 Display Control Panel for X NVidia driver oclock-1.0.1 Round clock application for X open-motif-2.2.3_5 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openal-20060211_6 A 3D positional spatialized sound library openldap-client-2.3.41 Open source LDAP client implementation openoffice.org-2.4.20080308 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br openslp-1.2.1_2 Open-source implementation of the Service Location Protocol p5-Archive-Zip-1.23 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.10_1 Perl5 module for SASL authentication p5-Compress-Raw-Zlib-2.008 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.008 Perl5 interface to zlib compression library p5-Digest-1.15 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-Error-0.17009 Perl module to provide Error/exception support for perl: Er p5-File-Temp-0.20 Perl5 module to generate temporary files or directories saf p5-File-Which-0.05 Portable implementation of `which' in Perl p5-GSSAPI-0.26 Perl extension providing access to the GSSAPIv2 library p5-HTML-Parser-3.56_1 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.10 Some useful data table in parsing HTML p5-IO-All-0.38 IO::All combines all of the best Perl IO modules p5-IO-Compress-Base-2.008 Base Class for IO::Uncompress modules p5-IO-Compress-Zlib-2.008 Perl5 interface for reading and writing of (g)zip files p5-IO-String-1.08 Simplified Perl5 module to handle I/O on in-core strings p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Net-1.22,1 Perl5 modules to access and use network protocols p5-PathTools-3.2701 A Perl module for portably manipulating file specifications p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to have in the perl cor p5-Spiffy-0.30 Spiffy Perl Interface Framework For You p5-Term-ReadKey-2.30 A perl5 module for simple terminal control p5-Tie-File-0.96_1 Access the lines of a disk file via a Perl array p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.36 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.16 Simple API for XML p5-XML-SAX-Expat-0.39 Simple API for XML p5-XML-Simple-2.18 Trivial API for reading and writing XML (esp config files) p5-gettext-1.05_1 Message handling functions p5-libwww-5.805 Perl5 library for WWW access p5-type1inst-0.6.1_5 A script that helps install Postscript fonts in X Window Sy pango-1.18.3 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pciids-20071004 Database of all known ID's used in PCI devices pcre-7.4 Perl Compatible Regular Expressions library perl-5.8.8_1 Practical Extraction and Report Language pilot-link-0.12.2,1 Suite of tools used to connect and sync your Palm handled pixman-0.9.6 Low-level pixel manipulation library pkg-config-0.22_1 A utility to retrieve information about installed libraries png-1.2.22 Library for manipulating PNG images policykit-0.1.20060514_4 Framework for controlling access to system-wide components poppler-0.6 A PDF rendering library poppler-data-0.1 Poppler encoding data poppler-qt-0.6 Qt bindings to poppler popt-1.7_4 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portupgrade-2.4.3_2,2 FreeBSD ports/packages administration and management tool s postgresql-client-8.1.10 PostgreSQL database (client) postgresql-libpqxx-2.6.9 A new C++ interface for PostgreSQL printproto-1.0.3 Print extension headers pth-2.0.7 GNU Portable Threads python-2.5,2 The "meta-port" for the default version of Python interpret python25-2.5.1_1 An interpreted object-oriented programming language qmake-3.3.8_1 The build utility of the Qt project qt-3.3.8_6 Multiplatform C++ application framework randrproto-1.2.1 Randr extension headers recordproto-1.13.2 RECORD extension headers renderproto-0.9.3 RenderProto protocol headers resourceproto-1.0.2 Resource extension headers rgb-1.0.1 Uncompile an rgb corl-name database rpm-3.0.6_13 The Red Hat Package Manager rstart-1.0.2 Sample implementation of a Remote Start client rsync-2.6.9_2 A network file distribution/synchronization utility ruby-1.8.6.111_1,1 An object-oriented interpreted scripting language ruby18-bdb-0.6.2 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat samba-libsmbclient-3.0.28 Shared libs from the samba package sane-backends-1.0.19 API for access to scanners, digitals camera, frame grabbers screen-4.0.3_1 A multi-screen window manager scripts-1.0.1 Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers sdl-1.2.11_2,2 Cross-platform multi-media development API sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD sessreg-1.0.3 Manage utmp/wtmp entries for non-init X clients setxkbmap-1.0.4 Set the keyboard using the X Keyboard Extension shared-mime-info-0.22_1 A MIME type database from the FreeDesktop project shc-3.8.6 A shell script "encoder" showfont-1.0.1 Font dumper for the X font server smproxy-1.0.2 Session Manager Proxy speex-1.2.b2,1 An open-source patent-free voice codec sqlite3-3.4.1 An SQL database engine in a C library w/ Tcl wrapper subversion-1.4.6_1 Version control system svgalib-1.4.3_5 A low level console graphics library swig-1.3.31_2 Simplified Wrapper and Interface Generator t1lib-5.1.2,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.4_2 Library for manipulating ID3 tags and Ogg comments tcl-8.4.18,1 Tool Command Language teTeX-base-3.0_12 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_5 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter tidy-20000804_2 Fixes and tidies up HTML files tiff-3.8.2_1 Tools and library routines for working with TIFF images tk-8.4.18,2 Graphical toolkit for TCL tk-wrapper-1.1 Shell wrapper for wish (Tk) trapproto-3.4.3 DEC-XTRAP extension headers tree-1.5.1.1 Display a tree-view of directories with optional color or H twm-1.0.3_3 Tab Window Manager for the X Window System unzip-5.52_3 List, test and extract compressed files in a ZIP archive urbanterror-data-4.1 Standalone realism based mod originally for Quake III Arena vcdimager-0.7.23_3 GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping videoproto-2.2.2 Video extension headers viewres-1.0.1 Graphical class browser for Xt vim-7.1.145 Vi "workalike", with many additional features vorbis-tools-1.1.1_5,3 Play, encode, and manage Ogg Vorbis files wavpack-4.41.0 Compress (and restore) both 16 and 24-bit audio files in .w wv2-0.2.3_1 A library providing routines to access Microsoft Word files x11perf-1.4.1 X11 server performance test program x264-0.0.20070913 Multimedia library and tool for encoding H.264/AVC video st xalan-c-icu-1.10.0 XSLT processor from the Apache XML Project xauth-1.0.2 X authority file utility xbacklight-1.1 Program to adjust backlight brightness xbiff-1.0.1 Mailbox flag for X xbitmaps-1.0.1 X.Org bitmaps data xcalc-1.0.2 Scientific calculator for X

xclipboard-1.0.1 X clipboard client xclock-1.0.3 Analog and digital clock for X xcmiscproto-1.1.2 XCMisc extension headers xcmsdb-1.0.1 Device Color Characterization utility for X xconsole-1.0.3 Monitor system console messages with X xcursor-themes-1.0.1_1 X.org cursors themes xcursorgen-1.0.2 Create an X cursor file from a collection of PNG images xdbedizzy-1.0.2 Demo of DBE creating a double buffered spinning scene xditview-1.0.1 Display ditroff output xdm-1.1.6_2 X.Org X display manager xdpyinfo-1.0.2 Display information utility for X xdriinfo-1.0.2 Query configuration information of DRI drivers xedit-1.0.2 Simple text editor for X xerces-c2-2.7.0 Validating XML parser from the Apache XML Project xev-1.0.2 Print contents of X events xextproto-7.0.2 XExt extension headers xeyes-1.0.1 A follow the mouse X demo xf86-input-keyboard-1.2.2_1 X.Org keyboard input driver xf86-input-mouse-1.2.3 X.Org mouse input driver xf86-video-ati-6.7.195 X.Org ati display driver xf86-video-i810-1.6.5_3 X.Org i810 display driver xf86-video-nv-2.1.6 X.Org nv display driver xf86-video-vesa-1.3.0_1 X.Org vesa display driver xf86-video-vga-4.1.0_1 X.Org vga display driver xf86-video-via-0.2.2_2 X.Org via display driver xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers xf86dga-1.0.2 Test program for the XFree86-DGA extension xf86dgaproto-2.0.3 XFree86-DGA extension headers xf86miscproto-0.9.2 XFree86-Misc extension headers xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers xfd-1.0.1 Display all characters in an X font xfindproxy-1.0.1 Locate available proxy services xfontsel-1.0.2 Point and click selection of X11 font names xfs-1.0.5,1 X.Org font server xfsinfo-1.0.1 X font server information utility xfsprogs-2.9.4 A set of utilities and library to manipulate an xfs filesys xfwp-1.0.1 X firewall proxy xgamma-1.0.2 Gamma correction through the X server. xgc-1.0.1 X graphics demo xhost-1.0.2 Server access control program for X xineramaproto-1.1.2 Xinerama extension headers xinit-1.0.7 X Window System initializer xkbcomp-1.0.3 Compile XKB keyboard description xkbevd-1.0.2 XKB event daemon xkbprint-1.0.1 Utility for printing an XKB keyboard description xkbutils-1.0.1 XKB utility demos xkeyboard-config-1.0_1 X Keyboard Configuration Database xkill-1.0.1 Utility for killing a client by its X resource xload-1.0.2 System load average display for X xlogo-1.0.1 Displays the X Window System logo. xlsatoms-1.0.1 List interned atoms defined on a server xlsclients-1.0.1 List client applications running on a display xlsfonts-1.0.2 Server font list displayer for X xmag-1.0.2 X application for screen magnifying xman-1.0.3 Manual page display program for X xmessage-1.0.2 Display message or query in a X window xmlcatmgr-2.2 SGML and XML catalog manager xmodmap-1.0.3 Utility for modifying keymaps and pointer button mappings i xmore-1.0.1 Plain text display program for X xorg-7.3_1 X.Org complete distribution metaport xorg-apps-7.3 X.org apps meta-port xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds xorg-docs-1.4,1 X.org documentation files xorg-drivers-7.3 X.org drivers meta-port xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts xorg-fonts-7.3 X.org fonts meta-port xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.3 X.Org TrueType fonts xorg-fonts-type1-7.3 X.Org Type1 fonts xorg-libraries-7.3_1 X.org libraries meta-port xorg-protos-7.3 X.org protos meta-port xorg-server-1.4_4,1 X.Org X server and related programs xphelloworld-1.0.1_1 Sends a test page to an Xprint printer xplsprinters-1.0.1 Shows a list of Xprint printers xpr-1.0.2 Utility for printing an X window dump xprehashprinterlist-1.0.1 Recomputes the list of available printers. xprop-1.0.3 Property displayer for X xproto-7.0.10_1 X11 protocol headers xrandr-1.2.2 Primitive command line interface to the RandR extension xrdb-1.0.4 X server resource database utility xrefresh-1.0.2 Refresh all or part of an X screen xrx-1.0.1 RX helper program xset-1.0.3 User preference utility for X xsetmode-1.0.0 Set the mode for an X Input Device xsetpointer-1.0.1 Set an X Input device as the main pointer xsetroot-1.0.2 root window parameter setting utility for X xsm-1.0.1 X Session Manager xstdcmap-1.0.1 X standard colormap utility xterm-229 Terminal emulator for the X Window System xtrans-1.0.4 Abstract network code for X xtrap-1.0.2 XTrap sample clients for X xvid-1.1.3,1 An opensource MPEG-4 codec, based on OpenDivx xvidtune-1.0.1 Video mode tuner for X xvinfo-1.0.2 Print out X-Video extension adaptor information xwd-1.0.1 Dump an image of an X window xwininfo-1.0.3 Window information utility for X xwud-1.0.1 Image displayer for X yasm-0.6.2 A complete rewrite of the NASM assembler zip-2.32 Create/update ZIP files compatible with pkzip

What i have done : ~>svn diff configure Index: configure =================================================================== --- configure (révision 7486) +++ configure (copie de travail) @@ -61,8 +61,8 @@

LIBXCURSOR="-lXcursor" INCZ="" LIBZ="-lz"

-INCPNG="" -LIBPNG="-lpng" +INCPNG="/usr/local/include" +LIBPNG="-lpng -L/usr/local/lib"

QT3DIR="/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 /usr/X11R6 /usr/lib/qt" QT4DIR="/usr/lib/qt4 /usr/share/qt4 /usr" QT4UIC3DIR="/usr/bin"

~>

~>./configure Checking for environment: Determined build machine: freebsd.x86, target machine: freebsd.x86, OK. Checking for kBuild: found, OK. Checking for gcc: found version 4.2.1, OK. Checking for as86: found version 0.16.17, OK. Checking for bcc: found version 0.16.17, OK. Checking for iasl: found version 20070320, OK. Checking for xslt: found, OK. Checking for pthread: found, OK. Checking for libxml2: found version 2.6.30, OK. Checking for libxslt: found version 1.1.22, OK. Checking for libIDL: found version 0.8.10, OK. Checking for zlib: found version 1.2.3, OK. Checking for libpng: found version 1.2.22, OK. Checking for SDL: found version 1.2.11, OK. Checking for X libraries: found, OK. Checking for Xcursor: found, OK. Checking for Qt3: found version 3.3.8, OK. Checking for Qt3 devtools: found version 3.3.8, OK. Checking for Qt4:

not found!

Successfully generated '/usr/home/kiorky/tools/vbox_svn/AutoConfig.kmk' and '/usr/home/kiorky/tools/vbox_svn/env.sh'. Source '/usr/home/kiorky/tools/vbox_svn/env.sh' once before you start to build VBox:

source /usr/home/kiorky/tools/vbox_svn/env.sh kmk

Enjoy! ~>

Make log: ~>source /usr/home/kiorky/tools/vbox_svn/env.sh ~>kmk kBuild: Generating /usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_VERSION_CC ?= $(int-add $(int-mul 10000, 4), $(int-mul 100, 2), 1)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_VERSION_CXX ?= $(int-add $(int-mul 10000, 4), $(int-mul 100, 2), 1)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_LIBGCC ?= /usr/lib/libgcc.a' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_Wno-pointer-sign ?= -Wno-pointer-sign' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_Wno-variadic-macros ?= -Wno-variadic-macros' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_Wno-invalid-offsetof ?= -Wno-invalid-offsetof' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_Wno-extra ?= -Wno-extra' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_fno-stack-protector ?= -fno-stack-protector' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC_mtune-generic ?= -mtune=generic' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_LD_as_needed ?= -Wl,--as-needed' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'ifneq ($(VBOX_GCC_VERSION_CC),)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' ' ifneq ($(int-ge $(VBOX_GCC_VERSION_CC),40000),)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' ' VBOX_GCC_fvisibility-hidden ?= -fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' ' endif' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'endif' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'ifneq ($(VBOX_GCC_VERSION_CXX),)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' ' ifneq ($(int-ge $(VBOX_GCC_VERSION_CXX),40000),)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' ' VBOX_GCC_fvisibility-inlines-hidden ?= -fvisibility-inlines-hidden' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' ' endif' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'endif' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_PATH_GCC_INCS ?= /usr/libexec/include' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC32_VERSION_CC ?= $(int-add $(int-mul 10000, 4), $(int-mul 100, 2), 1)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC32_VERSION_CXX ?= $(int-add $(int-mul 10000, 4), $(int-mul 100, 2), 1)' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC32_LIBGCC ?= /usr/lib/libgcc.a' kmk_builtin_append '/usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/GCCConfig.kmk' 'VBOX_GCC32_Wno-variadic-macros ?= -Wno-variadic-macros' kBuild: Pass - Build Programs kmk[1]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/bldprogs' kBuild: Compiling bin2c - bin2c.c kBuild: Linking bin2c kmk[2]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/bldprogs' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/libs' kmk[3]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4' kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl.c kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl_idl.c kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl_util.c kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl_header.c kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl_typelib.c kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl_doc.c kBuild: Compiling xpidl - xpcom/typelib/xpidl/xpidl_java.c kBuild: Compiling xpidl - xpcom/typelib/xpt/src/xpt_arena.c kBuild: Compiling xpidl - xpcom/typelib/xpt/src/xpt_struct.c kBuild: Compiling xpidl - xpcom/typelib/xpt/src/xpt_xdr.c kBuild: Linking xpidl kBuild: Installing xpidl => /usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/bin/sdk/bin/xpidl kBuild: Compiling xpt_link - xpcom/typelib/xpt/tools/xpt_link.c kBuild: Compiling xpt_link - xpcom/typelib/xpt/src/xpt_arena.c kBuild: Compiling xpt_link - xpcom/typelib/xpt/src/xpt_struct.c kBuild: Compiling xpt_link - xpcom/typelib/xpt/src/xpt_xdr.c kBuild: Linking xpt_link kmk[3]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4' kmk[2]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/libs' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/VBox' kmk[3]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/VBox/Devices' kBuild: Compiling pcbiossums - /usr/home/kiorky/tools/vbox_svn/src/VBox/Devices/PC/BIOS/biossums.c kBuild: Linking pcbiossums kBuild: Compiling vgabiossums - /usr/home/kiorky/tools/vbox_svn/src/VBox/Devices/Graphics/BIOS/biossums.c kBuild: Linking vgabiossums kBuild: Compiling vbetables-gen - /usr/home/kiorky/tools/vbox_svn/src/VBox/Devices/Graphics/BIOS/vbetables-gen.c kBuild: Linking vbetables-gen kmk[3]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/VBox/Devices' kmk[2]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/VBox' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/recompiler' kBuild: Compiling dyngen - dyngen.c kBuild: Linking dyngen kmk[2]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/recompiler' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/testcase' kmk[2]: Nothing to be done for `pass_bldprogs'. kmk[2]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/testcase' kmk[1]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src' kBuild: Pass - Libraries kmk[1]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/bldprogs' kmk[2]: Nothing to be done for `pass_libraries'. kmk[2]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/bldprogs' kmk[2]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/libs' kmk[3]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/libs/liblzf-1.51' kBuild: Compiling VBox-liblzf - lzf_c.c kBuild: Compiling VBox-liblzf - lzf_d.c kBuild: Linking VBox-liblzf kBuild: Installing VBox-liblzf => /usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/lib/VBox-liblzf.a kmk[3]: Leaving directory `/usr/home/kiorky/tools/vbox_svn/src/libs/liblzf-1.51' kmk[3]: Entering directory `/usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4' kBuild: xpidl XPCOM - xpcom/base/nsIDebug.idl kBuild: xpidl XPCOM - xpcom/base/nsIInterfaceRequestor.idl kBuild: xpidl XPCOM - xpcom/base/nsIMemory.idl kBuild: xpidl XPCOM - xpcom/base/nsIProgrammingLanguage.idl kBuild: xpidl XPCOM - xpcom/base/nsISupports.idl kBuild: xpidl XPCOM - xpcom/base/nsITraceRefcnt.idl kBuild: xpidl XPCOM - xpcom/base/nsIWeakReference.idl kBuild: xpidl XPCOM - xpcom/base/nsIConsoleMessage.idl kBuild: xpidl XPCOM - xpcom/base/nsIConsoleService.idl kBuild: xpidl XPCOM - xpcom/base/nsIConsoleListener.idl kBuild: xpidl XPCOM - xpcom/base/nsIErrorService.idl kBuild: xpidl XPCOM - xpcom/base/nsIException.idl kBuild: xpidl XPCOM - xpcom/base/nsIExceptionService.idl kBuild: xpidl XPCOM - xpcom/base/nsrootidl.idl kBuild: xpidl XPCOM - xpcom/components/nsIClassInfo.idl kBuild: xpidl XPCOM - xpcom/components/nsIComponentRegistrar.idl kBuild: xpidl XPCOM - xpcom/components/nsIFactory.idl kBuild: xpidl XPCOM - xpcom/components/nsIModule.idl kBuild: xpidl XPCOM - xpcom/components/nsIServiceManager.idl kBuild: xpidl XPCOM - xpcom/components/nsIComponentManager.idl kBuild: xpidl XPCOM - xpcom/components/nsICategoryManager.idl kBuild: xpidl XPCOM - xpcom/components/nsIComponentLoader.idl kBuild: xpidl XPCOM - xpcom/components/nsINativeComponentLoader.idl kBuild: xpidl XPCOM - xpcom/components/nsIComponentManagerObsolete.idl kBuild: xpidl XPCOM - xpcom/components/nsIComponentLoaderManager.idl kBuild: xpidl XPCOM - xpcom/ds/nsISupportsArray.idl kBuild: xpidl XPCOM - xpcom/ds/nsICollection.idl kBuild: xpidl XPCOM - xpcom/ds/nsISerializable.idl kBuild: xpidl XPCOM - xpcom/ds/nsIEnumerator.idl kBuild: xpidl XPCOM - xpcom/ds/nsISimpleEnumerator.idl kBuild: xpidl XPCOM - xpcom/ds/nsIObserverService.idl kBuild: xpidl XPCOM - xpcom/ds/nsIObserver.idl kBuild: xpidl XPCOM - xpcom/ds/nsIAtom.idl kBuild: xpidl XPCOM - xpcom/ds/nsIAtomService.idl kBuild: xpidl XPCOM - xpcom/ds/nsIProperties.idl kBuild: xpidl XPCOM - xpcom/ds/nsIPersistentProperties2.idl kBuild: xpidl XPCOM - xpcom/ds/nsIRecyclingAllocator.idl kBuild: xpidl XPCOM - xpcom/ds/nsIStringEnumerator.idl kBuild: xpidl XPCOM - xpcom/ds/nsISupportsPrimitives.idl kBuild: xpidl XPCOM - xpcom/ds/nsISupportsIterators.idl kBuild: xpidl XPCOM - xpcom/ds/nsIVariant.idl kBuild: xpidl XPCOM - xpcom/ds/nsITimelineService.idl kBuild: xpidl XPCOM - xpcom/ds/nsIArray.idl kBuild: xpidl XPCOM - xpcom/ds/nsIPropertyBag.idl kBuild: xpidl XPCOM - xpcom/ds/nsIHashable.idl kBuild: xpidl XPCOM - xpcom/io/nsIDirectoryService.idl kBuild: xpidl XPCOM - xpcom/io/nsIDirectoryEnumerator.idl kBuild: xpidl XPCOM - xpcom/io/nsIFile.idl kBuild: xpidl XPCOM - xpcom/io/nsILocalFile.idl kBuild: xpidl XPCOM - xpcom/io/nsILocalFileMac.idl kBuild: xpidl XPCOM - xpcom/io/nsIInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIObjectInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIBinaryInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIObjectOutputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIBinaryOutputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIOutputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIStreamBufferAccess.idl kBuild: xpidl XPCOM - xpcom/io/nsIByteArrayInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsISeekableStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIFastLoadFileControl.idl kBuild: xpidl XPCOM - xpcom/io/nsIFastLoadService.idl kBuild: xpidl XPCOM - xpcom/io/nsIInputStreamTee.idl kBuild: xpidl XPCOM - xpcom/io/nsIMultiplexInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIPipe.idl kBuild: xpidl XPCOM - xpcom/io/nsIAsyncInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIAsyncOutputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIScriptableInputStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIStorageStream.idl kBuild: xpidl XPCOM - xpcom/io/nsIStringStream.idl kBuild: xpidl XPCOM - xpcom/io/nsILineInputStream.idl kBuild: xpidl XPCOM - xpcom/proxy/public/nsIProxyObjectManager.idl kBuild: xpidl XPCOM - xpcom/threads/nsIEventQueueService.idl kBuild: xpidl XPCOM - xpcom/threads/nsIEventQueue.idl kBuild: xpidl XPCOM - xpcom/threads/nsIEventTarget.idl kBuild: xpidl XPCOM - xpcom/threads/nsIRunnable.idl kBuild: xpidl XPCOM - xpcom/threads/nsIThread.idl kBuild: xpidl XPCOM - xpcom/threads/nsITimer.idl kBuild: xpidl XPCOM - xpcom/threads/nsIEnvironment.idl kBuild: xpidl XPCOM - xpcom/threads/nsITimerInternal.idl kBuild: xpidl XPCOM - xpcom/threads/nsITimerManager.idl kBuild: xpidl XPCOM - xpcom/threads/nsIProcess.idl kBuild: xpidl XPCOM - xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl kBuild: xpidl XPCOM - xpcom/reflect/xptinfo/public/nsIInterfaceInfoManager.idl kBuild: xpidl XPCOM - xpcom/reflect/xptinfo/public/nsIXPTLoader.idl kBuild: xpidl XPCOM - ipc/ipcd/client/public/ipcIService.idl kBuild: xpidl XPCOM - ipc/ipcd/client/public/ipcIMessageObserver.idl kBuild: xpidl XPCOM - ipc/ipcd/client/public/ipcIClientObserver.idl kBuild: xpidl XPCOM - ipc/ipcd/extensions/lock/public/ipcILockService.idl kBuild: xpidl XPCOM - ipc/ipcd/extensions/transmngr/public/ipcITransactionService.idl kBuild: xpidl XPCOM - ipc/ipcd/extensions/dconnect/public/ipcIDConnectService.idl kBuild: xpidl XPCOM - ipc/ipcd/extensions/transmngr/public/ipcITransactionObserver.idl kBuild: IDL processing completed. kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prfdcach.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prmwait.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/priometh.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/pripv6.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prmapopt.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prlayer.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prlog.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prmmap.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prpolevt.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prprf.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prscanf.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/io/prstdio.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/linking/prlink.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/malloc/prmalloc.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/malloc/prmem.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/prosdep.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/memory/prseg.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/memory/prshm.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/memory/prshma.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/pralarm.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/pratom.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prcountr.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prdtoa.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prenv.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prerr.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prerror.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prerrortable.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prinit.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prinrval.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/pripc.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prlog2.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prlong.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prnetdb.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prolock.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prrng.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prsystem.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prtime.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prthinfo.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prtpool.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/misc/prtrace.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/threads/prcmon.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/threads/prrwlock.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/threads/prtpd.c kBuild: Generating /usr/home/kiorky/tools/vbox_svn/out/freebsd.x86/release/obj/src/libs/xpcom18a4/VBox-xpcom-nspr/_pr_bld.h kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/prvrsion.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/ds/plarena.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/ds/plhash.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strlen.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strcpy.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strdup.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strcat.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strcmp.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strccmp.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strchr.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strpbrk.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strstr.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strcstr.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/strtok.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/base64.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/plerror.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/lib/libc/src/plgetopt.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/unix.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/unix_errors.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/uxproces.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/uxrng.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/uxshm.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/uxwrap.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/pthreads/ptio.c /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_accept_cont': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:759: warning: pointer targets in passing argument 3 of 'accept' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_recvfrom_cont': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:961: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_Accept': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:1684: warning: pointer targets in passing argument 3 of 'accept' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_RecvFrom': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2074: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_GetSockName': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2774: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_GetPeerName': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2804: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c: In function 'pt_GetSocketOption': /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2853: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2869: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2880: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2892: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2903: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2913: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2924: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c:2937: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/pthreads/ptsynch.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/pthreads/ptthread.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/pthreads/ptmisc.c kBuild: Compiling VBox-xpcom-nspr - nsprpub/pr/src/md/unix/freebsd.c kBuild: Linking VBox-xpcom-nspr kBuild: Compiling VBox-xpcom-typelib - xpcom/typelib/xpt/src/xpt_arena.c kBuild: Compiling VBox-xpcom-typelib - xpcom/typelib/xpt/src/xpt_struct.c kBuild: Compiling VBox-xpcom-typelib - xpcom/typelib/xpt/src/xpt_xdr.c kBuild: Linking VBox-xpcom-typelib kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsAString.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsDependentSubstring.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsObsoleteAStringThunk.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsPrintfCString.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsPromiseFlatString.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsReadableUtils.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsSubstring.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsSubstringTuple.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsString.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsStringComparator.cpp kBuild: Compiling VBox-xpcom-string - xpcom/string/src/nsStringObsolete.cpp kBuild: Linking VBox-xpcom-string kBuild: Compiling VBox-xpcom-base - xpcom/base/nsAllocator.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsConsoleMessage.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsConsoleService.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsDebugImpl.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsErrorService.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsExceptionService.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsID.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsMemoryImpl.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsTraceRefcntImpl.cpp kBuild: Compiling VBox-xpcom-base - xpcom/base/nsStackFrameUnix.cpp kBuild: Linking VBox-xpcom-base kBuild: Compiling VBox-xpcom-ds - xpcom/ds/pldhash.c kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsAtomTable.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsAtomService.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsByteBuffer.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsCheapSets.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsCRT.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsDeque.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsEmptyEnumerator.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsEnumeratorUtils.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsFixedSizeAllocator.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsHashSets.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsHashtable.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsObserverList.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsObserverService.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsProperties.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsPersistentProperties.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsQuickSort.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsRecyclingAllocator.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsStaticNameTable.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsStringEnumerator.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsSupportsArray.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsSupportsArrayEnumerator.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsSupportsPrimitives.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsTHashtable.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsUnicharBuffer.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsVariant.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsVoidArray.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsTextFormatter.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsTimelineService.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsValueArray.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsCOMArray.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsArray.cpp kBuild: Compiling VBox-xpcom-ds - xpcom/ds/nsArrayEnumerator.cpp kBuild: Linking VBox-xpcom-ds kBuild: Compiling VBox-xpcom-io - xpcom/io/nsAppFileLocationProvider.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsBinaryStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsByteArrayInputStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsDirectoryService.cpp In file included from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFile.h:81,

from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsDirectoryService.cpp:42:

/usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h:78:1: warning: "STATFS" redefined /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h:70:1: warning: this is the location of the previous definition kBuild: Compiling VBox-xpcom-io - xpcom/io/nsEscape.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsFastLoadFile.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsFastLoadService.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsInputStreamTee.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsLinebreakConverter.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsLocalFileCommon.cpp In file included from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFile.h:81,

from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileCommon.cpp:40:

/usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h:78:1: warning: "STATFS" redefined /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h:70:1: warning: this is the location of the previous definition kBuild: Compiling VBox-xpcom-io - xpcom/io/nsMultiplexInputStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsPipe3.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsStreamUtils.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsScriptableInputStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsSegmentedBuffer.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/SpecialSystemDirectory.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsStorageStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsStringStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsUnicharInputStream.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsNativeCharsetUtils.cpp kBuild: Compiling VBox-xpcom-io - xpcom/io/nsLocalFileUnix.cpp In file included from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFile.h:81,

from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.cpp:76:

/usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h:78:1: warning: "STATFS" redefined /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h:70:1: warning: this is the location of the previous definition kBuild: Linking VBox-xpcom-io kBuild: Compiling VBox-xpcom-components - xpcom/components/nsCategoryManager.cpp kBuild: Compiling VBox-xpcom-components - xpcom/components/nsComponentManager.cpp In file included from xpcom/io/nsLocalFile.h:81,

from /usr/home/kiorky/tools/vbox_svn/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp:77:

xpcom/io/nsLocalFileUnix.h:78:1: warning: "STATFS" redefined xpcom/io/nsLocalFileUnix.h:70:1: warning: this is the location of the previous definition kBuild: Compiling VBox-xpcom-components - xpcom/components/nsComponentManagerObsolete.cpp kBuild: Compiling VBox-xpcom-components - xpcom/components/nsNativeComponentLoader.cpp kBuild: Compiling VBox-xpcom-components - xpcom/components/nsServiceManagerObsolete.cpp kBuild: Compiling VBox-xpcom-components - xpcom/components/xcDll.cpp kBuild: Compiling VBox-xpcom-components - xpcom/components/nsStaticComponentLoader.cpp kBuild: Linking VBox-xpcom-components kBuild: Compiling VBox-xpcom-threads - xpcom/threads/plevent.c kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsAutoLock.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsEnvironment.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsEventQueue.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsEventQueueService.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsThread.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsTimerImpl.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/nsProcessCommon.cpp kBuild: Compiling VBox-xpcom-threads - xpcom/threads/TimerThread.cpp kBuild: Linking VBox-xpcom-threads kBuild: Compiling VBox-xpcom-xptinfo - xpcom/reflect/xptinfo/src/xptiFile.cpp kBuild: Compiling VBox-xpcom-xptinfo - xpcom/reflect/xptinfo/src/xptiInterfac

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy