Ticket #325 (closed defect: wontfix)

Opened 3 months ago

Last modified 2 months ago

Pulseaudio fails to build on Ubuntu Hardy (Makefile error)

Reported by: martenson Assigned to: lennart
Priority: normal Milestone:
Component: build-system Severity: normal
Keywords: Cc:

Description

I get the following when I try to build pulseaudio from latest GIT on Ubuntu Hardy:

~/code/pulseaudio$ make
make  all-recursive
make[1]: Entering directory `/home/johan/code/pulseaudio'
Making all in src
make[2]: Entering directory `/home/johan/code/pulseaudio/src'
modules
/bin/bash: modules: command not found
make[2]: *** [modules/module-cli-symdef.h] Error 127
make[2]: Leaving directory `/home/johan/code/pulseaudio/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/johan/code/pulseaudio'
make: *** [all] Error 2

Change History

07/21/08 17:06:14 changed by coling

Builds fine here.

That output on it's own tho' is not very useful other than telling me that $(MAKE) is not defined.

What is the output from you bootstrap.sh or autogen.sh (depending which one you used)?

07/21/08 17:07:42 changed by lennart

Hmm, might be related to #268?

07/22/08 16:39:50 changed by martenson

I did a sed 's/..MKDIR_P./mkdir -p/' in the file src/Makefile which made the build proceed so it looks like $(MKDIR_P) is not getting set correctly.

07/30/08 16:55:59 changed by lennart

  • status changed from new to closed.
  • resolution set to wontfix.