Hi!
Can somebody give a helping hand and tell me if it`s the package or a faulty
builder?
devel:languages:R:base/R
got a (minor) update from upstream. Now building fails for some but not all
repositories.
I.e. https://build.opensuse.org/package/live_build_log?arch=i586&package=R&proje…
gives (after lengthy compilation)
** help
*** caught segfault ***
address 0xffffffe3, cause 'memory not mapped'
(see above link for context)
Any hints?
Locally I built R-base successfully for 11.4 and factory.
Detlef
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Trim user prefix from tarball filename.
This enables tar_scm service to be used with git and ssh transport
(in conjuction with a passphrase less ssh-pubkey). Example Git URL:
git@gitrepo.tld:foobar.git
---
tar_scm | 1 +
1 file changed, 1 insertion(+)
Index: obs-service-tar_scm/tar_scm
===================================================================
--- obs-service-tar_scm.orig/tar_scm
+++ obs-service-tar_scm/tar_scm
@@ -105,6 +105,7 @@ if [ -z "$FILE" -a "$MYSCM" == "git" ];
FILE="${MYURL%/}"
FILE="${FILE##*/}"
FILE="${FILE%.git}"
+ FILE="${FILE#*@*:}"
fi
if [ -z "$FILE" -a "$MYSCM" == "svn" ]; then
FILE="${MYURL%/}"
--
Daniel Gollub
Linux Consultant & Developer
Tel.: +49-160 47 73 970
Mail: gollub(a)b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
git 1.6.x and very likely other version only support "show --pretty=format:%at"
as parameter with "format:" prefix. git show --pretty=%at is also support by
recent git versions.
---
tar_scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: obs-service-tar_scm/tar_scm
===================================================================
--- obs-service-tar_scm.orig/tar_scm
+++ obs-service-tar_scm/tar_scm
@@ -178,12 +178,12 @@ elif [ "$MYSCM" == "git" ]; then
if [ -z "$MYSUBDIR" -a -d "$TAR_DIRECTORY/.git" ]; then
# update existing content for speed/bandwidth reasons
cd "$TAR_DIRECTORY"
- OLDVERSION=`git show --pretty=%at | head -n 1`
+ OLDVERSION=`git show --pretty=format:%at | head -n 1`
git pull $MYGITARGS || exit 1
if [ -n "$MYREVISION" ]; then
git checkout "$MYREVISION" || exit 1
fi
- NEWVERSION=`git show --pretty=%at | head -n 1`
+ NEWVERSION=`git show --pretty=format:%at | head -n 1`
cd -
mv "$TAR_DIRECTORY" "${FILE}" || exit 1
else
@@ -198,7 +198,7 @@ elif [ "$MYSCM" == "git" ]; then
if [ "$VERSION" == "_auto_" ]; then
cd "$FILE"
[ -n "$MYPREFIX" ] && MYPREFIX="$MYPREFIX."
- VERSION="$MYPREFIX"`git show --pretty=%at | head -n 1`
+ VERSION="$MYPREFIX"`git show --pretty=format:%at | head -n 1`
cd -
fi
elif [ "$MYSCM" == "hg" ]; then
--
Daniel Gollub
Linux Consultant & Developer
Tel.: +49-160 47 73 970
Mail: gollub(a)b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
Hello all,
I created a spec-file using rpmdev-newspec (I think the programm´s
called so.) and used this to build packages with OBS.
Now the situation is, that the packages failed to build. I checked the
logfile and it told me, that there wasn´t any valid group for the
program. *But* the created spec-template didn´t have such group category.
Is it possible, that the SUSE devs contratic themselves, or is the fault
located on my site?
thanks for your help!
Kim
--
-o) Kim Leyendecker
/\\ openSUSE Ambassador, openSUSE Wiki Team DE
_\_v http://www.opensuse.org - Linux for open minds
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org