https://bugzilla.redhat.com/show_bug.cgi?id=1277161 --- Comment #10 from James Hogarth <james.hogarth@xxxxxxxxx> --- ah so /var/run/mod_mono needs to be owned by apache to create that shared memory segment ... so tmpfiles and %files needs to be updated to account for that ... still getting a mess trying to do a minimal index.aspx though ... <% HelloWorldLabel.Text = "Hello, world!"; %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Label runat="server" id="HelloWorldLabel"></asp:Label> </div> </form> </body> </html> System.Web.Compilation.CompilationException CS1576: The line number specified for #line directive is missing or invalid Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Details: CS1576: The line number specified for #line directive is missing or invalid Error origin: Compiler Error source file: /index.aspx Exception stack trace: at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000] in <filename unknown>:0 at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00000] in <filename unknown>:0 at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0 at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0 Some steps to test the module would be appreciated ... and don't forget to set the owner of /var/run/mod_mono correctly! -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review