Bug 262951

Summary: FreeBSD 12.3: error in gcc10 (USE_GCC in Makefile)
Product: Ports & Packages Reporter: modex
Component: Individual Port(s)Assignee: Gerald Pfeifer <gerald>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (gerald)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description modex 2022-03-31 00:27:34 UTC
Hello,

I am writing an piece of software. The Makefile uses GCC but it never finishes.

I always get a Error code 1 in /usr/ports/lang/gcc10 during the make stage command. However, if I install gcc then  I can run make stage, make package, make install, make deinstall.

Here are the error(s) I get :

gmake [9]: [Makefile: 448: install-nobase_pythonData] Error 1
gmake [8]: [Makefile: 489: install-am] Error 2
gmake [7]: [Makefile: 563: install-recursive] Error 1
gmake [6]: [Makefile: 675: install-strip] Error 2
gmake [5]: [Makefile: 15952: install-strip-target-libstdc++-v3] Error 2
gmake [4]: [Makefile: 2595: install-strip] Error 2

Not sure if this is a bug or something I need to update. Currently running FreeBSD 12.3.
Comment 1 modex 2022-03-31 19:01:24 UTC
The code has been reworked to use clang.