I am having trouble getting tiff to install, and it seems I am not alone (http://www.nabble.com/port--u-upgrade-outdated-tf4564763.html#a13038283) Can anyone tell me what I'm doing wrong? I've tried: port sync sudo port -dvnf upgrade outdated port clean tiff lake:~ root# port install tiff ---> Fetching tiff ---> Verifying checksum(s) for tiff ---> Extracting tiff ---> Configuring tiff ---> Building tiff with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_tiff/work/tiff-3.8.2" && make all " returned error 2 Command output: /System/Library/Frameworks/GLUT.framework/Headers/glut.h:559: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:560: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:561: error: parse error before "innerRadius" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:562: error: parse error before "innerRadius" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:565: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:566: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:576: error: parse error before "param" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:616: error: parse error before "mode" tiffgt.c: In function 'raster_draw': tiffgt.c:285: warning: implicit declaration of function 'glDrawPixels' tiffgt.c:285: error: 'GL_RGBA' undeclared (first use in this function) tiffgt.c:285: error: (Each undeclared identifier is reported only once tiffgt.c:285: error: for each function it appears in.) tiffgt.c:285: error: 'GL_UNSIGNED_BYTE' undeclared (first use in this function) tiffgt.c:285: error: parse error before "GLvoid" tiffgt.c: In function 'raster_reshape': tiffgt.c:291: error: 'GLfloat' undeclared (first use in this function) tiffgt.c:291: error: parse error before "xratio" tiffgt.c:293: error: 'xratio' undeclared (first use in this function) tiffgt.c:293: error: 'yratio' undeclared (first use in this function) tiffgt.c:295: warning: implicit declaration of function 'glPixelZoom' tiffgt.c:296: warning: implicit declaration of function 'glViewport' tiffgt.c: In function 'raster_keys': tiffgt.c:303: warning: unused parameter 'x' tiffgt.c:303: warning: unused parameter 'y' tiffgt.c: In function 'raster_special': tiffgt.c:348: warning: unused parameter 'x' tiffgt.c:348: warning: unused parameter 'y' make[1]: *** [tiffgt-tiffgt.o] Error 1 make: *** [all-recursive] Error 1 Thanks in advance, ~ Rodney -- View this message in context: http://www.nabble.com/tiff-tf4656376.html#a13305194 Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Oct 19, 2007, at 10:09 PM, rodneytamblyn wrote:
I am having trouble getting tiff to install, and it seems I am not alone (http://www.nabble.com/port--u-upgrade-outdated- tf4564763.html#a13038283)
Can anyone tell me what I'm doing wrong?
I've tried:
port sync sudo port -dvnf upgrade outdated port clean tiff
lake:~ root# port install tiff ---> Fetching tiff ---> Verifying checksum(s) for tiff ---> Extracting tiff ---> Configuring tiff ---> Building tiff with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_graph ics_tiff/work/tiff-3.8.2" && make all " returned error 2
/snip/ I think the actual error occured in the previous step "Configuring...". That build phase error 2 is just "file [dir] not found" (I think) run it again with: port clean tiff port install -d tiff and send the output to the list and lets take a look good luck
On Oct 19, 2007, at 10:09 PM, rodneytamblyn wrote:
I am having trouble getting tiff to install, and it seems I am not alone (http://www.nabble.com/port--u-upgrade-outdated- tf4564763.html#a13038283)
Can anyone tell me what I'm doing wrong?
I've tried:
port sync sudo port -dvnf upgrade outdated port clean tiff
btw I dont see the relevance of the thread you cited -- that relates to someone trying to build a script for certain reasons to run port.....
Hi William, Thanks for your reply. Regarding the URL I got this wrong (meant to link to a posting not the whole thread), here's the posting I was reading: http://www.nabble.com/Re%3A-port--u-upgrade-outdated-p13038283.html Log of output from re-running per your suggestions... lake:/Users/oceanbrowser/Sites/forum/includes root# port clean tiff ---> Cleaning tiff lake:/Users/oceanbrowser/Sites/forum/includes root# port install -d tiff ---> Fetching tiff ---> Verifying checksum(s) for tiff ---> Extracting tiff ---> Configuring tiff ---> Building tiff with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_graphic s_tiff/work/tiff-3.8.2" && make all " returned error 2 Command output: /System/Library/Frameworks/GLUT.framework/Headers/ glut.h:559: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:560: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:561: error: parse error before "innerRadius" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:562: error: parse error before "innerRadius" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:565: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:566: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:576: error: parse error before "param" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:616: error: parse error before "mode" tiffgt.c: In function 'raster_draw': tiffgt.c:285: warning: implicit declaration of function 'glDrawPixels' tiffgt.c:285: error: 'GL_RGBA' undeclared (first use in this function) tiffgt.c:285: error: (Each undeclared identifier is reported only once tiffgt.c:285: error: for each function it appears in.) tiffgt.c:285: error: 'GL_UNSIGNED_BYTE' undeclared (first use in this function) tiffgt.c:285: error: parse error before "GLvoid" tiffgt.c: In function 'raster_reshape': tiffgt.c:291: error: 'GLfloat' undeclared (first use in this function) tiffgt.c:291: error: parse error before "xratio" tiffgt.c:293: error: 'xratio' undeclared (first use in this function) tiffgt.c:293: error: 'yratio' undeclared (first use in this function) tiffgt.c:295: warning: implicit declaration of function 'glPixelZoom' tiffgt.c:296: warning: implicit declaration of function 'glViewport' tiffgt.c: In function 'raster_keys': tiffgt.c:303: warning: unused parameter 'x' tiffgt.c:303: warning: unused parameter 'y' tiffgt.c: In function 'raster_special': tiffgt.c:348: warning: unused parameter 'x' tiffgt.c:348: warning: unused parameter 'y' make[1]: *** [tiffgt-tiffgt.o] Error 1 make: *** [all-recursive] Error 1 - Rodney Tamblyn OceanBrowser Ltd Dunedin, New Zealand Tel: +64 3 4742102 x 22 Tel: +64 4 4602519 x 22 Tel: +61 2 82315746 x 22 http://oceanbrowser.com/phone x 22 http://oceanbrowser.com Thanks Regards, Rodney
On Oct 20, 2007, at 1:28 AM, rodney tamblyn wrote:
Hi William,
Thanks for your reply.
Regarding the URL I got this wrong (meant to link to a posting not the whole thread), here's the posting I was reading: http://www.nabble.com/Re%3A-port--u-upgrade-outdated-p13038283.html
Log of output from re-running per your suggestions...
lake:/Users/oceanbrowser/Sites/forum/includes root# port clean tiff ---> Cleaning tiff lake:/Users/oceanbrowser/Sites/forum/includes root# port install -d tiff ---> Fetching tiff ---> Verifying checksum(s) for tiff ---> Extracting tiff ---> Configuring tiff ---> Building tiff with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_graph ics_tiff/work/tiff-3.8.2" && make all " returned error 2 Command output: /System/Library/Frameworks/GLUT.framework/Headers/ glut.h:559: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:560: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:561: error: parse error before "innerRadius" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:562: error: parse error before "innerRadius" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:565: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:566: error: parse error before "size" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:576: error: parse error before "param" /System/Library/Frameworks/GLUT.framework/Headers/glut.h:616: error: parse error before "mode" tiffgt.c: In function 'raster_draw': tiffgt.c:285: warning: implicit declaration of function 'glDrawPixels' tiffgt.c:285: error: 'GL_RGBA' undeclared (first use in this function) tiffgt.c:285: error: (Each undeclared identifier is reported only once tiffgt.c:285: error: for each function it appears in.) tiffgt.c:285: error: 'GL_UNSIGNED_BYTE' undeclared (first use in this function) tiffgt.c:285: error: parse error before "GLvoid" tiffgt.c: In function 'raster_reshape': tiffgt.c:291: error: 'GLfloat' undeclared (first use in this function) tiffgt.c:291: error: parse error before "xratio" tiffgt.c:293: error: 'xratio' undeclared (first use in this function) tiffgt.c:293: error: 'yratio' undeclared (first use in this function) tiffgt.c:295: warning: implicit declaration of function 'glPixelZoom' tiffgt.c:296: warning: implicit declaration of function 'glViewport' tiffgt.c: In function 'raster_keys': tiffgt.c:303: warning: unused parameter 'x' tiffgt.c:303: warning: unused parameter 'y' tiffgt.c: In function 'raster_special': tiffgt.c:348: warning: unused parameter 'x' tiffgt.c:348: warning: unused parameter 'y' make[1]: *** [tiffgt-tiffgt.o] Error 1 make: *** [all-recursive] Error 1
- Rodney Tamblyn OceanBrowser Ltd Dunedin, New Zealand Tel: +64 3 4742102 x 22 Tel: +64 4 4602519 x 22 Tel: +61 2 82315746 x 22 http://oceanbrowser.com/phone x 22 http://oceanbrowser.com
Thanks
Regards,
Rodney
curious.....I had no problem at all installing tiff. Is your macports instalation in /opt/local? is it version 1.52? ( port selfupdate ) are you using mac os 10.4.10 and xcode 2.41? (current version is on apple dev site.) have an Intel mac? however I did screw one thing up! I should have written: port -d install tiff the -d didnt take because it was out of place (my bad). please try it again so the full debug output is seen
On 10/19/07, rodneytamblyn <rodney@oceanbrowser.com> wrote:
I am having trouble getting tiff to install, and it seems I am not alone (http://www.nabble.com/port--u-upgrade-outdated-tf4564763.html#a13038283)
Did you install the opengl sdk ? I had this problem before and just install the opengl sdk. :D -- Fernando Lujan
Hi Fernando, Thanks for the reply, yes I think this is the solution, as I see in when doing: port -d install tiff I see: in file included from tiffgt.c:36: /System/Library/Frameworks/GLUT.framework/Headers/glut.h:60:24: error: OpenGL/glu.h: No such file or directory Would be good if port install tiff could generate a meaningful error message alerting users to this issue. ~ Rodney Fernando Lujan wrote:
On 10/19/07, rodneytamblyn <rodney@oceanbrowser.com> wrote:
I am having trouble getting tiff to install, and it seems I am not alone (http://www.nabble.com/port--u-upgrade-outdated-tf4564763.html#a13038283)
Did you install the opengl sdk ?
I had this problem before and just install the opengl sdk. :D
-- Fernando Lujan
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
-- View this message in context: http://www.nabble.com/tiff-tf4656376.html#a13326027 Sent from the MacPorts - Users mailing list archive at Nabble.com.
On 21.10.2007, at 06:34, rodneytamblyn wrote:
port -d install tiff
I see:
in file included from tiffgt.c:36: /System/Library/Frameworks/GLUT.framework/Headers/glut.h:60:24: error: OpenGL/glu.h: No such file or directory
Would be good if port install tiff could generate a meaningful error message alerting users to this issue.
Well, first the port should tell MacPors aout this dependency. Please file a ug-report at trac and cc: the maintainer of the tiff port. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
Le 21 oct. 07 à 06:34, rodneytamblyn a écrit :
Hi Fernando,
Thanks for the reply, yes I think this is the solution, as I see in when doing: port -d install tiff
I see:
in file included from tiffgt.c:36: /System/Library/Frameworks/GLUT.framework/Headers/glut.h:60:24: error: OpenGL/glu.h: No such file or directory
Would be good if port install tiff could generate a meaningful error message alerting users to this issue.
~ Rodney
Fernando Lujan wrote:
On 10/19/07, rodneytamblyn <rodney@oceanbrowser.com> wrote:
I am having trouble getting tiff to install, and it seems I am not alone (http://www.nabble.com/port--u-upgrade-outdated- tf4564763.html#a13038283)
Did you install the opengl sdk ?
I had this problem before and just install the opengl sdk. :D
-- Fernando Lujan
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
-- View this message in context: http://www.nabble.com/tiff- tf4656376.html#a13326027 Sent from the MacPorts - Users mailing list archive at Nabble.com.
What is your OS X version? Isn't OpenGL SDL bundled in Xcode Developer Tools? -- Anthony Ramine, the infamous MacPorts Trac slave. nox@macports.org
On Oct 21, 2007, at 04:16, Jochen Küpper wrote:
On 21.10.2007, at 06:34, rodneytamblyn wrote:
port -d install tiff
I see:
in file included from tiffgt.c:36: /System/Library/Frameworks/GLUT.framework/Headers/glut.h:60:24: error: OpenGL/glu.h: No such file or directory
Would be good if port install tiff could generate a meaningful error message alerting users to this issue.
Well, first the port should tell MacPors aout this dependency.
Please file a ug-report at trac and cc: the maintainer of the tiff port.
How can a port declare a dependency on a development SDK? Is there a syntax for that?
Just to confirm - installing OpenGLSDK fixed it, tiff installed with no problems after this. Can someone please outline the process for submitting to trac (what's the URL to the system?) Thanks ~ Rodney - Rodney Tamblyn OceanBrowser Ltd Dunedin, New Zealand Tel: +64 3 4742102 x 22 Tel: +64 4 4602519 x 22 Tel: +61 2 82315746 x 22 http://oceanbrowser.com/phone x 22 http://oceanbrowser.com
On Oct 21, 2007, at 18:57, rodney tamblyn wrote:
Just to confirm - installing OpenGLSDK fixed it, tiff installed with no problems after this.
Can someone please outline the process for submitting to trac (what's the URL to the system?)
Here is the URL to submit a ticket: https://trac.macports.org/projects/macports/newticket Please read the instructions first: http://trac.macports.org/projects/macports/wiki/TracTicketing
participants (7)
-
Fernando Lujan
-
Jochen Küpper
-
N_Ox
-
rodney tamblyn
-
rodneytamblyn
-
Ryan Schmidt
-
William Davis