Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-12-14 Thread Dalibor Topic
Once this is pushed into jdk8, please consider backporting it to jdk7u - I'm seeing the same issue with jdk7u-dev on Ubuntu 11.10. cheers, dalibor topic On 11/10/11 11:25 AM, Alex Menkov wrote: Looks good regards Alex On 10.11.2011 09:24, mark.reinh...@oracle.com wrote: Some Linux

Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-12-12 Thread Alex Menkov
Looks good regards Alex On 10.11.2011 09:24, mark.reinh...@oracle.com wrote: Some Linux distros have started to adopt a multiarch filesystem layout for shared libraries in order to support the installation of packages for multiple hardware architectures on a single system. For more

Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-11-10 Thread Robert Ottenhag
On 11/10/2011 06:24 AM, mark.reinh...@oracle.com wrote: Some Linux distros have started to adopt a multiarch filesystem layout for shared libraries in order to support the installation of packages for multiple hardware architectures on a single system. For more information see, e.g.,

Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-11-10 Thread mark . reinhold
2011/11/10 4:49 -0800, robert.otten...@oracle.com: The patch is correct, but in order to follow the convention in most other makefiles, I advice to use OTHER_LDLIBS instead of EXTRA_LIBS. Ah, thanks. I missed that one when reading through the common makefiles. 2011/11/10 5:16 -0800,

RE: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-11-10 Thread Robert Ottenhag
-Original Message- From: Mark Reinhold Sent: Thursday, November 10, 2011 4:47 PM 2011/11/10 5:16 -0800, robert.otten...@oracle.com: I am also not entirely convinced that the new multiarch support is the reason for these failures, although it may trigger it. Right. It may

Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-11-10 Thread David Holmes
On 11/11/2011 1:47 AM, mark.reinh...@oracle.com wrote: 2011/11/10 4:49 -0800, robert.otten...@oracle.com: The patch is correct, but in order to follow the convention in most other makefiles, I advice to use OTHER_LDLIBS instead of EXTRA_LIBS. Ah, thanks. I missed that one when reading

Re: Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-11-10 Thread mark . reinhold
2011/11/10 17:45 -0800, david.hol...@oracle.com: On 11/11/2011 1:47 AM, mark.reinh...@oracle.com wrote: 2011/11/10 4:49 -0800, robert.otten...@oracle.com: The patch is correct, but in order to follow the convention in most other makefiles, I advice to use OTHER_LDLIBS instead of EXTRA_LIBS.

Review request (XS): 7110396: Sound code fails to build on multiarch Linux systems

2011-11-09 Thread mark . reinhold
Some Linux distros have started to adopt a multiarch filesystem layout for shared libraries in order to support the installation of packages for multiple hardware architectures on a single system. For more information see, e.g., http://wiki.debian.org/Multiarch. In Ubuntu 11.10 the ALSA shared