similar to: Bug#391606: xen-utils-common: doesn't ship referenced man pages

Displaying 20 results from an estimated 9000 matches similar to: "Bug#391606: xen-utils-common: doesn't ship referenced man pages"

2006 Oct 07
1
Bug#391606: xen-utils-common: doesn't ship referenced man pages
Package: xen-utils-common Version: 3.0+hg11624-1 Severity: normal Hi, the executable /usr/sbin/xm refers to the man pages xm(1) and xmdomain.cfg(5). As far as I can see, Debian doesn't ship the respective upstream man pages available at http://xensource.com/ . Since Debian packages should ship man pages for executables, it would be a good idea to include those. Thanks, bye, Roland --
2007 Oct 09
0
Processed: xen-utils-common: doesn't ship referenced man pages
Processing commands for control at bugs.debian.org: > unarchive 391606 Unarchived Bug 391606 > reopen 391606 Bug#391606: xen-utils-common: doesn't ship referenced man pages Bug reopened, originator not changed. > found 391606 3.1.0-1 Bug#391606: xen-utils-common: doesn't ship referenced man pages Bug marked as found in version 3.1.0-1. > thanks Stopping processing here.
2013 Dec 07
2
[PATCH 1/2] Fix installing man-pages from out-of-tree build
--- po-docs/ja/Makefile.am | 6 +++--- po-docs/uk/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index da1bcc3..820f91a 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -160,8 +160,8 @@ $(podfiles): # XXX Can automake do this properly? install-data-hook: $(MKDIR_P)
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
Move most of the content of either po-docs/ja/Makefile.am or po-docs/uk/Makefile.am to po-docs/language.mk, and use it exclusively instead of the former contents of the languange-specific Makefile.am. This way, either adding a new documentation or enabling a new language will not require copying over the same make code. --- po-docs/ja/Makefile.am | 174 +-------------------------------------------
2014 Dec 05
2
Debian patches for Xen 4.5.0 (RC3)
(I hope this is the right address to send this message to.) I've spent the last few days getting Xen 4.5.0 RC3 to form up Debian packages, adapting the files from xen-4.4.1-4. Would you guys like my patches? It was a non-trivial exercise, especially because of commit 2c96ecb1, which invalidated a huge chunk of the quilt patches. I thought it might save you some effort when 4.5.0 is finally
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept" month (rpmbuild here takes only 3-letter month names), and RH gzips the manpages, so the %files list can't find them. I also added doc/README-SGML and doc/rsync.sgml to the %doc files. Patch follows. Thanks for all the good work! --- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2004 Feb 27
0
Réf. : Trouble with install, still--please help
Hi These files are the samba daemon ! > usr/local/samba/sbin/nmbd > usr/local/samba/sbin/smbd > usr/local/samba/sbin/swat > usr/local/samba/sbin/winbindd You must create the smb.conf in /usr/local/samba/lib. ----------------------------------- St?phane PURNELLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32
2004 Feb 26
2
Trouble with install, still
I've tried building it on a server that I know has pretty much every library possible for a program to need, but I'm still not getting a good samba install. I'm on white-dwarf linux (kernel 2.4.25), gcc 3.3.2, Samba 3.0.2a White-dwarf is home-grown, very much like slackware. When I configure and make and make install, I don't get any errors, but I when I look for some files
2005 Jun 11
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH, I am working on building an installer for a stand alone OpenSSH 4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems Cygwin bombed the OpenSSH directory with a ton of erroneous files. The installer is so far perfect and I am seeking advice. Which of the following files from the following structure are totally unnecessary? I wish to know so I can clean up the
2005 Jun 12
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH, I am working on building an installer for a stand alone OpenSSH 4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems Cygwin bombed the OpenSSH directory with a ton of erroneous files. The installer is so far perfect and I am seeking advice. Which of the following files from the following structure are totally unnecessary? I wish to know so I can clean up the
2002 Mar 15
1
rsync-2.5.4 -- 'make install-strip' failure
Hi, I have already sent this once, but since the problem persists here it is again. Please consider the attached patch for inclusion in the rsync distribution. The patch fixes the problem that 'make install-strip' tries to strip the manpages and thus fails. An other part of the patch adds DESTDIR (for package building). This is nowadays part of all automake generated Makefile's,
2002 Jun 18
0
Solaris packaging of rsync - script comes here
Hello everybody, I have written a shell script that makes the building of a Solaris package of rsync easier. Because I think it is useful for other Solaris user, I wold be very happy, if somebody would include it to the source tree. There is one little things to do: - include it in the auto-configuration process, so that the version number will be set correctly. So far, Jens ----- Script
2003 May 24
0
rsync installation in Redhat Linux 7.3
Hi I downloaded rsync Binaries for a redhat linux platform. I installed on the Red Hat Linux release 7.3 (Valhalla) using the command specified in readme.html rpm -Uvh rsync-*.rpm I got the following message package rsync-2.5.4-2 (which is newer than rsync-2.3.1-1) is already installed package rsync-2.5.4-2 (which is newer than rsync-2.3.2-1) is already installed package rsync-2.5.4-2
2002 Mar 13
2
[PATCH] fix install-strip target in Makefile
The first patch will make "make install-strip" work. The second spends a few cycles avoiding "1 files to consider." Both are trivial but IMHO useful. --- Makefile.orig Wed Mar 13 06:38:42 2002 +++ Makefile Wed Mar 13 06:40:58 2002 @@ -12,6 +12,7 @@ LDFLAGS= INSTALLCMD=/bin/install -c +INSTALLMAN=/bin/install -c srcdir=. @@ -56,8 +57,8 @@ ${INSTALLCMD} -m 755 rsync
2005 Jun 12
2
Building Stand-Alone NT Installer. Need Advice on File Structure. Thank you!
-- Hello Everyone, I am trying to build a stand-alone installation application of OpenSSH 4.1p1-1. The target of this project is the NT platform (NT/00/XP/03). I've met with success and am happy so far with the progress. I cross-checked all executables and DLL's for dependencies. All executables and DLL's should truly stand-alone (dependent on nothing outside the enclosed tree).
2005 Oct 31
0
[PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg man page. It documents the new set of options introduced over the last few weeks. Signed-off-by: Sean Dague <sean@dague.net> Diffstat output: xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+) diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5 ---
2003 Dec 11
1
patch for rpm spec problem
The following is a description of an rpm-based rsync build problem on my Redhat 7.1 system, and a patch that fixed the spec file. The problem occurred on several recent rsync releases, including 2.5.7: rpm -tb --define '_topdir /home/user/tmp/rpmbuild' rsync-2.5.7.tar.gz ALMOST works; it uses the spec file in lsb, not redhat/7.1. This spec file fails due to bad date format in one line,
2004 Mar 10
1
Having problems uninstalling Samba 2.2.7a in RH 9
Dear all, Many months ago John Terpstra took time and helped this newby get samba 3.0 installed and working really well on my server at the time. Unfortunately the server died on me. Now I have a new one I am attemping to install Samba 3 on but i get this conflict with version 2.2.7a that came with RH 9. I can not remove it. I have tried several methods and it still there cause 3.0 will not
2008 Nov 21
2
'make install' failed on Sparc5, Solaris2.7
Hello, System info: Sparcstation 5, Solaris 2.7, openssl-0.9.8i. I've tried to install openssh-3.9p1 openssh-4.9p1 openssh-5.1p1 all failed the similar way. The following is the last portion of the 'make install' printout. ./install-sh -c -m 0755 -s ssh /usr/local/bin/ssh BFD: /usr/local/bin/stkuaiGw: warning: allocated section `.interp' not in segment ./install-sh -c -m 0755
2003 Oct 30
0
build of 2.5.6 on AIX 4.3.3
Hi, i was using rsync 2.4.5 for AIX 4.3 binary downloaded from http://rsync.samba.org/ftp/rsync/binaries/AIX/ . I now compiled the latest 2.5.6 on AIX 4.3.3 and created a tarball to use like the one available from http://rsync.samba.org/ftp/rsync/binaries/AIX/ . root@b50srv1:/usr/local/src# uname -a AIX b50srv1 3 4 000B14FD4C00 root@b50srv1:/usr/local/src# oslevel 4.3.3.0