You are not logged in.

#1 2015-07-02 22:48:18

Fitap
Member
Registered: 2013-05-04
Posts: 29

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

I trying compiling VirtualBox from virtualbox sources and I have this error message:

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));
^

any ideas ?

Regards

Last edited by Fitap (2015-07-02 22:49:22)

Offline

#2 2015-07-02 23:03:10

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

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

May I ask why you are building from source? (I am curious -- and I wonder if you are trying to solve a problem that could be solved some other way). How are you building? Are you using ABS or have you just downloaded the source code?

Last edited by 2ManyDogs (2015-07-02 23:04:30)

Offline

#3 2015-07-03 00:00:41

Fitap
Member
Registered: 2013-05-04
Posts: 29

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

I'm using ABS for building, makepkg -s, compiling my self because you know, I want to try best performance.
I'm interest compiling all ARCH package for my netbook Asus k52f, i3, 4Gb ram, at least the most package Archlinux, like Gentoo users.

I ask this issue to the virtualbox forum, but they tell me what asking here.

Last edited by Fitap (2015-07-03 00:06:41)

Offline

#4 2015-07-03 00:01:40

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

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

What changes have you made to improve performance?

Offline

#5 2015-07-03 00:07:16

Fitap
Member
Registered: 2013-05-04
Posts: 29

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

Sorry just updating my post.

Offline

#6 2015-07-03 00:10:30

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

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

Gentoo has USE flags that allow builds to be specifically configured for the target system -- are you making any changes when you build, or simply hoping that building from source will somehow magically improve performance?

Offline

#7 2015-07-03 00:18:56

Fitap
Member
Registered: 2013-05-04
Posts: 29

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

I make change the CFLAGS for my enviroment, compiling kernel linux from abs well and I was wondering, what performance have it if I compiling the most packages.

Changing my variables of compiler, some packages are fine completed compiling, but with virtualbox and firefox, no success yet.

Offline

#8 2015-07-03 01:19:28

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

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

Fitap wrote:

I make change the CFLAGS for my enviroment

OK.

WHAT did you change, exactly? We're not mind-readers. If you've changed something, it's likey to be relevent and you need to help us to help you.

Offline

#9 2015-07-03 18:23:35

Fitap
Member
Registered: 2013-05-04
Posts: 29

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

Exactly I change only for now this variables.

CFLAGS="-march=corei5 -O2 -pipe"
CXXFLAGS="${CFLAGS}"

No other variables changes are made.

Offline

#10 2015-07-05 01:30:44

Fitap
Member
Registered: 2013-05-04
Posts: 29

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

2ManyDogs wrote:

May I ask why you are building from source? (I am curious -- and I wonder if you are trying to solve a problem that could be solved some other way). How are you building? Are you using ABS or have you just downloaded the source code?

You are on rigth dude, I need to compile my own virtualbox package because I have continous disconnecting, this is the error, may be you have some words for that?

from dmesg log

ieee80211 phy0: wlan1: No probe response from AP XX:XX:XX:XX:XX:XX after 500ms, disconnecting.

Offline

#11 2015-09-11 12:07:56

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

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

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

Try without makeflags.

options=('!makeflags')

Offline

Board footer

Powered by FluxBB