summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-March/023765.html
blob: 3599dd88a572e27c5a22125548896052267dd21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] [fedora-astronomy] IRAF RPM spec files
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bfedora-astronomy%5D%20IRAF%20RPM%20spec%20files&In-Reply-To=%3CCAPoeEY_iuHKEZCSSgtQx10%2B0riWG%3DJCHeiBenh-%2BwXypQc5qig%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="023771.html">
   <LINK REL="Next"  HREF="023766.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] [fedora-astronomy] IRAF RPM spec files</H1>
    <B>Joseph Wang</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bfedora-astronomy%5D%20IRAF%20RPM%20spec%20files&In-Reply-To=%3CCAPoeEY_iuHKEZCSSgtQx10%2B0riWG%3DJCHeiBenh-%2BwXypQc5qig%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] [fedora-astronomy] IRAF RPM spec files">joequant at gmail.com
       </A><BR>
    <I>Sun Mar 24 04:05:14 CET 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="023771.html">[Mageia-dev] Please push dbus-java
</A></li>
        <LI>Next message: <A HREF="023766.html">[Mageia-dev] [fedora-astronomy] IRAF RPM spec files
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#23765">[ date ]</a>
              <a href="thread.html#23765">[ thread ]</a>
              <a href="subject.html#23765">[ subject ]</a>
              <a href="author.html#23765">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Can you see what happens if you remove/disable g77?

The compile should be using f2c and ignoring the installed g77.  One
thing that is causing
problems is that something is generating symbols of _foo and not foo_
and this may be a g77
issue.

Once we get it working I'll see about splitting out x11iraf.  The
thing about x11iraf is that it requires iraf to compile.

On Sun, Mar 24, 2013 at 8:01 AM, Sergio Pascual
&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">sergiopr at fedoraproject.org</A>&gt; wrote:
&gt;<i> Testing with mock in Fedora 18 x86_64
</I>&gt;<i>
</I>&gt;<i> The build passes through iraf and fails somewhere in x11iraf. I attach the
</I>&gt;<i> build.log from mock
</I>&gt;<i>
</I>&gt;<i> I have added the following BuildRequires:
</I>&gt;<i> libXt-devel libXmu-devel Xaw3d-devel libXaw-devel
</I>&gt;<i> imake ncurses-devel byacc
</I>&gt;<i> compat-gcc-34-g77
</I>&gt;<i>
</I>&gt;<i> It would be great to build using gfortran, g77 has been deprecated for
</I>&gt;<i> years.
</I>&gt;<i>
</I>&gt;<i> By the way, IMHO x11iraf should be a different package, it has different
</I>&gt;<i> sources and version number.
</I>&gt;<i>
</I>&gt;<i> Best regards, Sergio
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i> 2013/3/23 Joseph Wang &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">joequant at gmail.com</A>&gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Here is the latest set up patches.  The main difference is that I
</I>&gt;&gt;<i> found and fixed some fortran declarations and one very subtle but
</I>&gt;&gt;<i> nasty segfault in fncache.c.  I also changed the compile so that it
</I>&gt;&gt;<i> uses the system expat and readline.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> The individual checkins are available at
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> <A HREF="https://github.com/joequant/iraf">https://github.com/joequant/iraf</A>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> The build file is just a git diff between master and linux-build.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Let me know if they help the compile....
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> There is one extra patch that isn't used by the spec file which you
</I>&gt;&gt;<i> can play with.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> I'm in the process of trying to get everything to work with gfortran,
</I>&gt;&gt;<i> but am running into a lot of subtle memory issues.  There is IRAF code
</I>&gt;&gt;<i> that creates a subsystem for allocating memory and there are a lot of
</I>&gt;&gt;<i> pointer conversion issues.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> On my machine I got a working RPM  -----&gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>    NOAO/IRAF PC-IRAF Revision 2.16 EXPORT Thu May 24 15:41:17 MST 2012
</I>&gt;&gt;<i>       This is the EXPORT version of IRAF V2.16 supporting PC systems.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>   Welcome to IRAF.  To list the available commands, type ? or ??.  To get
</I>&gt;&gt;<i>   detailed information about a command, type `help &lt;command&gt;'.  To run  a
</I>&gt;&gt;<i>   command  or  load  a  package,  type  its name.   Type  `bye' to exit a
</I>&gt;&gt;<i>   package, or `logout' to get out  of the CL.    Type `news' to find  out
</I>&gt;&gt;<i>   what is new in the version of the system you are using.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>   Visit <A HREF="http://iraf.net">http://iraf.net</A> if you have questions or to report problems.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>   The following commands or packages are currently defined:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Initializing SAMP .... No Hub Available
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>       dataio.     images.     lists.      obsolete.   proto.
</I>&gt;&gt;<i> system.     vo.
</I>&gt;&gt;<i>       dbms.       language.   noao.       plot.       softools.
</I>&gt;&gt;<i> utilities.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> vocl&gt;
</I>&gt;<i>
</I>&gt;<i>
</I></PRE>






















<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="023771.html">[Mageia-dev] Please push dbus-java
</A></li>
	<LI>Next message: <A HREF="023766.html">[Mageia-dev] [fedora-astronomy] IRAF RPM spec files
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#23765">[ date ]</a>
              <a href="thread.html#23765">[ thread ]</a>
              <a href="subject.html#23765">[ subject ]</a>
              <a href="author.html#23765">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>