Bug 907258

Summary: mandb confused by missing .3gl manual files
Product: [Fedora] Fedora Reporter: Paul DeStefano <prd-fedora>
Component: gl-manpagesAssignee: Yanko Kaneti <yaneti>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 18CC: ajax, yaneti
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-13 04:24:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul DeStefano 2013-02-04 00:33:10 UTC
Description of problem:
mandb complains of missing .3gl files in /usr/share/man/man3/ for gl* manual pages.  It also doesn't like .3G.gz files, either.

Version-Release number of selected component (if applicable):
1.1-2.20121009.fc18

How reproducible:
Occurred immediately after upgrade to F18.  I'm not sure how long it will persist.

Steps to Reproduce:
1. mandb --test
2.
3.
  
Actual results:
...
mandb: can't open /usr/share/man/man3/glGetTexLevelParameter.3gl: No such file or directory
mandb: warning: /usr/share/man/man3/glGetTexLevelParameteriv.3G.gz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man3G/glProgramUniform1f.3G: No such file or directory
mandb: warning: /usr/share/man/man3/glProgramUniform4f.3G.gz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man3G/glUniform1f.3G: No such file or directory
mandb: warning: /usr/share/man/man3/glUniform1iv.3G.gz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man3G/glUniform1f.3G: No such file or directory
mandb: warning: /usr/share/man/man3/glUniformMatrix4x2fv.3G.gz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man3/glColor.3gl: No such file or directory
...

Expected results:


Additional info:

Comment 1 Fedora Update System 2013-02-04 09:10:10 UTC
gl-manpages-1.1-5.20130122.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gl-manpages-1.1-5.20130122.fc18

Comment 2 Fedora Update System 2013-02-05 02:58:15 UTC
Package gl-manpages-1.1-5.20130122.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gl-manpages-1.1-5.20130122.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-1908/gl-manpages-1.1-5.20130122.fc18
then log in and leave karma (feedback).

Comment 3 Paul DeStefano 2013-02-05 03:37:47 UTC
Wow, thanks!  I don't think it has propagated on updates-testing, yet.

> yum --enablerepo=updates-testing update gl-manpages
Loaded plugins: changelog, langpacks, presto, refresh-packagekit, remove-with-leaves, show-leaves
No Packages marked for Update


But, I will try again later.

Comment 4 Paul DeStefano 2013-02-05 09:17:59 UTC
Hmm, this is odd.  As far as I know, this has never happened before.  I see it, but cannot yum update.

> yum --enablerepo=updates-testing info gl-manpages
Loaded plugins: changelog, langpacks, presto, refresh-packagekit, remove-with-leaves, show-leaves
fedora/18/x86_64/metalink                                                                         |  19 kB  00:00:00
rpmfusion-free-updates                                                                            | 3.3 kB  00:00:00
rpmfusion-nonfree-updates                                                                         | 3.3 kB  00:00:00
updates/18/x86_64/metalink                                                                        | 9.9 kB  00:00:00
updates                                                                                           | 4.7 kB  00:00:00
updates-testing/18/x86_64/metalink                                                                | 9.4 kB  00:00:00
updates-testing                                                                                   | 4.7 kB  00:00:00
(1/2): updates-testing/primary_db                                                                 | 6.3 MB  00:00:11
(2/2): updates/primary_db                                                                         | 6.6 MB  00:00:20
rpmfusion-nonfree-updates/primary_db                                                              |  34 kB  00:00:00
updates/group_gz                                                                                  | 368 kB  00:00:01
updates-testing/group_gz                                                                          | 368 kB  00:00:01
Installed Packages
Name        : gl-manpages
Arch        : noarch
Version     : 1.1
Release     : 2.20121009.fc18
Size        : 878 k
Repo        : installed
Summary     : OpenGL manpages
URL         : http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages
License     : MIT and Open Publication
Description : OpenGL manpages

Available Packages
Name        : gl-manpages
Arch        : noarch
Version     : 1.1
Release     : 5.20130122.fc18
Size        : 995 k
Repo        : updates-testing/18/x86_64
Summary     : OpenGL manpages
URL         : http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages
License     : MIT and Open Publication
Description : OpenGL manpages

# yum update --enablerepo=updates-testing gl-manpages-1.1-5.20130122.fc18
Loaded plugins: changelog, langpacks, presto, refresh-packagekit, remove-with-leaves, show-leaves
No Match for argument: gl-manpages-1.1-5.20130122.fc18
No package gl-manpages-1.1-5.20130122.fc18 available.
No Packages marked for Update

Comment 5 Yanko Kaneti 2013-02-05 09:24:22 UTC
If the mirrors are not yet up to date you can always get the build from koji.
http://koji.fedoraproject.org/koji/buildinfo?buildID=382060

Comment 6 Paul DeStefano 2013-02-05 21:35:59 UTC
I got the updated package and it resolved the issue with mandb.  Thanks!

Comment 7 Fedora Update System 2013-02-13 04:24:45 UTC
gl-manpages-1.1-5.20130122.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.