pkgsrc-Users archive

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

Re: [EXTERNAL] Re: Build failure for lang/gcc9 on Linux



Following patch will get lang/gcc9 going again:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc9/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile    5 Feb 2021 10:28:40 -0000       1.26
+++ Makefile    9 Feb 2021 08:49:53 -0000
@@ -190,8 +190,8 @@
        || (cd ${DESTDIR}${GCC9_PREFIX}/bin && ${LN} -f gcc cc)

 GENERATE_PLIST+= \
-        cd ${DESTDIR}${PREFIX} && \
-        ${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT};
+       cd ${DESTDIR}${PREFIX} && \
+       ${FIND} ${GCC9_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT};

 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"

Note: indention should be by TAB according to pkglint.

I asked maya to check whether this works also for Fedora and CentOS instead of checking the fix in.

Frank


On 02/09/21 09:59, Patrick Welche wrote:
My NetBSD-current pbulk run is now failing on gcc9, behaving as if
the PLIST simply doesn't exist. Interesting as GENERATE_PLIST is
identical to the one in gcc8, but I haven't tried building 8.

Seems like a general problem:

   http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20210206.0659/gcc9-9.3.0nb5/install.log


Cheers,

Patrick



Home | Main Index | Thread Index | Old Index