https://bugzilla.redhat.com/show_bug.cgi?id=834127 --- Comment #3 from Gary Gatling <gsgatlin@xxxxxxxx> --- Your comment was: Ok. It seems there are problems.... Atrtempt #2 which is currently broken and unuseable. :( http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora17/spec/2/VirtualGL.spec http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora17/SRPMS/VirtualGL-2.3.1-1.fc17.src.rpm [gsgatlin@nom0047567 ~]$ optirun glxgears ERROR: ld.so: object 'libdlfaker.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'librrfaker.so' from LD_PRELOAD cannot be preloaded: ignored. Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 341 frames in 5.0 seconds = 67.903 FPS runs like crap. Admitedly I did not try rebooting yet. So moving libdlfaker.so, at least in the way I did broke it. So I am guessing It must be changed back in order to fix the app. ? How can I do this in terms a noob would understand please. (If cmake puts it in the wrong place how can I put it in the right place without "mv" in the specfile? since mv breaks the app) Also, %if 0%{?rhel} == 6 %cmake28 -DTJPEG_INCLUDE_DIR=%{_includedir} \ -DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.so \ -DVGL_USESSL=ON -DVGL_LIBDIR=%{_libdir} \ -DVGL_DOCDIR=%{_docdir}/%{name}-%{version}/ \ -DVGL_FAKELIBDIR=%{_libdir}/fakelib/ . %else %cmake -DTJPEG_INCLUDE_DIR=%{_includedir} \ -DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.so \ -DVGL_USESSL=ON -DVGL_LIBDIR=%{_libdir} \ -DVGL_DOCDIR=%{_docdir}/%{name}-%{version}/ \ -DVGL_FAKELIBDIR=%{_libdir}/fakelib/ . %endif make %{?_smp_mflags} results in this on rhel 6... [gsgatlin@localhost specs]$ rpmbuild -ba VirtualGL.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PIMqn5 + umask 022 + cd /home/gsgatlin/redhat/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/gsgatlin/redhat/BUILD + rm -rf VirtualGL-2.3.1 + /bin/tar -xf - + /usr/bin/gzip -dc /home/gsgatlin/redhat/SOURCES/VirtualGL-2.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd VirtualGL-2.3.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ekgvFk + umask 022 + cd /home/gsgatlin/redhat/BUILD + cd VirtualGL-2.3.1 + LANG=C + export LANG + unset DISPLAY + %cmake28 -DTJPEG_INCLUDE_DIR=/usr/include -DTJPEG_LIBRARY=/usr/lib64/libturbojpeg.so -DVGL_USESSL=ON -DVGL_LIBDIR=/usr/lib64 -DVGL_DOCDIR=/usr/share/doc/VirtualGL-2.3.1/ -DVGL_FAKELIBDIR=/usr/lib64/fakelib/ . /var/tmp/rpm-tmp.ekgvFk: line 33: fg: no job control error: Bad exit status from /var/tmp/rpm-tmp.ekgvFk (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.ekgvFk (%build) So I changed that back for RHEL 6. Any advice appriciated. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review