Displaying 20 results from an estimated 24 matches for "distprep".
Did you mean:
distored
2002 May 09
4
make distprep broken?
Hello All,
Doing a make distprep doesn't seem to work anymore:
$ make -f Makefile.in distprep
make: @SH@: Command not found
make: *** [catman-do] Error 127
I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I
suspect this occurs on most platforms. Is this still the recommended way
of autoreconf'...
2003 Sep 13
1
make install fails with current CVS due to commented out target
Solaris x86 8
autoconf 2.57
autoconf; autoheader; ./configure ....; make
all goes fine
make install fails on Ssh.bin. scard/Makefile has a commented out target
for it - is there some reason for the target being commented out?
--
Carson
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
...m -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
- (cd openbsd-compat; $(MAKE) distclean)
- (cd scard; $(MAKE) distclean)
+ (cd openbsd-compat && $(MAKE) distclean)
+ (cd scard && $(MAKE) distclean)
mrproper: distclean
@@ -174,13 +174,13 @@ catman-do:
distprep: catman-do
autoreconf
- (cd scard ; $(MAKE) -f Makefile.in distprep)
+ (cd scard && $(MAKE) -f Makefile.in distprep)
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
scard-install:
- (cd scard;...
2006 Jun 26
2
[Bug 1202] Missing instructions for building from CVS
http://bugzilla.mindrot.org/show_bug.cgi?id=1202
Summary: Missing instructions for building from CVS
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
URL: http://openssh.org/portable.html
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
2002 Mar 13
1
Problem with buildpkg.sh
...transfer
- no packages were selected from
</var/tmp/openssh-3.1p1/contrib/solaris>
I have read the README, and the only step that I am unsure about is the
first one. Excuse me if this is dumb question, but what is the CVS tree?
When I attempt to run step #1, which is make -F Makefile.in distprep, I get
an error. I am assuming since I don't know what the CVS tree is, that I am
ok to skip this step. Any help would be greatly appreciated.
2002 Sep 30
1
Snapshots: run autoconf before creating tarballs?
Would it be possible to run autoconf (or make -f Makefile distprep)
before creating the snapshot tarballs? It would make it easier for
people to use (mainly, they wouldn't have to get/install/run autoconf
and GNU m4).
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with e...
2006 Sep 09
2
Make Install Failed for 4.4p1 on FC4
Hi,
I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors:
[root at fedora4 openssh]# make install
\if test ! -z ""; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Entering directory `/usr/local/openssh/openbsd-compat'
make[1]: Nothing to be
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc
2002 Apr 26
0
[Bug 209] HP-UX 10.20 "make" problem
...|RESOLVED
Resolution| |FIXED
------- Additional Comments From djm at mindrot.org 2002-04-26 11:30 -------
Fixed in -current (we only uudecode Ssh.bin.uu during distribution preparation).
Note that CVS users will need to run "make distprep" in their tree, or uudecode
Ssh.bin.uu manually
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Apr 26
0
[Bug 137] 'make install' fails because of missing uudecode
...|RESOLVED
Resolution| |FIXED
------- Additional Comments From djm at mindrot.org 2002-04-26 11:31 -------
Fixed in -current (we only uudecode Ssh.bin.uu during distribution preparation).
Note that CVS users will need to run "make distprep" in their tree, or uudecode
Ssh.bin.uu manually
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 22
4
[Bug 255] You must "exec" login from the lowest login shell.
http://bugzilla.mindrot.org/show_bug.cgi?id=255
------- Additional Comments From dmanton at emea.att.com 2002-05-22 20:06 -------
Created an attachment (id=100)
sshd -d -d -d
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Aug 05
1
./configure missing in _portable_ openssh?
Just went and cvs co'd portable openssh as described on the website.
However, there's no configure there. nor there's a build.conf script
of some sort to rebuild it. When I manually did
autoconf configure.ac > configuire, I got something, but it couldn't
find config.h.in when running. An attempt to run automake said that
aclocal.m4 is obsolete and I need to rerun aclocal, but
2002 Aug 29
3
tru64 patch: openssh-SNAP-20020826.tar.gz does not contain 'configure', so how to build?
Hi-
Since the tru64 patch was designed for -current, I thought I would try
to build it with a recent snapshot before backporting to 3.4p1.
So I downloaded openssh-SNAP-20020826.tar.gz frpm the portable snapshots, but it
does not contain the 'configure' script. I tried copying the 'configure' from
3.4p1, but that does not create a Makefile from the Makefile.in.
Where are the
2002 Sep 26
2
cross compiling
hi,
i want to build openssh in my uclibc environment with a cross-compiler. my
problem is that the configure-script is not very cross-compile friendly.
there are a lot of things that will be tested while configuring. if the
script find a cross compiler it exits with code 1. how to solve this issue
?
thanks
claus
2003 May 10
0
Small Makefile.in Patch
...kefile.in 2003/05/03 02:14:32 1.1
+++ Makefile.in 2003/05/09 23:41:54
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.1 2003/05/03 02:14:32 phil Exp $
+# $Id: Makefile.in,v 1.3 2003/05/09 23:41:38 phil Exp $
@@ -215,8 +215,9 @@
$(AUTORECONF)
(cd scard && $(MAKE) -f Makefile.in distprep)
-install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
check-config
-install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
+install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
install-sysconf host-key check-config
+install-nokeys: $(CONFIGFILES) $(MANPAGES...
2004 Dec 06
1
[Patch] Makefile.in, new install-nosysconf target
...t and Administrator
Enterprise Infrastructure / ISD / USC
UCC 174 - 213-821-5427
-------------- next part --------------
--- Makefile.in.orig Mon Dec 6 14:02:13 2004
+++ Makefile.in Mon Dec 6 14:06:48 2004
@@ -228,8 +228,9 @@
-rm -rf autom4te.cache
(cd scard && $(MAKE) -f Makefile.in distprep)
-install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
-install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
+install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key ch...
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
...t;Jason A. Dour" <jason at dour.org> http://dour.org/
# Founder / Executive Producer - PJ Harvey Online - http://pjh.org/
-------------- next part --------------
--- Makefile.in.orig Fri Jun 22 09:53:07 2001
+++ Makefile.in Fri Jun 22 09:56:17 2001
@@ -164,15 +164,17 @@
distprep: catman-do
autoreconf
-install: $(TARGETS) install-files host-key
+install: $(TARGETS) install-dirs install-prog install-man install-conf host-key
-install-files:
+install-dirs:
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
$(srcdir)/mkinstalld...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...KE) distclean)
(cd scard && $(MAKE) distclean)
mrproper: distclean
catman-do:
@for f in $(MANPAGES_IN) ; do \
base=`echo $$f | sed 's/\..*$$//'` ; \
echo "$$f -> $$base.0" ; \
nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
>$$base.0 ; \
done
distprep: catman-do
autoreconf
(cd scard && $(MAKE) -f Makefile.in distprep)
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
scard-install:
(cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
install...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...KE) distclean)
(cd scard && $(MAKE) distclean)
mrproper: distclean
catman-do:
@for f in $(MANPAGES_IN) ; do \
base=`echo $$f | sed 's/\..*$$//'` ; \
echo "$$f -> $$base.0" ; \
nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
>$$base.0 ; \
done
distprep: catman-do
autoreconf
(cd scard && $(MAKE) -f Makefile.in distprep)
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
scard-install:
(cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
install...
2000 Dec 27
2
patch to support hurd-i386
...t N bytes were used, anyway. Two more instances replaced
> by a grow-until-fits loop.
diff -Nur openssh-2.2.0p1-/Makefile.in openssh-2.2.0p1/Makefile.in
--- openssh-2.2.0p1-/Makefile.in Sun Oct 29 16:17:49 2000
+++ openssh-2.2.0p1/Makefile.in Sun Oct 29 16:44:49 2000
@@ -116,7 +116,7 @@
distprep: catman-do
autoreconf
-install: manpages $(TARGETS) install-files host-key
+install: manpages $(TARGETS) install-files
install-files:
./mkinstalldirs $(DESTDIR)$(bindir)
diff -Nur openssh-2.2.0p1-/canohost.c openssh-2.2.0p1/canohost.c
--- openssh-2.2.0p1-/canohost.c Thu Jun 22...