Displaying 20 results from an estimated 30000 matches similar to: "[Bug 1505] New: default Solaris make does not pass DESTDIR"
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
http://bugzilla.mindrot.org/show_bug.cgi?id=198
Summary: Error getting file with sftp on old F-Secure servers
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
If for some reason (directory missing or permissions bad), it is
not possible to cd into either the scards or openbsd-compat direcotries, the
make will enter an infinite loop. Correct this by changing the make idiom
(cd directory; $(MAKE))
to the idiom
(cd directory && $(MAKE))
so that a failure to cd into directory will generate an error for make.
The following patch is against the
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187
Summary: ssh-keygen not converting from and to SECSH standard
correctly
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo:
2009 Feb 23
36
[Bug 1560] New: Bugs intended to be fixed in 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=1560
Summary: Bugs intended to be fixed in 5.3
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Keywords: meta
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
Hello,
There are three small problems with the "slogin" and "slogin.1" symlinks
created upon installation:
1. "./" is included in the target path unnecessarily.
2. Symlinks are assumed to be available, while only hardlinks could.
3. EXEEXT is not respected for slogin.
Here is a fix for both problems -- the "./" is simply removed, EXEEXT is
added, the
2006 Dec 09
3
[LLVMdev] llvm build not respecting DESTDIR?
Reid Spencer wrote:
> Yes, but its a bit verbose. The variables that control this are all
> defined in the Makefile.config file. The variables are:
>
> PROJ_prefix := /proj/llvm/install-1
> PROJ_bindir := /proj/llvm/install-1/bin
> PROJ_libdir := /proj/llvm/install-1/lib
> PROJ_datadir := /proj/llvm/install-1/share
> PROJ_docsdir :=
2006 Feb 25
2
R-Project build system: DESTDIR support
Hello,
I am writing you about the GNU R-Project,
as part of by effort to help GNU projects provide a better, more
consistent build system.
Currently, your project does not support the DESTDIR variable in
generated Makefiles (marked as optional in the GNU coding policies, make and
automake manual).
In my opinion, DESTDIR support can be very helpful for the user, the
distribution-specific
2008 Jul 31
5
[Bug 1498] New: OpenSC smartcard access should use raw public keys, not X.509 certificates
https://bugzilla.mindrot.org/show_bug.cgi?id=1498
Summary: OpenSC smartcard access should use raw public keys,
not X.509 certificates
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
2004 Dec 23
1
openssh-3.9p1 for Mac OS X
I attempted to setup openssh-3.9p1 on Mac OS X (10.3.7). The
./configure and make work fine but 'make install' fails with:
computer:~/XDev/openssh-3.9p1 bcburke$ make install
if test ! -z ""; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Nothing to be done for `all'.
(cd scard && make DESTDIR= install)
2008 Aug 16
21
[Bug 1506] New: rationalize agent behavior on smartcard removal/reattachment
https://bugzilla.mindrot.org/show_bug.cgi?id=1506
Summary: rationalize agent behavior on smartcard
removal/reattachment
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo:
2008 Jun 09
2
DESTDIR usage
Hi,
I've been patching OpenSSH [portable] so that I can override DESTDIR
when cross-compiling. Is there any reason not to allow this in the
general case? Thanks!
--
Matthew L. Creech
2013 Jan 02
1
[PATCH] Fix gmp stubdom build when DESTDIR is used
The default make targets in the top level makefile set DESTDIR
which gets applied when the stubdom makefile
tries to do a make install within gmp to install libgmp.a
to the cross root.
Ian, do you want to apply this to your tree and commit the whole thing
or would you prefer I roll out a fresh new patch set with all updates
applied?
Signed-off-by: Matthew Fioravante
2006 Dec 08
0
[LLVMdev] llvm build not respecting DESTDIR?
Hi Erick,
On Thu, 2006-12-07 at 23:31 -0800, Erick Tryzelaar wrote:
> Hello,
>
> I'm updating the macports build of llvm, and I'm running into an issue
> trying to stage llvm into a temporary directory. It builds fine, but
> when I try to install it into a temporary location, it insists on
> installing into the final location.
Okay.
> The only reference I saw
2003 Sep 16
2
buildworld tries to write to DESTDIR?
Hi!
I'm trying to cross-compile 4.8-STABLE world to install
it over NFS later.
I have ./make.conf:
# start of file
CPUTYPE=i486
KERNCONF?=CONS
MODULES_WITH_WORLD=true
DESTDIR=/mnt/cons
# end of file
I run:
dir=`pwd`
make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log
It fails:
===> gnu/usr.bin/groff/contrib
===> gnu/usr.bin/groff/contrib/mm
sh
2006 Dec 08
5
[LLVMdev] llvm build not respecting DESTDIR?
Hello,
I'm updating the macports build of llvm, and I'm running into an issue
trying to stage llvm into a temporary directory. It builds fine, but
when I try to install it into a temporary location, it insists on
installing into the final location. The only reference I saw to the
standard gnu DESTDIR was in the llvm.spec file, but none of the
generated Makefiles have that value. Is
2011 Feb 17
5
[Bug 1860] New: UseDNS option ignored
https://bugzilla.mindrot.org/show_bug.cgi?id=1860
Summary: UseDNS option ignored
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: pavel.krejci at
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 Nov 27
4
[Bug 1676] New: Add NSS keys support
https://bugzilla.mindrot.org/show_bug.cgi?id=1676
Summary: Add NSS keys support
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: jchadima at
2010 Sep 22
9
[Bug 1824] New: Added project(4) support for Solaris 10
https://bugzilla.mindrot.org/show_bug.cgi?id=1824
Summary: Added project(4) support for Solaris 10
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2005 Sep 06
1
make install error, 4.2p1
Good day and well met.
I'm trying to compile and install openssh-4.2p1 on a Sun Ultra-250 running
Solaris 8.
It's not happy about something. I've searched the bug list and the mail
archives but haven't seen another posting about this. Apologies if there is
one and my eyes just slid right over it.
I've run a configure with the following options, and with no options at