|
From: SourceForge.net <no...@so...> - 2007-09-18 04:39:57
|
Tracker item #1796805, was opened at 2007-09-17 22:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-10-08 16:07:21
|
Tracker item #1796805, was opened at 2007-09-18 06:40 Message generated for change (Comment added) made by seefood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 18:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-10-08 18:18:35
|
Tracker item #1796805, was opened at 2007-09-18 06:40 Message generated for change (Comment added) made by eliasp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- Comment By: Elias Probst (eliasp) Date: 2007-10-08 20:17 Message: Logged In: YES user_id=1038740 Originator: NO Same here. It's a blocker for me as I currently can't continue development of the Gentoo ebuild ( http://bugs.gentoo.org/show_bug.cgi?id=192377 / vmware overlay) because my only VM where I'm doing the tests on is X-less. I hope this is fixed soon. Would do it, but I don't have any autotools/autoconf knowledge. I think this is fixed very fast by somebody having some basic autotools/autoconf knowledge. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 18:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-10-08 22:32:01
|
Tracker item #1796805, was opened at 2007-09-18 06:40 Message generated for change (Comment added) made by seefood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-09 00:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Elias Probst (eliasp) Date: 2007-10-08 20:17 Message: Logged In: YES user_id=1038740 Originator: NO Same here. It's a blocker for me as I currently can't continue development of the Gentoo ebuild ( http://bugs.gentoo.org/show_bug.cgi?id=192377 / vmware overlay) because my only VM where I'm doing the tests on is X-less. I hope this is fixed soon. Would do it, but I don't have any autotools/autoconf knowledge. I think this is fixed very fast by somebody having some basic autotools/autoconf knowledge. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 18:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-10-08 22:32:40
|
Tracker item #1796805, was opened at 2007-09-18 06:40 Message generated for change (Comment added) made by seefood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-09 00:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-09 00:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Elias Probst (eliasp) Date: 2007-10-08 20:17 Message: Logged In: YES user_id=1038740 Originator: NO Same here. It's a blocker for me as I currently can't continue development of the Gentoo ebuild ( http://bugs.gentoo.org/show_bug.cgi?id=192377 / vmware overlay) because my only VM where I'm doing the tests on is X-less. I hope this is fixed soon. Would do it, but I don't have any autotools/autoconf knowledge. I think this is fixed very fast by somebody having some basic autotools/autoconf knowledge. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 18:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-10-08 22:35:58
|
Tracker item #1796805, was opened at 2007-09-18 04:40 Message generated for change (Comment added) made by sopwith You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- >Comment By: ECL (sopwith) Date: 2007-10-08 22:35 Message: Logged In: YES user_id=18318 Originator: NO I'm working on a compatibility patch that allows builds on more systems. I know --without-x works for me because I've got builds going on a couple of systems that don't have libXrandr, so it's just a matter of getting a tarball out there with the fixes... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 22:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 22:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Elias Probst (eliasp) Date: 2007-10-08 18:17 Message: Logged In: YES user_id=1038740 Originator: NO Same here. It's a blocker for me as I currently can't continue development of the Gentoo ebuild ( http://bugs.gentoo.org/show_bug.cgi?id=192377 / vmware overlay) because my only VM where I'm doing the tests on is X-less. I hope this is fixed soon. Would do it, but I don't have any autotools/autoconf knowledge. I think this is fixed very fast by somebody having some basic autotools/autoconf knowledge. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 16:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-10-11 22:11:37
|
Tracker item #1796805, was opened at 2007-09-17 21:40 Message generated for change (Comment added) made by ragavan_s You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- >Comment By: Ragavan S (ragavan_s) Date: 2007-10-11 15:11 Message: Logged In: YES user_id=1859435 Originator: NO Elliot released a development snapshot that should fix this. http://sourceforge.net/project/showfiles.php?group_id=204462&package_id=244023&release_id=545283 (specifically the nox patch). Can you please try that and see if it works for you? ---------------------------------------------------------------------- Comment By: ECL (sopwith) Date: 2007-10-08 15:35 Message: Logged In: YES user_id=18318 Originator: NO I'm working on a compatibility patch that allows builds on more systems. I know --without-x works for me because I've got builds going on a couple of systems that don't have libXrandr, so it's just a matter of getting a tarball out there with the fixes... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 15:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 15:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Elias Probst (eliasp) Date: 2007-10-08 11:17 Message: Logged In: YES user_id=1038740 Originator: NO Same here. It's a blocker for me as I currently can't continue development of the Gentoo ebuild ( http://bugs.gentoo.org/show_bug.cgi?id=192377 / vmware overlay) because my only VM where I'm doing the tests on is X-less. I hope this is fixed soon. Would do it, but I don't have any autotools/autoconf knowledge. I think this is fixed very fast by somebody having some basic autotools/autoconf knowledge. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 09:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: SourceForge.net <no...@so...> - 2007-11-24 00:29:09
|
Tracker item #1796805, was opened at 2007-09-17 22:40 Message generated for change (Comment added) made by alfmel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Alf Mel (alfmel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot configure without X libraries Initial Comment: Thank you for releasing these tools to the Open Source community. I am trying out the new tools by trying to simply build the modules in a system that does not have X installed. I do this because I don't install X on my servers to reduce the VM hard disk footprint. However, when running the configure script with --without-x --disable-multimon, the configure script exits with an error when trying to find the xrandr library: checking for pkg-config... yes checking for XRRQueryVersion in -lXrandr... no configure: error: libXrandr not found. Please install the libXrandr devel package(s). The README file contains the following: (*)Building Linux kernel modules: 1) ./configure 2) make modules Since I cannot run configure successfully, I am not even able to compile the kernel modules that should not require any X libraries what so ever. Could you fix your configure script to allow configuration without any X libraries? Ideally, it would also be nice to know what packages will *not* be compiled due to failed X dependencies during configuration. ---------------------------------------------------------------------- >Comment By: Alf Mel (alfmel) Date: 2007-11-23 17:28 Message: Logged In: YES user_id=1865908 Originator: YES Tried version 2007.11.21 and the configure finished successfully. Thanks for fixing this bug. ---------------------------------------------------------------------- Comment By: Ragavan S (ragavan_s) Date: 2007-10-11 16:11 Message: Logged In: YES user_id=1859435 Originator: NO Elliot released a development snapshot that should fix this. http://sourceforge.net/project/showfiles.php?group_id=204462&package_id=244023&release_id=545283 (specifically the nox patch). Can you please try that and see if it works for you? ---------------------------------------------------------------------- Comment By: ECL (sopwith) Date: 2007-10-08 16:35 Message: Logged In: YES user_id=18318 Originator: NO I'm working on a compatibility patch that allows builds on more systems. I know --without-x works for me because I've got builds going on a couple of systems that don't have libXrandr, so it's just a matter of getting a tarball out there with the fixes... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 16:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 16:32 Message: Logged In: YES user_id=7119 Originator: NO actually, I managed to build the modules without configure finishing, still it's a kind of an ugly improvisation :-) I should not need any X devel libs for make modules, especially if I asked --without-x... ---------------------------------------------------------------------- Comment By: Elias Probst (eliasp) Date: 2007-10-08 12:17 Message: Logged In: YES user_id=1038740 Originator: NO Same here. It's a blocker for me as I currently can't continue development of the Gentoo ebuild ( http://bugs.gentoo.org/show_bug.cgi?id=192377 / vmware overlay) because my only VM where I'm doing the tests on is X-less. I hope this is fixed soon. Would do it, but I don't have any autotools/autoconf knowledge. I think this is fixed very fast by somebody having some basic autotools/autoconf knowledge. ---------------------------------------------------------------------- Comment By: Ira Abramov (seefood) Date: 2007-10-08 10:07 Message: Logged In: YES user_id=7119 Originator: NO +1, exact same proglem here. I say at least seperate a makefile for the kernel modules from the rest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=1796805&group_id=204462 |
|
From: Johannes K. <oj...@gm...> - 2007-09-18 15:44:10
Attachments:
signature.asc
|
SourceForge.net schrieb: > However, when running the configure script with --without-x > --disable-multimon, the configure script exits with an error when > trying to find the xrandr library: It seems the guys at gentoo trying to create an ebuild have similar problems: <http://sourceforge.net/mailarchive/forum.php?thread_name=3D200709150522.= 43339.mail%40eliasprobst.eu&forum_name=3Dopen-vm-tools-devel> OJ --=20 As sure as night is dark and day is light, I keep you on my mind both day and night. And happiness I've known proves that it's right, because you're mine, I walk the line. (Johnny Cash: I walk the line) |