Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created January 21, 2017 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/aa92ee5b5a7038a8bcf1ccd3ce183ff4 to your computer and use it in GitHub Desktop.
Save Nokius/aa92ee5b5a7038a8bcf1ccd3ce183ff4 to your computer and use it in GitHub Desktop.
[SFOS] find5
* Building rpm/pulseaudio-modules-droid.spec
droid-util.c:892:21: warning: passing argument 2 of 'str_in_strlist' discards 'const' qualifier from pointer target type [enabled by default]
droid-util.c:822:13: note: expected 'struct pa_strlist *' but argument is of type 'const struct pa_strlist *'
droid-util.c: In function 'add_i_ports':
droid-util.c:1187:11: warning: unused variable 'desc' [-Wunused-variable]
droid-util.c: In function 'pa_droid_open_input_stream':
droid-util.c:1741:28: error: 'AUDIO_CHANNEL_IN_VOICE_CALL_MONO' undeclared (first use in this function)
droid-util.c:1741:28: note: each undeclared identifier is reported only once for each function it appears in
droid-util.c:1741:26: warning: assignment makes integer from pointer without a cast [enabled by default]
make[3]: *** [libdroid_util_la-droid-util.lo] Error 1
make[3]: Leaving directory `/home/user/mer/android/droid/hybris/mw/pulseaudio-modules-droid/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/mer/android/droid/hybris/mw/pulseaudio-modules-droid/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/mer/android/droid/hybris/mw/pulseaudio-modules-droid'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.kAenYM (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.kAenYM (%build)
* Check /home/user/mer/android/droid/hybris/mw/pulseaudio-modules-droid.log for full log.
!! building of package failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment