Skip to Content.
Sympa Menu

charm - Re: [charm] Problems building the documentation

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Problems building the documentation


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: "Groner, Robert" <rug262 AT psu.edu>
  • Cc: "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] Problems building the documentation
  • Date: Thu, 10 Aug 2017 10:56:34 -0500
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=unmobile AT gmail.com

Hi Rob,

Sorry for the trouble with this. We automatically build the documentation for our online version [1] any time its source gets edited. This build happens on a specially configured system in our dev environment, because we've encountered tool version skew issues and other similar hassles, like you've just run into. Making the documentation source and build scripts less dependent on particular versions is on the to-do list, but pretty far down, since we mostly expect users to reference the web copy that we provide. If you're feeling particularly motivated, patches to fix this would of course be most welcome.

Apologies, also, for the slow response to your initial message.

Phil

[1] https://ppl.cs.illinois.edu/help

On Wed, Aug 9, 2017 at 10:19 AM, Groner, Robert <rug262 AT psu.edu> wrote:
Has anyone else ever tried to compile the documentation?



Rob Groner
Software Engineer

Institute for CyberScience
The Pennsylvania State University
222E Computer Building
University Park, PA 16802
Phone: 814.867.6074


________________________________________
From: rug262 AT psu.edu <rug262 AT psu.edu>
Sent: Friday, August 4, 2017 11:58 AM
To: charm AT lists.cs.illinois.edu
Subject: [charm] Problems building the documentation

I am using charm++ v 6.7.1 and trying to build the documentation.  I've
installed latex-html and python-bs4 (they were lacking in my system), but I
get another error now that I don't know how to resolve:


*********** WARNINGS ***********
No implementation found for style `../pplmanual'
No implementation found for style `graphicx'
No implementation found for style `calc'
No implementation found for style `fancyvrb'
No implementation found for style `hyphenat'
No implementation found for style `listings'
No implementation found for style `hyperref'

redefining command \thepart

Substitution of arg to newlabelxx delayed.

There is no author for this document.

Unknown commands: credits version nohyphens hypersetup
Done.
../navmenuGenerator.py manual/index.html > tmp-navmenu.html
Traceback (most recent call last):
  File "../navmenuGenerator.py", line 16, in <module>
    toc = soup.find("ul","ChildLinks").extract()
AttributeError: 'NoneType' object has no attribute 'extract'


Any help is appreciated.

Rob




Archive powered by MHonArc 2.6.19.

Top of Page