pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

www/firefox fails on puloseaudio dependency



I was unable to install www/firefox.

Problem was in audio/pulseaudio.

In FreeBSD 9.2_STABLE, I built pulseaudio, but the version was < 1.0, and I got 
a spew of console error messages regarding pulseaudio; subsequently, I was 
successful so far avoiding pulseaudio, even managing to build www/firefox 
without pulseaudio.

It looks like there may be some Linux-dependent features, and I'd like to know 
if I can build www/firefox in NetBSD from pkgsrc without pulseaudio.

Tom

Pertinent error messages follow:


config.status: executing libtool commands
rm: libtoolT: No such file or directory
config.status: executing po/stamp-it commands

 ---{ pulseaudio 5.0 }---

    prefix:                        /usr/pkg
    sysconfdir:                    /usr/pkg/etc
    localstatedir:                 /var
    modlibexecdir:                 ${exec_prefix}/lib/pulse-5.0/modules
    System Runtime Path:           /var/run/pulse
    System State Path:             /var/db/pulse
    System Config Path:            /var/db/pulse
    Compiler:                      gcc -std=gnu99
    CFLAGS:                        -O2 -I/usr/pkg/include -I/usr/include 
-I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -Wall -W -Wextra -pipe 
-Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef 
-Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs 
-Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement 
-Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations 
-Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing 
-Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common 
-fdiagnostics-show-option
    CPPFLAGS:                      -I/usr/pkg/include -I/usr/include 
-I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -DFASTPATH 
-D_FORTIFY_SOURCE=2
    LIBS:                          -lgdbm -lexecinfo -lpthread -lrt -lm 
-lossaudio

    Enable X11:                    yes
    Enable OSS Output:             yes
    Enable OSS Wrapper:            yes
    Enable EsounD:                 yes
    Enable Alsa:                   no
    Enable CoreAudio:              no
    Enable Solaris:                no
    Enable WaveOut:                no
    Enable GLib 2.0:               yes
    Enable Gtk+ 3.0:               no
    Enable GConf:                  no
    Enable Avahi:                  yes
    Enable Jack:                   no
    Enable Async DNS:              no
    Enable LIRC:                   no
    Enable Xen PV driver:          no
    Enable D-Bus:                  yes
      Enable BlueZ 4:              no
      Enable BlueZ 5:              no
    Enable udev:                   no
      Enable HAL->udev compat:     no
    Enable systemd login:          no
    Enable systemd journal:        no
    Enable TCP Wrappers:           no
    Enable libsamplerate:          yes
    Enable IPv6:                   yes
    Enable OpenSSL (for Airtunes): yes
    Enable fftw:                   no
    Enable orc:                    no
    Enable Adrian echo canceller:  yes
    Enable speex (resampler, AEC): yes
    Enable WebRTC echo canceller:  no
    Enable gcov coverage:          no
    Enable unit tests:             no
    Database
      tdb:                         no
      gdbm:                        yes
      simple database:             no

    System User:                   pulse
    System Group:                  pulse
    Access Group:                  pulse-access
    Enable per-user EsounD socket: yes
    Force preopen:                 no
    Preopened modules:             all

    Legacy Database Entry Support: yes


===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
You do not have udev support enabled. It is strongly recommended
that you enable udev support if your platform supports it as it is
the primary method used to detect hardware audio devices (on Linux)
and is thus a critical part of PulseAudio on that platform.
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====

=> Overriding intltool.
=> Modifying libtool scripts to use pkgsrc libtool
===> Building for pulseaudio-5.0
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0/build-aux/missing 
autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory 
'/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0'
Making all in src
gmake[2]: Entering directory 
'/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0/src'
/usr/pkg/bin/gmake  all-am
gmake[3]: Entering directory 
'/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0/src'
  CC       pulse/libpulse_la-channelmap.lo
  CC       pulse/libpulse_la-context.lo
  CC       pulse/libpulse_la-error.lo
  CC       pulse/libpulse_la-ext-device-manager.lo
  CC       pulse/libpulse_la-ext-device-restore.lo
  CC       pulse/libpulse_la-ext-stream-restore.lo
  CC       pulse/libpulse_la-format.lo
pulse/format.c: In function 'pa_format_info_get_prop_type':
pulse/format.c:287:13: warning: 'json_object_object_get' is deprecated 
(declared at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
             o1 = json_object_object_get(o, PA_JSON_MIN_KEY);
             ^
pulse/format.c:294:13: warning: 'json_object_object_get' is deprecated 
(declared at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
             o1 = json_object_object_get(o, PA_JSON_MAX_KEY);
             ^
pulse/format.c: In function 'pa_format_info_get_prop_int_range':
pulse/format.c:366:5: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
     if (!(o1 = json_object_object_get(o, PA_JSON_MIN_KEY)))
     ^
pulse/format.c:372:5: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
     if (!(o1 = json_object_object_get(o, PA_JSON_MAX_KEY)))
     ^
pulse/format.c: In function 'pa_format_info_prop_compatible':
pulse/format.c:680:9: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
         o_min = json_object_object_get(o1, PA_JSON_MIN_KEY);
         ^
pulse/format.c:684:9: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
         o_max = json_object_object_get(o1, PA_JSON_MAX_KEY);
         ^
  CC       pulse/libpulse_la-introspect.lo
  CC       pulse/libpulse_la-mainloop-api.lo
  CC       pulse/libpulse_la-mainloop-signal.lo
  CC       pulse/libpulse_la-mainloop.lo
  CC       pulse/libpulse_la-operation.lo
  CC       pulse/libpulse_la-proplist.lo
pulse/proplist.c: In function 'pa_proplist_from_string':
pulse/proplist.c:488:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (!isspace(*p)) {
                 ^
pulse/proplist.c:500:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (isspace(*p))
                 ^
pulse/proplist.c:511:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (!isspace(*p))
                 ^
pulse/proplist.c:531:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 } else if (!isspace(*p)) {
                 ^
pulse/proplist.c:539:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 if (*p == 0 || isspace(*p)) {
                 ^
pulse/proplist.c:618:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 } else if (*p == 0 || isspace(*p)) {
                 ^
  CC       pulse/libpulse_la-rtclock.lo
  CC       pulse/libpulse_la-sample.lo
  CC       pulse/libpulse_la-scache.lo
  CC       pulse/libpulse_la-stream.lo
  CC       pulse/libpulse_la-subscribe.lo
  CC       pulse/libpulse_la-thread-mainloop.lo
  CC       pulse/libpulse_la-timeval.lo
  CC       pulse/libpulse_la-utf8.lo
  CC       pulse/libpulse_la-util.lo
  CC       pulse/libpulse_la-volume.lo
  CC       pulse/libpulse_la-xmalloc.lo
  CC       pulse/libpulsecommon_5.0_la-client-conf.lo
  CC       pulse/libpulsecommon_5.0_la-fork-detect.lo
  CC       pulse/libpulsecommon_5.0_la-format.lo
pulse/format.c: In function 'pa_format_info_get_prop_type':
pulse/format.c:287:13: warning: 'json_object_object_get' is deprecated 
(declared at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
             o1 = json_object_object_get(o, PA_JSON_MIN_KEY);
             ^
pulse/format.c:294:13: warning: 'json_object_object_get' is deprecated 
(declared at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
             o1 = json_object_object_get(o, PA_JSON_MAX_KEY);
             ^
pulse/format.c: In function 'pa_format_info_get_prop_int_range':
pulse/format.c:366:5: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
     if (!(o1 = json_object_object_get(o, PA_JSON_MIN_KEY)))
     ^
pulse/format.c:372:5: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
     if (!(o1 = json_object_object_get(o, PA_JSON_MAX_KEY)))
     ^
pulse/format.c: In function 'pa_format_info_prop_compatible':
pulse/format.c:680:9: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
         o_min = json_object_object_get(o1, PA_JSON_MIN_KEY);
         ^
pulse/format.c:684:9: warning: 'json_object_object_get' is deprecated (declared 
at 
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/include/json-c/json_object.h:290)
 [-Wdeprecated-declarations]
         o_max = json_object_object_get(o1, PA_JSON_MAX_KEY);
         ^
  CC       pulse/libpulsecommon_5.0_la-xmalloc.lo
  CC       pulse/libpulsecommon_5.0_la-proplist.lo
pulse/proplist.c: In function 'pa_proplist_from_string':
pulse/proplist.c:488:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (!isspace(*p)) {
                 ^
pulse/proplist.c:500:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (isspace(*p))
                 ^
pulse/proplist.c:511:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (!isspace(*p))
                 ^
pulse/proplist.c:531:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 } else if (!isspace(*p)) {
                 ^
pulse/proplist.c:539:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 if (*p == 0 || isspace(*p)) {
                 ^
pulse/proplist.c:618:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 } else if (*p == 0 || isspace(*p)) {
                 ^
  CC       pulse/libpulsecommon_5.0_la-utf8.lo
  CC       pulse/libpulsecommon_5.0_la-channelmap.lo
  CC       pulse/libpulsecommon_5.0_la-sample.lo
  CC       pulse/libpulsecommon_5.0_la-util.lo
  CC       pulse/libpulsecommon_5.0_la-timeval.lo
  CC       pulse/libpulsecommon_5.0_la-rtclock.lo
  CC       pulse/libpulsecommon_5.0_la-volume.lo
  CC       pulsecore/libpulsecommon_5.0_la-authkey.lo
  CC       pulsecore/libpulsecommon_5.0_la-conf-parser.lo
  CC       pulsecore/libpulsecommon_5.0_la-core-error.lo
  CC       pulsecore/libpulsecommon_5.0_la-core-format.lo
  CC       pulsecore/libpulsecommon_5.0_la-core-rtclock.lo
  CC       pulsecore/libpulsecommon_5.0_la-core-util.lo
pulsecore/core-util.c: In function 'pa_accept_cloexec':
pulsecore/core-util.c:3388:1: warning: label 'finish' defined but not used 
[-Wunused-label]
 finish:
 ^
  CC       pulsecore/libpulsecommon_5.0_la-dynarray.lo
  CC       pulsecore/libpulsecommon_5.0_la-flist.lo
  CC       pulsecore/libpulsecommon_5.0_la-g711.lo
  CC       pulsecore/libpulsecommon_5.0_la-hashmap.lo
  CC       pulsecore/libpulsecommon_5.0_la-i18n.lo
  CC       pulsecore/libpulsecommon_5.0_la-idxset.lo
  CC       pulsecore/libpulsecommon_5.0_la-arpa-inet.lo
  CC       pulsecore/libpulsecommon_5.0_la-iochannel.lo
  CC       pulsecore/libpulsecommon_5.0_la-ioline.lo
  CC       pulsecore/libpulsecommon_5.0_la-ipacl.lo
  CC       pulsecore/libpulsecommon_5.0_la-lock-autospawn.lo
  CC       pulsecore/libpulsecommon_5.0_la-log.lo
  CC       pulsecore/libpulsecommon_5.0_la-ratelimit.lo
  CC       pulsecore/libpulsecommon_5.0_la-mcalign.lo
  CC       pulsecore/libpulsecommon_5.0_la-memblock.lo
  CC       pulsecore/libpulsecommon_5.0_la-memblockq.lo
  CC       pulsecore/libpulsecommon_5.0_la-memchunk.lo
  CC       pulsecore/libpulsecommon_5.0_la-once.lo
  CC       pulsecore/libpulsecommon_5.0_la-packet.lo
  CC       pulsecore/libpulsecommon_5.0_la-parseaddr.lo
  CC       pulsecore/libpulsecommon_5.0_la-pdispatch.lo
  CC       pulsecore/libpulsecommon_5.0_la-pid.lo
  CC       pulsecore/libpulsecommon_5.0_la-pipe.lo
  CC       pulsecore/libpulsecommon_5.0_la-memtrap.lo
  CC       pulsecore/libpulsecommon_5.0_la-aupdate.lo
  CC       pulsecore/libpulsecommon_5.0_la-proplist-util.lo
  CC       pulsecore/libpulsecommon_5.0_la-pstream-util.lo
  CC       pulsecore/libpulsecommon_5.0_la-pstream.lo
  CC       pulsecore/libpulsecommon_5.0_la-queue.lo
  CC       pulsecore/libpulsecommon_5.0_la-random.lo
  CC       pulsecore/libpulsecommon_5.0_la-sample-util.lo
  CC       pulsecore/libpulsecommon_5.0_la-shm.lo
  CC       pulsecore/libpulsecommon_5.0_la-bitset.lo
  CC       pulsecore/libpulsecommon_5.0_la-socket-client.lo
  CC       pulsecore/libpulsecommon_5.0_la-socket-server.lo
  CC       pulsecore/libpulsecommon_5.0_la-socket-util.lo
  CC       pulsecore/libpulsecommon_5.0_la-strbuf.lo
  CC       pulsecore/libpulsecommon_5.0_la-strlist.lo
  CC       pulsecore/libpulsecommon_5.0_la-svolume_c.lo
  CC       pulsecore/libpulsecommon_5.0_la-svolume_arm.lo
  CC       pulsecore/libpulsecommon_5.0_la-svolume_mmx.lo
  CC       pulsecore/libpulsecommon_5.0_la-svolume_sse.lo
  CC       pulsecore/libpulsecommon_5.0_la-tagstruct.lo
  CC       pulsecore/libpulsecommon_5.0_la-time-smoother.lo
  CC       pulsecore/libpulsecommon_5.0_la-tokenizer.lo
  CC       pulsecore/libpulsecommon_5.0_la-usergroup.lo
  CC       pulsecore/libpulsecommon_5.0_la-sndfile-util.lo
  CC       pulsecore/libpulsecommon_5.0_la-poll-posix.lo
  CC       pulse/libpulsecommon_5.0_la-client-conf-x11.lo
  CC       pulsecore/libpulsecommon_5.0_la-x11prop.lo
  CC       pulsecore/libpulsecommon_5.0_la-mutex-posix.lo
  CC       pulsecore/libpulsecommon_5.0_la-thread-posix.lo
  CC       pulsecore/libpulsecommon_5.0_la-semaphore-posix.lo
  CC       pulsecore/libpulsecommon_5.0_la-dbus-util.lo
In file included from pulsecore/dbus-util.c:34:0:
./pulsecore/core-rtclock.h:47:41: warning: 'struct timespec' declared inside 
parameter list [enabled by default]
 pa_usec_t pa_timespec_load(const struct timespec *ts);
                                         ^
./pulsecore/core-rtclock.h:47:41: warning: its scope is only this definition or 
declaration, which is probably not what you want [enabled by default]
  CC       pulsecore/libpulsecommon_5.0_la-rtkit.lo
  CCLD     libpulsecommon-5.0.la
  CCLD     libpulse.la
  CC       pulse/libpulse_simple_la-simple.lo
  CCLD     libpulse-simple.la
  CC       pulse/libpulse_mainloop_glib_la-glib-mainloop.lo
  CCLD     libpulse-mainloop-glib.la
  CC       pulsecore/libpulsecore_5.0_la-asyncmsgq.lo
  CC       pulsecore/libpulsecore_5.0_la-asyncq.lo
  CC       pulsecore/libpulsecore_5.0_la-auth-cookie.lo
  CC       pulsecore/libpulsecore_5.0_la-cli-command.lo
  CC       pulsecore/libpulsecore_5.0_la-cli-text.lo
  CC       pulsecore/libpulsecore_5.0_la-client.lo
  CC       pulsecore/libpulsecore_5.0_la-card.lo
  CC       pulsecore/libpulsecore_5.0_la-core-scache.lo
  CC       pulsecore/libpulsecore_5.0_la-core-subscribe.lo
  CC       pulsecore/libpulsecore_5.0_la-core.lo
  CC       pulsecore/libpulsecore_5.0_la-fdsem.lo
  CC       pulsecore/libpulsecore_5.0_la-hook-list.lo
  CC       pulsecore/libpulsecore_5.0_la-ltdl-helper.lo
pulsecore/ltdl-helper.c: In function 'pa_load_sym':
pulsecore/ltdl-helper.c:58:9: warning: array subscript has type 'char' 
[-Wchar-subscripts]
         if (!isalnum(*c))
         ^
  CC       pulsecore/libpulsecore_5.0_la-modargs.lo
pulsecore/modargs.c: In function 'pa_modargs_new':
pulsecore/modargs.c:136:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (!isspace(*p)) {
                 ^
pulsecore/modargs.c:146:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 else if (isspace(*p))
                 ^
pulsecore/modargs.c:161:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 } else if (isspace(*p)) {
                 ^
pulsecore/modargs.c:180:17: warning: array subscript has type 'char' 
[-Wchar-subscripts]
                 if (isspace(*p)) {
                 ^
  CC       pulsecore/libpulsecore_5.0_la-modinfo.lo
  CC       pulsecore/libpulsecore_5.0_la-module.lo
  CC       pulsecore/libpulsecore_5.0_la-msgobject.lo
  CC       pulsecore/libpulsecore_5.0_la-namereg.lo
  CC       pulsecore/libpulsecore_5.0_la-object.lo
  CC       pulsecore/libpulsecore_5.0_la-play-memblockq.lo
  CC       pulsecore/libpulsecore_5.0_la-play-memchunk.lo
  CC       pulsecore/libpulsecore_5.0_la-remap.lo
  CC       pulsecore/libpulsecore_5.0_la-remap_mmx.lo
  CC       pulsecore/libpulsecore_5.0_la-remap_sse.lo
  CC       pulsecore/libpulsecore_5.0_la-resampler.lo
  CC       pulsecore/libpulsecore_5.0_la-rtpoll.lo
  CC       pulsecore/libpulsecore_5.0_la-stream-util.lo
  CC       pulsecore/libpulsecore_5.0_la-mix.lo
  CC       pulsecore/libpulsecore_5.0_la-cpu-arm.lo
  CC       pulsecore/libpulsecore_5.0_la-cpu-x86.lo
  CC       pulsecore/libpulsecore_5.0_la-cpu-orc.lo
  CC       pulsecore/libpulsecore_5.0_la-sconv-s16be.lo
  CC       pulsecore/libpulsecore_5.0_la-sconv-s16le.lo
  CC       pulsecore/libpulsecore_5.0_la-sconv_sse.lo
  CC       pulsecore/libpulsecore_5.0_la-sconv.lo
  CC       pulsecore/libpulsecore_5.0_la-shared.lo
  CC       pulsecore/libpulsecore_5.0_la-sink-input.lo
  CC       pulsecore/libpulsecore_5.0_la-sink.lo
  CC       pulsecore/libpulsecore_5.0_la-device-port.lo
  CC       pulsecore/libpulsecore_5.0_la-sioman.lo
  CC       pulsecore/libpulsecore_5.0_la-sound-file-stream.lo
  CC       pulsecore/libpulsecore_5.0_la-sound-file.lo
  CC       pulsecore/libpulsecore_5.0_la-source-output.lo
  CC       pulsecore/libpulsecore_5.0_la-source.lo
  CC       pulsecore/libpulsecore_5.0_la-start-child.lo
  CC       pulsecore/libpulsecore_5.0_la-thread-mq.lo
  CC       pulsecore/libpulsecore_5.0_la-x11wrap.lo
  CC       pulsecore/libpulsecore_5.0_la-dbus-shared.lo
  CC       pulsecore/libpulsecore_5.0_la-protocol-dbus.lo
  CC       pulsecore/libpulsecore_5.0_la-database-gdbm.lo
  CC       pulsecore/ffmpeg/libpulsecore_foreign_la-resample2.lo
pulsecore/ffmpeg/resample2.c: In function 'av_build_filter':
pulsecore/ffmpeg/resample2.c:108:19: warning: comparing floating point with == 
or != is unsafe [-Wfloat-equal]
             if (x == 0) y = 1.0;
                   ^
  CCLD     libpulsecore-foreign.la
  CCLD     libpulsecore-5.0.la
  CC       pulsecore/cli.lo
  CCLD     libcli.la
  CC       pulsecore/protocol-cli.lo
  CCLD     libprotocol-cli.la
  CC       pulsecore/protocol-simple.lo
  CCLD     libprotocol-simple.la
  CC       pulsecore/protocol-http.lo
  CC       pulsecore/mime-type.lo
  CCLD     libprotocol-http.la
  CC       pulsecore/libprotocol_native_la-protocol-native.lo
  CCLD     libprotocol-native.la
  CC       pulsecore/protocol-esound.lo
  CCLD     libprotocol-esound.la
  CC       modules/rtp/rtp.lo
  CC       modules/rtp/sdp.lo
  CC       modules/rtp/sap.lo
  CC       modules/rtp/rtsp_client.lo
  CC       modules/rtp/headerlist.lo
  CCLD     librtp.la
  CC       pulsecore/libavahi_wrap_la-avahi-wrap.lo
  CCLD     libavahi-wrap.la
  CC       modules/module_console_kit_la-module-console-kit.lo
  CCLD     module-console-kit.la
  CC       modules/module-cli.lo
  CCLD     module-cli.la
  CC       modules/module_cli_protocol_tcp_la-module-protocol-stub.lo
  CCLD     module-cli-protocol-tcp.la
  CC       modules/module_simple_protocol_tcp_la-module-protocol-stub.lo
  CCLD     module-simple-protocol-tcp.la
  CC       modules/module-null-sink.lo
  CCLD     module-null-sink.la
  CC       modules/module-null-source.lo
  CCLD     module-null-source.la
  CC       modules/module-sine-source.lo
  CCLD     module-sine-source.la
  CC       modules/module_detect_la-module-detect.lo
modules/module-detect.c: In function 'detect_oss':
modules/module-detect.c:123:16: warning: unused variable 'b' [-Wunused-variable]
     int n = 0, b = 0;
                ^
modules/module-detect.c:122:11: warning: unused variable 'f' [-Wunused-variable]
     FILE *f;
           ^
  CCLD     module-detect.la
  CC       modules/module_volume_restore_la-module-volume-restore.lo
  CCLD     module-volume-restore.la
  CC       modules/module_device_manager_la-module-device-manager.lo
  CCLD     module-device-manager.la
  CC       modules/module_device_restore_la-module-device-restore.lo
  CCLD     module-device-restore.la
  CC       modules/module_stream_restore_la-module-stream-restore.lo
  CCLD     module-stream-restore.la
  CC       modules/module_card_restore_la-module-card-restore.lo
  CCLD     module-card-restore.la
  CC       
modules/module_default_device_restore_la-module-default-device-restore.lo
  CCLD     module-default-device-restore.la
  CC       modules/module_always_sink_la-module-always-sink.lo
  CCLD     module-always-sink.la
  CC       modules/module_rescue_streams_la-module-rescue-streams.lo
  CCLD     module-rescue-streams.la
  CC       modules/module_intended_roles_la-module-intended-roles.lo
  CCLD     module-intended-roles.la
  CC       modules/module_suspend_on_idle_la-module-suspend-on-idle.lo
  CCLD     module-suspend-on-idle.la
  CC       modules/echo-cancel/module_echo_cancel_la-module-echo-cancel.lo
  CC       modules/echo-cancel/module_echo_cancel_la-null.lo
  CC       modules/echo-cancel/module_echo_cancel_la-adrian-aec.lo
  CC       modules/echo-cancel/module_echo_cancel_la-adrian.lo
  CC       modules/echo-cancel/module_echo_cancel_la-speex.lo
  CCLD     module-echo-cancel.la
  CC       modules/module_http_protocol_tcp_la-module-protocol-stub.lo
  CCLD     module-http-protocol-tcp.la
  CC       modules/module-sine.lo
  CCLD     module-sine.la
  CC       modules/module_native_protocol_tcp_la-module-protocol-stub.lo
  CCLD     module-native-protocol-tcp.la
  CC       modules/module_native_protocol_fd_la-module-native-protocol-fd.lo
  CCLD     module-native-protocol-fd.la
  CC       modules/module-combine.lo
  CCLD     module-combine.la
  CC       modules/module-combine-sink.lo
  CCLD     module-combine-sink.la
  CC       modules/module-remap-sink.lo
  CCLD     module-remap-sink.la
  CC       modules/module-remap-source.lo
  CCLD     module-remap-source.la
  CC       modules/module_ladspa_sink_la-module-ladspa-sink.lo
  CCLD     module-ladspa-sink.la
  CC       modules/module-tunnel-sink-new.lo
  CCLD     module-tunnel-sink-new.la
  CC       modules/module-tunnel-source-new.lo
  CCLD     module-tunnel-source-new.la
  CC       modules/module_tunnel_sink_la-module-tunnel.lo
  CCLD     module-tunnel-sink.la
  CC       modules/module-tunnel.lo
  CCLD     module-tunnel-source.la
  CC       
modules/module_position_event_sounds_la-module-position-event-sounds.lo
  CCLD     module-position-event-sounds.la
  CC       modules/module_augment_properties_la-module-augment-properties.lo
  CCLD     module-augment-properties.la
  CC       modules/module_role_cork_la-module-role-cork.lo
  CCLD     module-role-cork.la
  CC       modules/module-loopback.lo
  CCLD     module-loopback.la
  CC       modules/module_virtual_sink_la-module-virtual-sink.lo
  CCLD     module-virtual-sink.la
  CC       modules/module_virtual_source_la-module-virtual-source.lo
  CCLD     module-virtual-source.la
  CC       
modules/module_virtual_surround_sink_la-module-virtual-surround-sink.lo
  CCLD     module-virtual-surround-sink.la
  CC       modules/module-switch-on-connect.lo
  CCLD     module-switch-on-connect.la
  CC       modules/module-switch-on-port-available.lo
  CCLD     module-switch-on-port-available.la
  CC       modules/module-filter-apply.lo
  CCLD     module-filter-apply.la
  CC       modules/module-filter-heuristics.lo
  CCLD     module-filter-heuristics.la
  CC       modules/module_role_ducking_la-module-role-ducking.lo
  CCLD     module-role-ducking.la
  CC       modules/module_esound_protocol_tcp_la-module-protocol-stub.lo
  CCLD     module-esound-protocol-tcp.la
  CC       modules/module-esound-sink.lo
  CCLD     module-esound-sink.la
  CC       modules/rtp/module_rtp_send_la-module-rtp-send.lo
  CCLD     module-rtp-send.la
  CC       modules/rtp/module_rtp_recv_la-module-rtp-recv.lo
  CCLD     module-rtp-recv.la
  CC       modules/module_cli_protocol_unix_la-module-protocol-stub.lo
  CCLD     module-cli-protocol-unix.la
  CC       modules/module_simple_protocol_unix_la-module-protocol-stub.lo
  CCLD     module-simple-protocol-unix.la
  CC       modules/module_http_protocol_unix_la-module-protocol-stub.lo
  CCLD     module-http-protocol-unix.la
  CC       modules/module_native_protocol_unix_la-module-protocol-stub.lo
  CCLD     module-native-protocol-unix.la
  CC       modules/module_esound_protocol_unix_la-module-protocol-stub.lo
  CCLD     module-esound-protocol-unix.la
  CC       modules/module-pipe-sink.lo
  CCLD     module-pipe-sink.la
  CC       modules/module-pipe-source.lo
  CCLD     module-pipe-source.la
  CC       modules/module-esound-compat-spawnfd.lo
  CCLD     module-esound-compat-spawnfd.la
  CC       modules/module-esound-compat-spawnpid.lo
  CCLD     module-esound-compat-spawnpid.la
  CC       modules/module-match.lo
  CCLD     module-match.la
  CC       modules/x11/module_x11_bell_la-module-x11-bell.lo
  CCLD     module-x11-bell.la
  CC       modules/x11/module_x11_publish_la-module-x11-publish.lo
  CCLD     module-x11-publish.la
  CC       modules/x11/module_x11_xsmp_la-module-x11-xsmp.lo
  CCLD     module-x11-xsmp.la
  CC       modules/x11/module_x11_cork_request_la-module-x11-cork-request.lo
  CCLD     module-x11-cork-request.la
  CC       modules/oss/oss-util.lo
  CCLD     liboss-util.la
  CC       modules/oss/module-oss.lo
  CCLD     module-oss.la
  CC       modules/module_zeroconf_publish_la-module-zeroconf-publish.lo
  CCLD     module-zeroconf-publish.la
  CC       modules/module_zeroconf_discover_la-module-zeroconf-discover.lo
  CCLD     module-zeroconf-discover.la
  CC       modules/module_rygel_media_server_la-module-rygel-media-server.lo
  CCLD     module-rygel-media-server.la
  CC       modules/dbus/module_dbus_protocol_la-iface-card.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-card-profile.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-client.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-core.lo
modules/dbus/iface-core.c: In function 'contains_space':
modules/dbus/iface-core.c:1436:9: warning: array subscript has type 'char' 
[-Wchar-subscripts]
         if (isspace(*p))
         ^
  CC       modules/dbus/module_dbus_protocol_la-iface-device.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-device-port.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-memstats.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-module.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-sample.lo
  CC       modules/dbus/module_dbus_protocol_la-iface-stream.lo
  CC       modules/dbus/module_dbus_protocol_la-module-dbus-protocol.lo
  CCLD     module-dbus-protocol.la
  CC       modules/raop/libraop_la-raop_client.lo
  CC       modules/raop/libraop_la-base64.lo
  CCLD     libraop.la
  CC       modules/raop/module_raop_sink_la-module-raop-sink.lo
  CCLD     module-raop-sink.la
  CC       modules/raop/module_raop_discover_la-module-raop-discover.lo
  CCLD     module-raop-discover.la
  CC       tests/lo-test-util.lo
  CCLD     liblo-test-util.la
  CC       utils/libpulsedsp_la-padsp.lo
utils/padsp.c:1564:5: warning: no previous prototype for '__open_2' 
[-Wmissing-prototypes]
 int __open_2(const char *filename, int flags) {
     ^
  CCLD     libpulsedsp.la
  CC       daemon/pulseaudio-caps.o
  CC       daemon/pulseaudio-cmdline.o
  CC       daemon/pulseaudio-cpulimit.o
  CC       daemon/pulseaudio-daemon-conf.o
  CC       daemon/pulseaudio-dumpmodules.o
  CC       daemon/pulseaudio-ltdl-bind-now.o
  CC       daemon/pulseaudio-main.o
  CC       daemon/pulseaudio-server-lookup.o
  CCLD     pulseaudio
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/lib/libspeexdsp.so: 
undefined reference to `fftwf_execute'
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/lib/libspeexdsp.so: 
undefined reference to `fftwf_plan_dft_r2c_1d'
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/lib/libspeexdsp.so: 
undefined reference to `fftwf_plan_dft_c2r_1d'
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/lib/libspeexdsp.so: 
undefined reference to `fftwf_free'
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/lib/libspeexdsp.so: 
undefined reference to `fftwf_malloc'
/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/.buildlink/lib/libspeexdsp.so: 
undefined reference to `fftwf_destroy_plan'
Makefile:6135: recipe for target 'pulseaudio' failed
gmake[3]: *** [pulseaudio] Error 1
gmake[3]: Leaving directory 
'/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0/src'
Makefile:4654: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
'/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0/src'
Makefile:759: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
'/BETA1/pkgsrc/audio/pulseaudio/work699.amd64/pulseaudio-5.0'
Makefile:594: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2

Stop.
make[2]: stopped in /BETA1/pkgsrc/audio/pulseaudio
*** Error code 1

Stop.
make[1]: stopped in /BETA1/pkgsrc/audio/pulseaudio
*** Error code 1

Stop.
make: stopped in /BETA1/pkgsrc/www/firefox


Home | Main Index | Thread Index | Old Index