[Bug 262637] lang/mono6.8: Updating Mono 6 portage with a lang/mono6 port (GitHub)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 18 Mar 2022 03:28:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262637

--- Comment #7 from Sean Champ <lab+bsd@thinkum.space> ---
The build failed under the local build. It's still continuing under the
poudriere build for the moment.

~~~~
Directory does not exist:
'/usr/ports/lang/mono6/work/mono-mono-6.12.0.173/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util' 
Directory does not exist:
'/usr/ports/lang/mono6/work/mono-mono-6.12.0.173/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util' 
Directory does not exist:
'/usr/ports/lang/mono6/work/mono-mono-6.12.0.173/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util' 
CSC     [net_4_x-unix] WindowsBase.dll                                          
// gensources produced 425 error(s) and a set of 48 filename(s)                 
// Invoked with
'/usr/ports/lang/mono6/work/mono-mono-6.12.0.173/mcs/class/lib/build/gensources.exe
--strict --platformsdir:./../../build ../../build/deps/unix_net_4_x\
__monodoc.dll.sources monodoc.dll unix net_4_x'                                 
// Working directory was
'/usr/ports/lang/mono6/work/mono-mono-6.12.0.173/mcs/class/monodoc'             
gmake[12]: *** No rule to make target
'../../build/deps/unix_net_4_x__monodoc.dll.sources', needed by
'../../build/deps/unix_net_4_x__monodoc.dll.response'.  Stop.     
gmake[11]: *** [../../build/rules.make:220: do-all] Error 2                     
gmake[10]: *** [../build/rules.make:258: monodoc] Error 2                       
gmake[10]: *** Waiting for unfinished jobs....                                  
Microsoft.Build.Utilities/TaskLoggingHelper.cs(39,16): warning CS0169: The
field 'TaskLoggingHelper.buildEngine' is never used                             
System.Transactions/CommittableTransaction.cs(62,8): warning CS0252: Possible
unintended reference comparison; to get a value comparison, cast the left hand
side to ty\
pe 'Transaction'                                                                
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event
'TransactionManager.DistributedTransactionStarted' is never used                
System.Windows/Size.cs(78,9): warning CS0168: The variable 'value' is declared
but never used                                                                  
gmake[9]: *** [../build/rules.make:241: all-recursive] Error 1                  
gmake[8]: *** [build/rules.make:241: all-recursive] Error 1                     
gmake[7]: *** [Makefile:58: profile-do--net_4_x--all] Error 2                   
gmake[6]: *** [Makefile:54: profiles-do--all] Error 2                           
gmake[5]: *** [Makefile:708: all-mcs] Error 2                                   
gmake[5]: Leaving directory
'/usr/ports/lang/mono6/work/mono-mono-6.12.0.173/runtime'                       
gmake[4]: *** [Makefile:601: all-recursive] Error 1                             
gmake[4]: Leaving directory '/usr/ports/lang/mono6/work/mono-mono-6.12.0.173'   
gmake[3]: *** [Makefile:529: all] Error 2 
~~~~

The api-doc-tools external is using the same revision as for that Mono
version's external/api-doc-tools submodule. iirc Lucene.Net.Light source tree
was copied from the ASF's Lucene.net project, at some point. Maybe there's a
way to prevent the build from entering that section.

-- 
You are receiving this mail because:
You are the assignee for the bug.