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

ReBuild-Depends?



I have a package which contains a code like following:

#include <stdio.h>

FILE *file_handle;

int foo(int something, const char *fmt, ...)
{
    // some statements
    ....
    va_list ap;
    int res = vfprintf(file_handle, fmt, ap);
    va_end(ap);
    return res;
}

This code works fine by libc wouldn't be rebuilt (new versions, or new
gcc - this moment is ambiguous to me).
Then this code begins segfaulting into this place.
If we try to rebuild our package, it will begin to work fine again.

I don't want to add a version-depends to libc, but if i ask someuser
for upgrade package, he will at short notice send me a mail about
segfault.

Could we add 'ReBuild-Depends' statement into debian/control to
rebuild like packages when depends rebuild? But such kind of depends
require some changes in buildd system.


I don't know how this problem can be resolved :(

--
... mpd is off

. ''`.                               Dmitry E. Oboukhov
: :’  :   email: unera@debian.org jabber://UNera@uvw.ru
`. `~’              GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537

Attachment: signature.asc
Description: Digital signature


Reply to: