Your message dated Sun, 11 May 2014 21:05:42 +0200
with message-id <20140511190542.ga24...@ramacher.at>
and subject line Re: Bug#724207: minidlna: FTBFS: stat.h:91:21: error: unknown 
type name 'time_t'
has caused the Debian Bug report #724207,
regarding minidlna: FTBFS: stat.h:91:21: error: unknown type name 'time_t'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
724207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: minidlna
Version: 1.0.24+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):                      ^
> In file included from inotify.c:28:0:
> /usr/include/x86_64-linux-gnu/sys/stat.h:366:31: error: array type has 
> incomplete element type
>          const struct timespec __times[2],
>                                ^
> /usr/include/x86_64-linux-gnu/sys/stat.h:373:54: error: array type has 
> incomplete element type
>  extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
>                                                       ^
> In file included from upnpglobalvars.h:54:0,
>                  from inotify.c:39:
> minidlnatypes.h:106:2: error: unknown type name 'time_t'
>   time_t age;
>   ^
> In file included from inotify.c:39:0:
> upnpglobalvars.h:182:1: error: unknown type name 'time_t'
>  extern time_t startup_time;
>  ^
> inotify.c:64:1: error: unknown type name 'time_t'
>  static time_t next_pl_fill = 0;
>  ^
> inotify.c: In function 'inotify_insert_file':
> inotify.c:411:4: warning: implicit declaration of function 'time' 
> [-Wimplicit-function-declaration]
>     next_pl_fill = time(NULL) + 120; // Schedule a playlist scan for 2 
> minutes from now.
>     ^
> The following command failed:
> gcc -Wall -g -O3 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/ffmpeg 
> -I/usr/include/libavutil -I/usr/include/libavcodec -I/usr/include/libavformat 
> -I/usr/include/ffmpeg/libavutil -I/usr/include/ffmpeg/libavcodec 
> -I/usr/include/ffmpeg/libavformat -o inotify.o -c inotify.c
> Linking minidlna
> gcc: error: minidlna.o: No such file or directory
> gcc: error: upnphttp.o: No such file or directory
> gcc: error: upnpdescgen.o: No such file or directory
> gcc: error: upnpsoap.o: No such file or directory
> gcc: error: daemonize.o: No such file or directory
> gcc: error: upnpglobalvars.o: No such file or directory
> gcc: error: options.o: No such file or directory
> gcc: error: minissdp.o: No such file or directory
> gcc: error: uuid.o: No such file or directory
> gcc: error: upnpevents.o: No such file or directory
> gcc: error: sql.o: No such file or directory
> gcc: error: utils.o: No such file or directory
> gcc: error: metadata.o: No such file or directory
> gcc: error: scanner.o: No such file or directory
> gcc: error: tagutils/tagutils.o: No such file or directory
> gcc: error: playlist.o: No such file or directory
> gcc: error: albumart.o: No such file or directory
> gcc: error: log.o: No such file or directory
> gcc: error: inotify.o: No such file or directory
> make[1]: *** [minidlna] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/09/22/minidlna_1.0.24+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Version: 1.1.2+dfsg-1

On 2013-09-22 19:00:04, David Suárez wrote:
> Source: minidlna
> Version: 1.0.24+dfsg-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20130922 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part (hopefully):                      ^
> > In file included from inotify.c:28:0:
> > /usr/include/x86_64-linux-gnu/sys/stat.h:366:31: error: array type has 
> > incomplete element type
> >          const struct timespec __times[2],
> >                                ^
> > /usr/include/x86_64-linux-gnu/sys/stat.h:373:54: error: array type has 
> > incomplete element type
> >  extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
> >                                                       ^
> > In file included from upnpglobalvars.h:54:0,
> >                  from inotify.c:39:
> > minidlnatypes.h:106:2: error: unknown type name 'time_t'
> >   time_t age;
> >   ^
> > In file included from inotify.c:39:0:
> > upnpglobalvars.h:182:1: error: unknown type name 'time_t'
> >  extern time_t startup_time;
> >  ^
> > inotify.c:64:1: error: unknown type name 'time_t'
> >  static time_t next_pl_fill = 0;
> >  ^
> > inotify.c: In function 'inotify_insert_file':
> > inotify.c:411:4: warning: implicit declaration of function 'time' 
> > [-Wimplicit-function-declaration]
> >     next_pl_fill = time(NULL) + 120; // Schedule a playlist scan for 2 
> > minutes from now.
> >     ^
> > The following command failed:
> > gcc -Wall -g -O3 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/ffmpeg 
> > -I/usr/include/libavutil -I/usr/include/libavcodec 
> > -I/usr/include/libavformat -I/usr/include/ffmpeg/libavutil 
> > -I/usr/include/ffmpeg/libavcodec -I/usr/include/ffmpeg/libavformat -o 
> > inotify.o -c inotify.c
> > Linking minidlna
> > gcc: error: minidlna.o: No such file or directory
> > gcc: error: upnphttp.o: No such file or directory
> > gcc: error: upnpdescgen.o: No such file or directory
> > gcc: error: upnpsoap.o: No such file or directory
> > gcc: error: daemonize.o: No such file or directory
> > gcc: error: upnpglobalvars.o: No such file or directory
> > gcc: error: options.o: No such file or directory
> > gcc: error: minissdp.o: No such file or directory
> > gcc: error: uuid.o: No such file or directory
> > gcc: error: upnpevents.o: No such file or directory
> > gcc: error: sql.o: No such file or directory
> > gcc: error: utils.o: No such file or directory
> > gcc: error: metadata.o: No such file or directory
> > gcc: error: scanner.o: No such file or directory
> > gcc: error: tagutils/tagutils.o: No such file or directory
> > gcc: error: playlist.o: No such file or directory
> > gcc: error: albumart.o: No such file or directory
> > gcc: error: log.o: No such file or directory
> > gcc: error: inotify.o: No such file or directory
> > make[1]: *** [minidlna] Error 1

This is fixed in 1.1.2+dfsg-1

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to