ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] same install problem, different files


From: Jan Wilmans
Subject: [Ltib] same install problem, different files
Date: Tue, 20 Jul 2010 23:52:07 +0200

Hm, guys, I'm getting the same problem, but for a different file..

-------------------------
Processing: mkspooflinks
==========================
Build path taken because: no prebuilt rpm,
ERROR: md5sum mismatch, re-naming /opt/freescale/pkgs/mkspooflinks-3.4-mmlink.patch to /opt/freescale/pkgs/mkspooflinks-3.4-mmlink.patch.bad, please re-try
Can't get: mkspooflinks-3.4-mmlink.patch at ./ltib line 786.
Died at ./ltib line 1379.
traceback:
 main::build_host_rpms:1379
  main::host_checks:1434
   main:539


Started: Tue Jul 20 23:33:22 2010
Ended:   Tue Jul 20 23:37:57 2010
Elapsed: 275 seconds

These packages failed to build:
mkspooflinks

Build Failed
----------------

Catting the .bad file:

-------------------------
address@hidden:/workspace/work/agilent/ltib$ cat /opt/freescale/pkgs/mkspooflinks-3.4-mmlink.patch.bad
15aug07, Stuart Hughes <stuarth at freescale.com>

Add -MM to the list of gcc options that will prevent linking.  This
gets rid of a warning when building the DTC.

diff --exclude CVS -uNr mkspooflinks-3.4/spoof_wrapper mkspooflinks-3.4.modified/spoof_wrapper
--- mkspooflinks-3.4/spoof_wrapper    2007-05-02 10:53:08.000000000 +0100
+++ mkspooflinks-3.4.modified/spoof_wrapper    2007-08-15 13:34:44.000000000 +0100
@@ -50,7 +50,7 @@
     $link = 1;
     foreach $opt (@ARGV) {
         $link = 0, last if $opt eq '-c' || $opt eq '-S'
-                        || $opt eq '-E' || $opt eq '-M';
+                        || $opt eq '-E' || $opt eq '-M' || $opt eq '-MM';
     }
     $link = 0 if $#ARGV == -1;
     $link = 0 if $#ARGV == 0 && $ARGV[0]  eq '-v';
-------------------------

It look 'ok' to me, that is, no errors about connections failing or something...

Any suggestions?

Btw, i had to manually create /opt/freescale/pkgs and chmod+777 before starting ./ltib to get it to start.

Greetings,

Jan







reply via email to

[Prev in Thread] Current Thread [Next in Thread]