On 22/10/12 13:14, Johan Cockx wrote:
Hi Stuart,
On Sat, Oct 20, 2012 at 3:53 PM, Stuart Hughes <[email protected]
<mailto:[email protected]>> wrote:
It looks like a permissions issue with either your default umask
or your
sudo setup.
Yes you are right: my umask was set to 77 in my .bashrc and .profile,
and ltib doesn't seem to like this umask :-)
I changed it to 22, and the permission problem disappeared.
Still no success though: at a certain point, the build seems to
hang. No extra output is added to host_config.log for a very long
time (> 30 minutes), and on standard out, I get a number of lines
consisting of spaces only (one line has 1759 spaces!).
Here is the last part of host_config.log:
+ cd /opt/ltib/usr/src/rpm/BUILD
+ rm -rf mux_server-1.0
+ exit 0
Build time for mux_server: 2 seconds
sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm -e
--allmatches --nodeps --noscripts --define '_tmppath
/home/johan/ltib/tmp' mux_server 2>/dev/null
sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm
--prefix / --ignorearch -ivh --replacepkgs --replacefiles --nodeps
--excludedocs --noscripts --define '_tmppath /home/johan/ltib/tmp'
/opt/ltib/usr/src/rpm/RPMS/x86_64/mux_server-1.0-1.x86_64.rpm
error: failed to stat /home/johan/.gvfs: Permission denied
Preparing...
##################################################
mux_server
##################################################
Regards, Johan
Hi Johan,
Can you confirm that the host packages got installed
/opt/ltib/usr/bin/rpm -qa should list a bunch of packages.
It looks like it succeeded. I'm not sure what problem you're having now
though, I've never heard of a similar issue. It almost seems like the
output to your terminal is getting messed up some how. One possibility
is your TERM setting. When ltib runs the first time, it drops you to a
ncurses configuration screen, this is affected by the TERM setting.
Try this from your terminal:
export TERM=xterm
./ltib
Regards, Stuart
_______________________________________________
LTIB home page: http://ltib.org
Ltib mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ltib