Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29913 - gnat-3.15p-r2 doesnt build
Summary: gnat-3.15p-r2 doesnt build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 08:10 UTC by Olivier Crete (RETIRED)
Modified: 2003-10-04 09:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Crete (RETIRED) gentoo-dev 2003-09-29 08:10:32 UTC
The gnat binary install script doesnt work.. adding the following patch fixes it. The problem is that tar returns an error because it cannot set some permissins.. this ignores the error.. I havent followed the other bugs, I'm not sure if this is not a dupe..

--- Makefile.orig       2003-09-23 18:40:23.000000000 +0200
+++ Makefile    2003-09-23 18:41:00.000000000 +0200
@@ -53,7 +53,7 @@
          fi \
        done
        cp -p -f gnat1$(ext)     $(libsubdir)
-       tar cf - rts* | (cd $(libsubdir); tar xf -)
+       tar cf - rts* | (cd $(libsubdir); tar xf -) || true
        case `uname` in \
           *_NT*) cp -p -f *.dll $(user_bin); cp -p -f *.a $(libsubdir); \
                  mv -f $(libsubdir)/rts/adainclude $(libsubdir)/adainclude; \
Comment 1 David Holm (RETIRED) gentoo-dev 2003-09-29 15:48:42 UTC
Just to make sure, are you having the same problem with gnat-3.15p-r3?
I have not seen this before.
Comment 2 David Holm (RETIRED) gentoo-dev 2003-10-04 09:40:13 UTC
Added to gnat-3.15p-r3