Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270433 - app-emulation/open-vm-tools-0.0.20090121.142982 fails to configure with sys-process/procps-3.2.6
Summary: app-emulation/open-vm-tools-0.0.20090121.142982 fails to configure with sys-p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo VMWare Bug Squashers [disabled]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-19 14:15 UTC by Johann Schmitz (ercpe) (RETIRED)
Modified: 2009-07-09 21:24 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,8.34 KB, text/plain)
2009-05-20 07:09 UTC, Johann Schmitz (ercpe) (RETIRED)
Details
emerge --info (emerge --info.txt,3.14 KB, text/plain)
2009-05-20 07:09 UTC, Johann Schmitz (ercpe) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.