Ticket #325 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

Pulseaudio fails to build on Ubuntu Hardy (Makefile error)

Reported by: martenson Owned by: lennart
Milestone: Component: build-system
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

Changed 2 years ago 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)?

Changed 2 years ago by lennart

Hmm, might be related to #268?

Changed 2 years ago 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.

Changed 2 years ago by lennart

  • status changed from new to closed
  • resolution set to wontfix
Note: See TracTickets for help on using tickets.