Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

julia-doc: error while installing latest nightly (1896) #1

Closed
tpapp opened this issue Feb 27, 2015 · 5 comments
Closed

julia-doc: error while installing latest nightly (1896) #1

tpapp opened this issue Feb 27, 2015 · 5 comments
Assignees

Comments

@tpapp
Copy link

tpapp commented Feb 27, 2015

$ sudo apt-get install julia-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  julia-doc
1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 30.2 kB of archives.
After this operation, 8,587 kB disk space will be freed.
Get:1 http://ppa.launchpad.net/staticfloat/julianightlies/ubuntu/ utopic/main julia-doc all 0.4.0-1896~ubuntu14.10.1 [30.2 kB]
Fetched 30.2 kB in 0s (160 kB/s)
Reading changelogs... Done
(Reading database ... 444330 files and directories currently installed.)
Preparing to unpack .../julia-doc_0.4.0-1896~ubuntu14.10.1_all.deb ...
Unpacking julia-doc (0.4.0-1896~ubuntu14.10.1) over (0.4.0-1845~ubuntu14.10.1) ...
Processing triggers for doc-base (0.10.6) ...
Processing 1 changed doc-base file...
Error in `/usr/share/doc-base/julia-manual', line 8: all `Format' sections are invalid.
Note: `install-docs --verbose --check file_name' may give more details about the above error.
Registering documents with scrollkeeper...
Setting up julia-doc (0.4.0-1896~ubuntu14.10.1) ...

Using latest debian unstable. Output from command suggested above:

$ install-docs --verbose --check /usr/share/doc-base/julia-manual 
Warning in `/usr/share/doc-base/julia-manual', line 8: file `/usr/share/doc/julia-doc/html/index.html' does not exist.
Error in `/usr/share/doc-base/julia-manual', line 8: all `Format' sections are invalid.
/usr/share/doc-base/julia-manual: Fatal error found, the file won't be registered.

@staticfloat staticfloat self-assigned this Feb 27, 2015
@staticfloat
Copy link
Owner

Thank you for the error report. I'll look into it.

@tpapp
Copy link
Author

tpapp commented Mar 1, 2015

Thanks. The error is still there in version 0.4.0-1907~ubuntu14.10.1.

I think that the problem is that /usr/share/doc/julia-doc/html is empty (except for _static, which is also empty), while before version 0.4.0-1845 it had the documentation (index.html, etc).

@staticfloat
Copy link
Owner

I think I figured out why this is happening. I've pushed a fix (c4b6e3d) we'll see if it works in the next day or two, when a new julia-doc gets built on Canonical's servers. (And thank you for the note, I just now saw it, but that is indeed the problem. A clean rule is getting run before it gets packaged up, so the documentation I was uploading was getting cleaned before the build was actually performed!)

@tpapp
Copy link
Author

tpapp commented Mar 4, 2015

The issue appears to be fixed in 0.4.0-1922~ubuntu14.10.1, so I am closing it. Thanks!

@tpapp tpapp closed this as completed Mar 4, 2015
@staticfloat
Copy link
Owner

Great! Thanks for reporting!

On Wed, Mar 4, 2015, 03:06 Tamas K. Papp notifications@github.com wrote:

Closed #1 #1.


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants