Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 273482

Summary: sys-process/fcron-3.0.4-r2 needs lynx for HTML doc generation
Product: Gentoo Linux Reporter: Dirk Heinrichs <dirk.heinrichs.ext>
Component: [OLD] Core systemAssignee: Wolfram Schlich (RETIRED) <wschlich>
Status: RESOLVED FIXED    
Severity: normal CC: ansla80, dirk.heinrichs, flameeyes, pacho
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dirk Heinrichs 2009-06-10 08:33:20 UTC
make[2]: Entering directory `/gentoo/build/sys-process-fcron-3.0.4-r2/work/fcron-3.0.4/doc'                                                    

Building fcron-doc.mod

Building en/HTML...

Building en/txt files...

  en/txt/readme...
/bin/sh: line 2: lynx: command not found
  en/txt/install...                     
/bin/sh: line 2: lynx: command not found
  en/txt/thanks...                      
/bin/sh: line 2: lynx: command not found
  en/txt/faq...                         
/bin/sh: line 2: lynx: command not found
  en/txt/gpl...                         
/bin/sh: line 2: lynx: command not found
  en/txt/todo...                        
/bin/sh: line 2: lynx: command not found
  en/txt/relnotes...                    
/bin/sh: line 2: lynx: command not found
  en/txt/changes...                     
/bin/sh: line 2: lynx: command not found
make[2]: *** [en/txt/readme.txt] Error 127
make[2]: Leaving directory `/gentoo/build/sys-process-fcron-3.0.4-r2/work/fcron-3.0.4/doc'


Reproducible: Always

Steps to Reproduce:
# paludis -i everything
  or
# paludis -i1 fcron

both without having lynx installed. For USE flags see below.
Actual Results:  
Build fails when lynx is not installed, see above.

Expected Results:  
Install lynx automatically prior to fcron to satisfy dependency.

Relevant USE flags:

# paludis -ip fcron
Building target list...
Building dependency list...

These packages will be installed:

* sys-process/fcron [U 3.0.4-r1 -> 3.0.4-r2] <target>
    -debug doc pam (-selinux) build_options: -optional_tests split strip
Comment 1 Dirk Heinrichs 2009-06-10 08:42:25 UTC
Just checked: Update of fcron runs fine when lynx is installed.
Comment 2 Dirk Heinrichs 2009-12-16 09:04:59 UTC
Any news on this?
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-03-10 01:39:43 UTC
Documentation is now never rebuilt, so lynx is no longer needed, thanks for reporting!