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

Bug 270433

Summary: app-emulation/open-vm-tools-0.0.20090121.142982 fails to configure with sys-process/procps-3.2.6
Product: Gentoo Linux Reporter: Johann Schmitz (ercpe) (RETIRED) <ercpe>
Component: Current packagesAssignee: Gentoo VMWare Bug Squashers [disabled] <vmware+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: dustin, matthias
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2009-05-19 14:15:05 UTC
app-emulation/open-vm-tools-0.0.20090121.142982 fails to configure with 
"configure: error: libproc not found. Please configure without procps (using --without-procps) or install procps - http://procps.sourceforge.net", but sys-process/procps is installed (3.2.6). Upgrading to sys-process/procps-3.2.7 solves this problem.

Maybe the ebuild should depend on >=sys-process/procps-3.2.7 ?



Reproducible: Always

Steps to Reproduce:
1. Downgrade sys-process/procps to 3.2.6
2. app-emulation/open-vm-tools-0.0.20090121.142982


Actual Results:  
see above

Expected Results:  
configure should work
Comment 1 Sebastian Luther (few) 2009-05-19 14:35:59 UTC
emerge --info and the build.log please.
Comment 2 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2009-05-20 07:09:26 UTC
Created attachment 191881 [details]
build.log
Comment 3 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2009-05-20 07:09:54 UTC
Created attachment 191883 [details]
emerge --info
Comment 4 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2009-05-20 07:10:34 UTC
See the attached files.
Comment 5 Dustin C. Hatch 2009-07-02 22:48:02 UTC
It doesn't build with 3.2.8 either. The configure script is explicitly looking for the 3.2.7 so, however everything seems to work okay with a symlink to another version. Perhaps the autoconf can be modified?
Comment 6 Vadim Kuznetsov (RETIRED) gentoo-dev 2009-07-09 21:24:55 UTC
09 Jul 2009; Vadim Kuznetsov vadimk@gentoo.org
  +open-vm-tools-0.0.20090618.172495-r1.ebuild, metadata.xml:
  Fixes bugs 273211, 270433, 260878. Hardcoded procpc, Werror, general
  ebuild clean up and missing dependencies. USE flags are added: doc, fuse.
  However, vmblock-fuse still needs init script changes.