>>> pianobar: Checking sanity of /home/buildozer/aports/main/pianobar/APKBUILD... >>> WARNING: pianobar: depends_dev found but no development subpackage found >>> pianobar: Analyzing dependencies... (1/57) Installing sdl (1.2.15-r7) (2/57) Installing libxau (1.0.8-r1) (3/57) Installing libxdmcp (1.1.2-r1) (4/57) Installing libxcb (1.12-r0) (5/57) Installing libx11 (1.6.3-r2) (6/57) Installing alsa-lib (1.1.2-r0) (7/57) Installing libbz2 (1.0.6-r4) (8/57) Installing nettle (3.2-r0) (9/57) Installing libffi (3.2.1-r2) (10/57) Installing libtasn1 (4.9-r0) (11/57) Installing p11-kit (0.23.2-r1) (12/57) Installing gnutls (3.4.14-r1) (13/57) Installing lame (3.99.5-r5) (14/57) Installing opus (1.1.3-r0) (15/57) Installing librtmp (2.4_git20141231-r2) (16/57) Installing libogg (1.3.2-r1) (17/57) Installing libtheora (1.1.1-r10) (18/57) Installing libjpeg-turbo (1.5.0-r0) (19/57) Installing v4l-utils-libs (1.10.1-r2) (20/57) Installing libxfixes (5.0.2-r0) (21/57) Installing libxdamage (1.1.4-r0) (22/57) Installing libxext (1.3.3-r1) (23/57) Installing libxxf86vm (1.1.4-r0) (24/57) Installing libpciaccess (0.13.4-r0) (25/57) Installing libdrm (2.4.70-r0) (26/57) Installing mesa-glapi (12.0.1-r0) (27/57) Installing libxshmfence (1.2-r0) (28/57) Installing mesa-gl (12.0.1-r0) (29/57) Installing libva (1.7.1-r0) (30/57) Installing libvorbis (1.3.5-r1) (31/57) Installing libvpx (1.5.0-r0) (32/57) Installing x264-libs (20160710-r0) (33/57) Installing x265 (1.9-r0) (34/57) Installing xvidcore (1.3.4-r0) (35/57) Installing ffmpeg-libs (3.1.2-r0) (36/57) Installing ffmpeg-dev (3.1.2-r0) (37/57) Installing libao (1.2.0-r1) (38/57) Installing libao-dev (1.2.0-r1) (39/57) Installing libgpg-error (1.24-r0) (40/57) Installing libgpg-error-dev (1.24-r0) (41/57) Installing libgcrypt (1.7.2-r0) (42/57) Installing libgcrypt-dev (1.7.2-r0) (43/57) Installing libgmpxx (6.1.1-r0) (44/57) Installing gmp-dev (6.1.1-r0) (45/57) Installing m4 (1.4.17-r1) (46/57) Installing nettle-dev (3.2-r0) (47/57) Installing zlib-dev (1.2.8-r2) (48/57) Installing libtasn1-dev (4.9-r0) (49/57) Installing p11-kit-dev (0.23.2-r1) (50/57) Installing gnutls-c++ (3.4.14-r1) (51/57) Installing gnutls-dev (3.4.14-r1) (52/57) Installing json-c (0.12.1-r0) (53/57) Installing json-c-dev (0.12.1-r0) (54/57) Installing openssl-dev (1.0.2h-r1) (55/57) Installing libssh2-dev (1.7.0-r0) (56/57) Installing curl-dev (7.50.1-r0) (57/57) Installing .makedepends-pianobar (0) Executing busybox-1.25.0-r5.trigger OK: 363 MiB in 154 packages >>> pianobar: Cleaning temporary build dirs... >>> pianobar: Checking sha512sums... pianobar-2016.06.02.tar.gz: OK >>> pianobar: Unpacking /var/cache/distfiles/pianobar-2016.06.02.tar.gz... CC src/main.c CC src/player.c CC src/settings.c CC src/terminal.c CC src/ui_act.c CC src/ui.c CC src/ui_readline.c CC src/ui_dispatch.c CC src/libpiano/crypt.c CC src/libpiano/piano.c CC src/libpiano/request.c CC src/libpiano/response.c CC src/libpiano/list.c src/libpiano/response.c: In function 'PianoJsonStrdup': src/libpiano/response.c:37:2: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c: In function 'PianoJsonParseStation': src/libpiano/response.c:43:2: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] s->isCreator = !json_object_get_boolean (json_object_object_get (j, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:45:2: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] s->isQuickMix = json_object_get_boolean (json_object_object_get (j, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c: In function 'PianoResponse': src/libpiano/response.c:87:2: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] status = json_object_object_get (j, "stat"); ^~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:95:3: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *code = json_object_object_get (j, "code"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:117:2: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] result = json_object_object_get (j, "result"); ^~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:131:8: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (result, "syncTime")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:152:8: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (result, "partnerId")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:175:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *stations = json_object_object_get (result, ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:190:6: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] mix = json_object_object_get (s, "quickMixStationIds"); ^~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:222:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *items = json_object_object_get (result, "items"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:233:5: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] if (json_object_object_get (s, "artistName") == NULL) { ^~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:243:5: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *map = json_object_object_get (s, "audioUrlMap"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:247:6: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] map = json_object_object_get (map, qualityMap[reqData->quality]); ^~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:251:9: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (map, "encoding")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:277:7: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (s, "trackGain")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:279:7: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (s, "trackLength")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:280:5: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] switch (json_object_get_int (json_object_object_get (s, ^~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:343:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *artists = json_object_object_get (result, "artists"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:362:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *songs = json_object_object_get (result, "songs"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:417:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *categories = json_object_object_get (result, "categories"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:432:6: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *stations = json_object_object_get (c, ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:483:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *explanations = json_object_object_get (result, ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:494:8: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (e, "focusTraitName")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:515:6: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (result, "isExplicitContentFilterEnabled")); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:531:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *music = json_object_object_get (result, "music"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:534:5: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *songs = json_object_object_get (music, "songs"); ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:555:5: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *artists = json_object_object_get (music, ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:577:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object *feedback = json_object_object_get (result, ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:582:6: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object * const val = json_object_object_get (feedback, ^~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/libpiano/response.c:603:9: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_object_object_get (s, "isPositive")) ? ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:26: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED' #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^~~~ src/player.c: In function 'openStream': src/player.c:168:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext * const cctx = player->st->codec; ^~~~~~~~~~~~~~ In file included from src/player.h:36:0, from src/player.c:50: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ src/player.c: In function 'openFilter': src/player.c:198:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext * const cctx = player->st->codec; ^~~~~~~~~~~~~~ In file included from src/player.h:36:0, from src/player.c:50: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ src/player.c: In function 'openDevice': src/player.c:265:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext * const cctx = player->st->codec; ^~~~~~~~~~~~~~ In file included from src/player.h:36:0, from src/player.c:50: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ src/player.c: In function 'play': src/player.c:303:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&pkt); ^~~~~~~~~~~~~~ In file included from src/player.c:36:0: /usr/include/libavcodec/avcodec.h:4414:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ src/player.c:306:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&pkt); ^~~~~~~~~~~~~~ In file included from src/player.c:36:0: /usr/include/libavcodec/avcodec.h:4414:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ src/player.c:326:4: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] const int decoded = avcodec_decode_audio4 (player->st->codec, ^~~~~ In file included from src/player.c:36:0: /usr/include/libavcodec/avcodec.h:4704:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ src/player.c:326:4: warning: 'codec' is deprecated [-Wdeprecated-declarations] const int decoded = avcodec_decode_audio4 (player->st->codec, ^~~~~ In file included from src/player.h:36:0, from src/player.c:50: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ src/player.c:361:3: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&pkt_orig); ^~~~~~~~~~~~~~ In file included from src/player.c:36:0: /usr/include/libavcodec/avcodec.h:4414:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ src/player.c: In function 'finish': src/player.c:380:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (player->st != NULL && player->st->codec != NULL) { ^~ In file included from src/player.h:36:0, from src/player.c:50: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ src/player.c:381:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close (player->st->codec); ^~~~~~~~~~~~~ In file included from src/player.h:36:0, from src/player.c:50: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ LINK pianobar >>> pianobar: Entering fakeroot... install -d /home/buildozer/aports/main/pianobar/pkg/pianobar/usr/bin/ install -m755 pianobar /home/buildozer/aports/main/pianobar/pkg/pianobar/usr/bin/ install -d /home/buildozer/aports/main/pianobar/pkg/pianobar/usr/share/man/man1/ install -m644 contrib/pianobar.1 /home/buildozer/aports/main/pianobar/pkg/pianobar/usr/share/man/man1/ >>> pianobar*: Running split function doc... >>> pianobar-doc*: Preparing subpackage pianobar-doc... >>> pianobar*: Running postcheck for pianobar-doc >>> pianobar*: Running postcheck for pianobar >>> pianobar*: Preparing package pianobar... >>> pianobar*: Stripping binaries >>> pianobar-doc*: Scanning shared objects >>> pianobar*: Scanning shared objects >>> pianobar-doc*: Tracing dependencies... >>> pianobar-doc*: Package size: 24.0 KB >>> pianobar-doc*: Compressing data... >>> pianobar-doc*: Create checksum... >>> pianobar-doc*: Create pianobar-doc-2016.06.02-r0.apk >>> pianobar*: Tracing dependencies... so:libao.so.4 so:libavcodec.so.57 so:libavfilter.so.6 so:libavformat.so.57 so:libavutil.so.55 so:libc.musl-x86_64.so.1 so:libcurl.so.4 so:libgcrypt.so.20 so:libjson-c.so.2 >>> pianobar*: Package size: 92.0 KB >>> pianobar*: Compressing data... >>> pianobar*: Create checksum... >>> pianobar*: Create pianobar-2016.06.02-r0.apk >>> pianobar: Cleaning up srcdir >>> pianobar: Cleaning up pkgdir >>> pianobar: Uninstalling dependencies... >>> pianobar: Updating the cached abuild repository index... >>> pianobar: Signing the index...