<div dir="ltr">It's more complicated than that, because unless your'e just doing some transient experimentation this will bite you over and over. What you'll want to do is check the stage during compilation (it should be available as macros via the CPP extension) and disable the plugin for stage 1. Then (I think; it's even worse if not...) use the base built during stage 2.<div><br></div><div>The comlication there being that it may use the stage 1 compiler to build the stage 2 base. In this case, you probably can't e.g. get this integrated into ghc, because it has to be possible to get it in stage 1 and ideally stage 2 (some platforms can't do stage 2 builds yet; ARM at least used to be in this category, hence e.g. no ghci or TH). Which places limits on what features can be used in the base package.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 4, 2018 at 1:37 PM Bill Hallahan <<a href="mailto:william.hallahan@yale.edu">william.hallahan@yale.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><blockquote type="cite"><div>Joachim Breitner's veggies(<a href="https://github.com/nomeata/veggies" target="_blank">https://github.com/nomeata/veggies</a>) project is a good example of using a vanilla ghc installation to compile standard libraries like base.</div></blockquote><div>Thanks Cheng, this looks interesting and helpful!  I'm still trying to understand it fully, but it seems like the important pieces for building base are in the boot and Setup scripts?</div><div><br></div><div><blockquote type="cite"><div dir="ltr">The problem here is that you're using a stage 1 build, and stage 1 lacks support for the bytecode backend used by TH, plugins, ghci, etc. A base build with a stage 2 compiler should work.</div></blockquote>Thanks Brandon.  Is there a recommended/documented way to build base with a stage 2 compiler?  I haven't been able to find anything about this on the wiki. </div><div><br><div><blockquote type="cite"><div>On Dec 3, 2018, at 11:10 PM, Brandon Allbery <<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>> wrote:</div><br class="m_-3154115625299380400Apple-interchange-newline"><div><div dir="ltr">The problem here is that you're using a stage 1 build, and stage 1 lacks support for the bytecode backend used by TH, plugins, ghci, etc. A base build with a stage 2 compiler should work.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 3, 2018 at 9:11 PM Bill Hallahan <<a href="mailto:william.hallahan@yale.edu" target="_blank">william.hallahan@yale.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi,<div><br></div><div>I'm writing a program analyzer that operates on GHC Core.  Currently, I'm using the GHC API to get Core from .hs files.  I'd like to be able to run this analysis on the standard libraries that come with GHC, which requires getting those as Core.</div><div><br></div><div>Unfortunately, the build process for these libraries is not entirely straightforward, and relies on a make script.  I eventually came up with the plan of writing a GHC plugin, which, rather than performing any optimizations, would simply run the analysis, and then print the results out to a file.  I was able to write the plugin successfully, and test it on several files that were <i>not</i> from the base library.</div><div><br></div><div>Then, i turned to modify the GhcLibHcOpts flag in mk/<a href="http://build.mk/" target="_blank">build.mk</a>, so that the make script would call the plugin.  I ended up with the following:</div><div><br></div><div>GhcLibHcOpts = -package-db /usr/local/lib/ghc-8.0.2/package.conf.d -package-db /Users/BillHallahan/.ghc/x86_64-darwin-8.0.2/package.conf.d -package hplugin -fplugin HPlugin.Plugin -v</div><div><br></div><div>The two package databases are to get to (1) the GHC API and (2) the plugin ("hplugin") itself.  With this I get an error message, which I have not been able to find a way to resolve:</div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-variant-ligatures:no-common-ligatures"><br></span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><div style="margin:0px;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">"inplace/bin/ghc-stage1" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall      -this-unit-id ghc-prim-0.5.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/.    -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package-id rts -this-unit-id ghc-prim -XHaskell2010 -package-db /usr/local/lib/ghc-8.0.2/package.conf.d -package-db /Users/BillHallahan/.ghc/x86_64-darwin-8.0.2/package.conf.d -package hplugin -fplugin HPlugin.Plugin  -no-user-package-db -rtsopts -Wno-trustworthy-safe -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -split-objs  -dynamic-too -c libraries/ghc-prim/./GHC/Types.hs -o libraries/ghc-prim/dist-install/build/GHC/Types.o -dyno libraries/ghc-prim/dist-install/build/GHC/Types.dyn_o</span></div><div style="margin:0px;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures"><command line>: not built for interactive use - can't load plugins (HPlugin.Plugin)</span></div><div style="margin:0px;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">make[1]: *** [libraries/ghc-prim/dist-install/build/GHC/Types.o] Error 1</span></div><div style="margin:0px;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">make: *** [all] Error 2</span></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div></div></div><div>So I'm now wondering (an answer to either of these two questions would be helpful):</div><div>(1) Is this a viable path?  That is, is it possible to use a plugin when building Base?  If so, does anyone know what I might be doing wrong/what could be causing this error message?</div><div>(2) Is there some other better/easier way I could get Core representations of the standard libraries?  I guess, in theory, it must be possible to compile the standard libraries with the GHC API, but I have no idea how/where to look to figure out how?</div><div><br></div><div>Thanks,</div><div>Bill</div></div>_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-3154115625299380400gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>
</div></blockquote></div><br></div></div></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>