<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>224225</bug_id>
          
          <creation_ts>2008-05-30 12:24 0000</creation_ts>
          <short_desc>sci-libs/cfitsio-2.510-r1 ebuild does not install libcfitsio.a</short_desc>
          <delta_ts>2008-05-31 13:29:57 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>224227</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>mlm@ngc17.pl</reporter>
          <assigned_to>sci@gentoo.org</assigned_to>
          <cc>nerdboy@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>mlm@ngc17.pl</who>
            <bug_when>2008-05-30 12:24:43 0000</bug_when>
            <thetext>I am writing a new ebuild for sci-libs/cpl-4.1.0 and I can&apos;t pass configuration phase, because the script checks for libcfitsio.a file. I applied this patch to the cfitsio-2.510-r1.ebuild and everything works fine:

--- cfitsio-2.510-r1.ebuild.orig	2008-05-30 12:02:07.000000000 +0000
+++ cfitsio-2.510-r1.ebuild	2008-05-30 12:02:30.000000000 +0000
@@ -36,6 +36,7 @@
 	dodir /usr/include
 	dobin fitscopy imcopy listhead
 	dolib.so libcfitsio.so.*
+	dolib.a  libcfitsio.a
 	dodoc changes.txt README Licence.txt
 
 	if use doc; then</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>markusle@gentoo.org</who>
            <bug_when>2008-05-31 10:44:36 0000</bug_when>
            <thetext>Hi Marek,

The cfitsio-3.060.ebuild will already properly 
install the *.a libraries. Can you use this version 
instead? If at all possible stable ebuilds like
cfitsio-2.510-r1 should not be changed unless there&apos;s
a clear bug/security issue.

Thanks,
Markus</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mlm@ngc17.pl</who>
            <bug_when>2008-05-31 12:50:30 0000</bug_when>
            <thetext>Unfortunately, I cannot use any other version as stated in
http://www.eso.org/sci/data-processing/software/cpl/download.html</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mlm@ngc17.pl</who>
            <bug_when>2008-05-31 13:23:11 0000</bug_when>
            <thetext>Is this possible to put 2.510-r2 in portage tree?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>markusle@gentoo.org</who>
            <bug_when>2008-05-31 13:29:57 0000</bug_when>
            <thetext>Fair enough. Since it shouldn&apos;t do any harm I&apos;ve added the 
installation of the static lib to the cfitsio-2.510-r1 ebuild.
Please let us know if there are any problems and good luck 
with the cpl ebuild.

Thanks,
Markus</thetext>
          </long_desc>
      
    </bug>

</bugzilla>