search for: package_name

Displaying 20 results from an estimated 354 matches for "package_name".

2012 Dec 27
1
Filesystem Hierarchy Standard respecting CentOS
...les will remain on the installation host once they are processed. I have read the subject document a couple of times and I am wondering what people here with experience in these matters actually do. The FHS suggests to me that projects of the sort I am dealing with belong entirely within the /opt/package_name/ tree with variable data stowed in /var/opt/package_name or possibly /var/spool/package_name. However, I have not yet found any application packages for CentOS-6 that actually do this. I find some that go into /usr/package_name, some into /usr/lib/package_name, many that install into /usr/libexec...
2017 Jul 14
0
[hivex PATCH 2/2] build: do not ignore pod2man error codes
...4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index f711f22..4a7cea1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -61,7 +61,7 @@ hivex.3: hivex.pod -c "Windows Registry" \ --name "hivex" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - $< > $@-t; mv $@-t $@ + $< > $@-t && mv $@-t $@ noinst_DATA = \ $(top_builddir)/html/hivex.3.html diff --git a/regedit/Makefile.am b/regedit/Makefile.am index 476c059..749c221 100644 --- a/regedit/Makefile.am +++ b/regedit/Makefile.am @@ -2...
2017 Jul 14
2
[hivex PATCH 1/2] hivexregedit: fix POD markup
Put the "=back" to close the list only after the last element. --- regedit/hivexregedit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regedit/hivexregedit b/regedit/hivexregedit index 02c382b..cd49063 100755 --- a/regedit/hivexregedit +++ b/regedit/hivexregedit @@ -248,8 +248,6 @@ You should only use this option for quick hacking and debugging of the hive
2010 Sep 02
2
[PATCH] Allow manual pages and POD files to be translated.
.../tools/virt-*.pl) + +if HAVE_PO4A + +# Note: po4a leaves empty '=encoding' lines in POD files. Also it +# includes a large warning message which ends up in the output. We +# post-process the output to remove both. +libguestfs-docs.pot: po4a.conf + $(PO4A) \ + -k 0 \ + --package-name $(PACKAGE_NAME) \ + --package-version $(PACKAGE_VERSION) \ + --msgid-bugs-address libguestfs at redhat.com \ + --copyright-holder "Red Hat Inc." \ + po4a.conf + for f in `find $(LINGUAS) -name '*.pod' -o -name '*.pl'`; do \ + awk 'FNR >= 14 { print }' < $$f > $...
2009 Feb 21
1
Install failure (PR#13545)
...preprocessor configure:5482: gcc -E -I/usr/local/include conftest.c configure:5488: $? = 0 configure:5519: gcc -E -I/usr/local/include conftest.c conftest.c:16:28: error: ac_nonexistent.h: No such file or directory configure:5525: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.8.1" | #define PACKAGE_STRING "R 2.8.1" | #define PACKAGE_BUGREPORT "r-bugs at R-project.org" | #define PACKAGE "R" | #define VERSION "2.8.1" | #define R_PLATFORM &qu...
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi, This email is mainly addressed at Waldi (Bastian Blank). I'm resending it since the previous one is waiting for approval due to its size being bigger than 40k (I compressed the .diff this time, so it should be ok). I have worked on enhancing the current packaging of Xen 4.1.1 over the last weeks. The main goal was to package the OCaml libraries of Xen as separated binary packages, and
2009 Aug 21
2
[virt-v2v] "make distcheck" now passes
...K_PROG([PERL],[perl],[perl],[no]) -- 1.6.4.378.g88f2f >From b077a19ae444aadfe8baf5d29df7125394b1a867 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 21 Aug 2009 13:32:03 +0200 Subject: [PATCH 2/3] configure.ac: correct typo in package name * configure.ac (PACKAGE_NAME): It's virt-v2v, not virtv2v. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 204bfb6..9acc430 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ m4_define([virtv2v_release], [68]) # extra can be any stri...
2012 Sep 02
5
[newbie] scripting remote check for R package
summary: e.g., how to replace '<query R for package=package_name>' in the following: for RSERVER in 'foo' 'bar' 'baz' ; do ssh ${RSERVER} '<query R for package=package_name>' done or is there a better way to script checking for an R package? details: For my work I need a few non-standard R packages. I do that wo...
2013 Aug 05
3
serving .exe file via http (provider => windows)
hi everyone, i''m trying to roll out an .exe file for the puppet package provider "windows". my manifest looks like this: $package_source = "http://puppet.local.domain/base_check_mk/windows/check-mk-agent-1.2.3i1.exe" $package_name = "Check_MK Agent 1.2.3i1" package { "$package_name": ensure => installed, provider => windows, source => "$package_source", install_options => [''/S'', ''/D=C:\check_mk''] } the agent says: Error:...
2015 Sep 08
1
[PATCH] build: improve maintainer-check-extra-dist target
...(failing the target if not). --- Makefile.am | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8f0bb1b..f4916a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,13 +573,15 @@ maintainer-tag: maintainer-check-extra-dist: zcat $(PACKAGE_NAME)-$(VERSION).tar.gz | tar tf - | sort | \ sed 's,^$(PACKAGE_NAME)-$(VERSION)/,,' > tmp/tarfiles - git ls-files | sort > tmp/gitfiles - diff -ur tmp/tarfiles tmp/gitfiles | \ - grep '^\+' | \ - grep -v '^\+intltool-.*\.in' | \ - grep -v '^\+.gitmodules'...
2006 Oct 30
1
installing package help with limited permissions
...Any way to have an alternate place to store help files, just as we are using an alternate location for packages? I tried giving users Modify permission to R..../doc/html folder. With this, install package does NOT give any error for insufficient permission to install help; help(package='package_name') works; however help(function, package='package_name') still does not work. Is there any good way out of this dilemma, short of giving users free permission to the entire R installation? Thanks for any suggestions. -- Eva Goldwater email: goldwater at schoolph.umass.edu Biosta...
2017 Jul 06
2
Regarding R_LIBS_USER
.../R/library I believe with 3.4.1-1 Dirk tried to move towards that configuration, and for some reasons we ended in a situation where the R library in the HOME directory was not considered to write into and was not considered to load packages from. This is how R works: - When we use `library("package_name")`, the package_name is searched in the directories given by .libPaths(). - When we use `install.packages("package_name")`, by default the package is installed in the first element of .libPaths(). These two things make it very tricky to find a solution to 1, because: - We can'...
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...arallel mode. See the man page dmake(1) for more information on setting up the .dmakerc file. -xO5 -xc99 -xlibmieee -xlibmil -nofstore conftest.c >&5 ./configure: line 1626: dmake:: command not found configure:1628: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1667: error: C compiler cannot create execut...
2004 Oct 23
1
Issues with compiling wine
...cc: In function `int main()': conftest.cc:13: error: `exit' undeclared (first use this function) conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0...
2011 Sep 21
11
Software inventory
Howdy, Before I go about writing one myself, anyone out there written a software inventory module/fact for gathering a list of all installed rpms/debs on a system? Got a few ideas floating around in my head, but wanted to see if/what other folks have done .. -- I''ve seen things you people wouldn''t believe. Attack ships on fire off the shoulder of Orion. I watched C-beams
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...comment --remove-section=.note $(INSTALL_DIR)/usr/lib/xen*/boot/* @@ -144,6 +152,37 @@ install-libxen-dev_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH) dh_shlibdeps +$(MAKE_SELF) install-base +install-lib-ocaml_$(ARCH): DIR = $(BUILD_DIR)/install-utils_$(ARCH)_ocaml +install-lib-ocaml_$(ARCH): PACKAGE_NAME = libxen-$(VERSION)-ocaml +install-lib-ocaml_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME) +install-lib-ocaml_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH) + dh_testdir + dh_testroot + dh_prep + dh_install --sourcedir=$(DIR) $(OCAML_STDLIB_DIR)/*/META + dh_install --sourcedir=$(DIR) $(OCAML_STDLIB_DIR)/*/...
2008 Jan 28
0
Package Installation produces "gcc fails sanity check" error when installing RODBC error
...mits.h:7, from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11, from conftest.c:11: /usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory configure:4587: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "HP Linux Imaging and Printing" | #define PACKAGE_TARNAME "hplip" | #define PACKAGE_VERSION "2.7.12" | #define PACKAGE_STRING "HP Linux Imaging and Printing 2.7.12" | #define PACKAGE_BUGREPORT "2.7.12.10" | #define PACKAGE "hplip" | #defin...
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
...<arjunsingri at gmail.com> > wrote: > > Thank you for replying. These are the first few lines from llvm-config: > > use 5.006; > > use strict; > > use warnings; > > use Cwd 'abs_path'; > > #---- begin autoconf values ---- > > my $PACKAGE_NAME = q{llvm}; > > No, the very first line (which on my computer, looks like > "#!/usr/bin/perl"). > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110529/80844c0b/att...
2011 Mar 31
0
Is it possible to run unit tests after a package installation?
Dear all, I'm deep into Chambers' SoDA and R-exts.html but I can't find all answers. The thing is that I would like to run my unit tests right after a package installation. That is while the command "R CMD check <package_name>" runs all files named <package_name>/tests/*.R (so unit tests can be placed there) I wonder if it is possible to run them on some destination/target machine after the package has been installed. My goal is to enforce reliable results from calls to the package functions independently...
2012 Oct 16
1
Building a package with an existing dll
I have setup a package directory structure with all the relevent files in the src, R, man and data directories. Also have the correct DESCRIPTION and NAMESPACE files in the root directory. I don't wisk to recompile the .dll file in the src directory as it currently works fine if I locate it in the same workdirectory as my R source code that calls it. This is a little tedious having to move