Displaying 3 results from an estimated 3 matches for "qa_rpath".
Did you mean:
qa_rpaths
2009 Jan 05
1
trouble building celt on Fedora
...hlib-defines-rpath /usr/bin/celtenc ['/usr/lib64']
*******************************************************************************
*
* WARNING: 'check-rpaths' detected a broken RPATH and will cause 'rpmbuild'
* to fail. To ignore these errors, you can set the '$QA_RPATHS'
* environment variable which is a bitmask allowing the values
* below. The current value of QA_RPATHS is 0x0000.
*
* 0x0001 ... standard RPATHs (e.g. /usr/lib); such RPATHs are a minor
* issue but are introducing redundant searchpaths without
*...
2007 Jul 11
1
RPM Build Question
...OT
cd $RPM_BUILD_ROOT
tar xvjf $RPM_SOURCE_DIR/mathematica.tar.bz2
%clean
rm -rf $RPM_BUILD_ROOT
%files
/usr/local/
%defattr(-,root,root,-)
%doc
%changelog
* Wed Jul 11 2007 SCMS, Waikato University
Initial RPM release - Clint Dilks
When testing the install phase I use the following command
QA_RPATHS=$[ 0x0002 ] rpmbuild -bi mathematica.spec
This completes but this message is displayed prelink:
/var/tmp/mathematica-6.0-1fc6-root-{user}-/usr/local/Wolfram/Mathematica/6.0/SystemFiles/Libraries/Linux/libPHANToMIO.so.4:
at least one of file's dependencies has changed since prelinking
If I...
2018 Nov 26
0
rpmbuild errors
...la 9.2.0.
I'm new to rpmbuild and I created my bacula.spec file but when running
rpmbuild -ba bacula.spec I got error about check-rpaths like:
ERROR 0001: file '/usr/sbin/bregex' contains a standard rpath
'/usr/lib64' in [/usr/lib64]
Running rpmbuild as suggested, adding QA_RPATHS=$[ 0x0001|0x0010 ] works
without problem but I don't understand what is wrong with my spec files.
Another issue that I found is when installing this rpm. It reports that
my bacula package requires libbaccats-9.2.0.so()(64bit) but this file is
inside rpm so to solve this I must add to my sp...