Displaying 20 results from an estimated 22 matches for "pkg_version".
Did you mean:
ki_version
2016 Nov 12
1
OpenWrt tinc package, looking for new maintainer
...c 1.0.30
>
> Commit message is like
> packagename: version bump xxx
>
> So in our example:
> tinc: version bump 1.0.30
>
> also change MAINTAINER:=Saverio Proto <zioproto at gmail.com> to something else.
>
> It is important if you make changes and you dont change PKG_VERSION to
> increase PKG_RELEASE. Also it is important to reset to 1 PKG_RELEASE
> when upgrading PKG_VERSION.
>
> Also it is important to make sure the package compiles before pushing.
> If you just version bump compile check is enough. If you change init
> script or other stuff you hav...
2016 Nov 04
2
OpenWrt tinc package, looking for new maintainer
Saverio, it looks I'm using tinc on OpenWRT packaged by you)
Thank you for it
Is something there in that task, what is harder than
https://wiki.openwrt.org/doc/devel/packages ?
Anyway, I want to try
On Thu, Nov 3, 2016 at 5:57 PM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Thu, Nov 03, 2016 at 03:43:42PM +0100, Saverio Proto wrote:
>
> > I am not using OpenWrt a
2016 Nov 05
0
OpenWrt tinc package, looking for new maintainer
...m/openwrt/packages
Make a version bump to tinc 1.0.30
Commit message is like
packagename: version bump xxx
So in our example:
tinc: version bump 1.0.30
also change MAINTAINER:=Saverio Proto <zioproto at gmail.com> to something else.
It is important if you make changes and you dont change PKG_VERSION to
increase PKG_RELEASE. Also it is important to reset to 1 PKG_RELEASE
when upgrading PKG_VERSION.
Also it is important to make sure the package compiles before pushing.
If you just version bump compile check is enough. If you change init
script or other stuff you have to do more testing.
After p...
2009 Feb 17
1
Create package with Fortran 90 and C code
....
When I compile and load the file manually like:
SHELL> R CMD SHLIB file.f90
R> dyn.load("file.so")
I can use the .Fortran() fine. However, when I try to build, install and load
the library I seem to be missing something.
I do a:
SHELL> R CMD build dir
SHELL> R CMD INSTALL pkg_version.tar.gz
Things seem to progress smoothly. However, in R when I try to load the package I
get an error like:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/cs/home/cslsi/wat410/R/ia64-unknown-linux-gnu-library/2.7/pkg/libs/pkg.so':
/cs/home/cslsi/wat41...
2011 Jun 02
1
[R-SIG-Mac] check leads to .o files and to packagename-Ex.R
...1) in the R Extensions manual, and it doesn't say anything about
running on tarballs being preferred.
Add my vote to the wishlist that the src directory should get cleaned
after R CMD check.
Ben Bolker
>
> So, it'd be something like:
>
> R CMD build pkg
> R CMD check pkg_version.tar.gz
>
> b
>
> On 2 June 2011 06:54, Marius Hofert <m_hofert at web.de> wrote:
>> Dear expeRts,
>>
>> I work on the R package "nacopula" (https://r-forge.r-project.org/projects/nacopula/) under Mac OS X 10.6.7 (MacBook Pro). The session info is:...
2012 Dec 10
5
How to update ports tree indexes when using svn
Hi list,
after the security announcement (http://www.freebsd.org/news/2012-compromise.html) I use svn to update my local ports tree. I've found out that the port index is not updated. What is the preferred/recommended way to update port indexes when using svn?
Thanks,
Serguey.
2010 Jan 27
1
adding / modifiying functions in a site-library package ????
I want to add just one more function to an already installed, locally
developed site-library package. Is there a good tutorial on this laying
about? From what I see the new function would touch several files and
directories in the existing package. Tools to automate that ?
2002 Dec 12
1
Samba update FreeBSD
Perhaps a rather stupid question, but I have not found the complete correct
way to upgrade a Samba installation on FreeBSD.
I always use the ports to install the newer version, but after a while I
discovered that the installation of the new version did not uninstall the
previous version, so when you look at the installed packages (pkg_info) you
can see all older versions, they can be uninstalled
2011 Nov 29
1
[PATCH] out of tree build: ruby (second take)
...| 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in
index da9f3f1..2587476 100644
--- a/ruby/Rakefile.in
+++ b/ruby/Rakefile.in
@@ -24,10 +24,10 @@ require 'rake/gempackagetask'
PKG_NAME='@PACKAGE_NAME@'
PKG_VERSION='@PACKAGE_VERSION@'
-EXT_CONF='@srcdir@/ext/hivex/extconf.rb'
+EXT_CONF='@abs_srcdir@/ext/hivex/extconf.rb'
MAKEFILE='@builddir@/ext/hivex/Makefile'
HIVEX_MODULE='@builddir@/ext/hivex/_hivex.so'
-HIVEX_SRC='@srcdir@/ext/hivex/_hivex.c'
+HIVEX_SRC=...
2002 May 29
2
Problem installing packages
Dear R-experts,
I'm a new R user and so far have no complains about ir. However I
still can't figure out how to install packages. I'm running the R 1.5.0
(Carbon) under OS X. I just downloaded some packages from CRAN (Tree,
among them) and moved them to the library folder in R. When the R session
started, I was expecting that using the command library(tree) would do it,
but
2011 Nov 21
2
[PATCH] out of tree build: ruby
---
ruby/Rakefile.in | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in
index da9f3f1..99a195d 100644
--- a/ruby/Rakefile.in
+++ b/ruby/Rakefile.in
@@ -27,7 +27,7 @@ PKG_VERSION='@PACKAGE_VERSION@'
EXT_CONF='@srcdir@/ext/hivex/extconf.rb'
MAKEFILE='@builddir@/ext/hivex/Makefile'
HIVEX_MODULE='@builddir@/ext/hivex/_hivex.so'
-HIVEX_SRC='@srcdir@/ext/hivex/_hivex.c'
+HIVEX_SRC='@abs_srcdir@/ext/hivex/_hivex.c'
CLEAN.inclu...
2011 Nov 20
1
[PATCH] out-of-tree build: ruby
...-p -m 0755 $(builddir)/ext/guestfs/_guestfs.so $(DESTDIR)$(RUBY_SITEARCH)
endif
diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in
index 7c5a63a..f4bf901 100644
--- a/ruby/Rakefile.in
+++ b/ruby/Rakefile.in
@@ -24,7 +24,7 @@ require 'rake/gempackagetask'
PKG_NAME='@PACKAGE_NAME@'
PKG_VERSION='@PACKAGE_VERSION@'
-EXT_CONF='@srcdir@/ext/guestfs/extconf.rb'
+EXT_CONF='@abs_srcdir@/ext/guestfs/extconf.rb'
MAKEFILE='@builddir@/ext/guestfs/Makefile'
GUESTFS_MODULE='@builddir@/ext/guestfs/_guestfs.so'
GUESTFS_SRC='@srcdir@/ext/guestfs/_guestfs....
2017 Nov 02
0
"prob" package alternative
...antrowitz <tlkantro at gmail.com> wrote:
>
> Thanks. I found that, and installed it and got the same message. Here:
>
> RTools version 3.4
>
> install.packages("fAsianOptions_3010.tar.gz",
I don't see a path to that file's location.
The expansion from pkg_version.tar.gz might be automatic, but I do generally expand such file into its own directory and then drag that directory icon into the console so my command would look like:
install.packages("~/Downloads/fAsianOptions", dependencies=TRUE, repos=NULL, type = "source")
I suggest you...
2015 Feb 06
0
Re: Patchable build problems on OS X 10.10
...ort all variables.
> # Otherwise a system limit (for SysV at least) may be exceeded.
> diff --git ruby/Rakefile.in ruby/Rakefile.in
> index 94a25fd..1dfc600 100644
> --- ruby/Rakefile.in
> +++ ruby/Rakefile.in
> @@ -40,9 +40,11 @@ end
> PKG_NAME='@PACKAGE_NAME@'
> PKG_VERSION='@PACKAGE_VERSION@'
>
> +DLEXT=RbConfig::CONFIG['DLEXT']
> +
> EXT_CONF='@abs_builddir@/ext/guestfs/extconf.rb'
> MAKEFILE='@builddir@/ext/guestfs/Makefile'
> -GUESTFS_MODULE='@builddir@/ext/guestfs/_guestfs.so'
> +GUESTFS_MODULE=&quo...
2003 May 13
3
/usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found
...-nrs
FreeBSD aegis.terrabionic.lan 4.7-STABLE
# wine setup.exe
/usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found
# locate libntdll.dll.so
/usr/local/lib/wine/libntdll.dll.so
# cat /compat/linux/etc/ld.so.conf
/usr/lib
/usr/local/lib
/usr/X11R6/lib
# pkg_version | grep wine
wine-2003.05.08
can anyone help me out here? thanks.
ciao,
---jsha
1999 Oct 06
1
R-0.65.1 is released
...fault is TRUE) allows
continuation after an error in batch processing.
o In graphics, lty has now 6 instead of 4 predefined line types.
o as.hclust.twins() in package mva to convert (and plot)
objects from agnes() and daisy() of package cluster.
o R INSTALL now can directly install pkg_version.tar.gz files
as obtained from CRAN. New function update.packages()
& friends for automatically downloading packages from CRAN and
install them on the fly (on Unix and Windows).
o New function commandArgs() to record the command-line used.
o New arguments `local' and `now' t...
1999 Oct 06
1
R-0.65.1 is released
...fault is TRUE) allows
continuation after an error in batch processing.
o In graphics, lty has now 6 instead of 4 predefined line types.
o as.hclust.twins() in package mva to convert (and plot)
objects from agnes() and daisy() of package cluster.
o R INSTALL now can directly install pkg_version.tar.gz files
as obtained from CRAN. New function update.packages()
& friends for automatically downloading packages from CRAN and
install them on the fly (on Unix and Windows).
o New function commandArgs() to record the command-line used.
o New arguments `local' and `now' t...
2017 Nov 02
2
"prob" package alternative
Thanks. I found that, and installed it and got the same message. Here:
RTools version 3.4
install.packages("fAsianOptions_3010.tar.gz", dependencies=TRUE,
repos=NULL, type = "source")
Installing package into ?C:/Users/Tlk7/Documents/R/win-library/3.4? (as
?lib? is unspecified) Warning: invalid package 'fAsianOptions_3010.tar.gz'
Error: ERROR: no packages specified
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and
one that uses Ruby's own autoconf stuff for determining how Ruby
bindings should be built.
Cheers,
-Hilko
2012 Jun 22
0
R 2.15.1 is released
....tar.gz) = fcdf247e707fdade82b78bcf911a54f1
This is the relevant part of the NEWS file:
CHANGES IN R VERSION 2.15.1:
NEW FEATURES:
o source() now uses withVisible() rather than
.Internal(eval.with.vis). This sometimes alters tracebacks
slightly.
o install.packages("pkg_version.tgz") on Mac OS X now has sanity
checks that this is actually a binary package (as people have
tried it with incorrectly named source packages).
o splineDesign() and spline.des() in package splines have a new
option sparse which can be used for efficient construction of...