This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ct-ng arm-unknown-linux-gnueabi errors


Hi all,
below is a small patch that fixes 1.9.3 non-existing mash fetch problems.

BR,
Drasko



diff -Naur crosstool-ng-1.9.3/scripts/build/debug/200-duma.sh
crosstool-ng-1.9.3.corrected/scripts/build/debug/200-duma.sh
--- crosstool-ng-1.9.3/scripts/build/debug/200-duma.sh 2011-02-01
00:11:19.000000000 +0100
+++ crosstool-ng-1.9.3.corrected/scripts/build/debug/200-duma.sh
2013-08-25 02:42:19.000000000 +0200
@@ -4,7 +4,7 @@
     # Downloading an non-existing file from sourceforge will give you an
     # HTML file containing an error message, instead of returning a 404.
     # Sigh...
-    CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz
http://mesh.dl.sourceforge.net/sourceforge/duma/
+    CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz
http://dfn.dl.sourceforge.net/project/duma/duma/${CT_DUMA_VERSION}/
     # Downloading from sourceforge may leave garbage, cleanup
     CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
 }
diff -Naur crosstool-ng-1.9.3/scripts/build/debug/300-gdb.sh
crosstool-ng-1.9.3.corrected/scripts/build/debug/300-gdb.sh
--- crosstool-ng-1.9.3/scripts/build/debug/300-gdb.sh 2011-02-01
00:11:19.000000000 +0100
+++ crosstool-ng-1.9.3.corrected/scripts/build/debug/300-gdb.sh
2013-08-25 02:31:03.000000000 +0200
@@ -49,7 +49,7 @@

     if [ "${do_expat}" = "y" ]; then
         CT_GetFile "expat-${CT_DEBUG_GDB_EXPAT_VERSION}" .tar.gz    \
-
http://mesh.dl.sourceforge.net/sourceforge/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
+
http://sourceforge.net/projects/expat/files/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
     fi
 }

diff -Naur crosstool-ng-1.9.3/scripts/build/debug/500-strace.sh
crosstool-ng-1.9.3.corrected/scripts/build/debug/500-strace.sh
--- crosstool-ng-1.9.3/scripts/build/debug/500-strace.sh 2011-02-01
00:11:19.000000000 +0100
+++ crosstool-ng-1.9.3.corrected/scripts/build/debug/500-strace.sh
2013-08-25 02:33:45.000000000 +0200
@@ -1,7 +1,7 @@
 # Build script for strace

 do_debug_strace_get() {
-    CT_GetFile "strace-${CT_STRACE_VERSION}"
http://mesh.dl.sourceforge.net/sourceforge/strace/
+    CT_GetFile "strace-${CT_STRACE_VERSION}"
http://sourceforge.net/projects/strace/files/strace/${CT_STRACE_VERSION}
     # Downloading from sourceforge leaves garbage, cleanup
     CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
 }

On Sun, Aug 25, 2013 at 2:27 AM, Drasko DRASKOVIC
<drasko.draskovic@gmail.com> wrote:
> Hi all,
> I am trying latest dev repo version for arm toolchain build. I have an
> error here :
>  [EXTRA]    Retrieving 'cloog-'
> I.e. cloog version is not determinated.
>
> Trying crosstool-ng-1.9.3leads to bunch of errors related to
> non-existing mesh location, as described here:
>
> http://comments.gmane.org/gmane.comp.gcc.cross-compiling/14754
>
> Is there a working patch to correct these behaviors?
>
> Best regards,
> Drasko

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]