Summary: | dev-ada/adasockets fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | ada team [OBSOLETE] <ada+disabled> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | esigra, treecleaner |
Priority: | High | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | Pending removal: 2016-02-02 | ||
Package list: | Runtime testing required: | --- | |
Attachments: |
Build log
The patch created mainly by sed -r 's/: in ([^o]|.[^u]|..[^t])/: \1/' Patch should be applied to the ebuild. Not sure if the comment in src_unpack makes sense. I like it. |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 174439 [details]
Build log
Well, style checks in new gnat are apparently stricter and new version (1.8.6 is out as of now) still has the same problem. I guess I'll have to patch in some relaxing rules in whatever build mechanism this package uses. However first I have to rebuild gnat-gcc that was built with bad pax-marking. Stay tuned! I patched all the style errors (actually only one sed expression that created the patch) and it works for me. I'll attach the patch for the ebuild and the patch for FILESDIR. Created attachment 217285 [details, diff]
The patch created mainly by sed -r 's/: in ([^o]|.[^u]|..[^t])/: \1/'
Created attachment 217286 [details, diff]
Patch should be applied to the ebuild. Not sure if the comment in src_unpack makes sense. I like it.
pff, why not removing this packagage, it still fails at an ~amd64: ... config.status: executing depfiles commands config.status: executing libtool commands make -j1 Making all in src make[1]: Entering directory '/var/tmp/portage/dev-ada/adasockets-1.8.4.7/work/LocalSource/src' cd .. && /bin/sh /var/tmp/portage/dev-ada/adasockets-1.8.4.7/work/LocalSource/support/missing --run autoheader /usr/bin/m4:configure.ac:110: recursion limit of 1024 exceeded, use -L<N> to change it autom4te-2.69: /usr/bin/m4 failed with exit status: 1 autoheader-2.69: '/usr/bin/autom4te-2.69' failed with exit status: 1 Makefile:287: recipe for target 'config.h.in' failed make[1]: *** [config.h.in] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-ada/adasockets-1.8.4.7/work/LocalSource/src' Makefile:254: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 emake failed * ERROR: dev-ada/adasockets-1.8.4.7::gentoo failed (compile phase): * (no error message) * * Call stack: CCing treecleaners removed |