All of lore.kernel.org
 help / color / mirror / Atom feed
* Install issues
@ 2008-11-10 11:17 H.Merijn Brand
  2008-11-10 11:39 ` Miklos Vajna
  0 siblings, 1 reply; 15+ messages in thread
From: H.Merijn Brand @ 2008-11-10 11:17 UTC (permalink / raw)
  To: git

1. OpenSUSE 11.0's yast2 does not have "ignore dependency" anymore in
   the gui, which makes installing git from the GIT RPMS to fail as it
   seems to depend on openssh-clients, a package that has been
   deprecated in SUSE, and is not available anymore

   In 10.3 you could still go on after "ignore this dependency
   locally", and all worked fine.

So now I have to build from source, or download the rpm and look up the
flags to rpm to make --no-deps work. That feels dirty, so I rather build

Builds fine. Now 'make test', which I often mistype as 'make check'
because the GNU folk refuse to add 'make test' as an alias for 'make
check' and switching between all the sourse distributions that do it
right (perl, git, ...) and those that do it wrong (GNU) I often type
the wrong one

git-1.6.0.4 112 > make check
for i in *.c; do sparse -g -O2 -Wall  -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRLCPY -D__BIG_ENDIAN__ -D__powerpc__ $i || exit; done
/bin/sh: sparse: command not found
make: *** [check] Error 127

Maybe the Makefile could be a little more user-friendly with a message
like

	"Cannot run 'make check', as you do not have 'sparse' installed.
	 Did you mean to run 'make test' instead?"

FYI
'/bin/sh' ./aggregate-results.sh test-results/t*-*
fixed   1
success 3726
failed  0
broken  2
total   3729
rm -f -r 'trash directory' test-results

-- 
H.Merijn Brand          Amsterdam Perl Mongers  http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, SuSE 10.1, 10.2, and 10.3, AIX 5.2, and Cygwin.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* install issues
@ 2006-07-17 14:44 Ronald G Minnich
  0 siblings, 0 replies; 15+ messages in thread
From: Ronald G Minnich @ 2006-07-17 14:44 UTC (permalink / raw)
  To: xen-devel


xen shares a problem with a lot of python installers: if you build the 
xen on a file system mounted with root squash, the install fails:

if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F 
System.map -b / -r 2.6.16.13-xen; fi
make[3]: Leaving directory 
`/home/rminnich/src/xen-3.0-testing.hg/linux-2.6.16.13-xen'
make -C linux-2.6.16.13-xen ARCH=i386 INSTALL_PATH=/ vmlinuz
make[3]: Entering directory 
`/home/rminnich/src/xen-3.0-testing.hg/linux-2.6.16.13-xen'
rm: cannot remove `.kernelrelease': Permission denied
make[3]: *** [.kernelrelease] Error 1
make[3]: Leaving directory 
`/home/rminnich/src/xen-3.0-testing.hg/linux-2.6.16.13-xen'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/home/rminnich/src/xen-3.0-testing.hg'
make[1]: *** [linux-2.6-xen-install] Error 2
make[1]: Leaving directory `/home/rminnich/src/xen-3.0-testing.hg'
make: *** [install-kernels] Error 1


This is a particularly annoying attribute of many python install tools, 
that you can't run it as root and you can't NOT run it as root.

I don't know how this ought to be fixed, but note that (e.g.) linux 
install gets this one right.

thanks

ron

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-11-12  8:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10 11:17 Install issues H.Merijn Brand
2008-11-10 11:39 ` Miklos Vajna
2008-11-10 16:31   ` H.Merijn Brand
2008-11-10 17:51     ` Miklos Vajna
2008-11-11  7:59       ` H.Merijn Brand
2008-11-11  9:17         ` Andreas Ericsson
2008-11-11 17:47       ` Junio C Hamano
2008-11-11 18:02         ` H.Merijn Brand
2008-11-11 23:03           ` Boyd Lynn Gerber
2008-11-11 23:35             ` H.Merijn Brand
2008-11-11 23:42               ` Junio C Hamano
2008-11-11 23:53                 ` H.Merijn Brand
2008-11-12  8:14         ` Andreas Ericsson
2008-11-11 21:11     ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2006-07-17 14:44 install issues Ronald G Minnich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.