Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 21:46:23 +0200
From:      "Dr. Peter Voigt" <pvoigt@uos.de>
To:        Raphael Kubo da Costa <rakuco@freebsd.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Upgrade of astro/kstars to 4.12.4_1 fails - linker error
Message-ID:  <20140506214623.52be0822@tiger2008.drpetervoigt.private>
In-Reply-To: <86iopki2zd.fsf@orwell.Elisa>
References:  <20140504230817.66df75b1@tiger2008.drpetervoigt.private> <86iopki2zd.fsf@orwell.Elisa>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Mon, 05 May 2014 19:50:46 +0300
schrieb Raphael Kubo da Costa <rakuco@freebsd.org>:

> "Dr. Peter Voigt" <pvoigt@uos.de> writes:
> 
> > I am running 10.0-RELEASE-p2 and after the latest ports tree update
> > the upgrade of astro/kstars to 4.12.4_1 fails:
> >
> > # portmaster --no-confirm --no-term-title -D -G kstars
> >
> > Scanning dependencies of target testcsvparser
> > [100%] Building CXX object
> > Tests/CMakeFiles/testfwparser.dir/testfwparser.o [100%] Building CXX
> > object Tests/CMakeFiles/testcsvparser.dir/testcsvparser.o Linking
> > CXX executable
> > testfwparser /usr/ports/astro/kstars/work/kstars-4.12.4/kstars/kstars.cpp:122:7:
> > warning: '__GLIBC__' is not defined, evaluates to 0 [-Wundef] #if
> > ( __GLIBC__ >= 2 &&__GLIBC_MINOR__ >= 1  && !defined(__UCLIBC__) )
> > ^ /usr/local/lib/libcfitsio.so: undefined reference to
> > `compress2mem_from_mem' /usr/local/lib/libcfitsio.so: undefined
> > reference to `compress2file_from_mem' /usr/local/lib/libcfitsio.so:
> > undefined reference to
> > `uncompress2mem' /usr/local/lib/libcfitsio.so: undefined reference
> > to `zuncompress2mem' /usr/local/lib/libcfitsio.so: undefined
> > reference to `uncompress2file' /usr/local/lib/libcfitsio.so:
> > undefined reference to `uncompress2mem_from_mem' c++: error: linker
> > command failed with exit code 1 (use -v to see invocation) ---
> > Tests/testfwparser --- *** [Tests/testfwparser] Error code 1
> 
> This looks like a problem in astro/cfitsio. Have you tried rebuilding
> it first?
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to
> "freebsd-ports-unsubscribe@freebsd.org"

Yes, thanks, I tried it, but unfortunately without success. It's
documented here:

http://www.freebsd.org/cgi/query-pr.cgi?pr=189374

Regards,
Peter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140506214623.52be0822>