[flac-dev] config.rpath?

2015-08-01 Thread Dave Yeo
Building flac git head on OS/2 dies when running sh /usr/bin/autoreconf 
--install --force
...
configure.ac:32: installing './compile'
configure.ac:35: installing './config.guess'
configure.ac:344: error: required file './config.rpath' not found
configure.ac:35: installing './config.sub'
configure.ac:26: installing './install-sh'
configure.ac:26: installing './missing'
examples/c/decode/file/Makefile.am: installing './depcomp'
autoreconf: failed to run automake: SYS0003=0x3: The system cannot find 
the path specified

[K:\usr\local\src\flac]sh /usr/bin/automake
configure.ac:344: error: required file './config.rpath' not found
...

Is this an auto tools porting bug or flac bug? Touch flac/config.rpath 
seems to fix the issue.
Dave
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] config.rpath?

2015-08-01 Thread Erik de Castro Lopo
Dave Yeo wrote:

 Building flac git head on OS/2 dies when running sh /usr/bin/autoreconf 
 --install --force

Don't run autoreconf, use autogen.sh in the FLAC git repo which contains:

 touch config.rpath

Cheers,
Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] config.rpath?

2015-08-01 Thread Dave Yeo
On 07/31/15 11:53 PM, Erik de Castro Lopo wrote:
 Dave Yeo wrote:

 Building flac git head on OS/2 dies when running sh /usr/bin/autoreconf
 --install --force
 Don't run autoreconf, use autogen.sh in the FLAC git repo which contains:

   touch config.rpath

using a port of DASH,

[K:\usr\local\src\flac]sh autogen.sh
function: not found
autogen.sh: 13: Syntax error: } unexpected

Plus symlinks are unwanted.
Dave
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] config.rpath?

2015-08-01 Thread Dave Yeo
On 08/01/15 12:55 AM, Erik de Castro Lopo wrote:
 I've just switched autogen.sh from bash to sh and made sure
 it works with /bin/bash

 Plus symlinks are unwanted.
 I've also added a --no-symlinks option to autogen.sh.

 Happy now?:-)

Yes, always nice to have plain sh being the requirement. Also tested 
with [pdk]sh.
Dave
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] config.rpath?

2015-08-01 Thread Brian Willoughby

On Aug 1, 2015, at 7:50 PM, Dave Yeo dave.r@gmail.com wrote:
 On 08/01/15 12:55 AM, Erik de Castro Lopo wrote:
 I've just switched autogen.sh from bash to sh and made sure
 it works with /bin/bash
 
 Plus symlinks are unwanted.
 I've also added a --no-symlinks option to autogen.sh.
 
 Happy now?:-)
 
 Yes, always nice to have plain sh being the requirement.


Agreed.

 Also tested with [pdk]sh.
 Dave

___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] config.rpath?

2015-08-01 Thread Erik de Castro Lopo
Dave Yeo wrote:

 using a port of DASH,
 
 [K:\usr\local\src\flac]sh autogen.sh
 function: not found
 autogen.sh: 13: Syntax error: } unexpected

I've just switched autogen.sh from bash to sh and made sure
it works with /bin/bash

 Plus symlinks are unwanted.

I've also added a --no-symlinks option to autogen.sh.

Happy now? :-)

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [flac-dev] config.rpath?

2015-08-01 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote:

 I've just switched autogen.sh from bash to sh and made sure
 it works with /bin/bash

Sorry, I meant /bin/dash.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev