Displaying 20 results from an estimated 9000 matches similar to: "[Bug 1202] Missing instructions for building from CVS"
2019 May 04
4
[PATCH] configure.ac: Add mandoc as valid formatter
Hi,
On systems that have mandoc installed but are missing an nroff binary,
the configure script will fall back to pre-formatted manual pages
despite the fact that mandoc could be used.
The proposed patch adds mandoc as a valid formatter to configure.ac. As
mandoc supports the -mdoc flag, it can simply be added to the list of
nroff-like binaries.
Wolfgang
-------------- next part --------------
2000 Nov 08
4
man pages won't work
Hi,
I am sorry about this stupid question but after compilation of openssh-2.3.0p1 the manpages were installed but a man ssh gives only unstructured response without underlined lines etc. A nroff -man sshd.8 gives the same output but the contents of the file shows a nroff-format.
Any ideas?
My system is a HP-UX 11.000 with the pam-patch.
regards
Stephan
--
LDS Brandenburg
Dr. Stephan Hendl
2001 Jan 12
1
No subject
Hello,
the man pages for openssh-2.3.0p1 look bad on our Tru64 Unix V4.0E
systems.
(Secure Shell) is a program for logging into a remote machine and
for executing commands on a remote machine. It is intended to
replace rlogin and rsh, and provide secure encrypted communica-
tions between two untrusted hosts over an insecure network. X11
connections and arbitrary TCP/IP ports can also be
2002 May 03
1
Enhancement suggestion: improve the host not found error message
When I feed a bogus hostname to rsync, it reports "Undefined
error". It would be useful if instead it would say something more
informative, like "Host not found".
Thanks for rsync!
Chris Pepper
PS-Please cc: me on any replies -- I'm not a subscriber.
>[imobile:~/Sites/cvs/apache-clone] pepper% rsync -CHaz --delete
>--stats --progress
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
2007 Mar 04
2
Apache handler?
Has anyone considered using Markdown.pl or PHPME as an Apache
handler for Markdown files? It would be very slick to post straight
.text files and have them rendered behind the scenes, although for
high traffic sites pre-rendering would obviously be much more
efficient.
I suppose I'd also want an escape hatch like
daringfireball.net's, perhaps disabling rendering if the URL includes
2006 Apr 25
6
[Bug 1186] unprotected keys are not properly ignored
http://bugzilla.mindrot.org/show_bug.cgi?id=1186
Summary: unprotected keys are not properly ignored
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: pepper at
2010 Aug 23
4
building on RHEL 5/CentOS 5
RHEL5 has autoconf 2.59 and automake 1.9.6.
I've managed to build the whole Xapian family by reducing the
requirement to 2.59/1.9.6 in configure.ac.
Omega requires docdir which can be added by hand in docs/Makefile.am:
docdir = ${datadir}/doc/${PACKAGE}
if !MAINTAINER_NO_DOCS
dist_doc_DATA = $(RSTHTML)
endif
All I've done is get these packages compiled - I haven't tested in any
2001 Feb 19
1
openssh-2.3.0p1 for Solaris man pages
Hi Team,
I'm looking to "upgrade" my sites ssh installation from
the original. I have built openssh-2.3.0p1 and it looks
good. I am puzzled as to why there are so many source
distributions? However, that is not why am writing - the
man pages provided do not format with either Solaris
'nroff -man' or 'groff -man'. What am I missing here?
Thanks for your help.
Scott
2006 Feb 14
24
[Bug 1157] ssh-keygen doesn't handle DOS line breaks
http://bugzilla.mindrot.org/show_bug.cgi?id=1157
Summary: ssh-keygen doesn't handle DOS line breaks
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
URL: http://openssh.org/txt/draft-ietf-secsh-publickeyfile-
02.txt
OS/Version: All
Status: NEW
Severity: normal
2013 Jul 22
3
2.2.4 + metadata plugin: autoconf failed
Hello,
I can compile metadata plugin using debian squeeze + wheezy.
But build on suse enterprise server 9,10 and 11 failed.
The metadata plugin require autoconf-2.65 which i too new.
On the other side I can build the dovecot-2.2.4 and pigeonhole-0.4.0 plugin without problems:
dovecot require autoconf-2.59 and pigeonhole does not require any specific autoconf version.
I asked the authors of the
2006 Sep 21
2
bug(let): openssh v4.3p2 'ok' out-of-box; 'configure' does not survive 'autoreconf'
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
building OPENSSH v4.3p2 on OSX 10.4.7, all's fine (config, nake,
install, exec) out-of-the-box. so, to be clear, this is NOT a blocker,
by any stretch ...
that said, however ...
if, instead of a don't-monkey-with-it build, prior to ./configure, i:
autoreconf -i -f
then, a subsequent:
./configure \
--prefix=/usr/local/openssh \
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
2006 Jun 28
1
Tracking local changes in CVS
I'm tracking some custom OpenSSH changes (based on 4.3p2) in a local CVS
repository and have run into a few problems... mainly (I believe) because
of the .cvsignore files.
Keep in mind the main idea here is to commit the OpenSSH source without
changes, tag, then add my custom changes and add a new tag. I can
probably fix these by making local modes, but I'm just wondering if there
2015 Dec 14
5
[Bug 2517] New: GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Bug ID: 2517
Summary: GitHub version doesn't include ChangeLog
Product: Portable OpenSSH
Version: 6.8p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component: Documentation
Assignee:
2007 Jun 05
9
[Bug 1319] New: ssh-keygen does not properly handle multiple keys
http://bugzilla.mindrot.org/show_bug.cgi?id=1319
Summary: ssh-keygen does not properly handle multiple keys
Product: Portable OpenSSH
Version: 4.5p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo: bitbucket at mindrot.org
2017 Feb 24
2
[SUSPECTED SPAM] Canonical Link to Reference of "ServerAliveInterval"
What is the canonical link to Reference of "ServerAliveInterval"?
Background: I want to write an answer at serverfault (Q-A Site).
I want to avoid copy+pasting. I would like to lead the new comer
to the canonical reference.
Regards,
Thomas G?ttler
--
Thomas Guettler http://www.thomas-guettler.de/
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'ing CVS releases for building?
-Daz.
2002 Feb 27
2
PATCH: nroff detection wrong, by default uses mantype=cat
Hi,
Just tested the latest snapshot on RHL72 via building RPM's of it.
Nroff detection was wrong, and if no --with-mantype was specified, the
type would always revert to cat. This one-byter fixes it.
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert
2008 May 13
2
array dimension changes with assignment
Why does the assignment of a 3178x93 object to
another 3178x93 object remove the dimension attribute?
> GT <- array(dim = c(6,nrow(InData),ncol(InSNPs)))
> dim(GT)
[1] 6 3178 93
> SNP1 <- InSNPs[InData[,"C1"],]
> dim(SNP1)
[1] 3178 93
> SNP2 <- InSNPs[InData[,"C2"],]
> dim(SNP2)
[1] 3178 93
> dim(pmin(SNP1,SNP2))
[1] 3178 93