Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68531 - kdrive emerge fail with VESA="no" option
Summary: kdrive emerge fail with VESA="no" option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 04:48 UTC by Jedi
Modified: 2004-11-25 16:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jedi 2004-10-22 04:48:15 UTC
kdrive was correctly builded, but fails installing man pages 

Reproducible: Always
Steps to Reproduce:
1.
USE="fbdev alsa cups pam -kde -gnome"

on pentium mmx
VESA="no" emerge kdrive

Actual Results:  

Wed Oct 20 17:07:10 CEST 2004

Full build of XFree86 version 4.3.0 (27 February 2003) complete.

* Making and installing man pages...
fbdev
+ mkdir -p
/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/man/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/xc/usr/X11R6/lib/X11/doc/html
+ install -c -m 0444 Xkdrive.1x.html
/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/man/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/xc/usr/X11R6/lib/X11/doc/html/Xkdrive.1.html
+ mkdir -p
/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/man/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/xc/usr/X11R6/man/man1
install -c -m 0444 Xkdrive._man
/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/man/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/xc/usr/X11R6/man/man1/Xkdrive.1x
install.man in programs/Xserver/hw/kdrive done
make: Entering directory
`/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/xc/programs/Xserver/hw/kdrive/vesa'
make: *** No rule to make target `install.man'. Stop.
make: Leaving directory
`/shared/portage/tmp/portage/kdrive-4.3.0-r5/work/xc/programs/Xserver/hw/kdrive/vesa'

!!! ERROR: x11-base/kdrive-4.3.0-r5 failed.
!!! Function src_compile, Line 258, Exitcode 2
!!! Xvesa man page install...

Expected Results:  
emerge completes correctly
Comment 1 Jedi 2004-11-18 00:10:21 UTC
TrueDFX said:
Try adding
Code:
sed '/#ifndef TOSHIBA_SMM/,/#endif/d' -i ${S}/programs/Xserver/hw/kdrive/vesa/vesa.c
to the ebuild; place it at the very end of src_unpack.


it has worked.
Comment 2 Andrew Bevitt 2004-11-25 15:11:11 UTC
Well the fix works... pending intentions for kdrive #65758
Comment 3 Andrew Bevitt 2004-11-25 16:40:04 UTC
Fixed in cvs.