Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] missing clang manpages
@ 2019-12-31 13:29 voidlinux-github
  2019-12-31 15:03 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-12-31 13:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2142 bytes --]

New issue by BrandonIrizarry on void-packages repository

https://github.com/void-linux/void-packages/issues/17935

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* output of xuname:  
Void 5.3.18_1 x86_64 GenuineIntel uptodate rF
* package:  
 clang version 9.0.1 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /bin

### Expected behavior
`man clang` should pull up a manpage.
### Actual behavior
The man page doesn't exist.
### Steps to reproduce the behavior
Type `man clang` at the terminal, after having installed it.

Also, the output of `xbps-query -Rs man | grep page`:

[-] docbook2x-0.8.8_5                        DocBook converter to UNIX manpage and GNU Texinfo format
[-] go-md2man-2.0.0_1                        Convert md to manpages
[\*] man-pages-5.04_1                         Linux Documentation Project (LDP) manual pages
[\*] man-pages-devel-5.04_1                   Linux Documentation Project (LDP) manual pages - development pages
[\*] man-pages-posix-2013a_4                  Manual pages about POSIX systems
[\*] mdocml-1.14.5_3                          The mandoc UNIX manpage compiler toolset
[-] pod2mdoc-0.2_2                           Convert perl documentation (POD) into man pages (mdoc)
[-] ruby-manpages-0.6.1_2                    Gem to add man pages support to ruby gems
[-] ruby-ronn-0.7.3_2                        Strick markdown-like format for manpages
[-] scdoc-1.10.0_1                           Tool for generating roff manual pages
[-] taizen-0.0.0.20180808_4                  Browse mediawiki pages from the command line
[-] texi2mdoc-0.1.2_2                        Convert Texinfo documentation into man pages (mdoc)
[-] txt2man-1.6.0_1                          Converts text to man page
[-] xman-1.1.5_1                             Manual page display program for the X Window System
[-] xmltoman-0.4_1                           Convert XML to man pages in groff format or html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: missing clang manpages
  2019-12-31 13:29 [ISSUE] missing clang manpages voidlinux-github
@ 2019-12-31 15:03 ` voidlinux-github
  2020-01-01  1:48 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-12-31 15:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/17935#issuecomment-569942143

Comment:
This requires figuring out the proper cmake defines, which I'm currently failing at.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: missing clang manpages
  2019-12-31 13:29 [ISSUE] missing clang manpages voidlinux-github
  2019-12-31 15:03 ` voidlinux-github
@ 2020-01-01  1:48 ` voidlinux-github
  2021-01-26 21:50 ` ericonr
  2021-05-18  0:13 ` [ISSUE] [CLOSED] " q66
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-01  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/issues/17935#issuecomment-570013482

Comment:
> This requires figuring out the proper cmake defines, which I'm currently failing at.

Currently, I am trying BUILD_DOCS but that may not make manpages

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: missing clang manpages
  2019-12-31 13:29 [ISSUE] missing clang manpages voidlinux-github
  2019-12-31 15:03 ` voidlinux-github
  2020-01-01  1:48 ` voidlinux-github
@ 2021-01-26 21:50 ` ericonr
  2021-05-18  0:13 ` [ISSUE] [CLOSED] " q66
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-26 21:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/17935#issuecomment-767850281

Comment:
I think what you want is

```diff
diff --git a/srcpkgs/llvm11/template b/srcpkgs/llvm11/template
index 12ecb4bdc4..6746ed6644 100644
--- a/srcpkgs/llvm11/template
+++ b/srcpkgs/llvm11/template
@@ -11,7 +11,9 @@ configure_args="
  -DLLVM_LINK_LLVM_DYLIB=ON
  -DLLVM_ENABLE_RTTI=ON
  -DLLVM_ENABLE_FFI=ON
- -DLLVM_BINUTILS_INCDIR=/usr/include"
+ -DLLVM_BINUTILS_INCDIR=/usr/include
+ -DLLVM_INCLUDE_DOCS=ON
+ -DLLVM_BUILD_DOCS=ON"
 hostmakedepends="groff perl python3 zlib-devel libffi-devel swig"
 makedepends="python3-devel zlib-devel libffi-devel libedit-devel
  libxml2-devel binutils-devel libatomic-devel"
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] missing clang manpages
  2019-12-31 13:29 [ISSUE] missing clang manpages voidlinux-github
                   ` (2 preceding siblings ...)
  2021-01-26 21:50 ` ericonr
@ 2021-05-18  0:13 ` q66
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-05-18  0:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2145 bytes --]

Closed issue by BrandonIrizarry on void-packages repository

https://github.com/void-linux/void-packages/issues/17935

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* output of xuname:  
Void 5.3.18_1 x86_64 GenuineIntel uptodate rF
* package:  
 clang version 9.0.1 
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /bin

### Expected behavior
`man clang` should pull up a manpage.
### Actual behavior
The man page doesn't exist.
### Steps to reproduce the behavior
Type `man clang` at the terminal, after having installed it.

Also, the output of `xbps-query -Rs man | grep page`:

[-] docbook2x-0.8.8_5                        DocBook converter to UNIX manpage and GNU Texinfo format
[-] go-md2man-2.0.0_1                        Convert md to manpages
[\*] man-pages-5.04_1                         Linux Documentation Project (LDP) manual pages
[\*] man-pages-devel-5.04_1                   Linux Documentation Project (LDP) manual pages - development pages
[\*] man-pages-posix-2013a_4                  Manual pages about POSIX systems
[\*] mdocml-1.14.5_3                          The mandoc UNIX manpage compiler toolset
[-] pod2mdoc-0.2_2                           Convert perl documentation (POD) into man pages (mdoc)
[-] ruby-manpages-0.6.1_2                    Gem to add man pages support to ruby gems
[-] ruby-ronn-0.7.3_2                        Strick markdown-like format for manpages
[-] scdoc-1.10.0_1                           Tool for generating roff manual pages
[-] taizen-0.0.0.20180808_4                  Browse mediawiki pages from the command line
[-] texi2mdoc-0.1.2_2                        Convert Texinfo documentation into man pages (mdoc)
[-] txt2man-1.6.0_1                          Converts text to man page
[-] xman-1.1.5_1                             Manual page display program for the X Window System
[-] xmltoman-0.4_1                           Convert XML to man pages in groff format or html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-18  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 13:29 [ISSUE] missing clang manpages voidlinux-github
2019-12-31 15:03 ` voidlinux-github
2020-01-01  1:48 ` voidlinux-github
2021-01-26 21:50 ` ericonr
2021-05-18  0:13 ` [ISSUE] [CLOSED] " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).