The database behind this thing hasn't been updated in aeons so all the data here is pretty well useless until someone takes charge of maintaining it.

pkgsrc broken builds for print/tcl-pdflib

Open issue 1138 (broke in 2012q4)

can't find pdflib; maybe libtool problems?
Went away for a while, but came back; looks to be intermittent for some reason.
Disappeared for much of the second half of 2013 in Joerg's builds, but is now back.
During this time it was appearing in my (dholland's) builds so I'm fairly confident it wasn't ever actually fixed.

9 failures: --> -->
Version Build series and ID  
4.0.3nb13 dholland-nbsd-amd64 rolling Issue 1138
4.0.3nb16 joerg-nbsd-amd64-clang 20131227.0728 Issue 1138
4.0.3nb13 joerg-nbsd-amd64-clang 20130617.2011 Issue 1138
4.0.3nb13 joerg-nbsd-amd64-clang 20130607.1617 Issue 1138
4.0.3nb13 joerg-nbsd-amd64-clang 20130601.1429 Issue 1138
4.0.3nb13 stable-tnf-nbsd6-i386 20130530.0905 Issue 1138
4.0.3nb13 joerg-nbsd-amd64-clang 20130428.1743 Issue 1138
4.0.3nb13 joerg-nbsd-amd64-clang 20130421.1124 Issue 1138
4.0.3nb13
 
 
NameError
Python 3.10.10: /usr/pkg/bin/python3.10
Thu Mar 28 13:18:50 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/dholland/public_html/broken/index.cgi in <module>
   1728                 
   1729 # end main
   1730 
   1731 
=> 1732 main()
main = <function main>
 /home/dholland/public_html/broken/index.cgi in main()
   1678             fail(f, "Invalid package")
   1679             return
=> 1680         pkg_page(f, showkey, sortkey, pkgpath, pkg)
   1681         return
   1682 
global pkg_page = <function pkg_page>, f = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, showkey = <__main__.filter object>, sortkey = 'pkbs', pkgpath = 'print/tcl-pdflib', pkg = 'tcl-pdflib'
 /home/dholland/public_html/broken/index.cgi in pkg_page(f=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, showkey=<__main__.filter object>, sortkey='pkbs', pkgpath='print/tcl-pdflib', pkg='tcl-pdflib')
   1045     database.open()
   1046     pkg_head(f)
=> 1047     pkg_body(f, showkey, sortkey, pkgpath, pkg)
   1048     pkg_foot(f)
   1049     database.close()
global pkg_body = <function pkg_body>, f = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, showkey = <__main__.filter object>, sortkey = 'pkbs', pkgpath = 'print/tcl-pdflib', pkg = 'tcl-pdflib'
 /home/dholland/public_html/broken/index.cgi in pkg_body(f=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, showkey=<__main__.filter object>, sortkey='pkbs', pkgpath='print/tcl-pdflib', pkg='tcl-pdflib')
   1022             f.write("<td>%s <a href=\"%s\">%s</a></td>\n" % (
   1023                     series,
=> 1024                     getbuildurl(start, reporturl, p, version),
   1025                     start))
   1026             f.write("<td>")
global getbuildurl = <function getbuildurl>, start = '20121208.1218', reporturl = 'http://mova.org/~cheusov/pub/bulk/NetBSD/i386/6.0/HEAD/logs//20121208.1218/META/report.html', p = 'tcl-pdflib', version = '4.0.3nb13'
 /home/dholland/public_html/broken/index.cgi in getbuildurl(start='20121208.1218', baseurl='http://mova.org/~cheusov/pub/bulk/NetBSD/i386/6.0/HEAD/logs//20121208.1218/', package='tcl-pdflib', ver='4.0.3nb13')
    544         # distbb
    545         baseurl = baseurl[0:len(baseurl)-16]
=>  546         mypath = pkgpath.replace("/", "_")
    547         return baseurl + mypath + "_" + package + "-" + ver + "/"
    548     # XXX?
mypath undefined, pkgpath undefined

NameError: name 'pkgpath' is not defined
      args = ("name 'pkgpath' is not defined",)
      name = 'pkgpath'
      with_traceback = <built-in method with_traceback of NameError object>