[pulseaudio-tickets] [Bug 54658] New: No rule to make target `daemon/pulseaudio.desktop'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Sep 7 20:25:16 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54658
Bug #: 54658
Summary: No rule to make target `daemon/pulseaudio.desktop'
Classification: Unclassified
Product: PulseAudio
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: build-system
AssignedTo: pulseaudio-bugs at lists.freedesktop.org
ReportedBy: lameventanas at gmail.com
QAContact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
When building pulseaudio 2.1 the build process halts.
This is what I'm doing:
cd pulseaudio-2.1
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--localstatedir=/var \
--disable-nls \
--disable-tcpwrap \
--disable-hal \
--disable-esound \
--disable-oss-output \
--disable-oss-wrapper \
--disable-ipv6 \
--disable-legacy-runtime-dir \
--disable-legacy-database-entry-format \
--disable-rpath \
--disable-default-build-tests
...
---{ pulseaudio 2.1 }---
prefix: /usr
sysconfdir: /etc
localstatedir: /var
modlibexecdir: ${exec_prefix}/lib/pulse-2.1/modules
System Runtime Path: /var/run/pulse
System State Path: /var/lib/pulse
System Config Path: /var/lib/pulse
Compiler: gcc -std=gnu99
CFLAGS: -O2 -march=native -mtune=native -pipe -w
-Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings
-Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare
-Wformat-security -Wmissing-include-dirs -Wformat-nonliteral
-Wold-style-definition -Wpointer-arith -Winit-self
-Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes
-Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn
-Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings
-Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common
-fdiagnostics-show-option
LIBS: -lcap -lpthread -lrt -ldl -lm
Enable X11: yes
Enable OSS Output: no
Enable OSS Wrapper: no
Enable EsounD: no
Enable Alsa: yes
Enable CoreAudio: no
Enable Solaris: no
Enable WaveOut: no
Enable GLib 2.0: yes
Enable Gtk+ 2.0: yes
Enable GConf: no
Enable Avahi: no
Enable Jack: yes
Enable Async DNS: no
Enable LIRC: yes
Enable Xen PV driver: no
Enable D-Bus: yes
Enable HAL: no
Enable BlueZ: yes
Enable udev: yes
Enable HAL->udev compat: yes
Enable systemd login: no
Enable TCP Wrappers: no
Enable libsamplerate: yes
Enable IPv6: no
Enable OpenSSL (for Airtunes): yes
Enable fftw: yes
Enable orc: yes
Enable Adrian echo canceller: yes
Enable speex (resampler, AEC): yes
Enable WebRTC echo canceller: no
Database
tdb: yes
gdbm: no
simple database: no
System User: pulse
System Group: pulse
Access Group: pulse-access
Enable per-user EsounD socket: no
Force preopen: no
Preopened modules: all
Legacy Runtime Dir Support: no
Legacy Database Entry Support: no
make
...
CC pasuspender-pasuspender.o
CC pacmd-pacmd.o
CC pax11publish-pax11publish.o
CC proximity_helper-proximity-helper.o
make[3]: *** No rule to make target `daemon/pulseaudio.desktop', needed by
`all-am'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/dev/shm/pulseaudio-2.0-kde/src/pulseaudio-2.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/dev/shm/pulseaudio-2.0-kde/src/pulseaudio-2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dev/shm/pulseaudio-2.0-kde/src/pulseaudio-2.1'
make: *** [all] Error 2
If I add --disable-x11 it works.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the pulseaudio-bugs
mailing list