Larry, On Tuesday 07 June 2016 22:46:18 Larry Finger wrote: > I am getting the scripts ready for when I will be building the openSUSE > RPMs. I have fixed a number of errors, but the following one has stymied > me: > > [ 74s] + /usr/bin/kmk -j4 VBOX_GCC_WERR= KBUILD_VERBOSE=2 > VBOX_USE_SYSTEM_XORG_HEADERS=1 VBOX_WITH_REGISTRATION_REQUEST= > VBOX_WITH_UPDATE_REQUEST= TOOL_YASM_AS=yasm VBOX_BUILD_PUBLISHER=_SUSE > 'TOOL_GCC3_CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall > -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables > -fasynchronous-unwind-tables -g' 'TOOL_GCC3_CXXFLAGS=-fmessage-length=0 > -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector > -funwind-tables -fasynchronous-unwind-tables -g' > 'VBOX_GCC_OPT=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall > -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables > -fasynchronous-unwind-tables -g' > [ 74s] Config.kmk:2761: > /home/abuild/rpmbuild/BUILD/VirtualBox-5.1.0/out/linux.amd64/release/Dynamic > Config.kmk: No such file or directory > [ 74s] Config.kmk:6550: > /home/abuild/rpmbuild/BUILD/VirtualBox-5.1.0/out/linux.amd64/release/revisio > n.kmk: No such file or directory > [ 74s] > /home/abuild/rpmbuild/BUILD/VirtualBox-5.1.0/src/VBox/Main/Makefile.kmk:211: > /home/abuild/rpmbuild/BUILD/VirtualBox-5.1.0/out/linux.amd64/release/vboxap > iwrap.kmk: No such file or directory > [ 74s] /usr/share/kBuild/footer-inherit-uses-tools.kmk:529: *** kBuild: > Cannot find include file for the unit 'qt5'! Searched: > /usr/share/kBuild/units . Stop. [ 74s] error: Bad exit status from > /var/tmp/rpm-tmp.q3hoQt (%build) [ 74s] > [ 74s] > [ 74s] RPM build errors: > [ 74s] Bad exit status from /var/tmp/rpm-tmp.q3hoQt (%build) > > Any suggestions on how I should fix the finding of the qt5 includes? I have > added BuildRequires statements for all of the qt5 development packages that > openSUSE offers.
it seems to me that you are using an older version of kBuild. VirtualBox 5.1 currently depends on revision 2808 while VirtualBox 5.0 depends on revision 2796. Kind regards, Frank -- Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komplementärin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
