Displaying 18 results from an estimated 18 matches for "buildprereq".
2010 Mar 03
2
[Bug 1731] New: Obsolete BuildPreReq in contrib/redhat/openssh.spec
https://bugzilla.mindrot.org/show_bug.cgi?id=1731
Summary: Obsolete BuildPreReq in contrib/redhat/openssh.spec
Product: Portable OpenSSH
Version: 5.4p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot...
2009 Jun 18
0
Howto change arch for FirebirdSS rpm
...know how to solve it.
.src.rpm for FirebirdSS and/or FirebirdCS is on available.
I have this section in .spec
%if %{with_interbase}
%package interbase
Group: Development/Languages
Prereq: php = %{version}-%{release}, perl
Summary: A Sybase/MSSQL database module for PHP.
Provides: php_database
# BuildPrereq: /usr/include/gds.h /usr/include/ibase.h
# BuildPrereq: /usr/include/iberror.h /usr/include/ib_util.h
# BuildPrereq: FirebirdCS >= 1.5.0
# "AutoReqProv: yes" don't work because of fault in Firebird RPMs
# # AutoReqProv: no
# BuildPrereq: FirebirdSS >= 1.5.0
# # Requires: /us...
2004 Feb 21
1
syslinux RPM build dependecy
...e 215.
make[1]: *** [syslogo.lss] Error 255
make[1]: Leaving directory `/usr/src/redhat/BUILD/syslinux-2.08/sample'
make: *** [samples] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.21926 (%build)
Please add
netpbm-progs
pkg to build-requires syslinux SPEC file.
I also changed
#BuildPrereq: nasm >= 0.98.35, perl
BuildPrereq: nasm >= 0.98.22, perl
to get it compile in rh 7.3 (yep, it's old but in
internal network.)
Thank you - for all you're work.
BR,
Juha
--
tuomala at netnix.fi www.netnix.fi
Valkj?rventie 1, 02130 Espoo, Finland. +358 40...
2005 Mar 15
18
[Bug 1001] Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS
http://bugzilla.mindrot.org/show_bug.cgi?id=1001
Summary: Error on MAKE while compiling SRPMS and tar.gz but not
while installing RPMS
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: ssh
2000 Sep 03
0
[PATCH]: openssh.spec file for SuSE 6.4 & 7.0
...cations/Internet
BuildRoot: /tmp/openssh-%{version}-buildroot
PreReq: openssl
Obsoletes: ssh
#
# (Build[ing] Prereq[uisites] only work for RPM 2.95 and newer.)
# building prerequisites -- stuff for
# OpenSSL (openssl-devel),
# TCP Wrappers (nkitb),
# and Gnome (glibdev, gtkdev, and gnlibsd)
#
BuildPrereq: openssl
BuildPrereq: nkitb
BuildPrereq: glibdev
BuildPrereq: gtkdev
BuildPrereq: gnlibsd
%description
Ssh (Secure Shell) a program for logging into a remote machine and for
executing commands in a remote machine. It is intended to replace
rlogin and rsh, and provide secure encrypted communicatio...
2000 Sep 27
2
PATCH: OpenSSH RPM spec file problems
...ec.orig Wed Sep 27 18:17:32 2000
+++ openssh.spec Wed Sep 27 18:16:57 2000
@@ -25,6 +25,8 @@
Obsoletes: ssh
PreReq: openssl >= 0.9.5a
Requires: openssl >= 0.9.5a
+### Post-RH52 initscripts is required for 'success'/'failure' in init.d/sshd
+Requires: initscripts >= 4.16
BuildPreReq: perl
BuildPreReq: openssl-devel
BuildPreReq: tcp_wrappers
@@ -221,6 +223,25 @@
/etc/rc.d/init.d/sshd stop >&2
/sbin/chkconfig --del sshd
fi
+
+# Deal with the original ssh-server rpm.
+%triggerun server -- ssh-server
+if [ "$1" != 0 -a -r /var/run/sshd.pid ]
+then
+ t...
2001 Oct 23
8
Another round of testing calls.
Outside the known 'Hang-on-exit' bug and the Solaris 'PAM_TTY_KLUDGE'
required. *WHAT* other issues *MUST* be address before 3.0 which is
approaching fast?
Those running NeXTStep I need conformation that it works under NeXT. My
current Slab is packed in a storage unit due to a fire in my apartment
complex (happened above me so I'm wrapping up dealing with that crap =).
-
2001 Jan 11
3
contrib/redhat/openssh.spec question
...39;t DEST
be $RPM_BUILD_ROOT and the others blank?
One thing that might have affected stuff was i changed in the spec from
%{makeinstall} to "make install". With rpm 3.0.3, i guess doesn't have
that defined by default (i doubt this affects anything though).
3. Why is openssl-devel a BuildPreReq?
2003 Sep 01
1
[Bug 631] Build fails on Redhat Linux 6.x
...kage for a box running Redhat 6.2. So I changed the
build6x-define in the specfile from 0 to 1 and tried to build the package. rpm
complained about
error: failed build dependencies:
db1-devel is needed by openssh-3.6.1p1-1
caused by this part of the specfile:
%if ! %{build6x}
BuildPreReq: glibc-devel, pam
%else
BuildPreReq: db1-devel, /usr/include/security/pam_appl.h
%endif
There is no db1 package in Redhat 6.x, db1 was intruduced in 7.x. In Redhat 6.x
the contents of db1 are part of the glibc package. It seems like that the
condition is the wrong way around.
------- Yo...
2002 Jun 25
0
Small patch for RPM spec file (kerberos)
...Key fingerprint = ACD2 2F2F C151 FB35 B3AF C821 89C4 DF9A 5DDD 95D1
GNUPG Key = http://www.enoch.org/mike/mike.pubkey.asc
-------------- next part --------------
--- openssh.spec.orig Mon Jun 24 23:16:36 2002
+++ openssh.spec Mon Jun 24 23:17:16 2002
@@ -97,6 +97,10 @@
%if ! %{no_gnome_askpass}
BuildPreReq: gnome-libs-devel
%endif
+%if %{kerberos5}
+BuildPreReq: krb5-libs, krb5-devel
+%endif
+
%package clients
Summary: OpenSSH clients.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 230 bytes
Desc: not availa...
2002 Jun 25
0
[Bug 295] New: rpm specfile needs build prereqs for Kerberos
...use I don't have
krb5-devel installed. Attached is a patch that alters the spec file to check
for krb5-libs and krb5-devel if kerberos5 is defined.
--- openssh.spec.orig Mon Jun 24 23:16:36 2002
+++ openssh.spec Mon Jun 24 23:17:16 2002
@@ -97,6 +97,10 @@
%if ! %{no_gnome_askpass}
BuildPreReq: gnome-libs-devel
%endif
+%if %{kerberos5}
+BuildPreReq: krb5-libs, krb5-devel
+%endif
+
%package clients
Summary: OpenSSH clients.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2000 Sep 03
1
installing OpenSSH rpm on SuSE 6.2
...able/openssh-%{oversion}.tar.gz
Source1: http://www.ntrnet.net
/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
Copyright: BSD
Group: Applications/Internet
BuildRoot: /tmp/openssh-%{version}-buildroot
Obsoletes: ssh
PreReq: openssl >= 0.9.5a
Requires: openssl >= 0.9.5a
BuildPreReq: perl
BuildPreReq: openssl-devel
BuildPreReq: tcp_wrappers
%if ! %{no_gnome_askpass}
BuildPreReq: gnome-libs-devel
%endif
%package clients
Summary: OpenSSH Secure Shell protocol clients
Requires: openssh
Group: Applications/Internet
Obsoletes: ssh-clients
%package server
Summary: OpenSSH Secure S...
2001 Sep 14
8
Call for testers.
http://bass.directhit.com/openssh_snap/
Starting tonight I plan on tracking changes very closely with the OpenBSD
tree. I need people to test the latest snapshot (9/14 at of right now)
and report success or failure on compiling.
I am starting this now because we are looking at a code freeze soon and I
really want to ensure it compiles and runs on all existing platforms. So
we (the portable
2001 Feb 21
1
OpenSSL + OpenSSH version problems
Hello all,
OpenSSL 0.9.5a and 0.9.6 are incompatible, causing weird errors.
I'd like to get a check for this in the RPMs.
However, now I want to make sure whether anyone has experienced problems
with RHL 0.9.5a OpenSSL libs vs. the 0.9.5a ones provided at openbsd.org?
Ie: is it enough to check like '= 0.9.5a' or do you have to check '=
0.9.5a-xyz'.
--
Pekka Savola
2007 Oct 06
0
Slightly OT: Building latest ImageMagick on CentOS 3
I grabbed the latest ImageMagick.src.rpm (version 6.3.6, I believe)
from imagemagic.org and verified that I can compile it by hand on
CentOS 3. I then commented out all the BuildPrereq and BuildRequires
lines and verified that "rpmbuild -bc ImageMagick.spec" behaved
sensibly.
However, when I try to run "rpmbuild -bb ImageMagick.spec" I get a
failure not because of any compilation problems but because the
PerlMagick got installed relative to the real root dire...
2000 Oct 28
11
Another shapshot
I have just uploaded another snapshot to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20001028.tar.gz
Please test this one extra hard, it is likely to become 2.3.0p1 early
next week.
Regards,
Damien Miller
--
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of
2014 Nov 14
3
openssh upgrading.
Hi Openssh support,
I have upgraded openssh from 5.3p1 to 6.2p2 in a RHEL 6.6 - 64 bit server
and now i can't login to server remotely using same root password. It always
prompting the password saying "Permission denied, please try again."
Please help me to resolve the issue.
Following are the steps i have followd.
2014 Aug 18
15
Call for testing: OpenSSH 6.7
Hi,
OpenSSH 6.7 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a big release
containing a number of features, a lot of internal refactoring and some
potentially-incompatible changes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD: