summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-March/023765.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2013-March/023765.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023765.html')
-rw-r--r--zarb-ml/mageia-dev/2013-March/023765.html158
1 files changed, 158 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023765.html b/zarb-ml/mageia-dev/2013-March/023765.html
new file mode 100644
index 000000000..3599dd88a
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-March/023765.html
@@ -0,0 +1,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>