public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* ct-ng arm-unknown-linux-gnueabi errors
@ 2013-08-25  0:27 Drasko DRASKOVIC
  2013-08-25  0:46 ` Drasko DRASKOVIC
  2013-08-26 13:47 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Drasko DRASKOVIC @ 2013-08-25  0:27 UTC (permalink / raw)
  To: crossgcc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ct-ng arm-unknown-linux-gnueabi errors
  2013-08-25  0:27 ct-ng arm-unknown-linux-gnueabi errors Drasko DRASKOVIC
@ 2013-08-25  0:46 ` Drasko DRASKOVIC
  2013-08-26 13:47 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Drasko DRASKOVIC @ 2013-08-25  0:46 UTC (permalink / raw)
  To: crossgcc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ct-ng arm-unknown-linux-gnueabi errors
  2013-08-25  0:27 ct-ng arm-unknown-linux-gnueabi errors Drasko DRASKOVIC
  2013-08-25  0:46 ` Drasko DRASKOVIC
@ 2013-08-26 13:47 ` Thomas Petazzoni
  2013-08-26 14:06   ` Drasko DRASKOVIC
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2013-08-26 13:47 UTC (permalink / raw)
  To: Drasko DRASKOVIC; +Cc: crossgcc

Dear Drasko DRASKOVIC,

On Sun, 25 Aug 2013 02:27:01 +0200, Drasko DRASKOVIC wrote:

> Trying crosstool-ng-1.9.3leads to bunch of errors related to

20110201: Released 1.9.3 ( md5 - changelog - fixes ) (bug-fix)

So released about 2.5 years ago.

Maybe you should have a try at something more recent? Nobody will care
about patches against a 2.5 years old version, I suspect.

Check out
http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.18.0.tar.bz2.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ct-ng arm-unknown-linux-gnueabi errors
  2013-08-26 13:47 ` Thomas Petazzoni
@ 2013-08-26 14:06   ` Drasko DRASKOVIC
  0 siblings, 0 replies; 4+ messages in thread
From: Drasko DRASKOVIC @ 2013-08-26 14:06 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: crossgcc

On Mon, Aug 26, 2013 at 3:47 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Drasko DRASKOVIC,
>
> On Sun, 25 Aug 2013 02:27:01 +0200, Drasko DRASKOVIC wrote:
>
>> Trying crosstool-ng-1.9.3leads to bunch of errors related to
>
> 20110201: Released 1.9.3 ( md5 - changelog - fixes ) (bug-fix)
>
> So released about 2.5 years ago.
>
> Maybe you should have a try at something more recent? Nobody will care
> about patches against a 2.5 years old version, I suspect.
>
> Check out
> http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.18.0.tar.bz2.

Yes indeed,
I wuickly picked up last binary on the page thinking that it was the latest.

Picking v.1.18.0 solves the problem.

BR,
Drasko

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-26 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-25  0:27 ct-ng arm-unknown-linux-gnueabi errors Drasko DRASKOVIC
2013-08-25  0:46 ` Drasko DRASKOVIC
2013-08-26 13:47 ` Thomas Petazzoni
2013-08-26 14:06   ` Drasko DRASKOVIC

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).