[r-cran-yaml] 01/01: there is a plan

Joost van Baal joostvb at moszumanska.debian.org
Wed Jan 6 20:54:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository r-cran-yaml.

commit bb895170152c17118f19cd68ede0f2e8487a3a2b
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Wed Jan 6 21:54:50 2016 +0100

    there is a plan
---
 debian/changelog | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40230ab..c3a91ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -134,8 +134,6 @@ implicit.c  Makevars  r-ext.c  r-ext.h  yaml_private.h
 
 (sid)joostvb at nusku:~/gi...n/r-cran-yaml-2.1.13/src% vi r-ext.h 
 
-
-
 (sid)joostvb at nusku:~/git/r-cran/r-cran-yaml-2.1.13% fakeroot ./debian/rules binary
 
                 MAKEFLAGS="LDFLAGS=-Wl,-z,relro" R CMD INSTALL -l /home/joostvb/git/r-cran/r-cran-yaml-2.1.13/debian/r-cran-yaml/usr/lib/R/site-library         \
@@ -162,7 +160,19 @@ Error in dyn.load(file, DLLpath = DLLpath, ...) :
   /home/joostvb/git/r-cran/r-cran-yaml-2.1.13/debian/r-cran-yaml/usr/lib/R/site-library/yaml/libs/yaml.so: undefined symbol: yaml_sequence_start_event_initialize
 Error: loading failed
 
+(sid)joostvb at nusku:~/gi...n/r-cran-yaml-2.1.13/src% gcc -std=gnu99 -I/usr/share/R/include -I. -fpic  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c implicit.c -o implicit.o
+(sid)joostvb at nusku:~/gi...n/r-cran-yaml-2.1.13/src% ls
+implicit.c  implicit.o  Makevars  r-ext.c  r-ext.h  yaml_private.h
+
+it compiles yaml.so without any error
+
+this yaml.so is linked with
+
+        libR.so => /usr/lib/libR.so (0x00007f7614ddf000)
+
+/usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 is _not_ linked with libR.so
 
+seems removing yaml sources before compiling, and shipping the thus build r-ified yaml.so is the best?
 
  -- Joost van Baal-Ilić <joostvb at debian.org>  Wed, 23 Dec 2015 15:52:52 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-yaml.git



More information about the debian-science-commits mailing list