Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166030 - app-text/tetex-3.0_p1-r3: png.h missing from image.h as declared in writejpg.c
Summary: app-text/tetex-3.0_p1-r3: png.h missing from image.h as declared in writejpg.c
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
: 166025 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-09 03:26 UTC by G. Gibson
Modified: 2007-10-27 18:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description G. Gibson 2007-02-09 03:26:42 UTC
/usr/bin/gcc -DHAVE_CONFIG_H  -I. -I. -I.. -I./../..  -I.. -I./.. -I../.. -I./../.. -I../../../libs/md5 -I./../../../libs/md5 -DpdfTeX -O2 -pipe -mcpu=G3  -c writejpg.c -o writejpg.o
In file included from writejpg.c:24:
image.h:23:17: error: png.h: No such file or directory
In file included from writejpg.c:24:
image.h:39: error: parse error before 'png_structp'
image.h:39: warning: no semicolon at end of struct or union
image.h:40: warning: data definition has no type or storage class
image.h:41: warning: data definition has no type or storage class
image.h:64: error: parse error before 'png_image_struct'
image.h:64: warning: no semicolon at end of struct or union
image.h:64: warning: no semicolon at end of struct or union
image.h:66: error: parse error before '}' token
image.h:66: warning: data definition has no type or storage class
image.h:67: error: parse error before '}' token
image.h:67: warning: data definition has no type or storage class
image.h:69: error: parse error before '*' token
image.h:69: warning: data definition has no type or storage class
writejpg.c: In function 'read_jpg_info':
writejpg.c:108: error: request for member 'x_res' in something not a structure or union
writejpg.c:108: error: request for member 'y_res' in something not a structure or union
writejpg.c:109: error: request for member 'image_struct' in something not a structure or union
writejpg.c:109: error: request for member 'image_name' in something not a structure or union
writejpg.c:110: error: request for member 'image_struct' in something not a structure or union
writejpg.c:111: error: request for member 'image_struct' in something not a structure or union
writejpg.c:111: error: request for member 'image_struct' in something not a structure or union
writejpg.c:112: error: request for member 'image_struct' in something not a structure or union
writejpg.c:113: error: request for member 'image_struct' in something not a structure or union
writejpg.c:116: error: request for member 'image_struct' in something not a structure or union
writejpg.c:117: error: request for member 'image_struct' in something not a structure or union
writejpg.c:118: error: request for member 'image_struct' in something not a structure or union
writejpg.c:120: error: request for member 'image_struct' in something not a structure or union
writejpg.c:121: error: request for member 'image_struct' in something not a structure or union
writejpg.c:122: error: request for member 'x_res' in something not a structure or union
writejpg.c:122: error: request for member 'image_struct' in something not a structure or union
writejpg.c:123: error: request for member 'y_res' in something not a structure or union
writejpg.c:123: error: request for member 'image_struct' in something not a structure or union
writejpg.c:126: error: request for member 'x_res' in something not a structure or union
writejpg.c:126: error: request for member 'y_res' in something not a structure or union
writejpg.c:128: error: request for member 'x_res' in something not a structure or union
writejpg.c:128: error: request for member 'y_res' in something not a structure or union
writejpg.c:132: error: request for member 'image_struct' in something not a structure or union
writejpg.c:134: error: request for member 'image_struct' in something not a structure or union
writejpg.c:134: error: request for member 'image_struct' in something not a structure or union
writejpg.c:136: error: request for member 'image_struct' in something not a structure or union
writejpg.c:153: error: request for member 'image_struct' in something not a structure or union
writejpg.c:154: error: request for member 'image_struct' in something not a structure or union
writejpg.c:154: error: request for member 'image_struct' in something not a structure or union
writejpg.c:155: error: request for member 'height' in something not a structure or union
writejpg.c:155: error: request for member 'image_struct' in something not a structure or union
writejpg.c:156: error: request for member 'width' in something not a structure or union
writejpg.c:156: error: request for member 'image_struct' in something not a structure or union
writejpg.c:157: error: request for member 'image_struct' in something not a structure or union
writejpg.c:157: error: request for member 'image_struct' in something not a structure or union
writejpg.c:158: error: request for member 'image_struct' in something not a structure or union
writejpg.c:159: error: request for member 'image_struct' in something not a structure or union
writejpg.c:161: error: request for member 'color_type' in something not a structure or union
writejpg.c:164: error: request for member 'color_type' in something not a structure or union
writejpg.c:167: error: request for member 'color_type' in something not a structure or union
writejpg.c:171: error: request for member 'image_struct' in something not a structure or union
writejpg.c:187: error: request for member 'image_struct' in something not a structure or union
writejpg.c:187: error: request for member 'image_struct' in something not a structure or union
writejpg.c: In function 'write_jpg':
writejpg.c:199: error: request for member 'width' in something not a structure or union
writejpg.c:200: error: request for member 'height' in something not a structure or union
writejpg.c:201: error: request for member 'image_struct' in something not a structure or union
writejpg.c:202: error: request for member 'image_struct' in something not a structure or union
writejpg.c:204: error: request for member 'colorspace_ref' in something not a structure or union
writejpg.c:205: error: request for member 'colorspace_ref' in something not a structure or union
writejpg.c:208: error: request for member 'image_struct' in something not a structure or union
writejpg.c:220: error: request for member 'image_struct' in something not a structure or union
writejpg.c:224: error: request for member 'image_struct' in something not a structure or union
writejpg.c:224: error: request for member 'image_struct' in something not a structure or union
make[3]: *** [writejpg.o] Error 1
make[2]: *** [pdftexdir/libpdf.a] Error 2
make[1]: *** [all] Error 1
make: *** [all] Error 1

!!! ERROR: app-text/tetex-3.0_p1-r3 failed.
Call stack:
  ebuild.sh, line 1768:   Called dyn_compile
  ebuild.sh, line 1125:   Called qa_call 'src_compile'
  environment, line 3492:   Called src_compile
  tetex-3.0_p1-r3.ebuild, line 73:   Called tetex-3_src_compile
  tetex-3.eclass, line 150:   Called tetex_src_compile
  tetex.eclass, line 174:   Called die
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-09 08:58:01 UTC
*** Bug 166025 has been marked as a duplicate of this bug. ***
Comment 2 Fabian Groffen gentoo-dev 2007-10-27 18:33:37 UTC
please try texlive.  It's in the tree for ppc-macos now.  tetex is on its way out of the tree.