Displaying 20 results from an estimated 24 matches for "help2man".
Did you mean:
helman
2006 Jan 07
2
minor build problem
...directory
make[1]: *** [install-man] Error 1
make: *** [install] Error 1
which is due to the fact that R.1 doesn't exist. When I try to make R.
1 by going into docs and doing make svnonly, I get:
(sly at gigondas):~/src/R/r-devel/build-f95/doc$ make svnonly
make[1]: `R.fe' is up to date.
help2man: can't get `--version' info from ../src/scripts/R.fe
When I try to run help2man manually I get:
(sly at gigondas):~/src/R/r-devel/build-f95/doc$ perl ../../R/tools/
help2man.pl --include=../../R/doc/R.aux --no-info --output=R.1 --
name="a language for data analysis and graphics&q...
2003 Aug 20
1
Error code 1 during 'make install'(FreeBSD 4.6.2)
Hello,
When doing "make install" under any port, I get *** Error code 1 after the
"Checking if *** already installed" (see below for help2man as an example).
This error seems to occur with any port, such as apg
(/usr/ports/security/apg). The tarball are fetched from Internet.
I think this is due to the difference of version : CVS has RELENG_4_6_2 and
'make install' fetch (I believe) the latest version of the port.
What could...
2006 Nov 09
1
Failing to install R-2.4.0 on FC4
...:
http://cran.fhcrc.org/src/base/R-2/R-2.4.0.tar.gz
to a linux machine (Linux 2.6.11-1.1369_FC4smp #1 SMP).
I successfully configured and compiled it, which means I'm able to
run it from the R-2.4.0/bin directory.
I want to do a system wide installation (via 'sudo make install') and
help2man fails, ie, when I execute the installation command mentioned
previously I get:
make[1]: Entering directory `/home/bcarvalh/R-2.4.0/m4'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/bcarvalh/R-2.4.0/m4'
make[1]: Entering directory `/home/bcarvalh/R-2.4.0/t...
2019 Aug 08
1
Appetite for eliminating dependency on Perl
...?).
Not such a huge deal, really, but the actual benefit R gets from the
dependency is quite small. From my poking around in the R sources (using
`git grep -P '\bperl\b(?! ?= ?(?:TRUE|FALSE))' ` as a filter), it looks
like it's only used in the following nooks & crannies:
* tools/help2man.pl
* tools/install-info.pl
* configure: INSTALL_INFO="perl \$(top_srcdir)/tools/install-info.pl"
* m4/R.m4: INSTALL_INFO="perl \$(top_srcdir)/tools/install-info.pl"
Ultimately that's only two scripts. `help2man.pl` seems like it's part of
the build process, b...
2006 Apr 11
1
Bug#361968: Wrong name in manpage
...6 at 22:03, Kanru Chen wrote:
| Package: r-base-core
| Version: 2.2.1.svn37668-1
| Severity: minor
|
| In manpage of /usr/bin/R, the first, fourth and last line shows `VERSION'
| instead of `R'.
|
| I believe it is a typo.
More likely something is wrong with how R.1 is autogenerated using help2man.
Incidentally, that `R --version' now starts its ouput with 'Version' rather
than R had bit us in the RPy builds where the version number was regexp'ed
out of the result, and was still expecting the line to start with R just like
help2man seems to expect the program name first.
R...
2006 Nov 08
0
Failing to install on Linux FC4
...ttp://cran.fhcrc.org/src/base/R-2/R-2.4.0.tar.gz
to a linux machine (Linux 2.6.11-1.1369_FC4smp #1 SMP).
I successfully configured and compiled it, which means I'm able to
run it from the R-2.4.0/bin directory.
I want to do a system wide installation (via 'sudo make install') and
help2man fails, ie, when I execute the installation command mentioned
previously I get:
make[1]: Entering directory `/home/bcarvalh/R-2.4.0/m4'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/bcarvalh/R-2.4.0/m4'
make[1]: Entering directory `/home/bcarvalh/R-2.4.0...
2018 Jul 16
2
Difficulty trying to configure and installing XAPIAN!
...GCC 4.8.5 and make 3.8.2
yum install zlib-devel.x86_64 #for zlib-devel-1.2.7-17.el7.x86_64
yum install libuuid-devel.x86_64 #for libuuid-devel-2.23.2-52.el7.x86_64
yum install uuid-devel.x86_64 #for uuid-devel-1.6.2-26.el7.x86_64
yum install graphviz #for graphviz-2.30.1-21.el7.x86_64
yum install help2man #for help2man-1.41.1-3.el7.noarch
yum install python-docutils
#for python-docutils-0.11-0.3.20130715svn7687.el7.noarch
I installed xapian-core, xapian-omega, and xapian-bidings 1.4.5 in one
centos 7 and I did not have this problem.
Another question is what is the best way to configure xapian to...
2012 Mar 12
1
Help, Wine isn't working
...ne
---> Dependencies to be installed: apple-gcc42 gst-plugins-base gnome-vfs gconf dbus-glib gtk-doc gnome-doc-utils py27-libxml2 python27 python27 py27-libxml2 rarian getopt gtk2 atk gdk-pixbuf2 jasper jpeg jpeg libpng libpng tiff tiff hicolor-icon-theme pango Xft2 xrender xorg-libX11 autoconf help2man p5.12-locale-gettext automake libtool xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-libxcb xorg-libpthread-stubs xorg-xcb-proto xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-renderproto xrender cairo libpixman xor...
2016 Jan 18
3
WARNING you cannot build info or html versions of the R manuals
On 01/16/2016 05:24 PM, Rolf Turner wrote:
> All that being said, the question remains as to *why* R cannot find
> "texinfo" when it is indeed present on my system.
Rather than give you a lengthy discussion of how RPM building works and
hacking the R spec, let's focus on this question instead (I'm still
willing to show you RPM building if you'd like, because if
2016 Jan 19
0
WARNING you cannot build info or html versions of the R manuals
...o-6.0-2.fc17.*.rpm
>
> hth,
>
> ~tom
Okay; tried this. The executive summary is: It didn't work.
In more detail: I got a sequence of warnings
warning: group mockbuild does not exist - using root
which I ignored. Then got an error:
> error: Failed build dependencies:
> help2man is needed by texinfo-6.0-2.fc17.x86_64
> perl(Locale::Messages) is needed by texinfo-6.0-2.fc17.x86_64
> perl(Unicode::EastAsianWidth) is needed by texinfo-6.0-2.fc17.x86_64
> perl(Text::Unidecode) is needed by texinfo-6.0-2.fc17.x86_64
Did a sudo yum install help2man which seemed to work...
2007 Mar 03
2
Segmentation fault on bin/R --version in R-devel
...[1]: Leaving directory `/home/share/projectSoft/R/R/tools'
make[1]: Entering directory `/home/share/projectSoft/R/R/doc'
installing doc ...
/usr/bin/install -c -m 644 ../NEWS "/usr/local/R-devel/lib/R/doc"
sh: line 1: 15129 Segmentation fault ../bin/R --version 2>/dev/null
help2man: can't get `--version' info from ../bin/R
make[1]: *** [R.1] Error 139
make[1]: Leaving directory `/home/share/projectSoft/R/R/doc'
make: *** [install] Error 1
gcc --version
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This i...
2019 Oct 26
0
Can't rebuild coreutils package under CentOS 8: Missing build dependencies
...xinfo exists here:
<http://archive.kernel.org/centos-vault/8.0.1905/BaseOS/Source/SPackages/>
I see no binary package for it here:
<https://mirrors.edge.kernel.org/centos/8.0.1905/BaseOS/x86_64/os/Packages/>
I tried "dnf builddep" on the texinfo source package and it wants help2man.
I can't find either a source or binary package for that. (I see one in the
CentOS 7 repo.)
Another missing dependency is 'perl(Unicode::EastAsianWidth)'. dnf can't
find a package that supplies that.
(The end goal is to figure out where ls.c is getting an implementation of
str...
2004 Nov 22
3
Test builds for CYGWIN and IRIX?
I'm starting to prepare the next release. Since 0.8.3 I've made a
number of changes to get working builds working on HPUX and OSF, and
made some of the Windows specific bits more robust. I'd like to check
that these haven't broken CYGWIN or IRIX builds, but I don't have
access to these platforms. If you are able to test, it'd be most
appreciated if you could. Download a
2019 Oct 26
2
ls permissions format changed in CentOS 8
--On Friday, October 25, 2019 6:39 PM -0700 Kenneth Porter
<shiva at sewingwitch.com> wrote:
> I may have to pull the coreutils-8.30-6.el8.x86_64 sources to see how ls
> makes these decisions.
I pulled the coreutils SRPM and it won't build because it wants texinfo and
dnf says it doesn't exist, using either the builddep or search subcommands.
(There may be other builddep
2016 Jan 19
2
WARNING you cannot build info or html versions of the R manuals
...mething you
should not ignore:
" - using root".
You should not be building software as root. That path leads to terrible
pain and destruction. When you're ready to install the software you've
built, su to root, but not before.
>> error: Failed build dependencies:
>> help2man is needed by texinfo-6.0-2.fc17.x86_64
>> perl(Locale::Messages) is needed by texinfo-6.0-2.fc17.x86_64
>> perl(Unicode::EastAsianWidth) is needed by texinfo-6.0-2.fc17.x86_64
>> perl(Text::Unidecode) is needed by texinfo-6.0-2.fc17.x86_64
These messages come from RPM and they sa...
2006 Aug 20
1
omindex patch
...EADPST, HAVE_CATDOC
* commonhelp.cc: Update stemmer help with HAVE_TEXTCAT (lang
autodetection)
* configfile.cc: New cache_dir
* Makefile.am: Prepare for omindex_test. Link omindex against
configfile.
* langclass, langclass.conf: New file and directory
* omindex.1: updated by help2man
--
Reini Urban
-------------- next part --------------
A non-text attachment was scrubbed...
Name: omega-0.9.6b.patch.gz
Type: application/x-gzip
Size: 10832 bytes
Desc: not available
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20060820/7f22ae94/attachment.bin>
2006 Jan 03
2
Debian Package Installation
Hi:
I've successfully installed Xapian under Ubuntu Linux using APT but when I
tried it on an older Debian machine I got a broken package error:
------------------------------------------
# apt-get install libxapian8
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are
2004 Oct 04
1
AD2003 +Squid NTLM Auth.
...ast creation of images
gdbm-1.8.3 The GNU database manager
gettext-0.12.1 GNU gettext package
glib-1.2.10_9 Some useful routines of C programming (previous stable
vers
gmake-3.80_1 GNU version of 'make' utility
heimdal-0.6.1 A re-implementation of Kerberos V
help2man-1.33.1 Automatically generating simple manual pages from
program o
imake-4.3.0 Imake and other utilities from XFree86
libiconv-1.8_2 A character set conversion library
libltdl-1.5 System independent dlopen wrapper
linux_base-7.1_4 The base set of packages needed in Linux...
2012 Aug 16
9
[Bug 2034] New: make fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2034
Priority: P5
Bug ID: 2034
Assignee: unassigned-bugs at mindrot.org
Summary: make fails
Severity: critical
Classification: Unclassified
OS: FreeBSD
Reporter: kris.universe at gmail.com
Hardware: amd64
Status: NEW
Version: 6.0p1
1999 Oct 20
3
patch for tinc-0.3
Hi tinc list members,
There were some problems with Ivo's email adresses (both zarq@iname.com
and
zarq@spark.icicle.dhs.org) so I resent the stuff to the mailling list.
=============================================
Hi Ivo,
Hier is een oplossing voor een bugje in flush_queue(), en ook wat andere
troepjes
zoals een tincd scheduler. Dit werkt wat beter, omdat de