|
From: | Stuart Hughes |
Subject: | Re: [Ltib] Linux Mint 1.6: Can't get: rpm-4.0.4.tar.gz at ./ltib line 834 |
Date: | Fri, 19 Oct 2012 14:29:12 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Lightning/1.0b2 Thunderbird/3.1.20 |
On 19/10/12 13:26, Johan Cockx wrote:
Hi Stuart, Hi Johan, I'm sorry you're having trouble with this. Looking at your earlier logs it seemed like he install had run all the way through, so it looks like the rpm install is not doing anything. Can you try running the following commands: ./ltib --hostcf --erase -p distcc ./ltib --hostcf -p distcc The expected output is: $ ./ltib --hostcf --erase -p distcc + cd /home/stuart/Personal/Src/ltib/config/platform/host + '[' -f .config ']' + '[' /home/stuart/Personal/Src/ltib/config/platform/host/ltib.preconfig -nt host.config ']' + '[' 0 = 1 ']' + '[' -f .config ']' + cp .config host.config sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm -e --allmatches --noscripts --define '_tmppath /home/stuart/Personal/Src/ltib/tmp' distcc --nodeps error: failed to stat /home/stuart/.gvfs: Permission denied $ ./ltib --hostcf -p distcc + cd /home/stuart/Personal/Src/ltib/config/platform/host + '[' -f .config ']' + '[' /home/stuart/Personal/Src/ltib/config/platform/host/ltib.preconfig -nt host.config ']' + '[' 0 = 1 ']' + '[' -f .config ']' + cp .config host.config Processing platform: Host support packages ============================================ using /home/stuart/Personal/Src/ltib/config/platform/host/.config Processing: distcc ==================== sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm -e --allmatches --nodeps --noscripts --define '_tmppath /home/stuart/Personal/Src/ltib/tmp' distcc 2>/dev/null sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm --prefix / --ignorearch -ivh --force --nodeps --excludedocs --noscripts --define '_tmppath /home/stuart/Personal/Src/ltib/tmp' /opt/ltib/usr/src/rpm/RPMS/i686/distcc-2.18.3-1.i686.rpm error: failed to stat /home/stuart/.gvfs: Permission denied Preparing... ########################################### [100%] 1:distcc ########################################### [100%] The important this is to see that you get the ##### showing that rpm is actually installing something. If this works you should then be able to do this: $ /opt/ltib/usr/bin/rpm -ql distcc //opt //opt/ltib //opt/ltib/usr //opt/ltib/usr/bin //opt/ltib/usr/bin/distcc //opt/ltib/usr/bin/distccd //opt/ltib/usr/bin/distccmon-text //opt/ltib/usr/man //opt/ltib/usr/man/man1 //opt/ltib/usr/man/man1/distcc.1 //opt/ltib/usr/man/man1/distccd.1 //opt/ltib/usr/man/man1/distccmon-text.1 //opt/ltib/usr/share //opt/ltib/usr/share/doc //opt/ltib/usr/share/doc/distcc //opt/ltib/usr/share/doc/distcc/AUTHORS //opt/ltib/usr/share/doc/distcc/COPYING //opt/ltib/usr/share/doc/distcc/INSTALL //opt/ltib/usr/share/doc/distcc/NEWS //opt/ltib/usr/share/doc/distcc/README //opt/ltib/usr/share/doc/distcc/TODO //opt/ltib/usr/share/doc/distcc/example //opt/ltib/usr/share/doc/distcc/example/init //opt/ltib/usr/share/doc/distcc/example/init-suse //opt/ltib/usr/share/doc/distcc/example/logrotate //opt/ltib/usr/share/doc/distcc/example/xinetd //opt/ltib/usr/share/doc/distcc/protocol-1.txt //opt/ltib/usr/share/doc/distcc/protocol-2.txt //opt/ltib/usr/share/doc/distcc/reporting-bugs.txt //opt/ltib/usr/share/doc/distcc/status-1.txt //opt/ltib/usr/share/doc/distcc/survey.txt Regards, Stuart |
[Prev in Thread] | Current Thread | [Next in Thread] |