Ubuntu Pastebin

Paste from Martin Pitt at Wed, 18 Feb 2015 07:14:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
/tmp/ccAuUME5.ltrans5.ltrans.o: In function `send_message_plymouth':
/«PKGBUILDDIR»/build-deb/../src/fsckd/fsckd.c:186: undefined reference to `strappenda'
collect2: error: ld returned 1 exit status
make[4]: *** [systemd-fsckd] Error 1
Makefile:11910: recipe for target 'systemd-fsckd' failed
make[4]: *** Waiting for unfinished jobs....
../src/fsck/fsck.c: In function 'main':
../src/fsck/fsck.c:354:69: warning: 'progress_rc' may be used uninitialized in this function [-Wmaybe-uninitialized]
         if (status.si_code != CLD_EXITED || (status.si_status & ~1) || progress_rc != 0) {
                                                                     ^
../src/fsck/fsck.c:202:13: note: 'progress_rc' was declared here
         int progress_rc;
             ^
In function '__ppoll_alias',
    inlined from 'bus_poll' at ../src/libsystemd/sd-bus/sd-bus.c:2791:11:
/usr/include/x86_64-linux-gnu/bits/poll2.h:71:2: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries
  return __ppoll_chk (__fds, __nfds, __timeout, __ss, __bos (__fds));
  ^
make[3]: *** [all-recursive] Error 1
Makefile:19078: recipe for target 'all-recursive' failed
Download as text