[Bug 249614] Review Request: x11iraf - X utilities for IRAF (Image Reduction Analysis Facility)

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 29 14:54:54 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: x11iraf - X utilities for IRAF (Image Reduction Analysis Facility)


https://bugzilla.redhat.com/show_bug.cgi?id=249614





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-10-29 10:54 EST -------
Well, I tried i386 x86_64 ppc ppc64 and only ppc build fails.

ppc:
http://koji.fedoraproject.org/koji/taskinfo?taskID=218341
i386:
http://koji.fedoraproject.org/koji/taskinfo?taskID=218338

build.log differs at the beginning between i386 and ppc at below:
--------------------------------------------------------------
 + mkdir -p app-defaults
 make  arch      X11IRAFDIR=$PWD
 make[1]: Entering directory `/builddir/build/BUILD/x11iraf-1.5'
-Configuring X11IRAF for redhat...
-Restore archived redhat objects...
+Configuring X11IRAF for linuxppc...
+Restore archived linuxppc objects...
 No object archive found; full sysgen will be needed.
----------------------------------------------------------------
So perhaps resize file are created under different directory.

The related points are perhaps in mkarch file.
----------------------------------------------------------------
    40      case linux:
    41          if (`$uname_cmd -m` == "ppc") then
    42               set mach = "linuxppc"
    43          else
    44              if (-f /etc/redhat-release) then
    45                  set mach = "redhat"
    46              else if (-f /etc/SuSE-release) then
    47                  set mach = "suse"
    48              else
    49                  set mach = "linux"
    50              endif
    51          endif
    52          breaksw
----------------------------------------------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list