kmk: *** Waiting for unfinished jobs.... __PRETTY_FUNCTION__

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Toberius
Posts: 2
Joined: 2. Jul 2015, 00:25

kmk: *** Waiting for unfinished jobs.... __PRETTY_FUNCTION__

Post by Toberius »

Hi, sorry for my english, I'm compiling virtualbox on Archlinux and I have this error:

kmk: *** Waiting for unfinished jobs....
In file included from /home/toberius/paquetesToberius/virtualbox/src/VirtualBox-4.3.28/src/VBox/Additions/x11/vboxvideo/helpers.c:23:0:
/home/toberius/paquetesToberius/virtualbox/src/VirtualBox-4.3.28/src/VBox/Additions/x11/vboxvideo/helpers.c: En la función ‘vbvxSetIntegerPropery’:
/home/toberius/paquetesToberius/virtualbox/src/VirtualBox-4.3.28/src/VBox/Additions/x11/vboxvideo/vboxvideo.h:98:32: aviso: ISO C does not support ‘__PRETTY_FUNCTION__’ predefined identifier [-Wpedantic]
vbvxMsg("at %s (%s:%d)\n", __PRETTY_FUNCTION__, __FILE__, __LINE__); \
^
/home/toberius/paquetesToberius/virtualbox/src/VirtualBox-4.3.28/src/VBox/Additions/x11/vboxvideo/helpers.c:85:5: nota: in expansion of macro ‘VBVXASSERT’
VBVXASSERT(property_name != BAD_RESOURCE, ("Failed to set atom \"%s\"\n", pszName));
^

My linux kernel info:
Linux Asus-k52f 4.0.6-1-custom #1 SMP PREEMPT Mon Jun 29 20:43:42 ART 2015 x86_64 GNU/Linux

Anyone can help me?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: kmk: *** Waiting for unfinished jobs.... __PRETTY_FUNCTI

Post by Perryg »

Where did the source come from and what are your build varibles? Have you also installed the necessary packages to build VirtualBox?
Toberius
Posts: 2
Joined: 2. Jul 2015, 00:25

Re: kmk: *** Waiting for unfinished jobs.... __PRETTY_FUNCTI

Post by Toberius »

I used a file name PKBUILD contains all infomations about how to compiling, here is a peace where you can see where the source come from:

Code: Select all

pkgbase=virtualbox
pkgname=('virtualbox'
         'virtualbox-host-dkms'
         'virtualbox-guest-dkms'
         'virtualbox-sdk'
         'virtualbox-guest-utils'
         'virtualbox-guest-utils-nox'
         'virtualbox-ext-vnc')
pkgver=4.3.28
pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL' 'custom')
makedepends=('alsa-lib'
             'bin86'
             'cdrkit'
             'curl'
             'dev86'
             'device-mapper'
             'glu'
             'gsoap'
             'iasl'
             'jdk7-openjdk'
             'libidl2'
             'libpulse'
             'libstdc++5'
             'libvncserver'
             'libvpx'
             'libxcomposite'
             'libxcursor'
             'libxinerama'
             'libxml2'
             'libxmu'
             'libxrandr'
             'libxslt'
             'libxtst'
             'linux-headers'
             'mesa'
             'python2'
             'qt4'
             'sdl'
             'sdl_ttf'
             'vde2'
             'xalan-c'
             'xf86driproto'
             'xorg-server-devel')
makedepends_x86_64=('gcc-multilib' 'lib32-glibc')
source=("http:\\download.virtualbox.org\virtualbox\\VirtualBox-.tar.bz2"
        'virtualbox.sysusers'
        'virtualbox-guest-utils.sysusers'
        '60-vboxdrv.rules'
        '60-vboxguest.rules'
        'LocalConfig.kmk'
        'vboxservice.service'
        'vboxservice-nox.service'
        'vboxweb.service'
        'vboxreload'
        '001-vboxdrv-reference.patch'
        '002-dri-driver-path.patch'
        '003-ogl-include-path.patch'
        '004-xorg.patch'
        '005-gsoap-build.patch'
        '006-rdesktop-vrdp-keymap-path.patch'
        '007-python2-path.patch'
        '008-root-window.patch')
md5sums=('53dcfb7d1cf13716410f7a5de6a75fba'
         '984412a63aa9c07ddc3cfd970381d5df'
         '4833c8e0524fd2272b24ba0d94aef006'
         '6e2722bfd7013c1b0174382626ac1b8d'
         'ed1341881437455d9735875ddf455fbe'
         '864f268375a10f54c4daf46787e0fcf2'
         '8ba9179c4a3516904417d773816dd992'
         'fcf6bcef98b16849d5c9f048592739c0'
         'bc9efed88e0469cd7fc460d5a5cd7b4b'
         '177c0e849790a825480cb9fba785f11b'
         '5ebaaf351419a58db6fdddbc19c58c5e'
         '9be7e2703afeee1fca9368bd8750e710'
         '1ca474b3c236bd1ffd53ec125cdf3680'
         'a585770c6652f259c50958478b7ee735'
         'ecfd13297d7753ebe7b8763ca5b792d9'
         'd82a6f19be739341ed7f1cf4ee8070ca'
         '188ea65918309f737ce28216c2b07c3b'
         '7495960c8fd0ac5867b6fa9cd87a64bb')

Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: kmk: *** Waiting for unfinished jobs.... __PRETTY_FUNCTI

Post by Perryg »

I see, well you are going to need to ask the Arch folks about this as we don't handle there build/s here.
Post Reply