Issue 57 in casacore: Create new release to support upstream debian packaging

6 views
Skip to first unread message

casa...@googlecode.com

unread,
Sep 18, 2012, 8:07:28 PM9/18/12
to casacor...@googlegroups.com
Status: Accepted
Owner: Malte.Marquarding
CC: ole.stre...@gmail.com
Labels: Type-Task Priority-Medium Milestone-Release1.6

New issue 57 by Malte.Marquarding: Create new release to support upstream
debian packaging
http://code.google.com/p/casacore/issues/detail?id=57

We need a few modifications to support debian packaging after this Ole can
make a debian reelase.


casa...@googlecode.com

unread,
Feb 27, 2013, 2:51:14 PM2/27/13
to casacor...@googlegroups.com

Comment #1 on issue 57 by caseyj...@gmail.com: Create new release to
If you need a beta tester for this, please let me know.
I am running into trouble while compiling on Ubuntu. The 'apt' install
system works great and makes it easy to get the required packages build.
Although cmake finds everything it needs, running make fails while:

"Building CXX object casa/CMakeFiles/casa_casa.dir/Arrays/ArrayUtil2.cc.o"

Is that a known problem with Ubuntu/Debian?

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

casa...@googlecode.com

unread,
Mar 21, 2013, 9:42:24 PM3/21/13
to casacor...@googlegroups.com

Comment #2 on issue 57 by teu...@gmail.com: Create new release to support
FWIW, I downloaded 1.5.0 and built it on Ubuntu 12.04 LTS, and that went
smooth.

casa...@googlecode.com

unread,
May 11, 2013, 8:08:54 AM5/11/13
to casacor...@googlegroups.com

Comment #3 on issue 57 by nudomari...@gmail.com: Create new release to
#2 Was casacore 1.5.0 built on Ubuntu 12.04 LTS with HDF5 support?

casa...@googlecode.com

unread,
May 16, 2013, 6:41:26 PM5/16/13
to casacor...@googlegroups.com

Comment #4 on issue 57 by caseyj...@gmail.com: Create new release to
I just confirmed that I still have the above error message
("ArrayUtil2.cc.o") on Ubuntu 12.10 on a 64-bit machine. This second test
was done after a complete OS update and reinstallation of all data analysis
software.
I guess I am making the same mistake twice, but I'm not sure what that
mistake is...

casa...@googlecode.com

unread,
May 17, 2013, 8:45:31 AM5/17/13
to casacor...@googlegroups.com

Comment #5 on issue 57 by ole.stre...@gmail.com: Create new release to
Casacore compiles fine on amd64 for ubuntu 12.10. See

https://launchpad.net/~olebole/+archive/astro-quantal/+build/3786436/+files/buildlog_ubuntu-quantal-amd64.casacore_1.5.0-1%7E3_BUILDING.txt.gz

for a log.
Ubuntu 12.04 LTS, and 13.04 have the same result.
Compiling for 32 bit (i386) succeeds as well.
However, for the upcoming 13.10 release, I get errors like:

[ 49%] Building CXX object
scimath/CMakeFiles/casa_scimath.dir/Functionals/SerialHelper.cc.o
cd /build/buildd/casacore-1.5.0/obj-x86_64-linux-gnu/scimath &&
/usr/bin/c++ -DHAVE_FFTW3 -DHAVE_FFTW3_THREADS -DUSE_THREADS
-Dcasa_scimath_EXPORTS -g -O2 -fstack-protector --param=ssp-buffer-size=4
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pthread -O3 -DNDEBUG
-fPIC -I/build/buildd/casacore-1.5.0
-I/build/buildd/casacore-1.5.0/obj-x86_64-linux-gnu -o
CMakeFiles/casa_scimath.dir/Functionals/SerialHelper.cc.o -c
/build/buildd/casacore-1.5.0/scimath/Functionals/SerialHelper.cc
/build/buildd/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:69:52:
error: declaration of 'void casa::getArrayVal(V&, int, const casa::Record&,
const casa::String&, casa::uInt) [with V = bool; casa::uInt = unsigned
int]' has a different exception specifier
const String& name, uInt
index)WHATEVER_SUN_EXCEPTSPEC(InvalidSerializationError)

See

https://launchpadlibrarian.net/140093844/buildlog_ubuntu-saucy-amd64.casacore_1.5.0-1~3_FAILEDTOBUILD.txt.gz

for details.

casa...@googlecode.com

unread,
Dec 20, 2013, 10:16:31 AM12/20/13
to casacor...@googlegroups.com

Comment #6 on issue 57 by Muhammad...@gmail.com: Create new release to
I am also getting the last error while trying to install casacore in Ubuntu
13.10. After 42%, the build process stops and gives the error:

In file included from
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:28:0:
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.h:44:6:
error: from previous declaration ‘void casa::getArray(casa::Array<T>&, int,
const casa::Record&, const casa::String&) throw
(casa::InvalidSerializationError) [with V = std::complex<double>]’
void getArray(Array<V> &val, int type, const Record& gr,
^
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:323:44:
error:
declaration of ‘void casa::getArray(casa::Array<T>&, int, const
casa::Record&, const casa::String&) [with V = casa::String]’ has a
different exception specifier
const String&
name)WHATEVER_SUN_EXCEPTSPEC(InvalidSerializationError)
^
In file included from
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:28:0:
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.h:44:6:
error: from previous declaration ‘void casa::getArray(casa::Array<T>&, int,
const casa::Record&, const casa::String&) throw
(casa::InvalidSerializationError) [with V = casa::String]’
void getArray(Array<V> &val, int type, const Record& gr,
^
make[2]: ***
[scimath/CMakeFiles/casa_scimath.dir/Functionals/SerialHelper.cc.o] Error 1
make[1]: *** [scimath/CMakeFiles/casa_scimath.dir/all] Error 2
make: *** [all] Error 2

Is there no solution for this?

casa...@googlecode.com

unread,
Mar 6, 2014, 5:37:43 PM3/6/14
to casacor...@googlegroups.com

Comment #7 on issue 57 by sebfab...@gmail.com: Create new release to
patch at
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-astronomy/casacore/files/1.5.0-gcc48.patch?revision=1.1&view=markup

fixes the compilation issue for gcc-4.8 and above so probably will work for
ubuntu 13.10 and above

casa...@googlecode.com

unread,
May 24, 2014, 2:48:43 AM5/24/14
to casacor...@googlegroups.com

Comment #8 on issue 57 by hero...@gmail.com: Create new release to support
I can see a tag of casacore-1.6.0 in the svn, please upload a tarball in
the Download section.

casa...@googlecode.com

unread,
Jun 3, 2014, 11:07:45 PM6/3/14
to casacor...@googlegroups.com

Comment #9 on issue 57 by Malte.Marquarding: Create new release to support
googlecode no longer provides download facilities, so see the front page
for details.

I have just added 1.7.0. This will be a last release before merging in
the "nrao-nov12" branch.

casa...@googlecode.com

unread,
Jun 3, 2014, 11:26:19 PM6/3/14
to casacor...@googlegroups.com

Comment #10 on issue 57 by hero...@gmail.com: Create new release to support
Thanks Malte for the update. I guess we can close this issue now.

casa...@googlecode.com

unread,
Jun 3, 2014, 11:27:39 PM6/3/14
to casacor...@googlegroups.com
Updates:
Status: Fixed

Comment #11 on issue 57 by Malte.Marquarding: Create new release to support
(No comment was entered for this change.)
Reply all
Reply to author
Forward
0 new messages