Mikael Ostensson | 21 Jun 2012 16:41
Picon

latest trunk (checked out this morning US time) fails on [1] disktype

Building on 8.0

The Error at point of failure:

sprintf.c:(.text+0x1b): warning: warning: Avoid *sprintf; use
*snprintf. It is more secure.
/media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/libc.a(vsnprintf.o):
In function `vsnprintf':
vsnprintf.c:(.text+0x10a): warning: warning: the printf functions add
several kilobytes of bloat.
/media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/libc.a(stderr.o):
In function `__fflush_stderr':
stderr.c:(.text+0xa): warning: warning: your code uses stdio (7+k bloat).
/media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/TOOLCHAIN/tools.cross/crosscc/../lib/gcc/i486-t2-linux-gnu/4.7.1/../../../../i486-t2-linux-gnu/bin/ld:
error in /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/dyn_stop.o(.eh_frame);
no .eh_frame_hdr table will be created.
lib.o: In function `format_blocky_size':
lib.c:(.text+0x4b6): undefined reference to `stpcpy'
collect2: error: ld returned 1 exit status
make: *** [disktype] Error 1
Due to previous errors, no 1-disktype.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
Searching for orphaned files ...
Found 6 files for this package.
Found 1 orphaned files for this package.
Clear (old) md5sums ...
Creating md5sum files ... done.
Creating package description ...
(Continue reading)

Mikael Ostensson | 25 Jun 2012 16:34
Picon

Re: latest trunk (checked out this morning US time) fails on [1] disktype


Today's checkout (rev. 40691) still have the same issue,  building on
8.0 or on a 9.0 built in the beginning of last week.

On Thu, Jun 21, 2012 at 10:41 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
> Building on 8.0
>
> The Error at point of failure:
>
> sprintf.c:(.text+0x1b): warning: warning: Avoid *sprintf; use
> *snprintf. It is more secure.
> /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/libc.a(vsnprintf.o):
> In function `vsnprintf':
> vsnprintf.c:(.text+0x10a): warning: warning: the printf functions add
> several kilobytes of bloat.
> /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/libc.a(stderr.o):
> In function `__fflush_stderr':
> stderr.c:(.text+0xa): warning: warning: your code uses stdio (7+k bloat).
> /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/TOOLCHAIN/tools.cross/crosscc/../lib/gcc/i486-t2-linux-gnu/4.7.1/../../../../i486-t2-linux-gnu/bin/ld:
> error in /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/dyn_stop.o(.eh_frame);
> no .eh_frame_hdr table will be created.
> lib.o: In function `format_blocky_size':
> lib.c:(.text+0x4b6): undefined reference to `stpcpy'
> collect2: error: ld returned 1 exit status
> make: *** [disktype] Error 1
> Due to previous errors, no 1-disktype.log file!
> (Try enabling xtrace in the config to track an error inside the build system.)
> --- BUILD ERROR ---
> Creating file list and doing final adaptions ...
> Searching for orphaned files ...
(Continue reading)

René Rebe | 28 Jun 2012 13:57
Favicon

Re: Re: latest trunk (checked out this morning US time) fails on [1] disktype

Hi,

fixed:

Committed revision 40700.

I did not see this, as I build most of my test builds with -O1 for faster build times, ...

Regards,
	René

On 25.06.2012, at 16:34, Mikael Ostensson wrote:

> 
> Today's checkout (rev. 40691) still have the same issue,  building on
> 8.0 or on a 9.0 built in the beginning of last week.
> 
> 
> On Thu, Jun 21, 2012 at 10:41 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
>> Building on 8.0
>> 
>> The Error at point of failure:
>> 
>> sprintf.c:(.text+0x1b): warning: warning: Avoid *sprintf; use
>> *snprintf. It is more secure.
>> /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/libc.a(vsnprintf.o):
>> In function `vsnprintf':
>> vsnprintf.c:(.text+0x10a): warning: warning: the printf functions add
>> several kilobytes of bloat.
>> /media/ssd/6-21-trunk/build/default-9.0-trunk-generic-x86-i486-linux/usr/dietlibc/lib-i386/libc.a(stderr.o):
(Continue reading)


Gmane