tech-pkg archive

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

Re: CVS commit: pkgsrc/audio/pulseaudio



    Date:        Mon, 22 Dec 2008 18:26:17 -0500
    From:        "Jared D. McNeill" <jmcneill%invisible.ca@localhost>
    Message-ID:  <49502219.5000508%invisible.ca@localhost>

  | Try adding around line 62:
  | 
  | #if !defined(SNDCTL_DSP_GETODELAY)
  | #define SNDCTL_DSP_GETODELAY    _IOR ('P', 23, int)
  | #endif

Did that, bombed missing the same symbol at line 403 of modules/module-oss.c
so I added the definition before there as well (just as above - this is
clearly not the right way to do it, but it at least makes some forward
progress...)

Apologies for the format of this one, to make that kind of manual patch
my aitomated build system doesn't work, so this is cut/paste from an
xterm, with line folding and all that kind of nonsense ...

After the additional defn of SNDCTL_DSP_GETODELAY it gets as far as ...

creating proplist-test
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I..   -I/usr/pkg/include 
-I/usr/pkg/include/freetype2 -I/usr/include -I../src -I../src/modules 
-I../src/modules/rtp -I../src/modules/gconf -I../src/modules/bluetooth -pthread 
 -D_POSIX_PTHREAD_SEMANTICS  -I/usr/pkg/include   -I/usr/pkg/include   
-I/usr/pkg/include   -DPA_DLSEARCHPATH=\"/usr/pkg/lib/pulse-0.9/modules/\" 
-DPA_DEFAULT_CONFIG_DIR=\"/usr/pkg/etc/pulse\" 
-DPA_BINARY=\"/usr/pkg/bin/pulseaudio\" 
-DPA_SYSTEM_RUNTIME_PATH=\"/var/run/pulse\" 
-DPA_SYSTEM_CONFIG_PATH=\"/var/lib/pulse\" 
-DPA_SYSTEM_STATE_PATH=\"/var/lib/pulse\" -DAO_REQUIRE_CAS 
-DPULSE_LOCALEDIR=\"/usr/pkg/share/locale\" 
-DPA_MACHINE_ID=\"/var/lib/dbus/machine-id\" '-DDEBUG_TRAP=__asm__("int $3")' 
-I/usr/pkg/include/liboil-0.3   -O2 -I/usr/pkg/include 
-I/usr/pkg/include/freetype2 -I/usr/include -Wall -W -Wextra -pedantic -pipe 
-Wno-long-long -Wconversion -Wundef -Wformat -Wpacked -Wformat-security 
-Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wdeclar!
 ation-after-statement -Wfloat-equal -Wmissing-declarations 
-Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn 
-Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings 
-Wno-unused-parameter -ffast-math -MT rtstutter-rtstutter.o -MD -MP -MF 
.deps/rtstutter-rtstutter.Tpo -c -o rtstutter-rtstutter.o `test -f 
'tests/rtstutter.c' || echo './'`tests/rtstutter.c
tests/rtstutter.c: In function 'main':
tests/rtstutter.c:111: error: '_SC_NPROCESSORS_CONF' undeclared (first use in 
this function)
tests/rtstutter.c:111: error: (Each undeclared identifier is reported only once
tests/rtstutter.c:111: error: for each function it appears in.)
gmake[3]: *** [rtstutter-rtstutter.o] Error 1
gmake[3]: Leaving directory 
`/pkg_comp/obj/pkgsrc/audio/pulseaudio/4x/pulseaudio-0.9.13/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/pkg_comp/obj/pkgsrc/audio/pulseaudio/4x/pulseaudio-0.9.13/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/pkg_comp/obj/pkgsrc/audio/pulseaudio/4x/pulseaudio-0.9.13'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/audio/pulseaudio
*** Error code 1

Stop.

This might be the last test I get to run for half a day or so...

kre



Home | Main Index | Thread Index | Old Index