[blfs-dev] libpng 1.5.3

2013-01-04 Thread Tobias Gasser

anybody out there haveing a hint how to get rid of those missing 
exported symbols?




png.h: exported symbol 235 'png_get_acTL' not present in 
./scripts/symbols.def
png.h: exported symbol 236 'png_set_acTL' not present in 
./scripts/symbols.def
png.h: exported symbol 237 'png_get_num_frames' not present in 
./scripts/symbols.def
png.h: exported symbol 238 'png_get_num_plays' not present in 
./scripts/symbols.def
png.h: exported symbol 239 'png_get_next_frame_fcTL' not present in 
./scripts/symbols.def
png.h: exported symbol 240 'png_set_next_frame_fcTL' not present in 
./scripts/symbols.def
png.h: exported symbol 241 'png_get_next_frame_width' not present in 
./scripts/symbols.def
png.h: exported symbol 242 'png_get_next_frame_height' not present in 
./scripts/symbols.def
png.h: exported symbol 243 'png_get_next_frame_x_offset' not present in 
./scripts/symbols.def
png.h: exported symbol 244 'png_get_next_frame_y_offset' not present in 
./scripts/symbols.def
png.h: exported symbol 245 'png_get_next_frame_delay_num' not present in 
./scripts/symbols.def
png.h: exported symbol 246 'png_get_next_frame_delay_den' not present in 
./scripts/symbols.def
png.h: exported symbol 247 'png_get_next_frame_dispose_op' not present 
in ./scripts/symbols.def
png.h: exported symbol 248 'png_get_next_frame_blend_op' not present in 
./scripts/symbols.def
png.h: exported symbol 249 'png_get_first_frame_is_hidden' not present 
in ./scripts/symbols.def
png.h: exported symbol 250 'png_set_first_frame_is_hidden' not present 
in ./scripts/symbols.def
png.h: exported symbol 251 'png_read_frame_head' not present in 
./scripts/symbols.def
png.h: exported symbol 252 'png_set_progressive_frame_fn' not present in 
./scripts/symbols.def
png.h: exported symbol 253 'png_write_frame_head' not present in 
./scripts/symbols.def
png.h: exported symbol 254 'png_write_frame_tail' not present in 
./scripts/symbols.def
*** A new list is in symbols.new ***
make: *** [scripts/symbols.chk] Error 1
libtool: link: gcc -g -O2 -o .libs/pngtest pngtest.o 
./.libs/libpng15.so -lz -lm
libtool: link: gcc -g -O2 -o .libs/pngvalid pngvalid.o 
./.libs/libpng15.so -lz -lm
Running tests.  For details see pngtest-log.txt
Running test-pngtest.sh
   PASS: pngtest --strict pngtest.png
PASS: test-pngtest.sh
Running test-pngvalid-simple.sh
   PASS: pngvalid --standard
   PASS: pngvalid --standard --progressive-read
   PASS: pngvalid --standard --interlace
   PASS: pngvalid --standard --progressive-read --interlace
   PASS: pngvalid --size
   PASS: pngvalid --size --progressive-read
   PASS: pngvalid --transform
PASS: test-pngvalid-simple.sh
Running test-pngvalid-full.sh
   PASS: pngvalid --gamma-threshold
   PASS: pngvalid --gamma-transform
   PASS: pngvalid --gamma-sbit
   PASS: pngvalid --gamma-16-to-8
   PASS: pngvalid --gamma-background
   PASS: pngvalid --gamma-alpha-mode
   PASS: pngvalid --gamma-transform --expand16
   PASS: pngvalid --gamma-background --expand16
   PASS: pngvalid --gamma-alpha-mode --expand16
PASS: test-pngvalid-full.sh
==
All 3 tests passed
==
make: Target `check' not remade because of errors.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] libpng 1.5.3

2013-01-04 Thread Matthew Burgess
On Fri, 04 Jan 2013 17:09:54 +0100, Tobias Gasser l...@ebp-gasser.ch wrote:
 
 anybody out there haveing a hint how to get rid of those missing
 exported symbols?

It's been a while, but I think this is caused by the apng patch.  Try
building without it and see if 'make check' is any cleaner.

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] libpng 1.5.3

2013-01-04 Thread Jordi RubiĆ³
I have the same problem here, and I tried without patch and all checks are done

On 1/4/13, Matthew Burgess matt...@linuxfromscratch.org wrote:
 On Fri, 04 Jan 2013 17:09:54 +0100, Tobias Gasser l...@ebp-gasser.ch
 wrote:

 anybody out there haveing a hint how to get rid of those missing
 exported symbols?

 It's been a while, but I think this is caused by the apng patch.  Try
 building without it and see if 'make check' is any cleaner.

 Regards,

 Matt.

 --
 http://linuxfromscratch.org/mailman/listinfo/blfs-dev
 FAQ: http://www.linuxfromscratch.org/blfs/faq.html
 Unsubscribe: See the above information page

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] libpng 1.5.3

2013-01-04 Thread Tobias Gasser
Am 04.01.2013 17:44, schrieb Jordi RubiĆ³:
 I have the same problem here, and I tried without patch and all checks are 
 done


thanks for your info.

i guess i have to live with those messages as i want to build firefox later.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page