[pulseaudio-tickets] [PulseAudio] #268: wrong mkdir_p case in trunk/src/Makefile.am

PulseAudio trac-noreply at tango.0pointer.de
Mon Mar 31 02:39:01 PDT 2008


#268: wrong mkdir_p case in trunk/src/Makefile.am
---------------------------+------------------------------------------------
  Reporter:  orbisvicis    |       Owner:  lennart 
      Type:  defect        |      Status:  reopened
  Priority:  normal        |   Milestone:          
 Component:  build-system  |    Severity:  minor   
Resolution:                |    Keywords:          
---------------------------+------------------------------------------------
Changes (by orbisvicis):

  * status:  closed => reopened
  * resolution:  wontfix =>
  * severity:  trivial => minor

Comment:

 Yes you may be right but the issue still exists:
 (http://pastebin.com/m3cd99740)

 automake --version
 automake (GNU automake) 1.9.6
 ...

 autoconf --version
 autoconf (GNU Autoconf) 2.61
 ...

 make --version
 GNU Make 3.81
 ...

 (and yes i do have other autotool versions installed on the system, but my
 defaults are the newest releases)

 In the Makefile.in file, line 1676
 mkdir_p = @mkdir_p@
 (Is this normal? autoconf uses MKDIR_P but automake still uses mkdir_p,
 and automake created Makefile.in)

 In the Makefile, line 341
 mkdir_p = mkdir -p --
 (this is clearly an issue)

 I would say it is caused by autogen.sh/bootstrap.sh except:
 .....
 + P=aclocal-1.9
 + shift 2
 + aclocal-1.9
 .....
 P=autoconf
 + shift 2
 + autoconf -Wall
 .....
 P=automake-1.9
 + shift 2
 + automake-1.9 --copy --foreign --add-missing
 .....

 It is probably not caused by the configure script b/c when commenting out
 the configure section out of bootstrap.sh, the src/Makefile.am and
 src/Makefile.in still have a discrepancy in case. (Nor does ./configure
 even modify Makefile.in and Makefile.am) But config.status creates the
 Makefile...
 maybe MASH compatibility and AS_MKDIR_P ?

-- 
Ticket URL: <http://www.pulseaudio.org/ticket/268#comment:2>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server


More information about the pulseaudio-bugs mailing list