Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 810088 - GLSAMaker only produces 500 errors
Summary: GLSAMaker only produces 500 errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other web server issues (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-24 19:42 UTC by John Helmert III
Modified: 2021-09-29 15:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-08-24 19:42:06 UTC
After getting past HTTP basic auth, GLSAMaker only produces HTTP 500 error responses.
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2021-08-25 01:54:13 UTC
(In reply to John Helmert III from comment #0)
> After getting past HTTP basic auth, GLSAMaker only produces HTTP 500 error
> responses.

The 500 error is:

I, [2021-08-25T01:41:41.481721 #53233]  INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 2.4ms)
F, [2021-08-25T01:41:41.482442 #53233] FATAL -- : 
ActionView::Template::Error (undefined method `link_to_function' for #<#<Class:0x000055c105b21440>:0x000055c105a80f68>):
    19:   <% end %>
    20:   <!--<td>
    21:     <% if glsa.last_revision; glsa.last_revision.bugs.each do |b| %>
    22:       <%= link_to_function b.bug_id, "buginfo('#{b.bug_id}')" %>
    23:     <% end ; end %>
    24:   </td>-->
    25:   <% if current_user.is_el_jefe? %>
  app/views/glsa/_glsa_row.html.erb:22:in `block in _app_views_glsa__glsa_row_html_erb___1536366438391814458_47143756403820'
  app/views/glsa/_glsa_row.html.erb:21:in `_app_views_glsa__glsa_row_html_erb___1536366438391814458_47143756403820'
  app/views/index/index.html.erb:16:in `_app_views_index_index_html_erb___3928466808475962331_47143756312840'
Comment 2 Alec Warner (RETIRED) archtester gentoo-dev Security 2021-08-25 02:12:03 UTC
Its some weird problem I think with the precompiled assets and prototype not being available?

I'm not a rails expert, and we need someone to help this codebase along a bit. Consider locating or hiring one.

-A
Comment 3 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-09-29 15:30:36 UTC
Seems to be fixed, at least for now