Bug#753594: openturns FTBFS on mips/mipsel

2014-07-03 Thread Dejan Latinovic

Package: openturns
Version: 1.3-2
Tags: sid patch
Severity: important
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch



Package openturns FTBFS on mips/mipsel with an error:

 debian/rules:48: *** This package requires more than 1GB RAM; do not build on 
 mips/mipsel.  Stop.


As I see, all mips/mipsel debian buildd machines beside rem
have 1G RAM or above.


I tested it on a few local boards,
and on most of them build finished successfully.
On some boards build failed,
but I believe that the reason for that is a parallel build.
After I disabled a parallel build for mips/mipsel,
openturns was built successfully on all boards that I have tested it on.



A patch that disables a parallel build for mips/mipsel is attached.

Could you please consider including this patch?

Best regards,
Dejan
diff -uNr openturns-1.3.orig/debian/rules openturns-1.3/debian/rules
--- openturns-1.3.orig/debian/rules	2014-03-06 21:16:38.0 +
+++ openturns-1.3/debian/rules	2014-07-01 15:52:24.0 +
@@ -1,13 +1,17 @@
 #!/usr/bin/make -f
 
-ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
+ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel))
+$(info Do not use parallel build for mips and mipsel.)
+else
+ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
 	export DEB_BUILD_OPTIONS+=parallel=$(shell getconf _NPROCESSORS_ONLN)
-endif
-$(info DEB_BUILD_OPTIONS:$(origin DEB_BUILD_OPTIONS)=$(DEB_BUILD_OPTIONS))
-
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+$(info DEB_BUILD_OPTIONS:$(origin DEB_BUILD_OPTIONS)=$(DEB_BUILD_OPTIONS))
+
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	test_makeflags = -j$(NUMJOBS)
+endif
 endif
 
 cppflags := $(shell dpkg-buildflags --get CPPFLAGS)
@@ -45,9 +49,10 @@
 
 %:
 ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel))
-	$(error This package requires more than 1GB RAM; do not build on mips/mipsel)
-endif
+	dh $@ --buildsystem=cmake --builddirectory=$(builddir) --with python2 --with quilt
+else
 	dh $@ --buildsystem=cmake --builddirectory=$(builddir) --with python2 --with quilt --parallel
+endif
 
 debian/tmp/usr/lib/R/site-library/rot:
 	-mkdir -p $(debRlib)
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#750133: (no subject)

2014-07-03 Thread Breno Leitao
I am still facing the same issue on package 2.0.0-5, which is suppose 
to contain the fix. 

I tested on ppc64el, take a look at the problem, which seems to be the same.

The following tests FAILED:
  1 - INTEGRATION_audio (Timeout)
  3 - INTEGRATION_cfm_damping_implicit_spring_damper (Timeout)
  5 - INTEGRATION_fixed_joint_reduction (Timeout)
  7 - INTEGRATION_joint_axis_frame (Timeout)
  9 - INTEGRATION_provide_feedback (Timeout)
 11 - PERFORMANCE_parser_urdf (Timeout)
 13 - UNIT_SDF_TEST (Timeout)
 15 - UNIT_Console_TEST (Timeout)
 19 - UNIT_parser_urdf_TEST (Timeout)
Errors while running CTest
make[2]: *** [test] Error 8
make[2]: Leaving directory `/«PKGBUILDDIR»/obj-powerpc64le-linux-gnu'
dh_auto_test: make -j1 test ARGS+=-j1 returned exit code 2
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log could be found at:

http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/sdformat_2.0.0-5_ppc64el.build

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

r-cran-colorspace 1.2-4-1 MIGRATED to testing

2014-07-03 Thread Debian testing watch
FYI: The status of the r-cran-colorspace source package
in Debian's testing distribution has changed.

  Previous version: 1.2-2-1
  Current version:  1.2-4-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


r-cran-spc 1:0.5.0-1 MIGRATED to testing

2014-07-03 Thread Debian testing watch
FYI: The status of the r-cran-spc source package
in Debian's testing distribution has changed.

  Previous version: 1:0.4.2-1
  Current version:  1:0.5.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


r-cran-xtable 1:1.7-3-1 MIGRATED to testing

2014-07-03 Thread Debian testing watch
FYI: The status of the r-cran-xtable source package
in Debian's testing distribution has changed.

  Previous version: 1:1.7-1-1
  Current version:  1:1.7-3-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


r-cran-plotrix 3.5-7-1 MIGRATED to testing

2014-07-03 Thread Debian testing watch
FYI: The status of the r-cran-plotrix source package
in Debian's testing distribution has changed.

  Previous version: 3.4-7-1
  Current version:  3.5-7-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


How to improve the SEO of Your Digital Magazine

2014-07-03 Thread Michael from PressPad
Key takeaways packed into a handy presentation...


Why Have This Publishers Decided To Run a Digital Magazine?
=
In case you have missed this article, let me present an engaging Slideshare 
presentation. I asked our publishers why they’ve decided to run a digital 
magazine, and here are 7 answers that will give you a glimpse into the minds of 
professional digital publishers. You will learn why have publishers decided to 
run a digital magazine? » Read more
blog.presspadapp.com/digital-magazine-the-modern-communication-channel-of-your-companys-choice/#key-takeaways





Digital Publishing Guide - a Free Magazine App about content marketing and 
mobile apps.


Whether you already publish on tablets or you are looking for resources – you 
come to the right place. Download this free Digital Publishing Guide magazine 
and learn how to publish and build revenue on App Store » Download Free App 
http://dpgmag.com/


 

The Best Videos on Digital Publishing You Should See Despite Your Experience


In this article you will have a chance to see fantastic videos that bring 
knowledge and inspiration for digital publishers at all levels of experience  » 
Read more...
http://blog.presspadapp.com/best-videos-digital-publishing-magazines-see-despite-experience/





If you like what we do, give us a little bit of love on Social Media.
Thanks for all your Likes and Follows! - Michael Opydo


Facebook
https://www.facebook.com/presspad


Twitter
https://twitter.com/presspadapp

 



To unsubscribe please click here ( 
http://email.presspadmail.com/wf/unsubscribe?upn=GA3tWWLb1-2FLi-2BYT1t27j3JLLUFaQ4VTCTdtdpdIIUs-2B9uIMZ4SpZMTx-2BzOVitvDxgDk1OVWnoj1arnOrt1GnDM2T-2BGzCTONyTAjybt3tk9oj8t6BN8q2E45a9-2FTiqAUzQeyVWFy55K-2B-2F5vg7l2fgQ4WmP8ECz5xjZyysuKnms0BeWrPiXQ0XuLWf3Hh8oKGXiDOKDGFFNUuQj2cqkX8QZ1kgbth2c2fPeQXgOVDayXLBBuwIU-2FXnJ1-2BuV5yDF8digIIYUZg92hZBPyo0NBiKsU5LhNpYUUCJTaZx1oDg8NjMzfzkxWXj6Gkhxcz9GkfKa79grqlS8rMrvzm9-2FBoiAT-2FU1roJj29s-2BwOBbtvydf-2FzKTpLBAO0a2Vu80IyC2xuWRdE5b7tnJ0JOyb6MiGx-2B6kmZCAtDb5mih7vNxGZPdTl6ZW2kdMwJbxJSpvDN1Yg
 )

Michael from PressPad
Kupa 3/12, Krakow, , 31-057-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers