From chirayu at chirayuk.com Mon Sep 1 00:29:25 2008 From: chirayu at chirayuk.com (Chirayu Krishnappa) Date: Mon, 1 Sep 2008 00:29:25 -0700 (PDT) Subject: vim-app (and vim) with +python fails on Leopard In-Reply-To: <661AD56F-174E-41B6-AE15-37A663700CA9@bellsouth.net> References: <19248902.post@talk.nabble.com> <19249591.post@talk.nabble.com> <661AD56F-174E-41B6-AE15-37A663700CA9@bellsouth.net> Message-ID: <19250065.post@talk.nabble.com> I removed MacPorts and redid the whole thing. vim-app installed successfully on 10.5.4. Perhaps this issue only crops up on 10.5.1. Either way, if someone faces this problem, they will hopefully stumble here through a search. William Davis wrote: > > installed some time ago, upgraded last night > WD > On Sep 1, 2008, at 2:40 AM, Chirayu Krishnappa wrote: > >> >> It didn't work on 10.5.4 for me either (different mac box - don't >> remember >> the error.) I'm not in front of it now but I'll post here if it >> doesn't >> clean build vim[-app] after I remove and reinstall MacPorts. I >> suspect this >> does not have to do with the minor version number of 10.5. Maybe the >> way I >> set up both machines (possibly - I installed MacPorts on both before >> installing the XCode stuff - though that sounds less likely to be the >> problem). Or maybe it's the current version of the vim & vim-app on >> MacPorts. It's strange though - because it appears to work fine for >> other - >> like yourself. How long ago did you last install vim-app? >> >> -- Chirayu. >> >> >> William Davis wrote: >>> >>> FYI: Im using Leopard 10.5.4 and didnt have a bit of trouble building >>> vim-app and vim. Its a free upgrade. >>> WD >>> >>> On Sep 1, 2008, at 1:01 AM, chirayuk wrote: >>> >>>> >>>> I've been trying rather unsuccessfully to build vim-app or vim. I'm >>>> using >>>> Leopard 10.5.1. I removed MacPorts and reinstalled it (using the >>>> instructions form the wiki page.) (Frustrated, I tried installing >>>> git so I >>>> could build from the original source, but alas, git didn't build >>>> either.) >>>> >>>> Anyway, here's what it looks like (attached/linked): >>>> >>>> http://www.nabble.com/file/p19248902/VimInstallErrors.txt >>>> VimInstallErrors.txt >>>> >>>> Lines like >>>> >>>> /usr/bin/gcc-4.0 -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MAC -fno- >>>> common >>>> -fpascal-strings -Wall -Wno-unknown-pragmas -mdynamic-no-pic -pipe >>>> -I. >>>> -Iproto -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp >>>> -I/Developer/Headers/FlatCarbon -O >>>> -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/ >>>> python2.5 >>>> -o objects/os_macosx.o os_macosx.c >>>> >>>> make me wonder if >>>> -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/ >>>> python2.5 >>>> is correct - shouldn't it use the macports version of python25 that >>>> it just >>>> installed (btw, I've tried the port command by first installing >>>> python, then >>>> installing python_select and selecting python25 both with also >>>> putting >>>> /opt/local/bin at the beginning of PATH and without, and with >>>> explicitly >>>> exporting PREFIX and prefix to /opt/local and without.) >>>> >>>> Does anyone here know what I'm doing wrong or how I can fix this? >>>> >>>> Thanks, >>>> Chirayu. >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/vim-app-%28and-vim%29-with-%2Bpython-fails-on-Leopard-tp19248902p19248902.html >>>> Sent from the MacPorts - Users mailing list archive at Nabble.com. >>>> >>>> _______________________________________________ >>>> macports-users mailing list >>>> macports-users at lists.macosforge.org >>>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >>> >>> >>> >>> William Davis >>> frstanATbellsouthDOTnet >>> Mac OS X.5.4 Darwin 9.4.0 >>> XQuartz 2.3.1 (xorg-server 1.4.2-apple12) >>> Mac Mini Intel Duo @ 1.86 GHz >>> >>> Mundus vult decepi, ego non >>> >>> _______________________________________________ >>> macports-users mailing list >>> macports-users at lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/vim-app-%28and-vim%29-with-%2Bpython-fails-on-Leopard-tp19248902p19249591.html >> Sent from the MacPorts - Users mailing list archive at Nabble.com. >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > > > William Davis > frstanATbellsouthDOTnet > Mac OS X.5.4 Darwin 9.4.0 > XQuartz 2.3.1 (xorg-server 1.4.2-apple12) > Mac Mini Intel Duo @ 1.86 GHz > > Mundus vult decepi, ego non > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -- View this message in context: http://www.nabble.com/vim-app-%28and-vim%29-with-%2Bpython-fails-on-Leopard-tp19248902p19250065.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From raimue at macports.org Mon Sep 1 13:27:33 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Mon, 01 Sep 2008 22:27:33 +0200 Subject: vim-app (and vim) with +python fails on Leopard In-Reply-To: <19250065.post@talk.nabble.com> References: <19248902.post@talk.nabble.com> <19249591.post@talk.nabble.com> <661AD56F-174E-41B6-AE15-37A663700CA9@bellsouth.net> <19250065.post@talk.nabble.com> Message-ID: <48BC5035.7090402@macports.org> Chirayu Krishnappa wrote: > I removed MacPorts and redid the whole thing. vim-app installed successfully > on 10.5.4. Perhaps this issue only crops up on 10.5.1. Either way, if > someone faces this problem, they will hopefully stumble here through a > search. Might be related to #15099 [1]? Sorry, I still did not have time to resolve the issue. Rainer [1] From chirayu at chirayuk.com Mon Sep 1 14:28:40 2008 From: chirayu at chirayuk.com (Chirayu Krishnappa) Date: Mon, 1 Sep 2008 14:28:40 -0700 (PDT) Subject: vim-app (and vim) with +python fails on Leopard In-Reply-To: <48BC5035.7090402@macports.org> References: <19248902.post@talk.nabble.com> <19249591.post@talk.nabble.com> <661AD56F-174E-41B6-AE15-37A663700CA9@bellsouth.net> <19250065.post@talk.nabble.com> <48BC5035.7090402@macports.org> Message-ID: <19260932.post@talk.nabble.com> Ya - it looks like #15099 - I did see -framework python (or something similar) when I was building last night. I needed the manual -lpython. :py print sys.version on 10.5.4 shows a build of 2.5.1 from Jan 17, 2008 while the one on 10.5.1 shows python 2.5.2 built last night. On 10.5.1, :py print sys.executable show /Applications/MacPorts/Vim.app/Contents/MacOS/Vim while the one on 10.5.4 shows /usr/bin/python. (These were both fresh MacPort and vim +python installs.) sys.prefix on 10.5.1 is at /opt/local/Library/Frameworks/Python.framework/Versions/2.5 while on 10.5.4 is at /System/Library/Frameworks/Python.framework/Versions/2.5. So it seems that while it builds fine on 10.5.4, it's linking to the Apple provided python25 rather than the one from MacPorts. I don't know if that is what is desired. Rainer M?ller-4 wrote: > > Chirayu Krishnappa wrote: >> I removed MacPorts and redid the whole thing. vim-app installed >> successfully >> on 10.5.4. Perhaps this issue only crops up on 10.5.1. Either way, if >> someone faces this problem, they will hopefully stumble here through a >> search. > > Might be related to #15099 [1]? Sorry, I still did not have time to > resolve the issue. > > Rainer > > [1] > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -- View this message in context: http://www.nabble.com/vim-app-%28and-vim%29-with-%2Bpython-fails-on-Leopard-tp19248902p19260932.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From ryandesign at macports.org Mon Sep 1 14:30:24 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 1 Sep 2008 16:30:24 -0500 Subject: transcode 1.1.0 beta1 portfile with quicktime and lzo In-Reply-To: <48B8DB13.8090402@cogweb.net> References: <48AFB6A4.2020906@cogweb.net> <48B8DB13.8090402@cogweb.net> Message-ID: Thanks for the update, David. I put your new Portfile into the repository in r39706. http://trac.macports.org/changeset/39706 Yes, you should submit Portfile changes attached to tickets in the issue tracker in the future. Pasting submissions into an email is not optimal as email transport can sometimes add whitespace or rewrap lines, plus emails can easily get forgotten. At least in the issue tracker, they can be searched for and found. It's also best to submit changes as unified diffs, not as full Portfiles. That way it's easier for both you and the committer to see what you're changing. In the case of this port, you inadvertently removed a crucial closing curly bracket in the imagemagick variant. I fixed this before committing. I also dropped the "revision 1" line, since the initial revision of any given version of a port should be 0, not 1, and 0 is the default. You added pkgconfig as a library dependency (as was given in ticket #15547), but pkgconfig does not provide any libraries; it's only a program used at build time to find dependencies. Thus pkgconfig is properly a build dependency, not a library dependency. I cannot explain the difficulty of the developer of transcode in fixing the software to link with ImageMagick since the name change of its core library. transcode's configure script does not need code to test for both the old name and the new name; all it needs to do is to use pkgconfig or Magick-config to discover the library's correct name, as I explained earlier: http://lists.macosforge.org/pipermail/macports-users/2008-August/ 011149.html May I also enable the port's parallel build, as requested earlier? http://lists.macosforge.org/pipermail/macports-users/2008-August/ 011141.html On Aug 30, 2008, at 12:30 AM, David Liontooth wrote: > Transcode 1.1.0 beta1 builds successfully with lzo2 and quicktime, > the latter adding among other things the mov import module, which > enables transcode to process mp4 files. > > I still haven't found an elegant solution to transcode's inability > to locate the renamed ImageMagick libraries; upstream is looking at > config.log of the latest failure. In the meantime, adding a symlink > works: > > cd /opt/local/lib > ln -s libMagickCore.1.dylib libMagick.dylib > > Chuck Remes has signaled he is no longer available as co-maintaner > of this port; he made all the essential contributions to get the > port off the ground. > > I enclose an updated portfile; let me know if I should be using > trac for this. > > Dave > > # $Id: Portfile 37840 2008-06-25 16:56:28Z ecronin at macports.org $ > > PortSystem 1.0 > > name transcode > version 1.1.0beta1 > revision 1 > categories multimedia > maintainers liontooth at cogweb.net > description Video and audio processing tools > long_description transcode is a suite of tools, all of which are \ > command line utilities, for transcoding various \ > video, audio, and container formats, running on a \ > platform that supports shared libraries and threads.\ > \ > Decoding and encoding is done by modules that are \ > responsible for feeding transcode with raw video/ \ > audio streams (import modules) and encoding the frames \ > (export modules). \ > \ > It includes a variety of video and audio filters, \ > including (but not limited to) video de-interlacing, \ > audio resampling, framerate conversion, different \ > resizing algorithms, smoothing, sharpening, > denoisifying, \ > and cutting. > > homepage http://www.transcoding.org > > master_sites http://fromani.exit1.org/ > distname ${name}-${version} > use_bzip2 yes > > checksums ${distname}${extract.suffix} \ > md5 b84566b618f2b667ce048993692e69db \ > sha1 e68f65b6558c97ffc4fef3aaae9fc35a01af4390 > > depends_lib port:automake \ > port:autoconf \ > port:libtool \ > port:pkgconfig \ > port:ffmpeg \ > port:libmpeg2 \ > port:libdvdread \ > port:jpeg \ > port:lame > > pre-configure { > system "cd ${worksrcpath} && \ > LIBTOOLIZE=glibtoolize autoreconf -i -f" > } > > platforms darwin > > configure.args --disable-mmx \ > --disable-altivec \ > --with-libavcodec-prefix=${prefix} \ > --with-libmpeg2-prefix=${prefix} \ > --with-libdvdread-prefix=${prefix} \ > --with-libjpeg-prefix=${prefix} \ > --with-lame-prefix=${prefix} > > # Optional components > > variant a52dec { > depends_lib-append port:a52dec > configure.args-append --enable-a52 --enable-a52-default-decoder > --with-a52-prefix=${prefix} > } > > variant faac { > depends_lib-append port:faac > configure.args-append --enable-faac --with-faac-prefix=${prefix} > } > > variant faad2 { > depends_lib-append port:faad2 > configure.args-append --enable-faad --with-faad-prefix=${prefix} > } > > variant freetype { > depends_lib-append port:freetype > configure.args-append --enable-freetype2 --with-freetype2- > prefix=${prefix} > } > > variant imagemagick { > depends_lib-append port:ImageMagick > configure.args-append --enable-imagemagick --with-imagemagick- > prefix=${prefix > } > > variant libdv { > depends_lib-append port:libdv > configure.args-append --enable-libdv --with-libdv-prefix=${prefix} > } > > variant libogg { > depends_lib-append port:libogg > configure.args-append --enable-ogg --with-ogg-prefix=${prefix} > } > > variant libquicktime { > depends_lib-append port:libquicktime > configure.args-append --enable-libquicktime --with-libquicktime- > prefix=${prefix} > } > > variant libsdl { > depends_lib-append port:libsdl > configure.args-append --enable-sdl --with-sdl-prefix=${prefix} > } > > variant libtheora { > depends_lib-append port:libtheora > configure.args-append --enable-theora --with-theora-prefix=$ > {prefix} > } > > variant libvorbis { > depends_lib-append port:libvorbis > configure.args-append --enable-vorbis --with-vorbis-prefix=$ > {prefix} > } > > variant libxml2 { > depends_lib-append port:libxml2 > configure.args-append --enable-libxml2 --with-libxml2-prefix=$ > {prefix} > } > > variant lzo { > depends_lib-append port:lzo2 > configure.args-append --enable-lzo --with-lzo-prefix=${prefix} > } > > variant x264 { > depends_lib-append port:x264 > configure.args-append --enable-x264 --with-x264-prefix=${prefix} > } > > variant xvid { > depends_lib-append port:XviD > configure.args-append --enable-xvid --with-xvid-prefix=${prefix} > } From ryandesign at macports.org Mon Sep 1 14:30:24 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 1 Sep 2008 16:30:24 -0500 Subject: transcode 1.1.0 beta1 portfile with quicktime and lzo In-Reply-To: <48B8DB13.8090402@cogweb.net> References: <48AFB6A4.2020906@cogweb.net> <48B8DB13.8090402@cogweb.net> Message-ID: Thanks for the update, David. I put your new Portfile into the repository in r39706. http://trac.macports.org/changeset/39706 Yes, you should submit Portfile changes attached to tickets in the issue tracker in the future. Pasting submissions into an email is not optimal as email transport can sometimes add whitespace or rewrap lines, plus emails can easily get forgotten. At least in the issue tracker, they can be searched for and found. It's also best to submit changes as unified diffs, not as full Portfiles. That way it's easier for both you and the committer to see what you're changing. In the case of this port, you inadvertently removed a crucial closing curly bracket in the imagemagick variant. I fixed this before committing. I also dropped the "revision 1" line, since the initial revision of any given version of a port should be 0, not 1, and 0 is the default. You added pkgconfig as a library dependency (as was given in ticket #15547), but pkgconfig does not provide any libraries; it's only a program used at build time to find dependencies. Thus pkgconfig is properly a build dependency, not a library dependency. I cannot explain the difficulty of the developer of transcode in fixing the software to link with ImageMagick since the name change of its core library. transcode's configure script does not need code to test for both the old name and the new name; all it needs to do is to use pkgconfig or Magick-config to discover the library's correct name, as I explained earlier: http://lists.macosforge.org/pipermail/macports-users/2008-August/ 011149.html May I also enable the port's parallel build, as requested earlier? http://lists.macosforge.org/pipermail/macports-users/2008-August/ 011141.html On Aug 30, 2008, at 12:30 AM, David Liontooth wrote: > Transcode 1.1.0 beta1 builds successfully with lzo2 and quicktime, > the latter adding among other things the mov import module, which > enables transcode to process mp4 files. > > I still haven't found an elegant solution to transcode's inability > to locate the renamed ImageMagick libraries; upstream is looking at > config.log of the latest failure. In the meantime, adding a symlink > works: > > cd /opt/local/lib > ln -s libMagickCore.1.dylib libMagick.dylib > > Chuck Remes has signaled he is no longer available as co-maintaner > of this port; he made all the essential contributions to get the > port off the ground. > > I enclose an updated portfile; let me know if I should be using > trac for this. > > Dave > > # $Id: Portfile 37840 2008-06-25 16:56:28Z ecronin at macports.org $ > > PortSystem 1.0 > > name transcode > version 1.1.0beta1 > revision 1 > categories multimedia > maintainers liontooth at cogweb.net > description Video and audio processing tools > long_description transcode is a suite of tools, all of which are \ > command line utilities, for transcoding various \ > video, audio, and container formats, running on a \ > platform that supports shared libraries and threads.\ > \ > Decoding and encoding is done by modules that are \ > responsible for feeding transcode with raw video/ \ > audio streams (import modules) and encoding the frames \ > (export modules). \ > \ > It includes a variety of video and audio filters, \ > including (but not limited to) video de-interlacing, \ > audio resampling, framerate conversion, different \ > resizing algorithms, smoothing, sharpening, > denoisifying, \ > and cutting. > > homepage http://www.transcoding.org > > master_sites http://fromani.exit1.org/ > distname ${name}-${version} > use_bzip2 yes > > checksums ${distname}${extract.suffix} \ > md5 b84566b618f2b667ce048993692e69db \ > sha1 e68f65b6558c97ffc4fef3aaae9fc35a01af4390 > > depends_lib port:automake \ > port:autoconf \ > port:libtool \ > port:pkgconfig \ > port:ffmpeg \ > port:libmpeg2 \ > port:libdvdread \ > port:jpeg \ > port:lame > > pre-configure { > system "cd ${worksrcpath} && \ > LIBTOOLIZE=glibtoolize autoreconf -i -f" > } > > platforms darwin > > configure.args --disable-mmx \ > --disable-altivec \ > --with-libavcodec-prefix=${prefix} \ > --with-libmpeg2-prefix=${prefix} \ > --with-libdvdread-prefix=${prefix} \ > --with-libjpeg-prefix=${prefix} \ > --with-lame-prefix=${prefix} > > # Optional components > > variant a52dec { > depends_lib-append port:a52dec > configure.args-append --enable-a52 --enable-a52-default-decoder > --with-a52-prefix=${prefix} > } > > variant faac { > depends_lib-append port:faac > configure.args-append --enable-faac --with-faac-prefix=${prefix} > } > > variant faad2 { > depends_lib-append port:faad2 > configure.args-append --enable-faad --with-faad-prefix=${prefix} > } > > variant freetype { > depends_lib-append port:freetype > configure.args-append --enable-freetype2 --with-freetype2- > prefix=${prefix} > } > > variant imagemagick { > depends_lib-append port:ImageMagick > configure.args-append --enable-imagemagick --with-imagemagick- > prefix=${prefix > } > > variant libdv { > depends_lib-append port:libdv > configure.args-append --enable-libdv --with-libdv-prefix=${prefix} > } > > variant libogg { > depends_lib-append port:libogg > configure.args-append --enable-ogg --with-ogg-prefix=${prefix} > } > > variant libquicktime { > depends_lib-append port:libquicktime > configure.args-append --enable-libquicktime --with-libquicktime- > prefix=${prefix} > } > > variant libsdl { > depends_lib-append port:libsdl > configure.args-append --enable-sdl --with-sdl-prefix=${prefix} > } > > variant libtheora { > depends_lib-append port:libtheora > configure.args-append --enable-theora --with-theora-prefix=$ > {prefix} > } > > variant libvorbis { > depends_lib-append port:libvorbis > configure.args-append --enable-vorbis --with-vorbis-prefix=$ > {prefix} > } > > variant libxml2 { > depends_lib-append port:libxml2 > configure.args-append --enable-libxml2 --with-libxml2-prefix=$ > {prefix} > } > > variant lzo { > depends_lib-append port:lzo2 > configure.args-append --enable-lzo --with-lzo-prefix=${prefix} > } > > variant x264 { > depends_lib-append port:x264 > configure.args-append --enable-x264 --with-x264-prefix=${prefix} > } > > variant xvid { > depends_lib-append port:XviD > configure.args-append --enable-xvid --with-xvid-prefix=${prefix} > } From liontooth at cogweb.net Tue Sep 2 13:54:18 2008 From: liontooth at cogweb.net (David Liontooth) Date: Tue, 02 Sep 2008 13:54:18 -0700 Subject: transcode 1.1.0 beta1 portfile with quicktime and lzo In-Reply-To: References: <48AFB6A4.2020906@cogweb.net> <48B8DB13.8090402@cogweb.net> Message-ID: <48BDA7FA.7020208@cogweb.net> Ryan Schmidt wrote: > Thanks for the update, David. I put your new Portfile into the > repository in r39706. > > http://trac.macports.org/changeset/39706 Thanks > > Yes, you should submit Portfile changes attached to tickets in the > issue tracker in the future. Pasting submissions into an email is not > optimal as email transport can sometimes add whitespace or rewrap > lines, plus emails can easily get forgotten. At least in the issue > tracker, they can be searched for and found. I used an attachment, but sure. > > It's also best to submit changes as unified diffs, not as full > Portfiles. That way it's easier for both you and the committer to see > what you're changing. In the case of this port, you inadvertently > removed a crucial closing curly bracket in the imagemagick variant. I > fixed this before committing. Thanks! What's the diff command you use? > > I also dropped the "revision 1" line, since the initial revision of > any given version of a port should be 0, not 1, and 0 is the default. Sorry, I should have caught this. > > You added pkgconfig as a library dependency (as was given in ticket > #15547), but pkgconfig does not provide any libraries; it's only a > program used at build time to find dependencies. Thus pkgconfig is > properly a build dependency, not a library dependency. OK > > > I cannot explain the difficulty of the developer of transcode in > fixing the software to link with ImageMagick since the name change of > its core library. transcode's configure script does not need code to > test for both the old name and the new name; all it needs to do is to > use pkgconfig or Magick-config to discover the library's correct name, > as I explained earlier: > > http://lists.macosforge.org/pipermail/macports-users/2008-August/011149.html > I've passed this on. > > May I also enable the port's parallel build, as requested earlier? > > http://lists.macosforge.org/pipermail/macports-users/2008-August/011141.html > I did respond to this. I haven't tested it yet -- transcode builds fast anyway -- but sure, let's do it. Transcode builds and works great on both Intel and PPC under Leopard. I have an OSX Tiger Server where transcode again has started to fail to exit -- it completes the job, but then just sits there. Chuck Remes fixed this behavior way back; it used to happen all the time. Quicktime integration also works great; I'm using it to rip frames from mp4 files created on Linux and OSX; the files stream on Adobe's flash server. I very much appreciate all your good work keeping this and other ports up and running. Cheers, David > > > > On Aug 30, 2008, at 12:30 AM, David Liontooth wrote: > >> Transcode 1.1.0 beta1 builds successfully with lzo2 and quicktime, >> the latter adding among other things the mov import module, which >> enables transcode to process mp4 files. >> >> I still haven't found an elegant solution to transcode's inability to >> locate the renamed ImageMagick libraries; upstream is looking at >> config.log of the latest failure. In the meantime, adding a symlink >> works: >> >> cd /opt/local/lib >> ln -s libMagickCore.1.dylib libMagick.dylib >> >> Chuck Remes has signaled he is no longer available as co-maintaner of >> this port; he made all the essential contributions to get the port >> off the ground. >> >> I enclose an updated portfile; let me know if I should be using trac >> for this. >> >> Dave >> From ryandesign at macports.org Wed Sep 3 22:53:57 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 4 Sep 2008 00:53:57 -0500 Subject: transcode 1.1.0 beta1 portfile with quicktime and lzo In-Reply-To: <48BDA7FA.7020208@cogweb.net> References: <48AFB6A4.2020906@cogweb.net> <48B8DB13.8090402@cogweb.net> <48BDA7FA.7020208@cogweb.net> Message-ID: <2639B552-336D-4217-A987-26F37C99DC05@macports.org> On Sep 2, 2008, at 3:54 PM, David Liontooth wrote: > Ryan Schmidt wrote: > >> Yes, you should submit Portfile changes attached to tickets in the >> issue tracker in the future. Pasting submissions into an email is not >> optimal as email transport can sometimes add whitespace or rewrap >> lines, plus emails can easily get forgotten. At least in the issue >> tracker, they can be searched for and found. > > I used an attachment, but sure. I noticed that later... my email client showed it inline which confused me. >> It's also best to submit changes as unified diffs, not as full >> Portfiles. That way it's easier for both you and the committer to see >> what you're changing. In the case of this port, you inadvertently >> removed a crucial closing curly bracket in the imagemagick variant. I >> fixed this before committing. > > Thanks! What's the diff command you use? Just "diff -u" is fine. It's described in this part of the Guide: http://guide.macports.org/#development.patches >> May I also enable the port's parallel build, as requested earlier? >> >> http://lists.macosforge.org/pipermail/macports-users/2008-August/ >> 011141.html > > I did respond to this. I haven't tested it yet -- transcode builds > fast > anyway -- but sure, let's do it. Done! From jcverdie at pleyo.com Thu Sep 4 06:30:52 2008 From: jcverdie at pleyo.com (Jean-Charles VERDIE (Pleyo)) Date: Thu, 4 Sep 2008 15:30:52 +0200 Subject: CMake 2.6 Message-ID: <5BD0E878-9786-49A0-A9F8-E1B9D4CDE46A@pleyo.com> Hi, I'm using CMake 2.6 on OSX from MacPorts. When using the env. variable CMAKE_INSTALL_PREFIX, it is hard coded to "/usr/local" on UNIX systems and we fall in this category. It does not make sense in my opinion since MacPort roots to /opt/local. What's the opinion on this? The patch is straightforward so I can do that if it sounds ok for the list... Regards, -- Join OWB team on freenode IRC, channel #owb Jean-Charles Verdi? Pleyo, CTO mobile: +33 (0)6 282 616 05 skype: jcverdie -------------- next part -------------- A non-text attachment was scrubbed... Name: generic Pleyo signature.gif Type: image/gif Size: 25780 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080904/ce3cb760/attachment.gif -------------- next part -------------- From raimue at macports.org Thu Sep 4 06:50:25 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Thu, 04 Sep 2008 15:50:25 +0200 Subject: CMake 2.6 In-Reply-To: <5BD0E878-9786-49A0-A9F8-E1B9D4CDE46A@pleyo.com> References: <5BD0E878-9786-49A0-A9F8-E1B9D4CDE46A@pleyo.com> Message-ID: <48BFE7A1.1000301@macports.org> Jean-Charles VERDIE (Pleyo) wrote: > I'm using CMake 2.6 on OSX from MacPorts. > When using the env. variable CMAKE_INSTALL_PREFIX, it is hard coded to > "/usr/local" on UNIX systems and we fall in this category. > It does not make sense in my opinion since MacPort roots to /opt/local. > What's the opinion on this? If using cmake outside of MacPorts you could accidentally write files to /opt/local which are out of control of MacPorts. I think /usr/local is a more reasonable default. Ports using cmake can still overwrite it in the Portfile. To do this automatically we could think about a cmake portgroup (maybe wait for #14553) or support it in base as a new build.type, as the number of ports using cmake seems to grow. Rainer From cssdev at mac.com Thu Sep 4 11:18:06 2008 From: cssdev at mac.com (cssdev at mac.com) Date: Thu, 04 Sep 2008 14:18:06 -0400 Subject: CMake 2.6 In-Reply-To: <48BFE7A1.1000301@macports.org> References: <5BD0E878-9786-49A0-A9F8-E1B9D4CDE46A@pleyo.com> <48BFE7A1.1000301@macports.org> Message-ID: <40442741699173169922559412110607479750-Webmail2@me.com> On Thursday, September 04, 2008, at 09:50AM, "Rainer M?ller" wrote: >Jean-Charles VERDIE (Pleyo) wrote: >> I'm using CMake 2.6 on OSX from MacPorts. >> When using the env. variable CMAKE_INSTALL_PREFIX, it is hard coded to >> "/usr/local" on UNIX systems and we fall in this category. >> It does not make sense in my opinion since MacPort roots to /opt/local. >> What's the opinion on this? > >If using cmake outside of MacPorts you could accidentally write files to >/opt/local which are out of control of MacPorts. I think /usr/local is a >more reasonable default. Ports using cmake can still overwrite it in the > Portfile. I lean toward leaving the sources unpatched, as it's possible to directly specify an alternate CMAKE_INSTALL_PREFIX destination on the command line using "cmake -D CMAKE_INSTALL_PREFIX:PATH=/my/path". The alternative is to check for CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT in CMakeLists.txt: http://www.cmake.org/pipermail/cmake/2006-October/011427.html http://www.cmake.org/pipermail/cmake/2006-October/011559.html -Chris From ryandesign at macports.org Thu Sep 4 14:28:17 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 4 Sep 2008 16:28:17 -0500 Subject: CMake 2.6 In-Reply-To: <48BFE7A1.1000301@macports.org> References: <5BD0E878-9786-49A0-A9F8-E1B9D4CDE46A@pleyo.com> <48BFE7A1.1000301@macports.org> Message-ID: <1E61830D-67E4-4503-8072-243DB04476A3@macports.org> On Sep 4, 2008, at 8:50 AM, Rainer M?ller wrote: > Jean-Charles VERDIE (Pleyo) wrote: > >> I'm using CMake 2.6 on OSX from MacPorts. >> When using the env. variable CMAKE_INSTALL_PREFIX, it is hard >> coded to >> "/usr/local" on UNIX systems and we fall in this category. >> It does not make sense in my opinion since MacPort roots to /opt/ >> local. >> What's the opinion on this? > > If using cmake outside of MacPorts you could accidentally write > files to > /opt/local which are out of control of MacPorts. I think /usr/local > is a > more reasonable default. Ports using cmake can still overwrite it > in the > Portfile. Agreed. > To do this automatically we could think about a cmake portgroup I think a cmake portgroup would be great. > (maybe wait for #14553) Interesting proposal! I like it. > or support it in base as a new build.type Would that have any advantages over doing it as a portgroup, do you think? I mean, even the almighty Xcode has its support implemented as a portgroup. > as the number of ports using cmake seems to grow. From tom at tacocat.net Thu Sep 4 17:33:35 2008 From: tom at tacocat.net (Tom Allison) Date: Thu, 04 Sep 2008 20:33:35 -0400 Subject: FireFox Message-ID: <48C07E5F.1080007@tacocat.net> Not really On Topic, but I'm running into some horrid problems with FireFox printing (or not rather) and I'm not finding anything on the internet other than no one else can get it working either. I'm stuck and sad. Thunderbird won't print either and it's becoming a serious problem. Anyone get this working? From bobnielsen at clearwire.net Fri Sep 5 07:45:13 2008 From: bobnielsen at clearwire.net (Bob Nielsen) Date: Fri, 5 Sep 2008 07:45:13 -0700 Subject: Firefox In-Reply-To: References: Message-ID: On Sep 5, 2008, at 7:00 AM, macports-users- request at lists.macosforge.org wrote: > Message: 3 > Date: Thu, 04 Sep 2008 20:33:35 -0400 > From: Tom Allison > Subject: FireFox > To: MacPorts Users > Message-ID: <48C07E5F.1080007 at tacocat.net> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Not really On Topic, but I'm running into some horrid problems with > FireFox printing (or not rather) and I'm not finding anything on the > internet other than no one else can get it working either. > > I'm stuck and sad. Thunderbird won't print either and it's becoming a > serious problem. > > Anyone get this working? > I am not having any printing problems with either Firefox 3.0.1 or Thunderbird 2.0.0.16 on a G4 Mini running OS X 10.4.11. From 815finder at gmail.com Fri Sep 5 13:13:45 2008 From: 815finder at gmail.com (Sam Williams) Date: Fri, 5 Sep 2008 13:13:45 -0700 Subject: Getting Started Message-ID: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> Greetings. Pardon my ignorance, but I can't find out how to begin using MacPorts. I have a MacBook just under a year old, with a 2GHz Intel Core 2 Duo processor and OS X 10.5.4. I installed appropriate versions of X11, Xcode & MacPorts - all successfully, as I understood it. I cannot find MacPort's icon. Perhaps it is not its own app. In which case it is a bit beyond my ken. ...my barbie too. I've checked the online guide & FAQ and it all seems to assume this most basic how-to-start-using-it point is self-evident and I can't find any mention of what I need to do to begin doing anything else with it. I've given up on that route, after a couple hours of installing and searching. Began this whole process in an attempt to install GIMP. I'll try the other easy(?) route listed on their site, but would still be interested in checking out what-all MacPorts has to offer. It seems an exciting source to explore. I am not computer-illiterate, by any means - I used to program in Fortran, RPN & Basic, from the early 70s to the mid-80s - but I am only a propeller-head wannabe and have been spoiled by Macs for the last 24 years. I suspect this is at the core of my problem. Damn, I'm getting old... Any help would be appreciated. TIA, SamW -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080905/b401ab1e/attachment.html From kieran_lists at mac.com Sat Sep 6 02:32:56 2008 From: kieran_lists at mac.com (Kieran Kelleher) Date: Sat, 6 Sep 2008 05:32:56 -0400 Subject: "sudo port install git-core +svn" fails Message-ID: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> I have been a macports user for years. Today I got my first port install error ..... any idea what the problem might be? .... the concole output is below with failure at the end ...... The machine is MacPro 8-core intel running Leopard 10.5.4 kieranmacpro:scripts kieran$ sudo port install git-core +svn Password: ---> Fetching pkgconfig ---> Attempting to fetch pkg-config-0.23.tar.gz from http://pkg-config.freedesktop.org/releases/ ---> Verifying checksum(s) for pkgconfig ---> Extracting pkgconfig ---> Configuring pkgconfig ---> Building pkgconfig with target all ---> Staging pkgconfig into destroot ---> Installing pkgconfig 0.23_0 ---> Activating pkgconfig 0.23_0 ---> Cleaning pkgconfig ---> Fetching curl ---> Attempting to fetch curl-7.19.0.tar.bz2 from http://curl.haxx.se/download/ ---> Verifying checksum(s) for curl ---> Extracting curl ---> Configuring curl ---> Building curl with target all ---> Staging curl into destroot ---> Installing curl 7.19.0_0 ---> Activating curl 7.19.0_0 ---> Cleaning curl ---> Fetching openssh ---> Attempting to fetch openssh-5.0p1.tar.gz from http://mirror.roothell.org/pub/OpenBSD/OpenSSH/portable ---> Verifying checksum(s) for openssh ---> Extracting openssh ---> Applying patches to openssh ---> Configuring openssh ---> Building openssh with target all ---> Staging openssh into destroot ---> Creating launchd control script ########################################################### # A startup item has been generated that will aid in # starting openssh with launchd. It is disabled # by default. Execute the following command to start it, # and to cause it to launch at startup: # # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.OpenSSH.plist ########################################################### ---> Installing openssh 5.0p1_0+darwin_9 ---> Activating openssh 5.0p1_0+darwin_9 ---> Cleaning openssh ---> Fetching perl5.8 ---> Attempting to fetch perl-5.8.8.tar.bz2 from http://www.cpan.org/src/5.0/ ---> Verifying checksum(s) for perl5.8 ---> Extracting perl5.8 ---> Applying patches to perl5.8 ---> Configuring perl5.8 ---> Building perl5.8 with target all ---> Staging perl5.8 into destroot ---> Installing perl5.8 5.8.8_3+darwin_9 ---> Activating perl5.8 5.8.8_3+darwin_9 ---> Cleaning perl5.8 ---> Fetching p5-error ---> Attempting to fetch Error-0.17015.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Error ---> Verifying checksum(s) for p5-error ---> Extracting p5-error ---> Configuring p5-error ---> Building p5-error with target all ---> Staging p5-error into destroot ---> Installing p5-error 0.17015_0 ---> Activating p5-error 0.17015_0 ---> Cleaning p5-error ---> Fetching p5-compress-raw-zlib ---> Attempting to fetch Compress-Raw-Zlib-2.015.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Compress ---> Verifying checksum(s) for p5-compress-raw-zlib ---> Extracting p5-compress-raw-zlib ---> Configuring p5-compress-raw-zlib ---> Building p5-compress-raw-zlib with target all ---> Staging p5-compress-raw-zlib into destroot ---> Installing p5-compress-raw-zlib 2.015_0 ---> Activating p5-compress-raw-zlib 2.015_0 ---> Cleaning p5-compress-raw-zlib ---> Fetching p5-io-compress-base ---> Attempting to fetch IO-Compress-Base-2.015.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/IO ---> Verifying checksum(s) for p5-io-compress-base ---> Extracting p5-io-compress-base ---> Configuring p5-io-compress-base ---> Building p5-io-compress-base with target all ---> Staging p5-io-compress-base into destroot ---> Installing p5-io-compress-base 2.015_0 ---> Activating p5-io-compress-base 2.015_0 ---> Cleaning p5-io-compress-base ---> Fetching p5-io-compress-zlib ---> Attempting to fetch IO-Compress-Zlib-2.015.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/IO ---> Verifying checksum(s) for p5-io-compress-zlib ---> Extracting p5-io-compress-zlib ---> Configuring p5-io-compress-zlib ---> Building p5-io-compress-zlib with target all ---> Staging p5-io-compress-zlib into destroot ---> Installing p5-io-compress-zlib 2.015_0 ---> Activating p5-io-compress-zlib 2.015_0 ---> Cleaning p5-io-compress-zlib ---> Fetching p5-compress-zlib ---> Attempting to fetch Compress-Zlib-2.015.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Compress ---> Verifying checksum(s) for p5-compress-zlib ---> Extracting p5-compress-zlib ---> Configuring p5-compress-zlib ---> Building p5-compress-zlib with target all ---> Staging p5-compress-zlib into destroot ---> Installing p5-compress-zlib 2.015_0 ---> Activating p5-compress-zlib 2.015_0 ---> Cleaning p5-compress-zlib ---> Fetching p5-html-tagset ---> Attempting to fetch HTML-Tagset-3.20.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/HTML ---> Verifying checksum(s) for p5-html-tagset ---> Extracting p5-html-tagset ---> Configuring p5-html-tagset ---> Building p5-html-tagset with target all ---> Staging p5-html-tagset into destroot ---> Installing p5-html-tagset 3.20_0 ---> Activating p5-html-tagset 3.20_0 ---> Cleaning p5-html-tagset ---> Fetching p5-html-parser ---> Attempting to fetch HTML-Parser-3.56.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/HTML ---> Verifying checksum(s) for p5-html-parser ---> Extracting p5-html-parser ---> Configuring p5-html-parser ---> Building p5-html-parser with target all ---> Staging p5-html-parser into destroot ---> Installing p5-html-parser 3.56_0 ---> Activating p5-html-parser 3.56_0 ---> Cleaning p5-html-parser ---> Fetching p5-uri ---> Attempting to fetch URI-1.35.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/URI ---> Verifying checksum(s) for p5-uri ---> Extracting p5-uri ---> Configuring p5-uri ---> Building p5-uri with target all ---> Staging p5-uri into destroot ---> Installing p5-uri 1.35_1 ---> Activating p5-uri 1.35_1 ---> Cleaning p5-uri ---> Fetching p5-libwww-perl ---> Attempting to fetch libwww-perl-5.814.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/LWP ---> Verifying checksum(s) for p5-libwww-perl ---> Extracting p5-libwww-perl ---> Configuring p5-libwww-perl ---> Building p5-libwww-perl with target all ---> Staging p5-libwww-perl into destroot ---> Installing p5-libwww-perl 5.814_0 ---> Activating p5-libwww-perl 5.814_0 ---> Cleaning p5-libwww-perl ---> Fetching apr ---> Attempting to fetch apr-1.3.2.tar.bz2 from http://www.apache.org/dist/apr ---> Verifying checksum(s) for apr ---> Extracting apr ---> Configuring apr ---> Building apr with target all ---> Staging apr into destroot ---> Installing apr 1.3.2_0+darwin_9 ---> Activating apr 1.3.2_0+darwin_9 ---> Cleaning apr ---> Fetching db46 ---> Attempting to fetch patch.4.6.21.1 from http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/ ---> Attempting to fetch db-4.6.21.tar.gz from http://download-west.oracle.com/berkeley-db/ ---> Verifying checksum(s) for db46 ---> Extracting db46 ---> Applying patches to db46 ---> Configuring db46 ---> Building db46 with target all ---> Staging db46 into destroot ---> Installing db46 4.6.21_1 ---> Activating db46 4.6.21_1 ---> Cleaning db46 ---> Fetching gawk ---> Attempting to fetch gawk-3.1.6.tar.bz2 from http://ftp.gnu.org/gnu/gawk ---> Verifying checksum(s) for gawk ---> Extracting gawk ---> Configuring gawk ---> Building gawk with target all ---> Staging gawk into destroot ---> Installing gawk 3.1.6_0 ---> Activating gawk 3.1.6_0 ---> Cleaning gawk ---> Fetching gmake ---> Attempting to fetch make-3.81.tar.bz2 from http://ftp.gnu.org/gnu/make ---> Verifying checksum(s) for gmake ---> Extracting gmake ---> Configuring gmake ---> Building gmake with target all ---> Staging gmake into destroot ---> Installing gmake 3.81_0 ---> Activating gmake 3.81_0 ---> Cleaning gmake ---> Fetching readline ---> Attempting to fetch readline52-001 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-002 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-003 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-004 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-005 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-006 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-007 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-008 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-009 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-010 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-011 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline52-012 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline-5.2.tar.gz from http://ftp.gnu.org/gnu/readline ---> Verifying checksum(s) for readline ---> Extracting readline ---> Applying patches to readline ---> Configuring readline ---> Building readline with target all ---> Staging readline into destroot ---> Installing readline 5.2.012_1 ---> Activating readline 5.2.012_1 ---> Cleaning readline ---> Fetching sqlite3 ---> Attempting to fetch sqlite-3.6.2.tar.gz from http://www.sqlite.org/ ---> Verifying checksum(s) for sqlite3 ---> Extracting sqlite3 ---> Configuring sqlite3 ---> Building sqlite3 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_databases_sqlite3/work/sqlite-3.6.2" && gnumake all " returned error 2 Command output: sed -e s/--VERS--/3.6.2/ ./src/sqlite.h.in | \ sed -e s/--VERSION-NUMBER--/3006002/ >sqlite3.h /usr/bin/gcc-4.0 -O2 -o mkkeywordhash - DSQLITE_OMIT_LOAD_EXTENSION=1 ./tool/mkkeywordhash.c ./mkkeywordhash >keywordhash.h /usr/bin/gcc-4.0 -O2 -o lemon ./tool/lemon.c cp ./tool/lempar.c . cp ./src/parse.y . ./lemon -DSQLITE_OMIT_LOAD_EXTENSION=1 parse.y mv parse.h parse.h.temp f ./addopcodes.awk parse.h.temp >parse.h /bin/sh: f: command not found gnumake: [parse.c] Error 127 (ignored) cat parse.h ./src/vdbe.c | -f ./mkopcodeh.awk >opcodes.h /bin/sh: -f: command not found cat: stdout: Broken pipe gnumake: *** [opcodes.h] Error 127 Error: The following dependencies failed to build: p5-svn-simple subversion-perlbindings apr-util sqlite3 cyrus-sasl2 neon serf subversion p5-term-readkey rsync popt Error: Status 1 encountered during processing. From frstan at bellsouth.net Sat Sep 6 02:57:23 2008 From: frstan at bellsouth.net (William Davis) Date: Sat, 6 Sep 2008 05:57:23 -0400 Subject: Getting Started In-Reply-To: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> References: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> Message-ID: <5A0ACF78-A639-4C91-8ECF-C740797F5E87@bellsouth.net> Sam, MacPorts is a command-line program. start Terminal (it has an icon in Aplications/Utilities). You can read about this using man port in general you install something with sudo port -d install foo but see the web site and the man program. There are at least two Icon GUI programs for port. I use PortAuthority myself. You can get a demo from the web site and the licence is about $20 with free updates. see www.codebykevin.com/portauthority.html good luck WD On Sep 5, 2008, at 4:13 PM, Sam Williams wrote: > > Greetings. > > Pardon my ignorance, but I can't find out how to begin using MacPorts. > > I have a MacBook just under a year old, with a 2GHz Intel Core 2 Duo > processor and OS X 10.5.4. > > I installed appropriate versions of X11, Xcode & MacPorts - all > successfully, as I understood it. > > I cannot find MacPort's icon. > > Perhaps it is not its own app. In which case it is a bit beyond my > ken. ...my barbie too. > > I've checked the online guide & FAQ and it all seems to assume this > most basic how-to-start-using-it point is self-evident and I can't > find any mention of what I need to do to begin doing anything else > with it. I've given up on that route, after a couple hours of > installing and searching. > > Began this whole process in an attempt to install GIMP. I'll try > the other easy(?) route listed on their site, but would still be > interested in checking out what-all MacPorts has to offer. It seems > an exciting source to explore. > > I am not computer-illiterate, by any means - I used to program in > Fortran, RPN & Basic, from the early 70s to the mid-80s - but I am > only a propeller-head wannabe and have been spoiled by Macs for the > last 24 years. I suspect this is at the core of my problem. > > Damn, I'm getting old... > > Any help would be appreciated. > > TIA, > > SamW > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users William Davis frstanATbellsouthDOTnet Mac OS X.5.4 Darwin 9.4.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple16) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080906/bfbd3274/attachment.html From dave.evans55 at googlemail.com Sat Sep 6 07:00:28 2008 From: dave.evans55 at googlemail.com (David Evans) Date: Sat, 06 Sep 2008 15:00:28 +0100 Subject: cdrtools is not building and installing mkisofs, cdda2wav and various other programs Message-ID: <48C28CFC.8080608@googlemail.com> In cdrtools version 2.01.01a46_0, it does not build and install mkisofs, cdda2wav and various other programs. It does build and install cdrecord I do not know whether it is related to this error message: ----- W A R N I N G Messages like: gmake[2]: Entering directory `/tmp/cdrtools-2.01/libschily' ../RULES/r-gmake.dep:76: OBJ//ffilewrite.d: No such file or directory ../RULES/r-gmake.dep:76: OBJ//fgetline.d: No such file or directory ../RULES/r-gmake.dep:76: OBJ//fgetstr.d: No such file or directory ../RULES/r-gmake.dep:76: OBJ//file_raise.d: No such file or directory ../RULES/r-gmake.dep:76: OBJ//fileclose.d: No such file or directory .... are caused by a GNU make bug and not by the Schily makefile system. The related bug has been reported to the GNU make maintainers in 1998 but as the bug has not yet been fixed, it seems that GNU make is unmaintained :-( A working highly portable make program is at ftp://ftp.berlios.de/pub/smake ------ Perhaps we should be using smake. From raimue at macports.org Sat Sep 6 07:44:26 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sat, 06 Sep 2008 16:44:26 +0200 Subject: "sudo port install git-core +svn" fails In-Reply-To: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> References: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> Message-ID: <48C2974A.7020704@macports.org> Kieran Kelleher wrote: > ---> Building sqlite3 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_databases_sqlite3/work/sqlite-3.6.2" && > gnumake all " returned error 2 > Command output: sed -e s/--VERS--/3.6.2/ ./src/sqlite.h.in | \ > sed -e s/--VERSION-NUMBER--/3006002/ >sqlite3.h > /usr/bin/gcc-4.0 -O2 -o mkkeywordhash - > DSQLITE_OMIT_LOAD_EXTENSION=1 ./tool/mkkeywordhash.c > ./mkkeywordhash >keywordhash.h > /usr/bin/gcc-4.0 -O2 -o lemon ./tool/lemon.c > cp ./tool/lempar.c . > cp ./src/parse.y . > ./lemon -DSQLITE_OMIT_LOAD_EXTENSION=1 parse.y > mv parse.h parse.h.temp > f ./addopcodes.awk parse.h.temp >parse.h > /bin/sh: f: command not found > gnumake: [parse.c] Error 127 (ignored) > cat parse.h ./src/vdbe.c | -f ./mkopcodeh.awk >opcodes.h > /bin/sh: -f: command not found > cat: stdout: Broken pipe > gnumake: *** [opcodes.h] Error 127 This is a bug in Tcl on Leopard. See [1] for more information. Workaround: sudo port clean sqlite3 sudo port install git-core +svn Rainer [1] http://trac.macports.org/wiki/LeopardProblems#environmentvariablesbecomeblankbetweenconfigureandbuildphases From kieran_lists at mac.com Sat Sep 6 04:21:20 2008 From: kieran_lists at mac.com (Kieran Kelleher) Date: Sat, 6 Sep 2008 07:21:20 -0400 Subject: sqlite3 install fails [was Re: "sudo port install git-core +svn" fails] In-Reply-To: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> References: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> Message-ID: <6B353114-840F-4844-B8F2-5C86A32018DB@mac.com> sqlite3 seems to be the problem install ... here is debug output when trying to install that ...... any comments on how to resolve this? kieranmacpro:~ kieran$ sudo port -d install sqlite3 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3 DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/databases/sqlite3 DEBUG: Requested variant darwin is not provided by port sqlite3. DEBUG: Requested variant i386 is not provided by port sqlite3. DEBUG: Requested variant macosx is not provided by port sqlite3. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/readline DEBUG: Requested variant i386 is not provided by port readline. DEBUG: Requested variant macosx is not provided by port readline. DEBUG: Executing variant darwin provides darwin DEBUG: Searching for dependency: readline DEBUG: Found Dependency: receipt exists for readline DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gawk DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/lang/gawk DEBUG: Requested variant darwin is not provided by port gawk. DEBUG: Requested variant i386 is not provided by port gawk. DEBUG: Requested variant macosx is not provided by port gawk. DEBUG: Searching for dependency: gawk DEBUG: Found Dependency: receipt exists for gawk DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmake DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/gmake DEBUG: Requested variant darwin is not provided by port gmake. DEBUG: Requested variant i386 is not provided by port gmake. DEBUG: Requested variant macosx is not provided by port gmake. DEBUG: Searching for dependency: gmake DEBUG: Found Dependency: receipt exists for gmake DEBUG: Skipping completed org.macports.main (sqlite3) DEBUG: Skipping completed org.macports.fetch (sqlite3) DEBUG: Skipping completed org.macports.checksum (sqlite3) DEBUG: Skipping completed org.macports.extract (sqlite3) DEBUG: Skipping completed org.macports.patch (sqlite3) DEBUG: Skipping completed org.macports.configure (sqlite3) ---> Building sqlite3 with target all DEBUG: Executing org.macports.build (sqlite3) DEBUG: Environment: DEBUG: port allows a parallel build DEBUG: port allows a parallel build DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.2" && gnumake all' ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -I/opt/local/ include -O2 -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H - DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 - DSQLITE_OMIT_LOAD_EXTENSION=1 -c sqlite3.c libtool: compile: /usr/bin/gcc-4.0 -I/opt/local/include -O2 - DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG - DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 - DSQLITE_OMIT_LOAD_EXTENSION=1 -c sqlite3.c -fno-common -DPIC -o .libs/ sqlite3.o sqlite3.c: In function 'sqlite3_soft_heap_limit': sqlite3.c:15343: warning: 'sqlite3_memory_alarm' is deprecated (declared at sqlite3.c:4435) sqlite3.c:15345: warning: 'sqlite3_memory_alarm' is deprecated (declared at sqlite3.c:4435) sqlite3.c: In function 'sqlite3ValueFromExpr': sqlite3.c:41068: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:41068: error: (Each undeclared identifier is reported only once sqlite3.c:41068: error: for each function it appears in.) sqlite3.c:41068: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:41068: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:41079: error: 'TK_UMINUS' undeclared (first use in this function) sqlite3.c:41086: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c: In function 'resolveP2Values': sqlite3.c:41420: error: 'OP_Function' undeclared (first use in this function) sqlite3.c:41420: error: 'OP_AggStep' undeclared (first use in this function) sqlite3.c:41423: error: 'OP_VUpdate' undeclared (first use in this function) sqlite3.c:41427: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:41431: error: 'OP_Statement' undeclared (first use in this function) sqlite3.c:41433: error: 'OP_Destroy' undeclared (first use in this function) sqlite3.c:41436: error: 'OP_VRename' undeclared (first use in this function) sqlite3.c:41438: error: 'OP_VFilter' undeclared (first use in this function) sqlite3.c:41447: error: 'OPFLG_JUMP' undeclared (first use in this function) sqlite3.c:41465: error: 'OP_Noop' undeclared (first use in this function) sqlite3.c: In function 'sqlite3VdbeAddOpList': sqlite3.c:41502: error: 'OPFLG_JUMP' undeclared (first use in this function) sqlite3.c: In function 'sqlite3VdbeChangeToNoop': sqlite3.c:41634: error: 'OP_Noop' undeclared (first use in this function) sqlite3.c: In function 'sqlite3VdbeList': sqlite3.c:41974: error: 'OP_Explain' undeclared (first use in this function) sqlite3.c: In function 'sqlite3VdbeHalt': sqlite3.c:42696: error: 'OP_Transaction' undeclared (first use in this function) sqlite3.c:42699: error: 'OP_Statement' undeclared (first use in this function) sqlite3.c: In function 'sqlite3Step': sqlite3.c:44117: error: 'OP_Trace' undeclared (first use in this function) sqlite3.c: In function 'createVarMap': sqlite3.c:44804: error: 'OP_Variable' undeclared (first use in this function) sqlite3.c: At top level: sqlite3.c:45084: error: 'OPFLG_INITIALIZER' undeclared here (not in a function) sqlite3.c: In function 'allocateCursor': sqlite3.c:45134: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:45134: warning: comparison between pointer and integer sqlite3.c:45134: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:45134: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3VdbeExec': sqlite3.c:45659: error: 'OPFLG_OUT2_PRERELEASE' undeclared (first use in this function) sqlite3.c:45659: error: invalid operands to binary & sqlite3.c:45678: error: 'OPFLG_IN1' undeclared (first use in this function) sqlite3.c:45678: error: invalid operands to binary & sqlite3.c:45683: error: 'OPFLG_IN2' undeclared (first use in this function) sqlite3.c:45683: error: invalid operands to binary & sqlite3.c:45688: error: 'OPFLG_OUT3' undeclared (first use in this function) sqlite3.c:45688: error: invalid operands to binary & sqlite3.c:45693: error: 'OPFLG_IN3' undeclared (first use in this function) sqlite3.c:45693: error: invalid operands to binary & sqlite3.c:45699: error: invalid operands to binary & sqlite3.c:45704: error: invalid operands to binary & sqlite3.c:45755: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:45755: warning: case label value exceeds maximum value for type sqlite3.c:45766: error: 'OP_Gosub' undeclared (first use in this function) sqlite3.c:45766: warning: case label value exceeds maximum value for type sqlite3.c:45782: error: 'OP_Return' undeclared (first use in this function) sqlite3.c:45782: warning: case label value exceeds maximum value for type sqlite3.c:45792: error: 'OP_Yield' undeclared (first use in this function) sqlite3.c:45792: warning: case label value exceeds maximum value for type sqlite3.c:45826: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:45826: warning: case label value exceeds maximum value for type sqlite3.c:45847: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:45847: warning: case label value exceeds maximum value for type sqlite3.c:45858: error: 'OP_Int64' undeclared (first use in this function) sqlite3.c:45858: warning: case label value exceeds maximum value for type sqlite3.c:45870: error: 'OP_Real' undeclared (first use in this function) sqlite3.c:45870: warning: case label value exceeds maximum value for type sqlite3.c:45882: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:45882: warning: case label value exceeds maximum value for type sqlite3.c:45884: error: 'OP_String' undeclared (first use in this function) sqlite3.c:45918: warning: case label value exceeds maximum value for type sqlite3.c:45932: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:45932: warning: case label value exceeds maximum value for type sqlite3.c:45947: error: 'OP_Blob' undeclared (first use in this function) sqlite3.c:45947: warning: case label value exceeds maximum value for type sqlite3.c:45965: error: 'OP_Variable' undeclared (first use in this function) sqlite3.c:45965: warning: case label value exceeds maximum value for type sqlite3.c:45986: error: 'OP_Move' undeclared (first use in this function) sqlite3.c:45986: warning: case label value exceeds maximum value for type sqlite3.c:46018: error: 'OP_Copy' undeclared (first use in this function) sqlite3.c:46018: warning: case label value exceeds maximum value for type sqlite3.c:46044: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:46044: warning: case label value exceeds maximum value for type sqlite3.c:46066: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:46066: warning: case label value exceeds maximum value for type sqlite3.c:46108: error: 'OP_Concat' undeclared (first use in this function) sqlite3.c:46108: warning: case label value exceeds maximum value for type sqlite3.c:46174: error: 'OP_Add' undeclared (first use in this function) sqlite3.c:46174: warning: case label value exceeds maximum value for type sqlite3.c:46175: error: 'OP_Subtract' undeclared (first use in this function) sqlite3.c:46175: warning: case label value exceeds maximum value for type sqlite3.c:46176: error: 'OP_Multiply' undeclared (first use in this function) sqlite3.c:46176: warning: case label value exceeds maximum value for type sqlite3.c:46177: error: 'OP_Divide' undeclared (first use in this function) sqlite3.c:46177: warning: case label value exceeds maximum value for type sqlite3.c:46178: error: 'OP_Remainder' undeclared (first use in this function) sqlite3.c:46178: warning: case label value exceeds maximum value for type sqlite3.c:46189: warning: case label value exceeds maximum value for type sqlite3.c:46190: warning: case label value exceeds maximum value for type sqlite3.c:46191: warning: case label value exceeds maximum value for type sqlite3.c:46192: warning: case label value exceeds maximum value for type sqlite3.c:46219: warning: case label value exceeds maximum value for type sqlite3.c:46220: warning: case label value exceeds maximum value for type sqlite3.c:46221: warning: case label value exceeds maximum value for type sqlite3.c:46222: warning: case label value exceeds maximum value for type sqlite3.c:46263: error: 'OP_CollSeq' undeclared (first use in this function) sqlite3.c:46263: warning: case label value exceeds maximum value for type sqlite3.c:46284: error: 'OP_Function' undeclared (first use in this function) sqlite3.c:46284: warning: case label value exceeds maximum value for type sqlite3.c:46405: error: 'OP_BitAnd' undeclared (first use in this function) sqlite3.c:46405: warning: case label value exceeds maximum value for type sqlite3.c:46406: error: 'OP_BitOr' undeclared (first use in this function) sqlite3.c:46406: warning: case label value exceeds maximum value for type sqlite3.c:46407: error: 'OP_ShiftLeft' undeclared (first use in this function) sqlite3.c:46407: warning: case label value exceeds maximum value for type sqlite3.c:46408: error: 'OP_ShiftRight' undeclared (first use in this function) sqlite3.c:46408: warning: case label value exceeds maximum value for type sqlite3.c:46418: warning: case label value exceeds maximum value for type sqlite3.c:46419: warning: case label value exceeds maximum value for type sqlite3.c:46420: warning: case label value exceeds maximum value for type sqlite3.c:46436: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:46436: warning: case label value exceeds maximum value for type sqlite3.c:46452: error: 'OP_ForceInt' undeclared (first use in this function) sqlite3.c:46452: warning: case label value exceeds maximum value for type sqlite3.c:46479: error: 'OP_MustBeInt' undeclared (first use in this function) sqlite3.c:46479: warning: case label value exceeds maximum value for type sqlite3.c:46503: error: 'OP_RealAffinity' undeclared (first use in this function) sqlite3.c:46503: warning: case label value exceeds maximum value for type sqlite3.c:46520: error: 'OP_ToText' undeclared (first use in this function) sqlite3.c:46520: warning: case label value exceeds maximum value for type sqlite3.c:46541: error: 'OP_ToBlob' undeclared (first use in this function) sqlite3.c:46541: warning: case label value exceeds maximum value for type sqlite3.c:46562: error: 'OP_ToNumeric' undeclared (first use in this function) sqlite3.c:46562: warning: case label value exceeds maximum value for type sqlite3.c:46579: error: 'OP_ToInt' undeclared (first use in this function) sqlite3.c:46579: warning: case label value exceeds maximum value for type sqlite3.c:46596: error: 'OP_ToReal' undeclared (first use in this function) sqlite3.c:46596: warning: case label value exceeds maximum value for type sqlite3.c:46664: error: 'OP_Eq' undeclared (first use in this function) sqlite3.c:46664: warning: case label value exceeds maximum value for type sqlite3.c:46665: error: 'OP_Ne' undeclared (first use in this function) sqlite3.c:46665: warning: case label value exceeds maximum value for type sqlite3.c:46666: error: 'OP_Lt' undeclared (first use in this function) sqlite3.c:46666: warning: case label value exceeds maximum value for type sqlite3.c:46667: error: 'OP_Le' undeclared (first use in this function) sqlite3.c:46667: warning: case label value exceeds maximum value for type sqlite3.c:46668: error: 'OP_Gt' undeclared (first use in this function) sqlite3.c:46668: warning: case label value exceeds maximum value for type sqlite3.c:46669: error: 'OP_Ge' undeclared (first use in this function) sqlite3.c:46669: warning: case label value exceeds maximum value for type sqlite3.c:46701: warning: case label value exceeds maximum value for type sqlite3.c:46702: warning: case label value exceeds maximum value for type sqlite3.c:46703: warning: case label value exceeds maximum value for type sqlite3.c:46704: warning: case label value exceeds maximum value for type sqlite3.c:46705: warning: case label value exceeds maximum value for type sqlite3.c:46729: error: 'OP_Permutation' undeclared (first use in this function) sqlite3.c:46729: warning: case label value exceeds maximum value for type sqlite3.c:46750: error: 'OP_Compare' undeclared (first use in this function) sqlite3.c:46750: warning: case label value exceeds maximum value for type sqlite3.c:46785: error: 'OP_Jump' undeclared (first use in this function) sqlite3.c:46785: warning: case label value exceeds maximum value for type sqlite3.c:46814: error: 'OP_And' undeclared (first use in this function) sqlite3.c:46814: warning: case label value exceeds maximum value for type sqlite3.c:46815: error: 'OP_Or' undeclared (first use in this function) sqlite3.c:46815: warning: case label value exceeds maximum value for type sqlite3.c:46828: warning: comparison between pointer and integer sqlite3.c:46850: error: 'OP_Not' undeclared (first use in this function) sqlite3.c:46850: warning: case label value exceeds maximum value for type sqlite3.c:46864: error: 'OP_BitNot' undeclared (first use in this function) sqlite3.c:46864: warning: case label value exceeds maximum value for type sqlite3.c:46884: error: 'OP_If' undeclared (first use in this function) sqlite3.c:46884: warning: case label value exceeds maximum value for type sqlite3.c:46885: error: 'OP_IfNot' undeclared (first use in this function) sqlite3.c:46885: warning: case label value exceeds maximum value for type sqlite3.c:46895: warning: comparison between pointer and integer sqlite3.c:46909: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:46909: warning: case label value exceeds maximum value for type sqlite3.c:46926: error: 'OP_NotNull' undeclared (first use in this function) sqlite3.c:46926: warning: case label value exceeds maximum value for type sqlite3.c:46949: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:46949: warning: case label value exceeds maximum value for type sqlite3.c:46970: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:46970: warning: case label value exceeds maximum value for type sqlite3.c:47210: error: 'OP_Affinity' undeclared (first use in this function) sqlite3.c:47210: warning: case label value exceeds maximum value for type sqlite3.c:47241: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:47241: warning: case label value exceeds maximum value for type sqlite3.c:47373: error: 'OP_Statement' undeclared (first use in this function) sqlite3.c:47373: warning: case label value exceeds maximum value for type sqlite3.c:47398: error: 'OP_AutoCommit' undeclared (first use in this function) sqlite3.c:47398: warning: case label value exceeds maximum value for type sqlite3.c:47468: error: 'OP_Transaction' undeclared (first use in this function) sqlite3.c:47468: warning: case label value exceeds maximum value for type sqlite3.c:47507: error: 'OP_ReadCookie' undeclared (first use in this function) sqlite3.c:47507: warning: case label value exceeds maximum value for type sqlite3.c:47544: error: 'OP_SetCookie' undeclared (first use in this function) sqlite3.c:47544: warning: case label value exceeds maximum value for type sqlite3.c:47586: error: 'OP_VerifyCookie' undeclared (first use in this function) sqlite3.c:47586: warning: case label value exceeds maximum value for type sqlite3.c:47668: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:47668: warning: case label value exceeds maximum value for type sqlite3.c:47669: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:47669: warning: case label value exceeds maximum value for type sqlite3.c:47683: warning: comparison between pointer and integer sqlite3.c:47773: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:47773: warning: case label value exceeds maximum value for type sqlite3.c:47839: error: 'OP_OpenPseudo' undeclared (first use in this function) sqlite3.c:47839: warning: case label value exceeds maximum value for type sqlite3.c:47858: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:47858: warning: case label value exceeds maximum value for type sqlite3.c:47925: error: 'OP_MoveLt' undeclared (first use in this function) sqlite3.c:47925: warning: case label value exceeds maximum value for type sqlite3.c:47926: error: 'OP_MoveLe' undeclared (first use in this function) sqlite3.c:47926: warning: case label value exceeds maximum value for type sqlite3.c:47927: error: 'OP_MoveGe' undeclared (first use in this function) sqlite3.c:47927: warning: case label value exceeds maximum value for type sqlite3.c:47928: error: 'OP_MoveGt' undeclared (first use in this function) sqlite3.c:47928: warning: case label value exceeds maximum value for type sqlite3.c:47961: warning: comparison between pointer and integer sqlite3.c:47961: warning: comparison between pointer and integer sqlite3.c:47978: warning: comparison between pointer and integer sqlite3.c:47978: warning: comparison between pointer and integer sqlite3.c:48043: error: 'OP_NotFound' undeclared (first use in this function) sqlite3.c:48043: warning: case label value exceeds maximum value for type sqlite3.c:48044: error: 'OP_Found' undeclared (first use in this function) sqlite3.c:48044: warning: case label value exceeds maximum value for type sqlite3.c:48061: warning: comparison between pointer and integer sqlite3.c:48073: warning: comparison between pointer and integer sqlite3.c:48101: error: 'OP_IsUnique' undeclared (first use in this function) sqlite3.c:48101: warning: case label value exceeds maximum value for type sqlite3.c:48198: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:48198: warning: case label value exceeds maximum value for type sqlite3.c:48242: error: 'OP_Sequence' undeclared (first use in this function) sqlite3.c:48242: warning: case label value exceeds maximum value for type sqlite3.c:48266: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:48266: warning: case label value exceeds maximum value for type sqlite3.c:48431: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:48431: warning: case label value exceeds maximum value for type sqlite3.c:48528: error: 'OP_Delete' undeclared (first use in this function) sqlite3.c:48528: warning: case label value exceeds maximum value for type sqlite3.c:48571: error: 'OP_ResetCount' undeclared (first use in this function) sqlite3.c:48571: warning: case label value exceeds maximum value for type sqlite3.c:48599: error: 'OP_RowKey' undeclared (first use in this function) sqlite3.c:48599: warning: case label value exceeds maximum value for type sqlite3.c:48600: error: 'OP_RowData' undeclared (first use in this function) sqlite3.c:48600: warning: case label value exceeds maximum value for type sqlite3.c:48654: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:48654: warning: case label value exceeds maximum value for type sqlite3.c:48687: error: 'OP_NullRow' undeclared (first use in this function) sqlite3.c:48687: warning: case label value exceeds maximum value for type sqlite3.c:48707: error: 'OP_Last' undeclared (first use in this function) sqlite3.c:48707: warning: case label value exceeds maximum value for type sqlite3.c:48741: error: 'OP_Sort' undeclared (first use in this function) sqlite3.c:48741: warning: case label value exceeds maximum value for type sqlite3.c:48756: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:48756: warning: case label value exceeds maximum value for type sqlite3.c:48801: error: 'OP_Prev' undeclared (first use in this function) sqlite3.c:48801: warning: case label value exceeds maximum value for type sqlite3.c:48802: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:48802: warning: case label value exceeds maximum value for type sqlite3.c:48817: warning: comparison between pointer and integer sqlite3.c:48843: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:48843: warning: case label value exceeds maximum value for type sqlite3.c:48870: error: 'OP_IdxDelete' undeclared (first use in this function) sqlite3.c:48870: warning: case label value exceeds maximum value for type sqlite3.c:48903: error: 'OP_IdxRowid' undeclared (first use in this function) sqlite3.c:48903: warning: case label value exceeds maximum value for type sqlite3.c:48953: error: 'OP_IdxLT' undeclared (first use in this function) sqlite3.c:48953: warning: case label value exceeds maximum value for type sqlite3.c:48954: error: 'OP_IdxGE' undeclared (first use in this function) sqlite3.c:48954: warning: case label value exceeds maximum value for type sqlite3.c:48975: warning: comparison between pointer and integer sqlite3.c:49008: error: 'OP_Destroy' undeclared (first use in this function) sqlite3.c:49008: warning: case label value exceeds maximum value for type sqlite3.c:49053: error: 'OP_Clear' undeclared (first use in this function) sqlite3.c:49053: warning: case label value exceeds maximum value for type sqlite3.c:49081: error: 'OP_CreateIndex' undeclared (first use in this function) sqlite3.c:49081: warning: case label value exceeds maximum value for type sqlite3.c:49082: error: 'OP_CreateTable' undeclared (first use in this function) sqlite3.c:49082: warning: case label value exceeds maximum value for type sqlite3.c:49090: warning: comparison between pointer and integer sqlite3.c:49116: error: 'OP_ParseSchema' undeclared (first use in this function) sqlite3.c:49116: warning: case label value exceeds maximum value for type sqlite3.c:49157: error: 'OP_LoadAnalysis' undeclared (first use in this function) sqlite3.c:49157: warning: case label value exceeds maximum value for type sqlite3.c:49172: error: 'OP_DropTable' undeclared (first use in this function) sqlite3.c:49172: warning: case label value exceeds maximum value for type sqlite3.c:49184: error: 'OP_DropIndex' undeclared (first use in this function) sqlite3.c:49184: warning: case label value exceeds maximum value for type sqlite3.c:49196: error: 'OP_DropTrigger' undeclared (first use in this function) sqlite3.c:49196: warning: case label value exceeds maximum value for type sqlite3.c:49223: error: 'OP_IntegrityCk' undeclared (first use in this function) sqlite3.c:49223: warning: case label value exceeds maximum value for type sqlite3.c:49268: error: 'OP_FifoWrite' undeclared (first use in this function) sqlite3.c:49268: warning: case label value exceeds maximum value for type sqlite3.c:49283: error: 'OP_FifoRead' undeclared (first use in this function) sqlite3.c:49283: warning: case label value exceeds maximum value for type sqlite3.c:49301: error: 'OP_ContextPush' undeclared (first use in this function) sqlite3.c:49301: warning: case label value exceeds maximum value for type sqlite3.c:49327: error: 'OP_ContextPop' undeclared (first use in this function) sqlite3.c:49327: warning: case label value exceeds maximum value for type sqlite3.c:49347: error: 'OP_MemMax' undeclared (first use in this function) sqlite3.c:49347: warning: case label value exceeds maximum value for type sqlite3.c:49364: error: 'OP_IfPos' undeclared (first use in this function) sqlite3.c:49364: warning: case label value exceeds maximum value for type sqlite3.c:49379: error: 'OP_IfNeg' undeclared (first use in this function) sqlite3.c:49379: warning: case label value exceeds maximum value for type sqlite3.c:49394: error: 'OP_IfZero' undeclared (first use in this function) sqlite3.c:49394: warning: case label value exceeds maximum value for type sqlite3.c:49412: error: 'OP_AggStep' undeclared (first use in this function) sqlite3.c:49412: warning: case label value exceeds maximum value for type sqlite3.c:49465: error: 'OP_AggFinal' undeclared (first use in this function) sqlite3.c:49465: warning: case label value exceeds maximum value for type sqlite3.c:49490: error: 'OP_Vacuum' undeclared (first use in this function) sqlite3.c:49490: warning: case label value exceeds maximum value for type sqlite3.c:49505: error: 'OP_IncrVacuum' undeclared (first use in this function) sqlite3.c:49505: warning: case label value exceeds maximum value for type sqlite3.c:49529: error: 'OP_Expire' undeclared (first use in this function) sqlite3.c:49529: warning: case label value exceeds maximum value for type sqlite3.c:49553: error: 'OP_TableLock' undeclared (first use in this function) sqlite3.c:49553: warning: case label value exceeds maximum value for type sqlite3.c:49578: error: 'OP_VBegin' undeclared (first use in this function) sqlite3.c:49578: warning: case label value exceeds maximum value for type sqlite3.c:49596: error: 'OP_VCreate' undeclared (first use in this function) sqlite3.c:49596: warning: case label value exceeds maximum value for type sqlite3.c:49608: error: 'OP_VDestroy' undeclared (first use in this function) sqlite3.c:49608: warning: case label value exceeds maximum value for type sqlite3.c:49623: error: 'OP_VOpen' undeclared (first use in this function) sqlite3.c:49623: warning: case label value exceeds maximum value for type sqlite3.c:49674: error: 'OP_VFilter' undeclared (first use in this function) sqlite3.c:49674: warning: case label value exceeds maximum value for type sqlite3.c:49736: error: 'OP_VRowid' undeclared (first use in this function) sqlite3.c:49736: warning: case label value exceeds maximum value for type sqlite3.c:49768: error: 'OP_VColumn' undeclared (first use in this function) sqlite3.c:49768: warning: case label value exceeds maximum value for type sqlite3.c:49827: error: 'OP_VNext' undeclared (first use in this function) sqlite3.c:49827: warning: case label value exceeds maximum value for type sqlite3.c:49876: error: 'OP_VRename' undeclared (first use in this function) sqlite3.c:49876: warning: case label value exceeds maximum value for type sqlite3.c:49921: error: 'OP_VUpdate' undeclared (first use in this function) sqlite3.c:49921: warning: case label value exceeds maximum value for type sqlite3.c:49962: error: 'OP_Pagecount' undeclared (first use in this function) sqlite3.c:49962: warning: case label value exceeds maximum value for type sqlite3.c:49982: error: 'OP_Trace' undeclared (first use in this function) sqlite3.c:49982: warning: case label value exceeds maximum value for type sqlite3.c: In function 'sqlite3_blob_open': sqlite3.c:50182: error: 'OP_Transaction' undeclared (first use in this function) sqlite3.c:50183: error: 'OP_VerifyCookie' undeclared (first use in this function) sqlite3.c:50188: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:50189: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:50191: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:50193: error: 'OP_Variable' undeclared (first use in this function) sqlite3.c:50194: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:50195: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:50196: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:50197: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:50198: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c: In function 'resolveAlias': sqlite3.c:50906: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:50906: warning: comparison between pointer and integer sqlite3.c:50907: error: 'TK_AS' undeclared (first use in this function) sqlite3.c:50907: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'lookupName': sqlite3.c:51161: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:51207: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c: In function 'resolveExprStep': sqlite3.c:51261: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:51261: warning: case label value exceeds maximum value for type sqlite3.c:51269: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:51269: warning: case label value exceeds maximum value for type sqlite3.c:51277: warning: comparison between pointer and integer sqlite3.c:51293: error: 'TK_CONST_FUNC' undeclared (first use in this function) sqlite3.c:51293: warning: case label value exceeds maximum value for type sqlite3.c:51294: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c:51294: warning: case label value exceeds maximum value for type sqlite3.c:51328: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c:51346: error: 'TK_AGG_FUNCTION' undeclared (first use in this function) sqlite3.c:51358: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:51358: warning: case label value exceeds maximum value for type sqlite3.c:51359: error: 'TK_EXISTS' undeclared (first use in this function) sqlite3.c:51359: warning: case label value exceeds maximum value for type sqlite3.c:51361: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:51361: warning: case label value exceeds maximum value for type sqlite3.c:51378: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:51378: warning: case label value exceeds maximum value for type sqlite3.c: In function 'resolveAsName': sqlite3.c:51408: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:51408: warning: comparison between pointer and integer sqlite3.c:51408: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:51408: warning: comparison between pointer and integer sqlite3.c: In function 'resolveCompoundOrderBy': sqlite3.c:51572: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:51572: warning: passing argument 2 of 'sqlite3Expr' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprAffinity': sqlite3.c:52026: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:52026: warning: comparison between pointer and integer sqlite3.c:52030: error: 'TK_CAST' undeclared (first use in this function) sqlite3.c:52030: warning: comparison between pointer and integer sqlite3.c:52034: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:52034: warning: comparison between pointer and integer sqlite3.c:52034: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:52034: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3ExprCollSeq': sqlite3.c:52080: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:52080: warning: comparison between pointer and integer sqlite3.c:52080: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:52080: warning: comparison between pointer and integer sqlite3.c:52093: error: 'TK_CAST' undeclared (first use in this function) sqlite3.c:52093: warning: comparison between pointer and integer sqlite3.c:52093: error: 'TK_UPLUS' undeclared (first use in this function) sqlite3.c:52093: warning: comparison between pointer and integer sqlite3.c: In function 'codeCompareOperands': sqlite3.c:52233: error: 'TK_UPLUS' undeclared (first use in this function) sqlite3.c:52233: warning: comparison between pointer and integer sqlite3.c:52236: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3RegisterExpr': sqlite3.c:52447: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c:52447: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:52450: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:52450: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprAnd': sqlite3.c:52468: error: 'TK_AND' undeclared (first use in this function) sqlite3.c:52468: warning: passing argument 2 of 'sqlite3Expr' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprFunction': sqlite3.c:52499: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c: In function 'exprNodeIsConstant': sqlite3.c:52892: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c:52892: warning: case label value exceeds maximum value for type sqlite3.c:52895: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:52895: warning: case label value exceeds maximum value for type sqlite3.c:52896: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:52896: warning: case label value exceeds maximum value for type sqlite3.c:52897: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:52897: warning: case label value exceeds maximum value for type sqlite3.c:52898: error: 'TK_AGG_FUNCTION' undeclared (first use in this function) sqlite3.c:52898: warning: case label value exceeds maximum value for type sqlite3.c:52899: error: 'TK_AGG_COLUMN' undeclared (first use in this function) sqlite3.c:52899: warning: case label value exceeds maximum value for type sqlite3.c:52901: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:52901: warning: case label value exceeds maximum value for type sqlite3.c:52902: error: 'TK_EXISTS' undeclared (first use in this function) sqlite3.c:52902: warning: case label value exceeds maximum value for type sqlite3.c: In function 'sqlite3ExprIsInteger': sqlite3.c:52978: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:52978: warning: case label value exceeds maximum value for type sqlite3.c:52982: error: 'TK_UPLUS' undeclared (first use in this function) sqlite3.c:52982: warning: case label value exceeds maximum value for type sqlite3.c:52986: error: 'TK_UMINUS' undeclared (first use in this function) sqlite3.c:52986: warning: case label value exceeds maximum value for type sqlite3.c: In function 'isCandidateForInOpt': sqlite3.c:53055: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:53055: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3FindInIndex': sqlite3.c:53149: error: 'OP_If' undeclared (first use in this function) sqlite3.c:53149: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:53150: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:53150: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53152: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:53152: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:53185: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:53186: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53188: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:53188: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53190: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3CodeSubselect': sqlite3.c:53248: error: 'OP_If' undeclared (first use in this function) sqlite3.c:53248: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:53249: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:53249: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53254: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:53254: warning: case label value exceeds maximum value for type sqlite3.c:53260: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:53260: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53279: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:53279: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53342: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:53342: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:53344: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:53344: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53353: error: 'TK_EXISTS' undeclared (first use in this function) sqlite3.c:53353: warning: case label value exceeds maximum value for type sqlite3.c:53354: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:53354: warning: case label value exceeds maximum value for type sqlite3.c:53365: warning: comparison between pointer and integer sqlite3.c:53367: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53371: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53375: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:53375: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'codeReal': sqlite3.c:53419: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:53419: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53423: error: 'OP_Real' undeclared (first use in this function) sqlite3.c:53423: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'codeInteger': sqlite3.c:53442: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:53442: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53449: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53456: error: 'OP_Int64' undeclared (first use in this function) sqlite3.c:53456: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprCodeGetColumn': sqlite3.c:53503: error: 'OP_VRowid' undeclared (first use in this function) sqlite3.c:53503: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:53503: warning: initialization makes integer from pointer without a cast sqlite3.c:53506: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:53506: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:53508: error: 'OP_VColumn' undeclared (first use in this function) sqlite3.c:53508: warning: initialization makes integer from pointer without a cast sqlite3.c:53513: error: 'OP_RealAffinity' undeclared (first use in this function) sqlite3.c:53513: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprCodeMove': sqlite3.c:53574: error: 'OP_Move' undeclared (first use in this function) sqlite3.c:53574: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprCodeCopy': sqlite3.c:53591: error: 'OP_Copy' undeclared (first use in this function) sqlite3.c:53591: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprWritableRegister': sqlite3.c:53627: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:53627: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprHardCopy': sqlite3.c:53652: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:53652: warning: comparison between pointer and integer sqlite3.c:53653: error: 'OP_Copy' undeclared (first use in this function) sqlite3.c: In function 'sqlite3ExprCodeTarget': sqlite3.c:53718: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c:53723: error: 'TK_AGG_COLUMN' undeclared (first use in this function) sqlite3.c:53723: warning: case label value exceeds maximum value for type sqlite3.c:53731: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:53732: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:53737: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:53737: warning: case label value exceeds maximum value for type sqlite3.c:53750: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:53750: warning: case label value exceeds maximum value for type sqlite3.c:53754: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:53754: warning: case label value exceeds maximum value for type sqlite3.c:53758: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:53758: warning: case label value exceeds maximum value for type sqlite3.c:53760: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:53761: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:53764: warning: case label value exceeds maximum value for type sqlite3.c:53765: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:53765: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53769: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c:53769: warning: case label value exceeds maximum value for type sqlite3.c:53780: error: 'OP_Blob' undeclared (first use in this function) sqlite3.c:53780: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:53784: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:53784: warning: case label value exceeds maximum value for type sqlite3.c:53785: error: 'OP_Variable' undeclared (first use in this function) sqlite3.c:53785: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53791: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:53791: warning: case label value exceeds maximum value for type sqlite3.c:53795: error: 'TK_AS' undeclared (first use in this function) sqlite3.c:53795: warning: case label value exceeds maximum value for type sqlite3.c:53800: error: 'TK_CAST' undeclared (first use in this function) sqlite3.c:53800: warning: case label value exceeds maximum value for type sqlite3.c:53805: error: 'OP_ToText' undeclared (first use in this function) sqlite3.c:53805: warning: assignment makes integer from pointer without a cast sqlite3.c:53822: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:53822: warning: case label value exceeds maximum value for type sqlite3.c:53823: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:53823: warning: case label value exceeds maximum value for type sqlite3.c:53824: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:53824: warning: case label value exceeds maximum value for type sqlite3.c:53825: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:53825: warning: case label value exceeds maximum value for type sqlite3.c:53826: error: 'TK_NE' undeclared (first use in this function) sqlite3.c:53826: warning: case label value exceeds maximum value for type sqlite3.c:53827: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:53827: warning: case label value exceeds maximum value for type sqlite3.c:53848: error: 'TK_AND' undeclared (first use in this function) sqlite3.c:53848: warning: case label value exceeds maximum value for type sqlite3.c:53849: error: 'TK_OR' undeclared (first use in this function) sqlite3.c:53849: warning: case label value exceeds maximum value for type sqlite3.c:53850: error: 'TK_PLUS' undeclared (first use in this function) sqlite3.c:53850: warning: case label value exceeds maximum value for type sqlite3.c:53851: error: 'TK_STAR' undeclared (first use in this function) sqlite3.c:53851: warning: case label value exceeds maximum value for type sqlite3.c:53852: error: 'TK_MINUS' undeclared (first use in this function) sqlite3.c:53852: warning: case label value exceeds maximum value for type sqlite3.c:53853: error: 'TK_REM' undeclared (first use in this function) sqlite3.c:53853: warning: case label value exceeds maximum value for type sqlite3.c:53854: error: 'TK_BITAND' undeclared (first use in this function) sqlite3.c:53854: warning: case label value exceeds maximum value for type sqlite3.c:53855: error: 'TK_BITOR' undeclared (first use in this function) sqlite3.c:53855: warning: case label value exceeds maximum value for type sqlite3.c:53856: error: 'TK_SLASH' undeclared (first use in this function) sqlite3.c:53856: warning: case label value exceeds maximum value for type sqlite3.c:53857: error: 'TK_LSHIFT' undeclared (first use in this function) sqlite3.c:53857: warning: case label value exceeds maximum value for type sqlite3.c:53858: error: 'TK_RSHIFT' undeclared (first use in this function) sqlite3.c:53858: warning: case label value exceeds maximum value for type sqlite3.c:53859: error: 'TK_CONCAT' undeclared (first use in this function) sqlite3.c:53859: warning: case label value exceeds maximum value for type sqlite3.c:53889: error: 'TK_UMINUS' undeclared (first use in this function) sqlite3.c:53889: warning: case label value exceeds maximum value for type sqlite3.c:53892: warning: comparison between pointer and integer sqlite3.c:53892: warning: comparison between pointer and integer sqlite3.c:53893: warning: comparison between pointer and integer sqlite3.c:53900: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:53900: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53902: error: 'OP_Subtract' undeclared (first use in this function) sqlite3.c:53902: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:53908: error: 'TK_BITNOT' undeclared (first use in this function) sqlite3.c:53908: warning: case label value exceeds maximum value for type sqlite3.c:53909: error: 'TK_NOT' undeclared (first use in this function) sqlite3.c:53909: warning: case label value exceeds maximum value for type sqlite3.c:53921: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:53921: warning: case label value exceeds maximum value for type sqlite3.c:53922: error: 'TK_NOTNULL' undeclared (first use in this function) sqlite3.c:53922: warning: case label value exceeds maximum value for type sqlite3.c:53928: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53932: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:53932: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:53936: error: 'TK_AGG_FUNCTION' undeclared (first use in this function) sqlite3.c:53936: warning: case label value exceeds maximum value for type sqlite3.c:53946: error: 'TK_CONST_FUNC' undeclared (first use in this function) sqlite3.c:53946: warning: case label value exceeds maximum value for type sqlite3.c:53947: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c:53947: warning: case label value exceeds maximum value for type sqlite3.c:54000: error: 'OP_CollSeq' undeclared (first use in this function) sqlite3.c:54000: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:54002: error: 'OP_Function' undeclared (first use in this function) sqlite3.c:54003: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:54012: error: 'TK_EXISTS' undeclared (first use in this function) sqlite3.c:54012: warning: case label value exceeds maximum value for type sqlite3.c:54013: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:54013: warning: case label value exceeds maximum value for type sqlite3.c:54022: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:54022: warning: case label value exceeds maximum value for type sqlite3.c:54048: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:54048: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:54050: error: 'OP_MustBeInt' undeclared (first use in this function) sqlite3.c:54050: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:54051: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:54051: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:54052: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54053: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:54053: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:54056: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54064: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:54064: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:54065: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54066: error: 'OP_Found' undeclared (first use in this function) sqlite3.c:54066: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:54080: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54090: error: 'OP_NotNull' undeclared (first use in this function) sqlite3.c:54090: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:54091: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54093: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:54094: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:54095: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54103: error: 'OP_Copy' undeclared (first use in this function) sqlite3.c:54103: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54123: error: 'TK_BETWEEN' undeclared (first use in this function) sqlite3.c:54123: warning: case label value exceeds maximum value for type sqlite3.c:54134: error: 'OP_Ge' undeclared (first use in this function) sqlite3.c:54135: warning: passing argument 4 of 'codeCompare' makes integer from pointer without a cast sqlite3.c:54141: error: 'OP_Le' undeclared (first use in this function) sqlite3.c:54141: warning: passing argument 4 of 'codeCompare' makes integer from pointer without a cast sqlite3.c:54142: error: 'OP_And' undeclared (first use in this function) sqlite3.c:54142: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:54147: error: 'TK_UPLUS' undeclared (first use in this function) sqlite3.c:54147: warning: case label value exceeds maximum value for type sqlite3.c:54173: error: 'TK_CASE' undeclared (first use in this function) sqlite3.c:54173: warning: case label value exceeds maximum value for type sqlite3.c:54215: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54221: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54229: error: 'TK_RAISE' undeclared (first use in this function) sqlite3.c:54229: warning: case label value exceeds maximum value for type sqlite3.c:54240: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:54241: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:54244: error: 'OP_ContextPop' undeclared (first use in this function) sqlite3.c:54244: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:54245: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprCode': sqlite3.c:54290: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:54290: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprCodeAndCache': sqlite3.c:54312: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:54312: warning: comparison between pointer and integer sqlite3.c:54315: error: 'OP_Copy' undeclared (first use in this function) sqlite3.c:54315: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'isAppropriateForFactoring': sqlite3.c:54346: error: 'TK_UPLUS' undeclared (first use in this function) sqlite3.c:54346: warning: comparison between pointer and integer sqlite3.c:54349: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c:54349: warning: case label value exceeds maximum value for type sqlite3.c:54351: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:54351: warning: case label value exceeds maximum value for type sqlite3.c:54352: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:54352: warning: case label value exceeds maximum value for type sqlite3.c:54353: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:54353: warning: case label value exceeds maximum value for type sqlite3.c:54354: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c:54354: warning: case label value exceeds maximum value for type sqlite3.c:54355: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:54355: warning: case label value exceeds maximum value for type sqlite3.c:54368: error: 'TK_UMINUS' undeclared (first use in this function) sqlite3.c:54368: warning: case label value exceeds maximum value for type sqlite3.c:54369: warning: comparison between pointer and integer sqlite3.c:54369: warning: comparison between pointer and integer sqlite3.c: In function 'evalConstExpr': sqlite3.c:54390: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:54390: warning: case label value exceeds maximum value for type sqlite3.c:54393: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c:54393: warning: case label value exceeds maximum value for type sqlite3.c:54394: error: 'TK_AGG_FUNCTION' undeclared (first use in this function) sqlite3.c:54394: warning: case label value exceeds maximum value for type sqlite3.c:54395: error: 'TK_CONST_FUNC' undeclared (first use in this function) sqlite3.c:54395: warning: case label value exceeds maximum value for type sqlite3.c: In function 'sqlite3ExprCodeExprList': sqlite3.c:54458: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:54458: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprIfTrue': sqlite3.c:54492: error: 'TK_AND' undeclared (first use in this function) sqlite3.c:54492: warning: case label value exceeds maximum value for type sqlite3.c:54504: error: 'TK_OR' undeclared (first use in this function) sqlite3.c:54504: warning: case label value exceeds maximum value for type sqlite3.c:54514: error: 'TK_NOT' undeclared (first use in this function) sqlite3.c:54514: warning: case label value exceeds maximum value for type sqlite3.c:54519: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:54519: warning: case label value exceeds maximum value for type sqlite3.c:54520: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:54520: warning: case label value exceeds maximum value for type sqlite3.c:54521: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:54521: warning: case label value exceeds maximum value for type sqlite3.c:54522: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:54522: warning: case label value exceeds maximum value for type sqlite3.c:54523: error: 'TK_NE' undeclared (first use in this function) sqlite3.c:54523: warning: case label value exceeds maximum value for type sqlite3.c:54524: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:54524: warning: case label value exceeds maximum value for type sqlite3.c:54546: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:54546: warning: case label value exceeds maximum value for type sqlite3.c:54547: error: 'TK_NOTNULL' undeclared (first use in this function) sqlite3.c:54547: warning: case label value exceeds maximum value for type sqlite3.c:54557: error: 'TK_BETWEEN' undeclared (first use in this function) sqlite3.c:54557: warning: case label value exceeds maximum value for type sqlite3.c:54584: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:54591: error: 'OP_If' undeclared (first use in this function) sqlite3.c:54591: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprIfFalse': sqlite3.c:54638: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:54638: error: invalid operands to binary & sqlite3.c:54638: error: invalid operands to binary ^ sqlite3.c:54638: error: invalid operands to binary & sqlite3.c:54652: error: 'TK_AND' undeclared (first use in this function) sqlite3.c:54652: warning: case label value exceeds maximum value for type sqlite3.c:54662: error: 'TK_OR' undeclared (first use in this function) sqlite3.c:54662: warning: case label value exceeds maximum value for type sqlite3.c:54674: error: 'TK_NOT' undeclared (first use in this function) sqlite3.c:54674: warning: case label value exceeds maximum value for type sqlite3.c:54678: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:54678: warning: case label value exceeds maximum value for type sqlite3.c:54679: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:54679: warning: case label value exceeds maximum value for type sqlite3.c:54680: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:54680: warning: case label value exceeds maximum value for type sqlite3.c:54681: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:54681: warning: case label value exceeds maximum value for type sqlite3.c:54682: error: 'TK_NE' undeclared (first use in this function) sqlite3.c:54682: warning: case label value exceeds maximum value for type sqlite3.c:54683: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:54683: warning: case label value exceeds maximum value for type sqlite3.c:54699: warning: case label value exceeds maximum value for type sqlite3.c:54700: error: 'TK_NOTNULL' undeclared (first use in this function) sqlite3.c:54700: warning: case label value exceeds maximum value for type sqlite3.c:54708: error: 'TK_BETWEEN' undeclared (first use in this function) sqlite3.c:54708: warning: case label value exceeds maximum value for type sqlite3.c:54735: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:54742: error: 'OP_IfNot' undeclared (first use in this function) sqlite3.c:54742: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ExprCompare': sqlite3.c:54788: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:54788: warning: comparison between pointer and integer sqlite3.c: In function 'analyzeAggregate': sqlite3.c:54848: error: 'TK_AGG_COLUMN' undeclared (first use in this function) sqlite3.c:54848: warning: case label value exceeds maximum value for type sqlite3.c:54849: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:54849: warning: case label value exceeds maximum value for type sqlite3.c:54890: warning: comparison between pointer and integer sqlite3.c:54915: error: 'TK_AGG_FUNCTION' undeclared (first use in this function) sqlite3.c:54915: warning: case label value exceeds maximum value for type sqlite3.c: In function 'renameTableFunc': sqlite3.c:55116: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:55116: warning: comparison between pointer and integer sqlite3.c:55118: error: 'TK_LP' undeclared (first use in this function) sqlite3.c:55118: warning: comparison between pointer and integer sqlite3.c:55118: error: 'TK_USING' undeclared (first use in this function) sqlite3.c:55118: warning: comparison between pointer and integer sqlite3.c: In function 'renameTriggerFunc': sqlite3.c:55174: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:55174: warning: comparison between pointer and integer sqlite3.c:55187: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:55187: warning: comparison between pointer and integer sqlite3.c:55187: error: 'TK_ON' undeclared (first use in this function) sqlite3.c:55187: warning: comparison between pointer and integer sqlite3.c:55190: error: 'TK_WHEN' undeclared (first use in this function) sqlite3.c:55190: warning: comparison between pointer and integer sqlite3.c:55190: error: 'TK_FOR' undeclared (first use in this function) sqlite3.c:55190: warning: comparison between pointer and integer sqlite3.c:55190: error: 'TK_BEGIN' undeclared (first use in this function) sqlite3.c:55190: warning: comparison between pointer and integer sqlite3.c: In function 'reloadTableSchema': sqlite3.c:55275: error: 'OP_DropTrigger' undeclared (first use in this function) sqlite3.c:55275: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55280: error: 'OP_DropTable' undeclared (first use in this function) sqlite3.c:55280: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55285: error: 'OP_ParseSchema' undeclared (first use in this function) sqlite3.c:55285: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55292: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3AlterRenameTable': sqlite3.c:55395: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:55395: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55396: error: 'OP_VRename' undeclared (first use in this function) sqlite3.c:55396: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3AlterFinishAddColumn': sqlite3.c:55508: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c:55508: warning: comparison between pointer and integer sqlite3.c: In function 'openStatTable': sqlite3.c:55728: error: 'OP_Clear' undeclared (first use in this function) sqlite3.c:55728: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55739: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:55739: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55740: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:55740: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'analyzeOneTable': sqlite3.c:55796: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:55796: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55797: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:55798: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55821: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:55821: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55824: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:55824: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55830: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:55830: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55832: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:55832: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55834: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:55834: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55835: error: 'OP_Ne' undeclared (first use in this function) sqlite3.c:55835: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55839: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:55839: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55842: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55843: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55846: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:55846: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55847: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:55847: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:55867: error: 'OP_IfNot' undeclared (first use in this function) sqlite3.c:55867: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:55868: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:55868: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55869: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55871: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:55871: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55873: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55874: error: 'OP_Concat' undeclared (first use in this function) sqlite3.c:55874: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55875: error: 'OP_Add' undeclared (first use in this function) sqlite3.c:55875: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55876: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55877: error: 'OP_Divide' undeclared (first use in this function) sqlite3.c:55877: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55878: error: 'OP_ToInt' undeclared (first use in this function) sqlite3.c:55878: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:55879: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:55881: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:55881: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:55882: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:55882: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:55883: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:55883: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'loadAnalysis': sqlite3.c:55896: error: 'OP_LoadAnalysis' undeclared (first use in this function) sqlite3.c:55896: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'resolveAttachExpr': sqlite3.c:56130: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:56130: warning: comparison between pointer and integer sqlite3.c:56137: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c: In function 'codeAttach': sqlite3.c:56424: error: 'OP_Function' undeclared (first use in this function) sqlite3.c:56424: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:56433: error: 'OP_Expire' undeclared (first use in this function) sqlite3.c:56433: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3AuthRead': sqlite3.c:56736: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:56736: warning: comparison between pointer and integer sqlite3.c:56770: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c: In function 'codeTableLocks': sqlite3.c:56964: error: 'OP_TableLock' undeclared (first use in this function) sqlite3.c:56965: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3FinishCoding': sqlite3.c:56996: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:56996: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:57011: error: 'OP_Transaction' undeclared (first use in this function) sqlite3.c:57011: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57012: error: 'OP_VerifyCookie' undeclared (first use in this function) sqlite3.c:57012: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57019: error: 'OP_VBegin' undeclared (first use in this function) sqlite3.c:57019: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:57030: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:57030: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57039: error: 'OP_Trace' undeclared (first use in this function) sqlite3.c:57039: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3OpenMasterTable': sqlite3.c:57467: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:57467: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57468: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:57468: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3StartTable': sqlite3.c:57713: error: 'OP_VBegin' undeclared (first use in this function) sqlite3.c:57713: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:57723: error: 'OP_ReadCookie' undeclared (first use in this function) sqlite3.c:57723: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:57725: error: 'OP_If' undeclared (first use in this function) sqlite3.c:57725: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:57728: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:57728: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57729: error: 'OP_SetCookie' undeclared (first use in this function) sqlite3.c:57729: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:57730: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57731: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:57744: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57748: error: 'OP_CreateTable' undeclared (first use in this function) sqlite3.c:57748: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57751: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:57751: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57752: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:57752: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:57753: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:57753: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:57755: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:57755: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3ChangeCookie': sqlite3.c:58155: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:58155: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:58156: error: 'OP_SetCookie' undeclared (first use in this function) sqlite3.c:58156: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'identPut': sqlite3.c:58188: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:58188: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3EndTable': sqlite3.c:58343: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:58343: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:58379: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:58379: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:58384: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:58444: error: 'OP_ParseSchema' undeclared (first use in this function) sqlite3.c:58445: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'destroyRootPage': sqlite3.c:58722: error: 'OP_Destroy' undeclared (first use in this function) sqlite3.c:58722: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3DropTable': sqlite3.c:58897: error: 'OP_VBegin' undeclared (first use in this function) sqlite3.c:58897: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:58954: error: 'OP_VDestroy' undeclared (first use in this function) sqlite3.c:58954: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:58956: error: 'OP_DropTable' undeclared (first use in this function) sqlite3.c:58956: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3RefillIndex': sqlite3.c:59141: error: 'OP_Clear' undeclared (first use in this function) sqlite3.c:59141: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:59144: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:59145: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:59149: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:59149: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:59150: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:59150: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:59158: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:59158: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:59159: error: 'OP_IsUnique' undeclared (first use in this function) sqlite3.c:59160: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:59161: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:59162: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:59166: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:59166: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:59168: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:59168: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:59170: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:59170: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:59171: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3CreateIndex': sqlite3.c:59543: error: 'OP_CreateIndex' undeclared (first use in this function) sqlite3.c:59543: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:59578: error: 'OP_ParseSchema' undeclared (first use in this function) sqlite3.c:59579: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:59580: error: 'OP_Expire' undeclared (first use in this function) sqlite3.c:59580: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3MinimumFileFormat': sqlite3.c:59627: error: 'OP_ReadCookie' undeclared (first use in this function) sqlite3.c:59627: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:59629: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:59629: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:59630: error: 'OP_Ge' undeclared (first use in this function) sqlite3.c:59630: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:59631: error: 'OP_SetCookie' undeclared (first use in this function) sqlite3.c:59631: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3DropIndex': sqlite3.c:59737: error: 'OP_DropIndex' undeclared (first use in this function) sqlite3.c:59737: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3BeginTransaction': sqlite3.c:60031: error: 'TK_DEFERRED' undeclared (first use in this function) sqlite3.c:60031: warning: comparison between pointer and integer sqlite3.c:60033: error: 'OP_Transaction' undeclared (first use in this function) sqlite3.c:60033: error: 'TK_EXCLUSIVE' undeclared (first use in this function) sqlite3.c:60033: warning: comparison between pointer and integer sqlite3.c:60033: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:60037: error: 'OP_AutoCommit' undeclared (first use in this function) sqlite3.c:60037: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3CommitTransaction': sqlite3.c:60053: error: 'OP_AutoCommit' undeclared (first use in this function) sqlite3.c:60053: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3RollbackTransaction': sqlite3.c:60070: error: 'OP_AutoCommit' undeclared (first use in this function) sqlite3.c:60070: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3CodeVerifySchema': sqlite3.c:60136: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:60136: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3BeginWriteOperation': sqlite3.c:60177: error: 'OP_Statement' undeclared (first use in this function) sqlite3.c:60177: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3OpenTable': sqlite3.c:60874: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:60874: warning: comparison between pointer and integer sqlite3.c:60875: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:60875: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3DeleteFrom': sqlite3.c:60971: error: 'TK_DELETE' undeclared (first use in this function) sqlite3.c:60971: warning: passing argument 3 of 'sqlite3TriggersExist' makes integer from pointer without a cast sqlite3.c:61029: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:61029: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:61034: warning: passing argument 2 of 'sqlite3CodeRowTrigger' makes integer from pointer without a cast sqlite3.c:61035: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:61039: warning: passing argument 2 of 'sqlite3CodeRowTrigger' makes integer from pointer without a cast sqlite3.c:61040: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:61066: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:61066: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61079: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:61079: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:61081: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:61081: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61082: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:61082: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61083: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:61083: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61084: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:61084: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:61087: error: 'OP_Clear' undeclared (first use in this function) sqlite3.c:61087: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61093: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61110: error: 'OP_VRowid' undeclared (first use in this function) sqlite3.c:61110: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:61110: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61111: error: 'OP_FifoWrite' undeclared (first use in this function) sqlite3.c:61111: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:61113: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61123: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:61123: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61124: error: 'OP_OpenPseudo' undeclared (first use in this function) sqlite3.c:61124: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:61137: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:61137: warning: passing argument 4 of 'sqlite3OpenTableAndIndices' makes integer from pointer without a cast sqlite3.c:61146: error: 'OP_FifoRead' undeclared (first use in this function) sqlite3.c:61146: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61154: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:61154: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:61158: error: 'OP_RowData' undeclared (first use in this function) sqlite3.c:61158: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61160: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:61160: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61162: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:61162: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:61165: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61175: error: 'OP_VUpdate' undeclared (first use in this function) sqlite3.c:61175: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:61188: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61193: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61199: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61201: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:61211: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:61211: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3GenerateRowDelete': sqlite3.c:61254: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:61254: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:61256: error: 'OP_Delete' undeclared (first use in this function) sqlite3.c:61256: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3GenerateRowIndexDelete': sqlite3.c:61292: error: 'OP_IdxDelete' undeclared (first use in this function) sqlite3.c:61292: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3GenerateIndexKey': sqlite3.c:61322: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:61322: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61326: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:61326: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:61328: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:61328: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:61333: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:61333: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3IsLikeFunction': sqlite3.c:62617: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c:62617: warning: comparison between pointer and integer sqlite3.c: In function 'readsTable': sqlite3.c:62845: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:62845: warning: comparison between pointer and integer sqlite3.c:62858: error: 'OP_VOpen' undeclared (first use in this function) sqlite3.c:62858: warning: comparison between pointer and integer sqlite3.c: In function 'autoIncBegin': sqlite3.c:62902: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:62902: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:62904: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:62904: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:62905: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:62905: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:62906: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:62906: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:62907: error: 'OP_Ne' undeclared (first use in this function) sqlite3.c:62907: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:62909: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:62909: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:62910: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:62911: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:62911: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:62912: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:62912: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:62913: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:62913: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:62914: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:62914: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'autoIncStep': sqlite3.c:62929: error: 'OP_MemMax' undeclared (first use in this function) sqlite3.c:62929: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'autoIncEnd': sqlite3.c:62952: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:62952: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:62953: error: 'OP_NotNull' undeclared (first use in this function) sqlite3.c:62953: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:62954: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:62954: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:62956: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:62956: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:62957: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:62957: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:62959: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:62959: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3Insert': sqlite3.c:63158: error: 'TK_INSERT' undeclared (first use in this function) sqlite3.c:63158: warning: passing argument 3 of 'sqlite3TriggersExist' makes integer from pointer without a cast sqlite3.c:63251: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:63251: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63255: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63256: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:63256: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63264: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63265: error: 'OP_Yield' undeclared (first use in this function) sqlite3.c:63265: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63266: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:63266: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63308: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:63308: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63309: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63310: error: 'OP_If' undeclared (first use in this function) sqlite3.c:63310: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63311: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:63311: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63312: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:63312: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63313: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:63313: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63314: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63404: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:63404: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63405: error: 'OP_OpenPseudo' undeclared (first use in this function) sqlite3.c:63405: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63412: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63421: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:63421: warning: passing argument 4 of 'sqlite3OpenTableAndIndices' makes integer from pointer without a cast sqlite3.c:63442: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:63442: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63454: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63455: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63486: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63488: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:63488: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63493: error: 'OP_NotNull' undeclared (first use in this function) sqlite3.c:63493: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63494: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63496: error: 'OP_MustBeInt' undeclared (first use in this function) sqlite3.c:63496: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63518: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63525: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63535: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63542: warning: passing argument 2 of 'sqlite3CodeRowTrigger' makes integer from pointer without a cast sqlite3.c:63555: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:63555: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63559: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63561: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:63561: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63566: warning: comparison between pointer and integer sqlite3.c:63580: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63581: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63585: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:63585: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63587: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63590: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63592: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63608: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63627: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63629: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63641: error: 'OP_VUpdate' undeclared (first use in this function) sqlite3.c:63642: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:63674: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:63674: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63680: warning: passing argument 2 of 'sqlite3CodeRowTrigger' makes integer from pointer without a cast sqlite3.c:63690: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:63690: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63692: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:63692: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63694: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63700: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63702: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63718: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:63718: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3GenerateConstraintChecks': sqlite3.c:63853: error: 'OP_NotNull' undeclared (first use in this function) sqlite3.c:63853: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:63861: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:63861: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63868: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:63868: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63888: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63890: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63910: error: 'OP_Eq' undeclared (first use in this function) sqlite3.c:63910: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63912: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:63912: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63922: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:63932: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63958: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:63958: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63960: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63963: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63964: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:63964: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63984: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:63984: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:63986: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:63987: error: 'OP_IsUnique' undeclared (first use in this function) sqlite3.c:63989: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:64021: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:64026: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3CompleteInsertion': sqlite3.c:64075: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:64075: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64079: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:64079: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:64084: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:64084: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:64096: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'xferOptimization': sqlite3.c:64307: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:64307: warning: comparison between pointer and integer sqlite3.c:64382: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:64382: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:64394: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:64394: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64395: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:64395: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64400: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:64400: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:64401: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64405: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:64405: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64406: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:64406: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:64407: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:64408: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:64412: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:64412: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64414: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64417: error: 'OP_RowData' undeclared (first use in this function) sqlite3.c:64417: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64418: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:64418: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:64421: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:64421: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64428: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:64428: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64429: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64432: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:64436: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:64438: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64439: error: 'OP_RowKey' undeclared (first use in this function) sqlite3.c:64439: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64440: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:64440: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:64441: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64447: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64448: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64450: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:64452: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'returnSingleInt': sqlite3.c:65706: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:65706: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:65711: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:65711: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'flagPragma': sqlite3.c:65768: error: 'OP_Expire' undeclared (first use in this function) sqlite3.c:65768: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3Pragma': sqlite3.c:65857: error: 'OP_ReadCookie' undeclared (first use in this function) sqlite3.c:65858: error: 'OP_IfPos' undeclared (first use in this function) sqlite3.c:65859: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:65860: error: 'OP_Subtract' undeclared (first use in this function) sqlite3.c:65863: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:65879: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:65880: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:65881: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:65882: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:65884: error: 'OP_SetCookie' undeclared (first use in this function) sqlite3.c:65884: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:65948: error: 'OP_Pagecount' undeclared (first use in this function) sqlite3.c:65948: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:65949: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:65997: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:65997: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:65998: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66054: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66055: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66113: error: 'OP_Transaction' undeclared (first use in this function) sqlite3.c:66115: error: 'OP_If' undeclared (first use in this function) sqlite3.c:66116: error: 'OP_Halt' undeclared (first use in this function) sqlite3.c:66149: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66150: error: 'OP_IncrVacuum' undeclared (first use in this function) sqlite3.c:66150: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:66151: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:66152: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:66152: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66153: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66220: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66221: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66314: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66315: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66317: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66318: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66320: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66322: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:66322: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66324: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66325: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66345: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66346: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66348: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66349: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66370: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66371: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66372: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66373: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66392: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66393: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66395: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66396: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66409: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66410: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66411: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66438: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66439: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66440: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66442: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66443: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66444: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66495: error: 'OP_IfNeg' undeclared (first use in this function) sqlite3.c:66516: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66527: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:66528: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66540: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66543: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66555: error: 'OP_IntegrityCk' undeclared (first use in this function) sqlite3.c:66555: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:66557: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:66557: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:66560: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:66561: error: 'OP_Move' undeclared (first use in this function) sqlite3.c:66561: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:66562: error: 'OP_Concat' undeclared (first use in this function) sqlite3.c:66562: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:66563: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66574: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:66575: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66577: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:66577: warning: passing argument 4 of 'sqlite3OpenTableAndIndices' makes integer from pointer without a cast sqlite3.c:66578: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66579: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:66579: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66580: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66586: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:66597: error: 'OP_Found' undeclared (first use in this function) sqlite3.c:66597: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:66605: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:66605: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66613: error: 'OP_Eq' undeclared (first use in this function) sqlite3.c:66621: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:66622: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66686: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66693: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:66866: error: 'OP_Expire' undeclared (first use in this function) sqlite3.c:66866: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3Reprepare': sqlite3.c:67580: warning: 'sqlite3_transfer_bindings' is deprecated (declared at sqlite3.c:44858) sqlite3.c: In function 'sqlite3SelectNew': sqlite3.c:67774: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:67774: warning: passing argument 2 of 'sqlite3Expr' makes integer from pointer without a cast sqlite3.c:67783: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c: In function 'sqlite3CreateIdExpr': sqlite3.c:67939: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:67939: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'addWhereTerm': sqlite3.c:67971: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:67971: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:67972: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:67973: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:67973: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'pushOntoSorter': sqlite3.c:68124: error: 'OP_Sequence' undeclared (first use in this function) sqlite3.c:68124: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68126: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:68126: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68127: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:68127: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68138: error: 'OP_IfZero' undeclared (first use in this function) sqlite3.c:68138: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:68139: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:68139: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68140: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:68140: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:68142: error: 'OP_Last' undeclared (first use in this function) sqlite3.c:68142: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:68143: error: 'OP_Delete' undeclared (first use in this function) sqlite3.c:68143: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'codeOffset': sqlite3.c:68159: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:68159: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68160: error: 'OP_IfNeg' undeclared (first use in this function) sqlite3.c:68160: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:68161: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:68161: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'codeDistinct': sqlite3.c:68188: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:68188: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68189: error: 'OP_Found' undeclared (first use in this function) sqlite3.c:68189: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68190: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:68190: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'selectInnerLoop': sqlite3.c:68271: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:68271: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68306: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:68306: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68307: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:68307: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68317: error: 'OP_IdxDelete' undeclared (first use in this function) sqlite3.c:68317: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68327: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68332: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:68332: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68333: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:68333: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68357: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:68359: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68368: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:68368: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68397: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68401: error: 'OP_Yield' undeclared (first use in this function) sqlite3.c:68401: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:68403: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:68403: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68427: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:68427: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68428: error: 'OP_IfZero' undeclared (first use in this function) sqlite3.c:68428: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'generateSortTail': sqlite3.c:68503: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:68503: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68504: error: 'OP_OpenPseudo' undeclared (first use in this function) sqlite3.c:68504: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68506: error: 'OP_Sort' undeclared (first use in this function) sqlite3.c:68506: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68510: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:68510: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68514: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:68514: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68515: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:68515: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68522: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:68522: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:68524: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:68524: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68537: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:68537: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68538: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68541: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:68544: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:68544: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68547: error: 'OP_Yield' undeclared (first use in this function) sqlite3.c:68547: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:68566: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:68566: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:68569: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:68569: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'columnType': sqlite3.c:68607: error: 'TK_AGG_COLUMN' undeclared (first use in this function) sqlite3.c:68607: warning: case label value exceeds maximum value for type sqlite3.c:68608: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:68608: warning: case label value exceeds maximum value for type sqlite3.c:68681: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:68681: warning: case label value exceeds maximum value for type sqlite3.c: In function 'generateColumnNames': sqlite3.c:68781: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:68781: warning: comparison between pointer and integer sqlite3.c: In function 'selectOpName': sqlite3.c:68822: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:68822: warning: case label value exceeds maximum value for type sqlite3.c:68823: error: 'TK_INTERSECT' undeclared (first use in this function) sqlite3.c:68823: warning: case label value exceeds maximum value for type sqlite3.c:68824: error: 'TK_EXCEPT' undeclared (first use in this function) sqlite3.c:68824: warning: case label value exceeds maximum value for type sqlite3.c: In function 'selectColumnsFromExprList': sqlite3.c:68872: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:68872: warning: comparison between pointer and integer sqlite3.c:68873: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:68873: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3GetVdbe': sqlite3.c:69006: error: 'OP_Trace' undeclared (first use in this function) sqlite3.c:69006: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c: In function 'computeLimitRegisters': sqlite3.c:69050: error: 'OP_MustBeInt' undeclared (first use in this function) sqlite3.c:69050: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69052: error: 'OP_IfZero' undeclared (first use in this function) sqlite3.c:69052: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69062: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69064: error: 'OP_IfPos' undeclared (first use in this function) sqlite3.c:69064: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69065: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:69065: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69068: error: 'OP_Add' undeclared (first use in this function) sqlite3.c:69068: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:69070: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69071: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'multiSelect': sqlite3.c:69181: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:69181: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69205: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:69205: warning: case label value exceeds maximum value for type sqlite3.c:69220: error: 'OP_IfZero' undeclared (first use in this function) sqlite3.c:69220: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69234: error: 'TK_EXCEPT' undeclared (first use in this function) sqlite3.c:69234: warning: case label value exceeds maximum value for type sqlite3.c:69235: error: 'TK_UNION' undeclared (first use in this function) sqlite3.c:69235: warning: case label value exceeds maximum value for type sqlite3.c:69255: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69273: warning: comparison between pointer and integer sqlite3.c:69316: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:69316: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69321: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:69321: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69323: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:69323: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69327: error: 'TK_INTERSECT' undeclared (first use in this function) sqlite3.c:69327: warning: case label value exceeds maximum value for type sqlite3.c:69343: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69359: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69390: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69392: error: 'OP_RowKey' undeclared (first use in this function) sqlite3.c:69392: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69393: error: 'OP_NotFound' undeclared (first use in this function) sqlite3.c:69393: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:69398: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69400: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69401: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'generateOutputSubroutine': sqlite3.c:69508: error: 'OP_IfNot' undeclared (first use in this function) sqlite3.c:69508: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69509: error: 'OP_Compare' undeclared (first use in this function) sqlite3.c:69510: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:69511: error: 'OP_Jump' undeclared (first use in this function) sqlite3.c:69511: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:69514: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:69514: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69529: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:69529: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:69530: error: 'OP_NewRowid' undeclared (first use in this function) sqlite3.c:69530: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69531: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:69531: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:69549: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:69551: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:69551: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69587: error: 'OP_Yield' undeclared (first use in this function) sqlite3.c:69587: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69596: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:69596: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69616: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:69616: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69617: error: 'OP_IfZero' undeclared (first use in this function) sqlite3.c:69617: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69623: error: 'OP_Return' undeclared (first use in this function) sqlite3.c:69623: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'multiSelectOrderBy': sqlite3.c:69776: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:69776: warning: comparison between pointer and integer sqlite3.c:69784: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:69784: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:69841: warning: comparison between pointer and integer sqlite3.c:69847: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:69847: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69872: warning: comparison between pointer and integer sqlite3.c:69875: error: 'OP_Copy' undeclared (first use in this function) sqlite3.c:69876: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69877: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69898: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:69898: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:69908: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69909: error: 'OP_Yield' undeclared (first use in this function) sqlite3.c:69909: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69924: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69925: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69939: warning: comparison between pointer and integer sqlite3.c:69939: error: 'TK_UNION' undeclared (first use in this function) sqlite3.c:69939: warning: comparison between pointer and integer sqlite3.c:69950: error: 'TK_EXCEPT' undeclared (first use in this function) sqlite3.c:69950: warning: comparison between pointer and integer sqlite3.c:69950: error: 'TK_INTERSECT' undeclared (first use in this function) sqlite3.c:69950: warning: comparison between pointer and integer sqlite3.c:69951: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69953: error: 'OP_If' undeclared (first use in this function) sqlite3.c:69953: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69954: error: 'OP_Gosub' undeclared (first use in this function) sqlite3.c:69954: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69955: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69956: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69962: warning: comparison between pointer and integer sqlite3.c:69966: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69967: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69968: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69969: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69975: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69976: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69977: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69978: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69982: warning: comparison between pointer and integer sqlite3.c:69984: warning: comparison between pointer and integer sqlite3.c:69990: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:69991: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69992: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:69999: warning: comparison between pointer and integer sqlite3.c:69999: warning: comparison between pointer and integer sqlite3.c:70000: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70002: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:70003: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70004: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70009: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70010: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70011: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70012: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70013: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70014: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70019: error: 'OP_Permutation' undeclared (first use in this function) sqlite3.c:70019: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:70020: error: 'OP_Compare' undeclared (first use in this function) sqlite3.c:70021: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:70022: error: 'OP_Jump' undeclared (first use in this function) sqlite3.c:70022: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c: In function 'substExpr': sqlite3.c:70080: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:70080: warning: comparison between pointer and integer sqlite3.c:70082: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c: In function 'flattenSubquery': sqlite3.c:70345: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:70345: warning: comparison between pointer and integer sqlite3.c: In function 'minMaxQuery': sqlite3.c:70548: error: 'TK_AGG_FUNCTION' undeclared (first use in this function) sqlite3.c:70548: warning: comparison between pointer and integer sqlite3.c:70549: error: 'TK_AGG_COLUMN' undeclared (first use in this function) sqlite3.c:70549: warning: comparison between pointer and integer sqlite3.c: In function 'selectExpander': sqlite3.c:70679: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:70679: warning: comparison between pointer and integer sqlite3.c:70680: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:70680: warning: comparison between pointer and integer sqlite3.c:70681: warning: comparison between pointer and integer sqlite3.c:70681: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:70681: warning: comparison between pointer and integer sqlite3.c:70697: warning: comparison between pointer and integer sqlite3.c:70698: warning: comparison between pointer and integer sqlite3.c:70698: warning: comparison between pointer and integer sqlite3.c:70712: warning: comparison between pointer and integer sqlite3.c:70755: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:70759: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:70760: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'resetAccumulator': sqlite3.c:70940: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:70940: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70943: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:70952: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:70953: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'finalizeAggFunctions': sqlite3.c:70969: error: 'OP_AggFinal' undeclared (first use in this function) sqlite3.c:70970: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'updateAccumulator': sqlite3.c:71014: error: 'OP_CollSeq' undeclared (first use in this function) sqlite3.c:71014: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:71016: error: 'OP_AggStep' undeclared (first use in this function) sqlite3.c:71017: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3Select': sqlite3.c:71261: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:71263: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:71271: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71287: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:71385: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:71395: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:71395: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71397: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71399: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:71399: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71409: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71412: error: 'OP_Return' undeclared (first use in this function) sqlite3.c:71412: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:71414: error: 'OP_IfPos' undeclared (first use in this function) sqlite3.c:71414: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71416: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:71424: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:71432: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:71440: error: 'OP_Gosub' undeclared (first use in this function) sqlite3.c:71440: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71473: error: 'OP_Sequence' undeclared (first use in this function) sqlite3.c:71473: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71484: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:71484: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71490: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:71490: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:71491: error: 'OP_IdxInsert' undeclared (first use in this function) sqlite3.c:71491: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71495: error: 'OP_Sort' undeclared (first use in this function) sqlite3.c:71495: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71508: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:71508: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:71514: error: 'OP_Compare' undeclared (first use in this function) sqlite3.c:71515: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:71517: error: 'OP_Jump' undeclared (first use in this function) sqlite3.c:71517: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:71529: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71531: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71533: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71541: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71547: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:71547: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71555: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:71594: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:71610: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3BeginTrigger': sqlite3.c:72093: error: 'TK_INSTEAD' undeclared (first use in this function) sqlite3.c:72093: warning: comparison between pointer and integer sqlite3.c:72095: error: 'TK_BEFORE' undeclared (first use in this function) sqlite3.c:72095: warning: comparison between pointer and integer sqlite3.c:72098: warning: comparison between pointer and integer sqlite3.c:72125: warning: comparison between pointer and integer sqlite3.c:72138: warning: comparison between pointer and integer sqlite3.c: In function 'sqlite3FinishTrigger': sqlite3.c:72203: error: 'OP_ParseSchema' undeclared (first use in this function) sqlite3.c:72205: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3TriggerSelectStep': sqlite3.c:72284: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c: In function 'sqlite3TriggerInsertStep': sqlite3.c:72314: error: 'TK_INSERT' undeclared (first use in this function) sqlite3.c: In function 'sqlite3TriggerUpdateStep': sqlite3.c:72349: error: 'TK_UPDATE' undeclared (first use in this function) sqlite3.c: In function 'sqlite3TriggerDeleteStep': sqlite3.c:72375: error: 'TK_DELETE' undeclared (first use in this function) sqlite3.c: In function 'sqlite3DropTriggerPtr': sqlite3.c:72484: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:72485: error: 'OP_String8' undeclared (first use in this function) sqlite3.c:72486: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:72487: error: 'OP_Ne' undeclared (first use in this function) sqlite3.c:72491: error: 'OP_Delete' undeclared (first use in this function) sqlite3.c:72492: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:72501: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:72501: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72502: error: 'OP_DropTrigger' undeclared (first use in this function) sqlite3.c:72502: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'codeTriggerProgram': sqlite3.c:72627: error: 'OP_ContextPush' undeclared (first use in this function) sqlite3.c:72627: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72633: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:72633: warning: case label value exceeds maximum value for type sqlite3.c:72644: error: 'TK_UPDATE' undeclared (first use in this function) sqlite3.c:72644: warning: case label value exceeds maximum value for type sqlite3.c:72647: error: 'OP_ResetCount' undeclared (first use in this function) sqlite3.c:72647: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72651: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72654: error: 'TK_INSERT' undeclared (first use in this function) sqlite3.c:72654: warning: case label value exceeds maximum value for type sqlite3.c:72657: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72662: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72665: error: 'TK_DELETE' undeclared (first use in this function) sqlite3.c:72665: warning: case label value exceeds maximum value for type sqlite3.c:72667: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72671: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:72679: error: 'OP_ContextPop' undeclared (first use in this function) sqlite3.c:72679: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3CodeRowTrigger': sqlite3.c:72745: error: 'TK_UPDATE' undeclared (first use in this function) sqlite3.c:72745: warning: comparison between pointer and integer sqlite3.c:72768: error: 'OP_Trace' undeclared (first use in this function) sqlite3.c:72770: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3Update': sqlite3.c:72956: error: 'TK_UPDATE' undeclared (first use in this function) sqlite3.c:72956: warning: passing argument 3 of 'sqlite3TriggersExist' makes integer from pointer without a cast sqlite3.c:73117: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:73117: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73118: error: 'OP_OpenPseudo' undeclared (first use in this function) sqlite3.c:73118: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73119: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73120: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73122: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:73122: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73126: warning: passing argument 2 of 'sqlite3CodeRowTrigger' makes integer from pointer without a cast sqlite3.c:73129: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73132: warning: passing argument 2 of 'sqlite3CodeRowTrigger' makes integer from pointer without a cast sqlite3.c:73135: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73155: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:73155: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73163: error: 'OP_VRowid' undeclared (first use in this function) sqlite3.c:73163: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:73163: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73164: error: 'OP_FifoWrite' undeclared (first use in this function) sqlite3.c:73164: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73174: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:73174: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73184: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:73184: warning: passing argument 5 of 'sqlite3OpenTable' makes integer from pointer without a cast sqlite3.c:73200: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:73213: error: 'OP_NotNull' undeclared (first use in this function) sqlite3.c:73213: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:73214: warning: passing argument 2 of 'sqlite3VdbeAddOp0' makes integer from pointer without a cast sqlite3.c:73217: error: 'OP_FifoRead' undeclared (first use in this function) sqlite3.c:73217: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73227: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:73227: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73233: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73235: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73237: error: 'OP_RowData' undeclared (first use in this function) sqlite3.c:73237: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73239: error: 'OP_Insert' undeclared (first use in this function) sqlite3.c:73239: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73246: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73251: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73257: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:73257: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73263: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73266: error: 'OP_MakeRecord' undeclared (first use in this function) sqlite3.c:73266: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73273: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73277: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73288: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73296: error: 'OP_MustBeInt' undeclared (first use in this function) sqlite3.c:73296: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:73303: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73308: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73323: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73329: error: 'OP_Delete' undeclared (first use in this function) sqlite3.c:73329: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73342: error: 'OP_AddImm' undeclared (first use in this function) sqlite3.c:73342: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73349: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73356: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73362: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:73362: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73365: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73367: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73368: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73377: error: 'OP_ResultRow' undeclared (first use in this function) sqlite3.c:73377: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'updateVirtualTable': sqlite3.c:73458: error: 'OP_OpenEphemeral' undeclared (first use in this function) sqlite3.c:73458: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73468: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:73468: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73470: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:73470: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73471: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73473: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:73476: error: 'OP_VUpdate' undeclared (first use in this function) sqlite3.c:73476: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:73477: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:73477: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:73479: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:73479: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3Vacuum': sqlite3.c:73563: error: 'OP_Vacuum' undeclared (first use in this function) sqlite3.c:73563: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3VtabFinishParse': sqlite3.c:74078: error: 'OP_Expire' undeclared (first use in this function) sqlite3.c:74078: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:74080: error: 'OP_ParseSchema' undeclared (first use in this function) sqlite3.c:74080: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:74081: error: 'OP_VCreate' undeclared (first use in this function) sqlite3.c:74082: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3VtabOverloadFunction': sqlite3.c:74565: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:74565: warning: comparison between pointer and integer sqlite3.c: In function 'exprTableUsage': sqlite3.c:74969: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:74969: warning: comparison between pointer and integer sqlite3.c: In function 'allowedOp': sqlite3.c:75012: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:75012: warning: comparison between pointer and integer sqlite3.c:75012: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:75012: warning: comparison between pointer and integer sqlite3.c:75012: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:75012: warning: comparison between pointer and integer sqlite3.c:75012: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:75012: warning: comparison between pointer and integer sqlite3.c: In function 'exprCommute': sqlite3.c:75042: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:75042: warning: comparison between pointer and integer sqlite3.c:75048: error: invalid operands to binary - sqlite3.c:75048: error: invalid operands to binary ^ sqlite3.c:75048: error: invalid operands to binary + sqlite3.c: In function 'operatorMask': sqlite3.c:75058: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:75058: warning: comparison between pointer and integer sqlite3.c:75060: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:75060: warning: comparison between pointer and integer sqlite3.c:75063: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:75063: error: invalid operands to binary - sqlite3.c:75063: error: invalid operands to binary << sqlite3.c: In function 'isLikeOrGlob': sqlite3.c:75180: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:75180: warning: comparison between pointer and integer sqlite3.c:75180: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:75180: warning: comparison between pointer and integer sqlite3.c:75180: warning: comparison between pointer and integer sqlite3.c:75184: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:75184: warning: comparison between pointer and integer sqlite3.c: In function 'isMatchOfColumn': sqlite3.c:75226: error: 'TK_FUNCTION' undeclared (first use in this function) sqlite3.c:75226: warning: comparison between pointer and integer sqlite3.c:75237: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:75237: warning: comparison between pointer and integer sqlite3.c: In function 'exprAnalyze': sqlite3.c:75378: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:75378: warning: comparison between pointer and integer sqlite3.c:75382: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:75382: warning: comparison between pointer and integer sqlite3.c:75401: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:75401: warning: comparison between pointer and integer sqlite3.c:75406: warning: comparison between pointer and integer sqlite3.c:75441: error: 'TK_BETWEEN' undeclared (first use in this function) sqlite3.c:75441: warning: comparison between pointer and integer sqlite3.c:75444: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:75444: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:75474: error: 'TK_OR' undeclared (first use in this function) sqlite3.c:75474: warning: comparison between pointer and integer sqlite3.c:75483: warning: passing argument 3 of 'whereSplit' makes integer from pointer without a cast sqlite3.c:75518: warning: passing argument 2 of 'sqlite3Expr' makes integer from pointer without a cast sqlite3.c:75556: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:75556: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:75574: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:75577: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:75577: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:75608: error: 'TK_MATCH' undeclared (first use in this function) sqlite3.c:75608: warning: passing argument 2 of 'sqlite3Expr' makes integer from pointer without a cast sqlite3.c: In function 'isSortingIndex': sqlite3.c:75705: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:75705: warning: comparison between pointer and integer sqlite3.c: In function 'sortableByRowid': sqlite3.c:75802: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:75802: warning: comparison between pointer and integer sqlite3.c: In function 'bestVirtualIndex': sqlite3.c:75937: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:75937: warning: comparison between pointer and integer sqlite3.c: In function 'bestIndex': sqlite3.c:76144: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:76144: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:76144: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:76144: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:76144: error: 'TK_GE' undeclared (first use in this function) sqlite3.c: In function 'codeApplyAffinity': sqlite3.c:76392: error: 'OP_Affinity' undeclared (first use in this function) sqlite3.c:76392: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'codeEqualityTerm': sqlite3.c:76423: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:76423: warning: comparison between pointer and integer sqlite3.c:76425: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:76425: warning: comparison between pointer and integer sqlite3.c:76427: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:76427: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:76438: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:76438: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:76451: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:76451: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:76453: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:76453: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:76455: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:76455: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c: In function 'codeAllEqualityTerms': sqlite3.c:76523: error: 'OP_SCopy' undeclared (first use in this function) sqlite3.c:76523: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:76528: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:76528: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3WhereBegin': sqlite3.c:76694: error: 'TK_AND' undeclared (first use in this function) sqlite3.c:76694: warning: passing argument 3 of 'whereSplit' makes integer from pointer without a cast sqlite3.c:76911: error: 'OP_Explain' undeclared (first use in this function) sqlite3.c:76911: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:76921: error: 'OP_VOpen' undeclared (first use in this function) sqlite3.c:76922: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:76926: error: 'OP_OpenWrite' undeclared (first use in this function) sqlite3.c:76926: error: 'OP_OpenRead' undeclared (first use in this function) sqlite3.c:76926: warning: initialization makes integer from pointer without a cast sqlite3.c:76942: error: 'OP_SetNumColumns' undeclared (first use in this function) sqlite3.c:76942: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:76944: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:76991: error: 'OP_Integer' undeclared (first use in this function) sqlite3.c:76991: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77025: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77026: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77027: error: 'OP_VFilter' undeclared (first use in this function) sqlite3.c:77028: warning: passing argument 2 of 'sqlite3VdbeAddOp4' makes integer from pointer without a cast sqlite3.c:77037: error: 'OP_VNext' undeclared (first use in this function) sqlite3.c:77057: error: 'OP_MustBeInt' undeclared (first use in this function) sqlite3.c:77057: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77058: error: 'OP_NotExists' undeclared (first use in this function) sqlite3.c:77058: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:77060: error: 'OP_Noop' undeclared (first use in this function) sqlite3.c:77069: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:77069: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:77069: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:77070: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:77070: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:77083: error: 'OP_ForceInt' undeclared (first use in this function) sqlite3.c:77084: warning: comparison between pointer and integer sqlite3.c:77084: warning: comparison between pointer and integer sqlite3.c:77084: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:77085: error: 'OP_MoveLt' undeclared (first use in this function) sqlite3.c:77085: error: 'OP_MoveGe' undeclared (first use in this function) sqlite3.c:77085: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:77090: error: 'OP_Last' undeclared (first use in this function) sqlite3.c:77090: error: 'OP_Rewind' undeclared (first use in this function) sqlite3.c:77090: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77099: warning: comparison between pointer and integer sqlite3.c:77099: warning: comparison between pointer and integer sqlite3.c:77100: error: 'OP_Le' undeclared (first use in this function) sqlite3.c:77100: error: 'OP_Ge' undeclared (first use in this function) sqlite3.c:77100: warning: assignment makes integer from pointer without a cast sqlite3.c:77102: error: 'OP_Lt' undeclared (first use in this function) sqlite3.c:77102: error: 'OP_Gt' undeclared (first use in this function) sqlite3.c:77102: warning: assignment makes integer from pointer without a cast sqlite3.c:77107: error: 'OP_Prev' undeclared (first use in this function) sqlite3.c:77107: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:77107: warning: assignment makes integer from pointer without a cast sqlite3.c:77110: warning: comparison between pointer and integer sqlite3.c:77112: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:77112: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77155: error: 'OP_MoveGt' undeclared (first use in this function) sqlite3.c:77159: error: 'OP_MoveLe' undeclared (first use in this function) sqlite3.c:77162: error: 'OP_IdxGE' undeclared (first use in this function) sqlite3.c:77164: error: 'OP_IdxLT' undeclared (first use in this function) sqlite3.c:77237: error: 'OP_IsNull' undeclared (first use in this function) sqlite3.c:77237: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77240: error: 'OP_Null' undeclared (first use in this function) sqlite3.c:77240: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77263: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77288: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:77288: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:77289: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77294: error: 'OP_IdxRowid' undeclared (first use in this function) sqlite3.c:77294: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77295: warning: passing argument 2 of 'sqlite3VdbeAddOp3' makes integer from pointer without a cast sqlite3.c:77302: warning: assignment makes integer from pointer without a cast sqlite3.c:77314: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77341: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c: In function 'sqlite3WhereEnd': sqlite3.c:77438: error: 'OP_Noop' undeclared (first use in this function) sqlite3.c:77438: warning: comparison between pointer and integer sqlite3.c:77447: error: 'OP_Next' undeclared (first use in this function) sqlite3.c:77447: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77455: error: 'OP_IfPos' undeclared (first use in this function) sqlite3.c:77455: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:77456: error: 'OP_NullRow' undeclared (first use in this function) sqlite3.c:77456: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:77458: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:77460: error: 'OP_Goto' undeclared (first use in this function) sqlite3.c:77460: warning: passing argument 2 of 'sqlite3VdbeAddOp2' makes integer from pointer without a cast sqlite3.c:77478: error: 'OP_Close' undeclared (first use in this function) sqlite3.c:77478: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:77481: warning: passing argument 2 of 'sqlite3VdbeAddOp1' makes integer from pointer without a cast sqlite3.c:77508: error: 'OP_Column' undeclared (first use in this function) sqlite3.c:77508: warning: comparison between pointer and integer sqlite3.c:77517: error: 'OP_Rowid' undeclared (first use in this function) sqlite3.c:77517: warning: comparison between pointer and integer sqlite3.c:77519: error: 'OP_IdxRowid' undeclared (first use in this function) sqlite3.c:77520: warning: comparison between pointer and integer sqlite3.c: In function 'yy_reduce': sqlite3.c:79525: error: 'TK_DEFERRED' undeclared (first use in this function) sqlite3.c:79637: error: 'TK_UMINUS' undeclared (first use in this function) sqlite3.c:79637: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79643: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:79643: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79777: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:79802: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79808: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79809: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:79809: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79810: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:79810: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79979: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79983: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79984: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79985: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79990: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79991: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79992: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79993: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:79994: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80003: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:80003: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80014: error: 'TK_CAST' undeclared (first use in this function) sqlite3.c:80014: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80042: error: 'TK_CONST_FUNC' undeclared (first use in this function) sqlite3.c:80074: error: 'TK_NOT' undeclared (first use in this function) sqlite3.c:80074: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80087: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:80087: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80093: error: 'TK_NOTNULL' undeclared (first use in this function) sqlite3.c:80093: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80099: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80112: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80118: error: 'TK_UPLUS' undeclared (first use in this function) sqlite3.c:80118: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80126: error: 'TK_BETWEEN' undeclared (first use in this function) sqlite3.c:80126: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80132: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80138: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:80138: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80145: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80151: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:80151: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80163: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80170: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80177: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80184: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80190: error: 'TK_EXISTS' undeclared (first use in this function) sqlite3.c:80190: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80202: error: 'TK_CASE' undeclared (first use in this function) sqlite3.c:80202: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80242: error: 'TK_COLUMN' undeclared (first use in this function) sqlite3.c:80242: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80254: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80304: error: 'TK_BEFORE' undeclared (first use in this function) sqlite3.c:80307: error: 'TK_AFTER' undeclared (first use in this function) sqlite3.c:80310: error: 'TK_INSTEAD' undeclared (first use in this function) sqlite3.c:80317: error: 'TK_UPDATE' undeclared (first use in this function) sqlite3.c:80367: error: 'TK_RAISE' undeclared (first use in this function) sqlite3.c:80367: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c:80376: warning: passing argument 2 of 'sqlite3PExpr' makes integer from pointer without a cast sqlite3.c: In function 'keywordCode': sqlite3.c:80830: error: 'TK_BEFORE' undeclared (first use in this function) sqlite3.c:80830: error: 'TK_FOR' undeclared (first use in this function) sqlite3.c:80830: error: 'TK_FOREIGN' undeclared (first use in this function) sqlite3.c:80830: error: 'TK_IGNORE' undeclared (first use in this function) sqlite3.c:80830: error: 'TK_LIKE_KW' undeclared (first use in this function) sqlite3.c:80831: error: 'TK_EXPLAIN' undeclared (first use in this function) sqlite3.c:80831: error: 'TK_INSTEAD' undeclared (first use in this function) sqlite3.c:80831: error: 'TK_ADD' undeclared (first use in this function) sqlite3.c:80831: error: 'TK_DESC' undeclared (first use in this function) sqlite3.c:80831: error: 'TK_ESCAPE' undeclared (first use in this function) sqlite3.c:80832: error: 'TK_EACH' undeclared (first use in this function) sqlite3.c:80832: error: 'TK_CHECK' undeclared (first use in this function) sqlite3.c:80832: error: 'TK_KEY' undeclared (first use in this function) sqlite3.c:80832: error: 'TK_CONSTRAINT' undeclared (first use in this function) sqlite3.c:80832: error: 'TK_INTERSECT' undeclared (first use in this function) sqlite3.c:80833: error: 'TK_TABLE' undeclared (first use in this function) sqlite3.c:80833: error: 'TK_JOIN_KW' undeclared (first use in this function) sqlite3.c:80833: error: 'TK_THEN' undeclared (first use in this function) sqlite3.c:80833: error: 'TK_END' undeclared (first use in this function) sqlite3.c:80833: error: 'TK_DATABASE' undeclared (first use in this function) sqlite3.c:80834: error: 'TK_AS' undeclared (first use in this function) sqlite3.c:80834: error: 'TK_SELECT' undeclared (first use in this function) sqlite3.c:80834: error: 'TK_TRANSACTION' undeclared (first use in this function) sqlite3.c:80834: error: 'TK_ON' undeclared (first use in this function) sqlite3.c:80835: error: 'TK_ALTER' undeclared (first use in this function) sqlite3.c:80835: error: 'TK_RAISE' undeclared (first use in this function) sqlite3.c:80835: error: 'TK_ELSE' undeclared (first use in this function) sqlite3.c:80835: error: 'TK_EXCEPT' undeclared (first use in this function) sqlite3.c:80835: error: 'TK_TRIGGER' undeclared (first use in this function) sqlite3.c:80836: error: 'TK_REFERENCES' undeclared (first use in this function) sqlite3.c:80836: error: 'TK_UNIQUE' undeclared (first use in this function) sqlite3.c:80836: error: 'TK_QUERY' undeclared (first use in this function) sqlite3.c:80836: error: 'TK_ATTACH' undeclared (first use in this function) sqlite3.c:80836: error: 'TK_HAVING' undeclared (first use in this function) sqlite3.c:80837: error: 'TK_GROUP' undeclared (first use in this function) sqlite3.c:80837: error: 'TK_UPDATE' undeclared (first use in this function) sqlite3.c:80837: error: 'TK_TEMP' undeclared (first use in this function) sqlite3.c:80837: error: 'TK_OR' undeclared (first use in this function) sqlite3.c:80838: error: 'TK_BEGIN' undeclared (first use in this function) sqlite3.c:80838: error: 'TK_REINDEX' undeclared (first use in this function) sqlite3.c:80838: error: 'TK_INDEX' undeclared (first use in this function) sqlite3.c:80838: error: 'TK_EXCLUSIVE' undeclared (first use in this function) sqlite3.c:80839: error: 'TK_EXISTS' undeclared (first use in this function) sqlite3.c:80839: error: 'TK_BETWEEN' undeclared (first use in this function) sqlite3.c:80839: error: 'TK_NOTNULL' undeclared (first use in this function) sqlite3.c:80839: error: 'TK_NOT' undeclared (first use in this function) sqlite3.c:80839: error: 'TK_NULL' undeclared (first use in this function) sqlite3.c:80840: error: 'TK_CASCADE' undeclared (first use in this function) sqlite3.c:80840: error: 'TK_ASC' undeclared (first use in this function) sqlite3.c:80840: error: 'TK_DEFERRABLE' undeclared (first use in this function) sqlite3.c:80840: error: 'TK_CASE' undeclared (first use in this function) sqlite3.c:80841: error: 'TK_COLLATE' undeclared (first use in this function) sqlite3.c:80841: error: 'TK_CREATE' undeclared (first use in this function) sqlite3.c:80841: error: 'TK_CTIME_KW' undeclared (first use in this function) sqlite3.c:80841: error: 'TK_DELETE' undeclared (first use in this function) sqlite3.c:80841: error: 'TK_DETACH' undeclared (first use in this function) sqlite3.c:80842: error: 'TK_IMMEDIATE' undeclared (first use in this function) sqlite3.c:80842: error: 'TK_JOIN' undeclared (first use in this function) sqlite3.c:80842: error: 'TK_INSERT' undeclared (first use in this function) sqlite3.c:80842: error: 'TK_MATCH' undeclared (first use in this function) sqlite3.c:80842: error: 'TK_PLAN' undeclared (first use in this function) sqlite3.c:80843: error: 'TK_ANALYZE' undeclared (first use in this function) sqlite3.c:80843: error: 'TK_PRAGMA' undeclared (first use in this function) sqlite3.c:80843: error: 'TK_ABORT' undeclared (first use in this function) sqlite3.c:80843: error: 'TK_VALUES' undeclared (first use in this function) sqlite3.c:80843: error: 'TK_VIRTUAL' undeclared (first use in this function) sqlite3.c:80844: error: 'TK_LIMIT' undeclared (first use in this function) sqlite3.c:80844: error: 'TK_WHEN' undeclared (first use in this function) sqlite3.c:80844: error: 'TK_WHERE' undeclared (first use in this function) sqlite3.c:80844: error: 'TK_RENAME' undeclared (first use in this function) sqlite3.c:80844: error: 'TK_AFTER' undeclared (first use in this function) sqlite3.c:80845: error: 'TK_REPLACE' undeclared (first use in this function) sqlite3.c:80845: error: 'TK_AND' undeclared (first use in this function) sqlite3.c:80845: error: 'TK_DEFAULT' undeclared (first use in this function) sqlite3.c:80845: error: 'TK_AUTOINCR' undeclared (first use in this function) sqlite3.c:80845: error: 'TK_TO' undeclared (first use in this function) sqlite3.c:80846: error: 'TK_IN' undeclared (first use in this function) sqlite3.c:80846: error: 'TK_CAST' undeclared (first use in this function) sqlite3.c:80846: error: 'TK_COLUMNKW' undeclared (first use in this function) sqlite3.c:80846: error: 'TK_COMMIT' undeclared (first use in this function) sqlite3.c:80846: error: 'TK_CONFLICT' undeclared (first use in this function) sqlite3.c:80847: error: 'TK_PRIMARY' undeclared (first use in this function) sqlite3.c:80847: error: 'TK_DEFERRED' undeclared (first use in this function) sqlite3.c:80848: error: 'TK_DISTINCT' undeclared (first use in this function) sqlite3.c:80848: error: 'TK_IS' undeclared (first use in this function) sqlite3.c:80848: error: 'TK_DROP' undeclared (first use in this function) sqlite3.c:80848: error: 'TK_FAIL' undeclared (first use in this function) sqlite3.c:80848: error: 'TK_FROM' undeclared (first use in this function) sqlite3.c:80849: error: 'TK_BY' undeclared (first use in this function) sqlite3.c:80849: error: 'TK_IF' undeclared (first use in this function) sqlite3.c:80849: error: 'TK_INTO' undeclared (first use in this function) sqlite3.c:80850: error: 'TK_OF' undeclared (first use in this function) sqlite3.c:80850: error: 'TK_OFFSET' undeclared (first use in this function) sqlite3.c:80850: error: 'TK_SET' undeclared (first use in this function) sqlite3.c:80850: error: 'TK_ISNULL' undeclared (first use in this function) sqlite3.c:80850: error: 'TK_ORDER' undeclared (first use in this function) sqlite3.c:80851: error: 'TK_RESTRICT' undeclared (first use in this function) sqlite3.c:80851: error: 'TK_ROLLBACK' undeclared (first use in this function) sqlite3.c:80851: error: 'TK_ROW' undeclared (first use in this function) sqlite3.c:80852: error: 'TK_UNION' undeclared (first use in this function) sqlite3.c:80852: error: 'TK_USING' undeclared (first use in this function) sqlite3.c:80852: error: 'TK_VACUUM' undeclared (first use in this function) sqlite3.c:80852: error: 'TK_VIEW' undeclared (first use in this function) sqlite3.c:80852: error: 'TK_INITIALLY' undeclared (first use in this function) sqlite3.c:80853: error: 'TK_ALL' undeclared (first use in this function) sqlite3.c:80856: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:80856: warning: return makes integer from pointer without a cast sqlite3.c:80865: warning: return makes integer from pointer without a cast sqlite3.c: In function 'sqlite3GetToken': sqlite3.c:80932: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:80941: error: 'TK_MINUS' undeclared (first use in this function) sqlite3.c:80945: error: 'TK_LP' undeclared (first use in this function) sqlite3.c:80949: error: 'TK_RP' undeclared (first use in this function) sqlite3.c:80953: error: 'TK_SEMI' undeclared (first use in this function) sqlite3.c:80957: error: 'TK_PLUS' undeclared (first use in this function) sqlite3.c:80961: error: 'TK_STAR' undeclared (first use in this function) sqlite3.c:80966: error: 'TK_SLASH' undeclared (first use in this function) sqlite3.c:80975: error: 'TK_REM' undeclared (first use in this function) sqlite3.c:80979: error: 'TK_EQ' undeclared (first use in this function) sqlite3.c:80984: error: 'TK_LE' undeclared (first use in this function) sqlite3.c:80987: error: 'TK_NE' undeclared (first use in this function) sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first use in this function) sqlite3.c:80993: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:80999: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:81002: error: 'TK_RSHIFT' undeclared (first use in this function) sqlite3.c:81005: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:81011: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81020: error: 'TK_BITOR' undeclared (first use in this function) sqlite3.c:81023: error: 'TK_CONCAT' undeclared (first use in this function) sqlite3.c:81028: error: 'TK_COMMA' undeclared (first use in this function) sqlite3.c:81032: error: 'TK_BITAND' undeclared (first use in this function) sqlite3.c:81036: error: 'TK_BITNOT' undeclared (first use in this function) sqlite3.c:81053: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:81056: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:81068: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:81076: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:81082: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:81102: warning: assignment makes integer from pointer without a cast sqlite3.c:81106: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:81115: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:81155: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c: In function 'sqlite3RunParser': sqlite3.c:81227: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:81227: warning: case label value exceeds maximum value for type sqlite3.c:81235: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81235: warning: case label value exceeds maximum value for type sqlite3.c:81242: error: 'TK_SEMI' undeclared (first use in this function) sqlite3.c:81242: warning: case label value exceeds maximum value for type sqlite3.c:81258: warning: comparison between pointer and integer sqlite3.c:81259: warning: passing argument 2 of 'sqlite3Parser' makes integer from pointer without a cast gnumake: *** [sqlite3.lo] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.2" && gnumake all " returned error 2 Command output: sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first use in this function) sqlite3.c:80993: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:80999: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:81002: error: 'TK_RSHIFT' undeclared (first use in this function) sqlite3.c:81005: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:81011: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81020: error: 'TK_BITOR' undeclared (first use in this function) sqlite3.c:81023: error: 'TK_CONCAT' undeclared (first use in this function) sqlite3.c:81028: error: 'TK_COMMA' undeclared (first use in this function) sqlite3.c:81032: error: 'TK_BITAND' undeclared (first use in this function) sqlite3.c:81036: error: 'TK_BITNOT' undeclared (first use in this function) sqlite3.c:81053: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:81056: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:81068: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:81076: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:81082: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:81102: warning: assignment makes integer from pointer without a cast sqlite3.c:81106: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:81115: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:81155: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c: In function 'sqlite3RunParser': sqlite3.c:81227: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:81227: warning: case label value exceeds maximum value for type sqlite3.c:81235: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81235: warning: case label value exceeds maximum value for type sqlite3.c:81242: error: 'TK_SEMI' undeclared (first use in this function) sqlite3.c:81242: warning: case label value exceeds maximum value for type sqlite3.c:81258: warning: comparison between pointer and integer sqlite3.c:81259: warning: passing argument 2 of 'sqlite3Parser' makes integer from pointer without a cast gnumake: *** [sqlite3.lo] Error 1 Warning: the following items did not execute (for sqlite3): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. On Sep 6, 2008, at 5:32 AM, Kieran Kelleher wrote: > I have been a macports user for years. Today I got my first port > install error ..... any idea what the problem might be? .... the > concole output is below with failure at the end ...... > > The machine is MacPro 8-core intel running Leopard 10.5.4 > From kieran_lists at mac.com Sat Sep 6 11:51:29 2008 From: kieran_lists at mac.com (Kieran Kelleher) Date: Sat, 6 Sep 2008 14:51:29 -0400 Subject: "sudo port install git-core +svn" fails In-Reply-To: <48C2974A.7020704@macports.org> References: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> <48C2974A.7020704@macports.org> Message-ID: Thanks. That did it. Regards, Kieran On Sep 6, 2008, at 10:44 AM, Rainer M?ller wrote: > Kieran Kelleher wrote: >> ---> Building sqlite3 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_databases_sqlite3/work/sqlite-3.6.2" && >> gnumake all " returned error 2 >> Command output: sed -e s/--VERS--/3.6.2/ ./src/sqlite.h.in | \ >> sed -e s/--VERSION-NUMBER--/3006002/ >sqlite3.h >> /usr/bin/gcc-4.0 -O2 -o mkkeywordhash - >> DSQLITE_OMIT_LOAD_EXTENSION=1 ./tool/mkkeywordhash.c >> ./mkkeywordhash >keywordhash.h >> /usr/bin/gcc-4.0 -O2 -o lemon ./tool/lemon.c >> cp ./tool/lempar.c . >> cp ./src/parse.y . >> ./lemon -DSQLITE_OMIT_LOAD_EXTENSION=1 parse.y >> mv parse.h parse.h.temp >> f ./addopcodes.awk parse.h.temp >parse.h >> /bin/sh: f: command not found >> gnumake: [parse.c] Error 127 (ignored) >> cat parse.h ./src/vdbe.c | -f ./mkopcodeh.awk >opcodes.h >> /bin/sh: -f: command not found >> cat: stdout: Broken pipe >> gnumake: *** [opcodes.h] Error 127 > > This is a bug in Tcl on Leopard. See [1] for more information. > > Workaround: > sudo port clean sqlite3 > sudo port install git-core +svn > > Rainer > > [1] > http://trac.macports.org/wiki/LeopardProblems#environmentvariablesbecomeblankbetweenconfigureandbuildphases From paulbeard at gmail.com Sat Sep 6 13:42:24 2008 From: paulbeard at gmail.com (paul beard) Date: Sat, 6 Sep 2008 13:42:24 -0700 Subject: macports-users Digest, Vol 25, Issue 6 In-Reply-To: References: Message-ID: On Sat, Sep 6, 2008 at 7:00 AM, wrote: > > > Greetings. > > Pardon my ignorance, but I can't find out how to begin using MacPorts. > > I have a MacBook just under a year old, with a 2GHz Intel Core 2 Duo > processor and OS X 10.5.4. > > I installed appropriate versions of X11, Xcode & MacPorts - all > successfully, as I understood it. > > I cannot find MacPort's icon. > > Perhaps it is not its own app. In which case it is a bit beyond my > ken. ...my barbie too. > > I've checked the online guide & FAQ and it all seems to assume this > most basic how-to-start-using-it point is self-evident and I can't > find any mention of what I need to do to begin doing anything else > with it. I've given up on that route, after a couple hours of > installing and searching. > > Began this whole process in an attempt to install GIMP. I'll try the > other easy(?) route listed on their site, but would still be > interested in checking out what-all MacPorts has to offer. It seems > an exciting source to explore. > MacPorts is not an application so there is no icon or anything like that. It's a framework to install and manage other open source apps (like the Gimp). It manages dependencies and versions/variants so you can just get what you need. Why don't send along to the list the output of "port installed" so we can see where you are. If you get a complaint that port does not exist, you will need to try "/opt/local/bin/port installed" as there as a known bug in the last release that has never been fixed. -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080906/bdfe0e87/attachment.html From 0x62_0x6c_0x62 at pobox.com Sat Sep 6 16:08:01 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Sat, 6 Sep 2008 17:08:01 -0600 Subject: cdrtools is not building and installing mkisofs, cdda2wav and various other programs In-Reply-To: <48C28CFC.8080608@googlemail.com> References: <48C28CFC.8080608@googlemail.com> Message-ID: <2E51FB5E-898A-49A7-9B8C-591A820E4139@pobox.com> On Sep 6, 2008, at 8:00 AM, David Evans wrote: > > In cdrtools version 2.01.01a46_0, it does not build and install > mkisofs, > cdda2wav and various other programs. It does build and install > cdrecord > I just attached a patch to ticket #15934 [1] which updates cdrtools to the current version and switches to using smake; hopefully using smake to do the build will fix these issues you've seen. Bryan [1] - > I do not know whether it is related to this error message: > > ----- > W A R N I N G Messages like: > > gmake[2]: Entering directory `/tmp/cdrtools-2.01/libschily' > > ../RULES/r-gmake.dep:76: OBJ//ffilewrite.d: No such file or > directory > ../RULES/r-gmake.dep:76: OBJ//fgetline.d: No such file or > directory > ../RULES/r-gmake.dep:76: OBJ//fgetstr.d: No such file or > directory > ../RULES/r-gmake.dep:76: OBJ//file_raise.d: No such file or > directory > ../RULES/r-gmake.dep:76: OBJ//fileclose.d: No such file or > directory > .... > > are caused by a GNU make bug and not by the Schily makefile system. > > The related bug has been reported to the GNU make maintainers in > 1998 but > as the bug has not yet been fixed, it seems that GNU make is > unmaintained :-( > A working highly portable make program is at ftp://ftp.berlios.de/pub/smake > ------ > > > Perhaps we should be using smake. From ms at mac-specialist.com Sat Sep 6 18:22:04 2008 From: ms at mac-specialist.com (Bill Hernandez) Date: Sat, 6 Sep 2008 20:22:04 -0500 Subject: Getting Started In-Reply-To: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> References: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> Message-ID: On Sep 5, 2008, at 3:13 PM, Sam Williams wrote: > Pardon my ignorance, but I can't find out how to begin using MacPorts. > > I have a MacBook just under a year old, with a 2GHz Intel Core 2 Duo > processor and OS X 10.5.4. > > I installed appropriate versions of X11, Xcode & MacPorts - all > successfully, as I understood it. > > I cannot find MacPort's icon. > > Perhaps it is not its own app. In which case it is a bit beyond my > ken. ...my barbie too. > > I've checked the online guide & FAQ and it all seems to assume this > most basic how-to-start-using-it point is self-evident and I can't > find any mention of what I need to do to begin doing anything else > with it. I've given up on that route, after a couple hours of > installing and searching. > > Began this whole process in an attempt to install GIMP. I'll try > the other easy(?) route listed on their site, but would still be > interested in checking out what-all MacPorts has to offer. It seems > an exciting source to explore. > > I am not computer-illiterate, by any means - I used to program in > Fortran, RPN & Basic, from the early 70s to the mid-80s - but I am > only a propeller-head wannabe and have been spoiled by Macs for the > last 24 years. I suspect this is at the core of my problem. > > Damn, I'm getting old... > > Any help would be appreciated. > > TIA, > > SamW Sam, There is no MacPorts icon, but don't despair... The first thing to do is select "/Applications/Utilities/Terminal.app" and drag it to the dock where you can access it easily. After you launch the Terminal from the dock, to make sure MacPorts is installed you can try : ~ $ which port ---> /opt/local/bin/port ~ $ port help 'port help' will fill the Terminal window, but won't help you much, if at all. You can try : ~ $ sudo port -d selfupdate This previous command will update MacPorts itself. The '-d' means do the update in the "debug mode". i.e. echo boatloads of info to the screen, you can also use '-v' which stands for "verbose mode". Your best bet is to purchase 'PortAutority.app' and slowly begin to learn about MacPorts with the goal to eventually do most everything with the Terminal. For me it has a lot more power, but took a while to figure out. Google 'macports documentation' and that should give you several places to begin. Checkout : http://www.macports.org/ http://guide.macports.org/ Try Google 'macports php'as an example and you'll find some links to help You can Google 'PortAutority.app', buy it, it will get you up and going quickly. It's a bargain... Once you install a few items with 'PortAutority.app' you can use the Terminal to issue some commands like : ~ $ port installed ~ $ port list installed About the same time, or shortly thereafter, that I started with MacPorts I got hit by a Trojan Horse that damaged, several machines, including servers, etc. This forced the shutdown, isolation, re- initialization of the OS on all the machines, backups, etc. It took a while to get all the issues resolved, until I finally found and eradicated the trojan. One of the biggest problems I ran into when I started was that anytime I installed the operating system on any of the machines, it took a lot of time to get all the ports installed, initialized, and running (particularly the databases). Eventually I wrote a shell script that installs, initializes all the databases, creates symlinks, makes backups of things like php.ini, my.cnf, pg_hba.conf, httpd.conf, all the apache virtual host files, etc. I do not keep any of the php.ini, my.cnf, pg_hba.conf, httpd.conf, all the apache virtual host files, etc. in the standard locations within '/ opt/local/...', instead I keep all the configuration files in another directory unrelated to '/opt/local/...', thus the reason for the symlinks. The nice thing about this is that if anything gets majorly hosed for whatever reason, I can run the shell script which backs up the databases, shuts down everything, deletes the '/opt/local/...' directory, re-installs MacPorts, and all the ports I need, re- initializes everything, restarts all the apache and associated pieces, restores the databases, and for the most part everything is back up and running very quickly. This was an important goal for me, to automate rebuilding all the MacPorts installs. I have gotten a lot of help on this board, it has been great. I mostly lurk as there are others that know far more, but this seemed like something I could reply to... Depending on your needs, you will most likely need some variants which provide additional functionalities to some of the ports. Whatever you do, don't give up on MacPorts, it is an awesome, and successful effort by some amazingly talented, and dedicated people to help the rest of us ordinary mortals... I added a couple of small shell scripts below for you, they may be overkill for you now, but at least you'll have them for later... Best of luck, Bill Hernandez Plano, Texas # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # Here's a small shell script that will help you get variant info : # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ #!/bin/bash #Author - Bill Hernandez (Plano, Texas) # ScriptName - bh_port_variants v_1.0.0 # Modified - Thursday, September 13, 2007 (7:59 PM) # # make sure you save this in your shell search path # make sure you set the permissions so that the owner is executable # something like chmod 700 /path/to/bin/folder/bh_port_longdesc # This assumes you have BBEdit as a Text Editor, if you don't have it www.barebones.com has a free version that is almost as powerful # if you call it without passing it a port name, it will you give you info on Apache # port variants Apache2 divider ='-----------------------------------------------------------------' # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # BEGIN CODE HERE # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ if [ $# -lt 1 ]; then fsubj=apache2 ; else fsubj=$1 ; fi apath=/Applications/BBEdit.app ; output_file=/tmp/${fsubj}_port_long_desc.txt ; debug_mode=true today="[`date +%Y.%d.%m`](`date +%I:%M%p`)" filepath=$0 dirpath=`dirname $filepath` script=$(basename $filepath) os_info=`uname -a` os=$(uname -a | awk '{print $1 " " $3}') domain=$(uname -a | awk '{print $2}') username=$(id -u -n) if [ $debug_mode == true ]; then echo $divider > $output_file ; echo "( 1 )" "called : $script $@" >> $output_file echo $divider >> $output_file ; echo "( 2 )" $today >> $output_file echo "( 3 )" "\$username : ${username}" >> $output_file echo "( 4 )" "\$filepath : " $filepath >> $output_file echo "( 5 )" "\$dirpath : " $dirpath >> $output_file echo "( 6 )" "\$script : " $script >> $output_file echo "( 7 )" "\$os : " $os >> $output_file echo "( 8 )" "\$domain : " $domain >> $output_file echo "( 9 )" "\$os_info : " $os_info >> $output_file echo $divider >> $output_file ; fi port variants $fsubj >> $output_file ; echo $divider >> $output_file ; port info long_description:$fsubj >> $output_file ; open -a $apath $output_file # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # Here's a small shell script that will help the long description for a given port : # It may be overkill for now # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ #!/bin/bash #Author - Bill Hernandez (Plano, Texas) # ScriptName - bh_port_ldesc --> bh_port_longdesc v_1.0.0 # Modified - Thursday, September 13, 2007 (7:59 PM) # # make sure you save this in your shell search path # make sure you set the permissions so that the owner is executable # something like chmod 700 /path/to/bin/folder/bh_port_longdesc # This assumes you have BBEdit as a Text Editor, if you don't have it www.barebones.com has a free version that is almost as powerful # if you call it without passing it a port name, it will you give you info on Apache if [ $# -lt 1 ]; then fsubj=apache ; apath=/Applications/BBEdit.app ; fpath=/tmp/$ {fsubj}_port_long_desc.txt ; port info long_description:$fsubj >> $fpath ; open -a $apath $fpath else fsubj=$1 ; apath=/Applications/BBEdit.app ; fpath=/tmp/$ {fsubj}_port_long_desc.txt ; port info long_description:$fsubj >> $fpath ; open -a $apath $fpath fi # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # This is far from complete, but it will give you some idea # --+---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ #!/bin/bash # ScriptName : bh_port_install_part_01 # Version : 1.0.0 # Author : Bill Hernandez # Updated : Wednesday, April 16, 2008 (10:18 AM) bh_port_install_part_01 # SEE : bh_port_install_all # SEE : port_installed_2007_08_19.txt # SEE : port_complete_install_log.txt # SEE : port_pgsql_install_log.txt # SEE : port_install_notes.txt # [2008.02.05](12:19AM) -> [roscoe] ~ $ port list installed # # apache2 @2.2.8 www/apache2 # apr @1.2.12 devel/apr # apr-util @1.2.12 devel/apr-util # bison @2.3 devel/bison # bzip2 @1.0.5 archivers/bzip2 # curl @7.18.1 net/curl # cyrus-sasl2 @2.1.21 security/cyrus-sasl2 # db44 @4.4.20 databases/db44 # expat @2.0.1 textproc/expat # fontconfig @2.5.0 graphics/fontconfig # freetype @2.3.5 print/freetype # gawk @3.1.6 lang/gawk # gd2 @2.0.35 graphics/gd2 # gettext @0.17 devel/gettext # gmake @3.81 devel/gmake # jpeg @6b graphics/jpeg # libiconv @1.12 textproc/libiconv # libmcrypt @2.5.8 devel/libmcrypt # libpng @1.2.26 graphics/libpng # libtool @1.5.26 devel/libtool # libxml2 @2.6.31 textproc/libxml2 # libxslt @1.1.22 textproc/libxslt # m4 @1.4.10 devel/m4 # mhash @0.9.9 devel/mhash # mysql5 @5.0.51a databases/mysql5 # ncurses @5.6 devel/ncurses # ncursesw @5.6 devel/ncursesw # openldap @2.3.35 databases/openldap # openssl @0.9.8g devel/openssl # ossp-uuid @1.6.0 devel/ossp-uuid # pcre @7.6 devel/pcre # perl5.8 @5.8.8 lang/perl5.8 # php5 @5.2.5 www/php5 # pkgconfig @0.23 devel/pkgconfig # postgresql83 @8.3.1 databases/postgresql83 # postgresql83-doc @8.3.1 databases/ postgresql83-doc # postgresql83-server @8.3.1 databases/ postgresql83-server # readline @5.2.007 devel/readline # rpl @1.4.0 textproc/rpl # sqlite3 @3.5.8 databases/sqlite3 # tidy @20051026 www/tidy # tiff @3.8.2 graphics/tiff # zlib @1.2.3 archivers/zlib # # [2008.02.05](12:19AM) -> [roscoe] ~ $ # # +---------+---------+---------+---------+---------+--------- +---------+---------+ # MACPORTS INSTALLATION ORDER - THIS IS HOW I INSTALLED THEM # +---------+---------+---------+---------+---------+--------- +---------+---------+ # sudo port -d sync # sudo port -d selfupdate # bh_port_variants apache2 sudo echo install_all=true if [ $install_all == true ]; then sudo port -v install zlib sudo port -v install openssl sudo port -v install gd2 sudo port -v install libxml2 sudo port -v install perl5.8 sudo port -v install rpl sudo port -v install curl sudo port -v install apr sudo port -v install apr-util sudo port -v install bison sudo port -v install cyrus-sasl2 sudo port -v install libmcrypt sudo port -v install libxslt sudo port -v install mhash sudo port -v install openldap sudo port -v install pcre sudo port -v install tiff fi sudo port -d install apache2 sudo port -v install sqlite3 sudo port -v install postgresql83-server sudo port -v install postgresql83-doc sudo port -v install postgresql83 sudo port -v install mysql5 +server sudo port -d install php5 +apache2 +fastcgi +tidy +mysql5 +postgresql83 +sqlite +ipc +pcntl +pear +readline +sockets # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # TO RE-INSTALL APACHE DO THE FOLLOWING # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # open /opt/local # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # SHUTDOWN THE SERVERS # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.slapd.plist # sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.postgresql83-server.plist # sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.mysql5.plist # sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.apache2.plist # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # UNINSTALL PHP AND APACHE2 # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # sudo port -v uninstall php5 +darwin_9 +macosx +apache2 +fastcgi +tidy +mysql5 +postgresql83 +sqlite +ipc +pcntl +pear # sudo port clean --all php5 +darwin_9 +macosx +apache2 +fastcgi +tidy +mysql5 +postgresql83 +sqlite +ipc +pcntl +pear # sudo port -v uninstall apache2 # sudo port clean --all apache2 # sudo port -v uninstall mysql5 # sudo port clean --all mysql5 # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # INSTALL PHP, MYSQL, PGSQL AND APACHE2 # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # sudo port -v install php5 +apache2 +fastcgi +tidy +mysql5 +postgresql83 +sqlite +ipc +pcntl +pear # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # INITIALIZE THE DATABASES, httpd.conf, my.cnf, pg_hba.cong, php.ini, etc # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # START THE SERVERS # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ # sudo launchctl load -w /Library/LaunchDaemons/org.macports.slapd.plist # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.postgresql83-server.plist # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.mysql5.plist # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.apache2.plist # +---------+---------+---------+---------+---------+--------- +---------+---------+---------+---------+ From ryandesign at macports.org Mon Sep 8 01:04:34 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 8 Sep 2008 03:04:34 -0500 Subject: Getting started In-Reply-To: References: Message-ID: On Sep 6, 2008, at 3:42 PM, paul beard wrote: > Why don't send along to the list the output of "port installed" so > we can see where you are. If you get a complaint that port does not > exist, you will need to try "/opt/local/bin/port installed" as > there as a known bug in the last release that has never been fixed. The bug has been fixed; a new version of MacPorts has just not been released that contains the fix. The workaround is described in the problem hotlist: http://trac.macports.org/wiki/ProblemHotlist#a.profilenotsetup From ryandesign at macports.org Mon Sep 8 01:28:38 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 8 Sep 2008 03:28:38 -0500 Subject: Getting Started In-Reply-To: References: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> Message-ID: On Sep 6, 2008, at 8:22 PM, Bill Hernandez wrote: > The first thing to do is select "/Applications/Utilities/Terminal.app" > and drag it to the dock where you can access it easily. After you > launch the Terminal from the dock, to make sure MacPorts is installed > you can try : > > ~ $ which port > ---> /opt/local/bin/port > > ~ $ port help > > 'port help' will fill the Terminal window, but won't help you much, if > at all. If you don't find it helpful, why mention it to a newcomer? "man port" might be more helpful, or reading the Guide at http:// guide.macports.org/ > You can try : > > ~ $ sudo port -d selfupdate > > This previous command will update MacPorts itself. The '-d' means do > the update in the "debug mode". i.e. echo boatloads of info to the > screen, you can also use '-v' which stands for "verbose mode". Because boatloads of info are output, it's more helpful for the newcomer not to use the -d or -v flags. Just run "sudo port selfupdate" > Your best bet is to purchase 'PortAutority.app' and slowly begin to > learn about MacPorts with the goal to eventually do most everything > with the Terminal. For me it has a lot more power, but took a while to > figure out. Instead, I would think the best bet is to read the Guide, understand how MacPorts works, and use the "port" command in the Terminal to manage your ports. As far as I'm concerned, that is the only supported way of using MacPorts -- the only way we can help you on the mailing list. If you use someone else's GUI client, you'll have to get help through the author of that GUI client. > Google 'macports documentation' and that should give you several > places to begin. You don't need Google; you just need our official web page and documentation, which are, as you pointed out: > Checkout : > > http://www.macports.org/ > http://guide.macports.org/ > Try Google 'macports php'as an example and you'll find some links to > help I would rather suggest that you peruse the How-To documents in the MacPorts wiki: http://trac.macports.org/wiki/howto I would prefer for documentation about MacPorts to exist on the MacPorts web site. If our documentation is insufficient, please correct it by amending the appropriate wiki page, or adding a new wiki page, or filing a ticket requesting the Guide be updated. > You can Google 'PortAutority.app', buy it, it will get you up and > going quickly. It's a bargain... MacPorts itself is a bargain and costs $0. You don't need to buy anything to use it to its fullest extent. Now, if you're uncomfortable with the Terminal, then a GUI may help you, though I have not used any MacPorts GUI and cannot vouch for the functionality, easy of use, value or any other aspect of any of them. > Once you install a few items with 'PortAutority.app' you can use the > Terminal to issue some commands like : > > ~ $ port installed > ~ $ port list installed There is probably no reason to ever run "port list installed"; it probably does not do what a beginner or a casual MacPorts user would expect. (It lists the current version of every installed port, even if that is not the version that is installed.) "port installed" is probably what you always want. (It lists the port versions that are actually installed.) > About the same time, or shortly thereafter, that I started with > MacPorts I got hit by a Trojan Horse that damaged, several machines, > including servers, etc. This forced the shutdown, isolation, re- > initialization of the OS on all the machines, backups, etc. It took a > while to get all the issues resolved, until I finally found and > eradicated the trojan. This information seems irrelevant to helping a new user get started with MacPorts. > One of the biggest problems I ran into when I started was that anytime > I installed the operating system on any of the machines, it took a lot > of time to get all the ports installed, initialized, and running > (particularly the databases). Eventually I wrote a shell script that > installs, initializes all the databases, creates symlinks, makes > backups of things like php.ini, my.cnf, pg_hba.conf, httpd.conf, all > the apache virtual host files, etc. > > I do not keep any of the php.ini, my.cnf, pg_hba.conf, httpd.conf, all > the apache virtual host files, etc. in the standard locations > within '/ > opt/local/...', instead I keep all the configuration files in another > directory unrelated to '/opt/local/...', thus the reason for the > symlinks. The nice thing about this is that if anything gets majorly > hosed for whatever reason, I can run the shell script which backs up > the databases, shuts down everything, deletes the '/opt/local/...' > directory, re-installs MacPorts, and all the ports I need, re- > initializes everything, restarts all the apache and associated pieces, > restores the databases, and for the most part everything is back up > and running very quickly. This was an important goal for me, to > automate rebuilding all the MacPorts installs. It really should not be necessary to reinstall MacPorts on a regular basis, so this does seem like overkill. Not something a new user should need to burden themselves with. I will say that I do store my MySQL databases outside of the default location within /opt/local; I have them in my home directory. I also have my Subversion repositories and web sites in my home directory. Somehow it feels better to have my data in my home directory. It's unlikely you'll accidentally lose something in your home directory, but a friend of mine (who seems to get a new computer yearly) has on more than one occasion lost his MySQL databases because he forgot they existed, used Migration Assistant to copy data to his new machine (which did not copy his databases or anything else that was in /usr/local), and erased and sold the old machine before realizing these critical items had not been copied. YMMV. > I have gotten a lot of help on this board, it has been great. I mostly > lurk as there are others that know far more, but this seemed like > something I could reply to... > > Depending on your needs, you will most likely need some variants which > provide additional functionalities to some of the ports. This is good advice. Check "port variants foo" before installing port foo to see if it has any variants you want. > Whatever you do, don't give up on MacPorts, it is an awesome, and > successful effort by some amazingly talented, and dedicated people to > help the rest of us ordinary mortals... > > I added a couple of small shell scripts below for you, they may be > overkill for you now, but at least you'll have them for later... [snip] From ryandesign at macports.org Mon Sep 8 01:38:47 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 8 Sep 2008 03:38:47 -0500 Subject: sqlite3 install fails [was Re: "sudo port install git-core +svn" fails] In-Reply-To: <6B353114-840F-4844-B8F2-5C86A32018DB@mac.com> References: <71537A25-74D2-41B8-8F0A-85C2528252F8@mac.com> <6B353114-840F-4844-B8F2-5C86A32018DB@mac.com> Message-ID: On Sep 6, 2008, at 6:21 AM, Kieran Kelleher wrote: > sqlite3 seems to be the problem install ... here is debug output when > trying to install that ...... any comments on how to resolve this? > > kieranmacpro:~ kieran$ sudo port -d install sqlite3 [snip] > sqlite3.c:55116: error: 'TK_SPACE' undeclared (first use in this > function) > sqlite3.c:55116: warning: comparison between pointer and integer > sqlite3.c:55118: error: 'TK_LP' undeclared (first use in this > function) > sqlite3.c:55118: warning: comparison between pointer and integer > sqlite3.c:55118: error: 'TK_USING' undeclared (first use in this > function) > sqlite3.c:55118: warning: comparison between pointer and integer [snip] Tthis is a version of the Leopard environment variable bug. On Leopard, Tcl does not properly clear environment variables when MacPorts tells it to. This manifests itself in countless different ways, including the problem you observed. This particular manifestation of the problem is this ticket: http://trac.macports.org/wiki/howto The workaround for the Leopard environment variable bug is always to clean the work area of the affected port and try again. sudo port clean --work sqlite3 sudo port install sqlite3 The fix which will cause such workarounds to no longer be required has been committed to MacPorts base in trunk, but a new release of MacPorts containing this fix has not yet been made. MacPorts 1.7.0 will include the fix. From paulbeard at gmail.com Mon Sep 8 10:33:42 2008 From: paulbeard at gmail.com (paul beard) Date: Mon, 8 Sep 2008 10:33:42 -0700 Subject: Getting started In-Reply-To: References: Message-ID: On Mon, Sep 8, 2008 at 1:04 AM, Ryan Schmidt wrote: > On Sep 6, 2008, at 3:42 PM, paul beard wrote: > >> Why don't send along to the list the output of "port installed" so we can >> see where you are. If you get a complaint that port does not exist, you will >> need to try "/opt/local/bin/port installed" as there as a known bug in the >> last release that has never been fixed. > > The bug has been fixed; a new version of MacPorts has just not been released > that contains the fix. The workaround is described in the problem hotlist: > > http://trac.macports.org/wiki/ProblemHotlist#a.profilenotsetup If it hasn't been released, it hasn't really been fixed. Will there be another release? -- Paul Beard / www.paulbeard.org/ From ryandesign at macports.org Mon Sep 8 10:43:09 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 8 Sep 2008 12:43:09 -0500 Subject: Getting started In-Reply-To: References: Message-ID: On Sep 8, 2008, at 12:33 PM, paul beard wrote: > On Mon, Sep 8, 2008 at 1:04 AM, Ryan Schmidt wrote: > >> On Sep 6, 2008, at 3:42 PM, paul beard wrote: >> >>> Why don't send along to the list the output of "port installed" >>> so we can >>> see where you are. If you get a complaint that port does not >>> exist, you will >>> need to try "/opt/local/bin/port installed" as there as a known >>> bug in the >>> last release that has never been fixed. >> >> The bug has been fixed; a new version of MacPorts has just not >> been released >> that contains the fix. The workaround is described in the problem >> hotlist: >> >> http://trac.macports.org/wiki/ProblemHotlist#a.profilenotsetup > > If it hasn't been released, it hasn't really been fixed. The bug has been fixed in the repository. > Will there be another release? Yes. From dperlman at wisc.edu Mon Sep 8 11:10:04 2008 From: dperlman at wisc.edu (David Perlman) Date: Mon, 8 Sep 2008 13:10:04 -0500 Subject: Macports, mri ports problem with AFNI... In-Reply-To: <47EC17BF.8010708@smithers.neuro.mcw.edu> References: <47EC17BF.8010708@smithers.neuro.mcw.edu> Message-ID: Hello all, I'm new to this list but I've been successfully using afni installed and updated with macports for a couple of years now. However, earlier this year I tried to update afni and ever since then I haven't been able to get any version to install successfully with macports. I'm getting errors on port install afni, afni-latest, or afni-devel. I have Xcode 3.0, OS X 10.5.4 with all updates. I've done port clean --all and port uninstall and port selfupdate and update_jb_ports.sh and everything I can think of, but I get this huge mess of errors: gratitude:~ omgoleus$ sudo nice port clean --all afni-devel ---> Cleaning afni-devel gratitude:~ omgoleus$ sudo nice port install afni-devel ---> Fetching afni-devel ---> Attempting to fetch afni_src.tgz from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Attempting to fetch afni.1 from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Attempting to fetch 3dClustBust.c from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Attempting to fetch TTatlas+tlrc.BRIK.gz from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Attempting to fetch TTatlas+tlrc.HEAD from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Attempting to fetch CA_EZ_v1.5-July3107.tgz from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Attempting to fetch libGLw.a.tiger from http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/2008.05.19.0803/ ---> Verifying checksum(s) for afni-devel ---> Extracting afni-devel ---> Applying patches to afni-devel ---> Configuring afni-devel ---> Building afni-devel with target vastness Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/_opt_local_MacPorts_MRI_science_afni-devel/ work/afni_src" && make vastness " returned error 2 Command output: cc -march=pentium-m -mtune=prescott -DDARWIN - Wcomment -Wformat -DUSE_TRACING -DHAVE_XDBE -no-cpp-precomp - DDONT_USE_MCW_MALLOC -O -I.. -O -I/usr/X11R6/include -I./ -I../ -Igts/ src -I/opt/local/include -I../nifti/niftilib -I../nifti/nifticdf -I../ nifti/znzlib -I../3DEdge/src -c -o glut_menu.o glut_menu.c ... [a hundred or so similar lines deleted] cc -march=pentium-m -mtune=prescott -DDARWIN -Wcomment -Wformat - DUSE_TRACING -DHAVE_XDBE -no-cpp-precomp -DDONT_USE_MCW_MALLOC -O - DSUMA_COMPILED -I/usr/X11R6/include -I./ -I../ -Igts/src -I/opt/ local/include -I../nifti/niftilib -I../nifti/nifticdf -I../nifti/ znzlib -I../3DEdge/src -c SUMA_trackball.c In file included from SUMA_trackball.c:1: SUMA_suma.h:100:60: error: GL/GLwDrawA.h: No such file or directory make[1]: *** [SUMA_trackball.o] Error 1 cp: SUMA/libSUMA.a: No such file or directory cp: SUMA/libSUMA.a: No such file or directory make: *** [libSUMA.a] Error 1 Error: Status 1 encountered during processing. gratitude:~ omgoleus$ ---- The errors are slightly different depending on whether I try afni, afni-latest, or afni-devel. Google search found a message from someone a couple months ago on this list, but I didn't see any replies at all. I just subscribed here in hopes that there will be some answer now! Thanks in advance for any help you can offer. -- -dave---------------------------------------------------------------- Where does the deep and philosophical begin, and where does the loony and preposterous end? -Salvador Dal? From ms at mac-specialist.com Mon Sep 8 11:49:10 2008 From: ms at mac-specialist.com (Bill Hernandez) Date: Mon, 08 Sep 2008 13:49:10 -0500 Subject: Getting Started In-Reply-To: References: <887BF931-2196-41CB-8D2F-B7B521DFFFA3@gmail.com> Message-ID: <25A66307-DB6D-460F-9AE8-BCE134814F17@mac-specialist.com> >> On Sep 8, 2008, at 12:44 PM, Ryan Schmidt wrote: >> >>> On Sep 8, 2008, at 11:46 AM, Bill Hernandez wrote: >>> >>>> [2008.08.09](11:43AM) -> [roscoe] ~ $ man port >>>> No manual entry for port >>>> >>>> [2008.08.09](11:43AM) -> [roscoe] ~ $ >>> >>> Then your MANPATH is not set up correctly. Opening the Terminal, and issuing : $ echo 'export MANPATH="$MANPATH:/opt/local/share/man"' >> ~/.bash_profile solved the '$ man port' problem Bill Hernandez Plano, Texas From 815finder at gmail.com Mon Sep 8 12:25:41 2008 From: 815finder at gmail.com (Sam Williams) Date: Mon, 8 Sep 2008 12:25:41 -0700 Subject: Getting Started Message-ID: <752BCF95-81B4-46C8-9768-B29BD884EE44@gmail.com> Thanks to all for the help, but it's largely beyond my immediate understanding. I really appreciate all the effort put into helping me, though. Clearly, I am indeed Mac-spoiled. Haven't used anything remotely terminal-like in ages and it's mostly Greek to me. (Whereas Greek itself is an obscure southeast Asian dialect to me. I can't explain it.) Maybe MacPorts is the sort of thing I can look into when I am someday retired, but it is clear that I have too much to learn here for the time I can currently apply to the task. So, thanks again, all. Be well, -Sam, signing off -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080908/3b8a4c5a/attachment.html From 0x62_0x6c_0x62 at pobox.com Mon Sep 8 12:56:35 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Mon, 8 Sep 2008 13:56:35 -0600 Subject: Macports, mri ports problem with AFNI... In-Reply-To: References: <47EC17BF.8010708@smithers.neuro.mcw.edu> Message-ID: <01EBE84E-4D96-4A32-88A3-C9E3B694287F@pobox.com> On Sep 8, 2008, at 12:10 PM, David Perlman wrote: > Hello all, I'm new to this list but I've been successfully using afni > installed and updated with macports for a couple of years now. > However, earlier this year I tried to update afni and ever since then > I haven't been able to get any version to install successfully with > macports. I'm getting errors on port install afni, afni-latest, or > afni-devel. I have Xcode 3.0, OS X 10.5.4 with all updates. I've > done port clean --all and port uninstall and port selfupdate and > update_jb_ports.sh and everything I can think of, but I get this huge > mess of errors: > > > gratitude:~ omgoleus$ sudo nice port clean --all afni-devel > ---> Cleaning afni-devel > gratitude:~ omgoleus$ sudo nice port install afni-devel ... > cc -march=pentium-m -mtune=prescott -DDARWIN -Wcomment -Wformat - > DUSE_TRACING -DHAVE_XDBE -no-cpp-precomp -DDONT_USE_MCW_MALLOC -O - > DSUMA_COMPILED -I/usr/X11R6/include -I./ -I../ -Igts/src -I/opt/ > local/include -I../nifti/niftilib -I../nifti/nifticdf -I../nifti/ > znzlib -I../3DEdge/src -c SUMA_trackball.c > In file included from SUMA_trackball.c:1: > SUMA_suma.h:100:60: error: GL/GLwDrawA.h: No such file or directory It would appear that 10.5's X11 package doesn't include this header file (I do see it on the one shipped with 10.4, however). It is included if you install xquartz [1] if you would like to update your X11 install to a newer version than what Apple ships. Also, this makes me wonder if the afni port should have an X11 dependency... [1] - Bryan > > make[1]: *** [SUMA_trackball.o] Error 1 > cp: SUMA/libSUMA.a: No such file or directory > cp: SUMA/libSUMA.a: No such file or directory > make: *** [libSUMA.a] Error 1 > > Error: Status 1 encountered during processing. > gratitude:~ omgoleus$ > > ---- > > > The errors are slightly different depending on whether I try afni, > afni-latest, or afni-devel. Google search found a message from > someone a couple months ago on this list, but I didn't see any replies > at all. I just subscribed here in hopes that there will be some > answer now! > > Thanks in advance for any help you can offer. > > -- > -dave---------------------------------------------------------------- > Where does the deep and philosophical begin, and where does the > loony and preposterous end? -Salvador Dal? > From nodje.co at gmail.com Mon Sep 8 19:47:37 2008 From: nodje.co at gmail.com (nodje) Date: Mon, 8 Sep 2008 19:47:37 -0700 (PDT) Subject: trying to build gnucash Message-ID: <19385009.post@talk.nabble.com> I had successfully build Gnucash in the past but its stopped working because of some dependencies on Goffice. I've never been able to upgrade it. I tried sudo port -ufn upgrade gnucash but it ended up in: checking for GLIB - version >= 2.6.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error: *** GLIB >= 2.6 is required to build Gnucash; please make sure you have the *** development headers installed. The latest version of GLIB is *** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/. Error: Status 1 encountered during processing. I don't really understand this actually. Why is Macport not able to treat glib as a dependency and update it? I'd be happy to upgrade it myself but there's many glib available (from 'port installed'). What am I supposed to do here? I'm looking at http://developer.imendio.com/projects/gtk-macosx/build-instructions to build a Quartz compatible version of gnucash but I'd rather have it built with port. thanks nodje -- View this message in context: http://www.nabble.com/trying-to-build-gnucash-tp19385009p19385009.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From ryandesign at macports.org Mon Sep 8 22:13:01 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 9 Sep 2008 00:13:01 -0500 Subject: trying to build gnucash In-Reply-To: <19385009.post@talk.nabble.com> References: <19385009.post@talk.nabble.com> Message-ID: <4DBB1379-018F-44F7-8059-E1E14E971F05@macports.org> On Sep 8, 2008, at 21:47, nodje wrote: > I had successfully build Gnucash in the past but its stopped > working because > of some dependencies on Goffice. > I've never been able to upgrade it. > I tried sudo port -ufn upgrade gnucash but it ended up in: > > checking for GLIB - version >= 2.6.0... no > *** Could not run GLIB test program, checking why... > *** The test program failed to compile or link. See the file > config.log for > the > *** exact error that occured. This usually means GLIB is incorrectly > installed. > configure: error: > *** GLIB >= 2.6 is required to build Gnucash; please make sure you > have the > *** development headers installed. The latest version of GLIB is > *** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/. > > Error: Status 1 encountered during processing. > > I don't really understand this actually. Why is Macport not able to > treat > glib as a dependency and update it? I'd be happy to upgrade it > myself but > there's many glib available (from 'port installed'). > > What am I supposed to do here? I'm looking at > http://developer.imendio.com/projects/gtk-macosx/build-instructions > to build > a Quartz compatible version of gnucash but I'd rather have it built > with > port. What version of glib2 is installed and active? Many older versions may well be installed if you've done many upgrades in the past, but only one is active. Try: port installed glib2 The current version of glib2 is 2.16.5 which should satisfy the dependency. If somehow you have an older version than that installed and active, then: sudo port upgrade glib2 Or attach the aforementioned config.log so we can see what's going wrong. From eval at palindrome.com Tue Sep 9 00:16:26 2008 From: eval at palindrome.com (Paul Rauschelbach) Date: Tue, 9 Sep 2008 00:16:26 -0700 Subject: p5-perlmagick won't install Message-ID: <9BF57B1D-6351-47B8-A61C-B0BCAEB3737D@palindrome.com> I have setup a new machine with OS X 10.5.4, XCode 3.1, and MacPorts 1.6. The MacPorts installer didn't put a .profile in for me, but I added the path and manpath exports myself. I first attempted to install p5-perlmagick. This installed all the dependencies (including ImageMagick) without any errors, but the p5-perlmagick port itself wouldn't install. CPAN will also not install Image::Magick. Any advice? Here's the output from the port command: $ sudo port install p5-perlmagick ---> Fetching p5-perlmagick ---> Verifying checksum(s) for p5-perlmagick ---> Extracting p5-perlmagick ---> Configuring p5-perlmagick ---> Building p5-perlmagick 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_perl_p5-perlmagick/work/PerlMagick-6.32" && make all " returned error 2 Command output: Magick.xs:10918: error: request for member 'severity' in something not a structure or union Magick.xs:10918: error: 'ErrorException' undeclared (first use in this function) Magick.xs:10919: error: 'struct Methods' has no member named 'exception' Magick.xs:10920: warning: implicit declaration of function 'GetImageException' Magick.xs:10922: error: dereferencing pointer to incomplete type Magick.xs:10922: error: request for member 'image_info' in something not a structure or union Magick.xs:10922: error: 'struct Methods' has no member named 'adjoin' Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: 'UndefinedException' undeclared (first use in this function) Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: request for member 'reason' in something not a structure or union Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: request for member 'reason' in something not a structure or union Magick.xs:10929: warning: pointer/integer type mismatch in conditional expression Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: warning: pointer/integer type mismatch in conditional expression Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: warning: passing argument 2 of 'Perl_sv_catpv' from incompatible pointer type Magick.xs:10929: warning: unused variable 'message' Magick.xs:10856: warning: unused variable 'filename' Magick.c:10561: warning: unused variable 'ref' Magick.c:10556: warning: unused variable 'ix' Magick.xs: In function 'boot_Image__Magick': Magick.xs:2122: warning: implicit declaration of function 'InitializeMagick' Magick.xs:2123: warning: implicit declaration of function 'SetWarningHandler' Magick.xs:2124: warning: implicit declaration of function 'SetErrorHandler' make: *** [Magick.o] Error 1 Error: Status 1 encountered during processing. Huqquh:~ huqquh$ pico .profile Huqquh:~ huqquh$ sudo port lint p5-perlmagick ---> Verifying Portfile for p5-perlmagick Warning: Line 5 should be a newline (after PortGroup) ---> 0 errors and 1 warnings found. Huqquh:~ huqquh$ sudo port clean p5-perlmagick ---> Cleaning p5-perlmagick Huqquh:~ huqquh$ sudo port install p5-perlmagick -universal ---> Fetching p5-perlmagick ---> Verifying checksum(s) for p5-perlmagick ---> Extracting p5-perlmagick ---> Configuring p5-perlmagick ---> Building p5-perlmagick 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_perl_p5-perlmagick/work/PerlMagick-6.32" && make all " returned error 2 Command output: Magick.xs:10918: error: request for member 'severity' in something not a structure or union Magick.xs:10918: error: 'ErrorException' undeclared (first use in this function) Magick.xs:10919: error: 'struct Methods' has no member named 'exception' Magick.xs:10920: warning: implicit declaration of function 'GetImageException' Magick.xs:10922: error: dereferencing pointer to incomplete type Magick.xs:10922: error: request for member 'image_info' in something not a structure or union Magick.xs:10922: error: 'struct Methods' has no member named 'adjoin' Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: 'UndefinedException' undeclared (first use in this function) Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: request for member 'reason' in something not a structure or union Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: request for member 'reason' in something not a structure or union Magick.xs:10929: warning: pointer/integer type mismatch in conditional expression Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: error: request for member 'severity' in something not a structure or union Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: warning: pointer/integer type mismatch in conditional expression Magick.xs:10929: error: request for member 'description' in something not a structure or union Magick.xs:10929: warning: passing argument 2 of 'Perl_sv_catpv' from incompatible pointer type Magick.xs:10929: warning: unused variable 'message' Magick.xs:10856: warning: unused variable 'filename' Magick.c:10561: warning: unused variable 'ref' Magick.c:10556: warning: unused variable 'ix' Magick.xs: In function 'boot_Image__Magick': Magick.xs:2122: warning: implicit declaration of function 'InitializeMagick' Magick.xs:2123: warning: implicit declaration of function 'SetWarningHandler' Magick.xs:2124: warning: implicit declaration of function 'SetErrorHandler' make: *** [Magick.o] Error 1 Error: Status 1 encountered during processing. From 0x62_0x6c_0x62 at pobox.com Tue Sep 9 00:51:41 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 9 Sep 2008 01:51:41 -0600 Subject: p5-perlmagick won't install In-Reply-To: <9BF57B1D-6351-47B8-A61C-B0BCAEB3737D@palindrome.com> References: <9BF57B1D-6351-47B8-A61C-B0BCAEB3737D@palindrome.com> Message-ID: On Sep 9, 2008, at 1:16 AM, Paul Rauschelbach wrote: > I have setup a new machine with OS X 10.5.4, XCode 3.1, and MacPorts > 1.6. The MacPorts installer didn't put a .profile in for me, but I > added the path and manpath exports myself. I first attempted to > install p5-perlmagick. This installed all the dependencies (including > ImageMagick) without any errors, but the p5-perlmagick port itself > wouldn't install. CPAN will also not install Image::Magick. Any > advice? > Here's the output from the port command: > $ sudo port install p5-perlmagick [...] According to ticket #13234 [1], it sounds like you should use the ImageMagick port with the +perl variant instead of the p5-perlmagick port. Since it installed ImageMagick as a dependency, you'll have to uninstall ImageMagick then reinstall it with +perl. Bryan [1] - From s.choi at hackers.org.uk Tue Sep 9 03:09:01 2008 From: s.choi at hackers.org.uk (Soo-Hyun Choi) Date: Tue, 9 Sep 2008 11:09:01 +0100 Subject: rsync.macports.org down?? Message-ID: <834e74250809090309v794c8a9ao810d64349ed2cd44@mail.gmail.com> Hi all, I've recently downloaded macports-1.6 and did selfupdate but failed with the following error message. planet:~ soohyunc$ sudo port -v selfupdate Synchronizing local ports tree from rsync:// rsync.macports.org/release/ports/ rsync: getaddrinfo: rsync.macports.org 873: nodename nor servname provided, or not known rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9] Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization the local ports tree failed doing rsync So, I did checking if rsync.macports.org running okay with the following command, but failed again. planet:~ soohyunc$ telnet rsync.macports.org 873 rsync.macports.org: nodename nor servname provided, or not known Is rsync.macports.org completely down? Any solution to this? Thanks, Soo-Hyun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080909/63b301f0/attachment.html From mroman at eduapple.pl Tue Sep 9 04:27:09 2008 From: mroman at eduapple.pl (Marcin Roman) Date: Tue, 9 Sep 2008 13:27:09 +0200 Subject: MacPorts and extra optimization flags Message-ID: Hi, I wonder, if it is possible to tell macports to compile ports using some additional cc flags like -march=prescott? Thanks, Marcin Roman From afb at macports.org Tue Sep 9 04:54:14 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Tue, 9 Sep 2008 13:54:14 +0200 Subject: MacPorts and extra optimization flags In-Reply-To: References: Message-ID: Marcin Roman wrote: > I wonder, if it is possible to tell macports to compile ports using > some additional cc flags like -march=prescott? "configure.march" and "configure.mtune" were intended for this, available in base trunk. No configuration options yet, though. They're used something like: port build configure.march=generic configure.mtune=native --anders From nodje.co at gmail.com Tue Sep 9 05:21:02 2008 From: nodje.co at gmail.com (nodje) Date: Tue, 9 Sep 2008 20:21:02 +0800 Subject: trying to build gnucash In-Reply-To: <4DBB1379-018F-44F7-8059-E1E14E971F05@macports.org> References: <19385009.post@talk.nabble.com> <4DBB1379-018F-44F7-8059-E1E14E971F05@macports.org> Message-ID: <7DB3F3DC-830B-49ED-A29C-65BE0D7DA183@gmail.com> thanks Ryan, it works now! On 9 Sep 2008, at 1:13 PM, Ryan Schmidt wrote: > On Sep 8, 2008, at 21:47, nodje wrote: > >> I had successfully build Gnucash in the past but its stopped >> working because >> of some dependencies on Goffice. >> I've never been able to upgrade it. >> I tried sudo port -ufn upgrade gnucash but it ended up in: >> >> checking for GLIB - version >= 2.6.0... no >> *** Could not run GLIB test program, checking why... >> *** The test program failed to compile or link. See the file >> config.log for >> the >> *** exact error that occured. This usually means GLIB is incorrectly >> installed. >> configure: error: >> *** GLIB >= 2.6 is required to build Gnucash; please make sure you >> have the >> *** development headers installed. The latest version of GLIB is >> *** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/. >> >> Error: Status 1 encountered during processing. >> >> I don't really understand this actually. Why is Macport not able to >> treat >> glib as a dependency and update it? I'd be happy to upgrade it >> myself but >> there's many glib available (from 'port installed'). >> >> What am I supposed to do here? I'm looking at >> http://developer.imendio.com/projects/gtk-macosx/build-instructions >> to build >> a Quartz compatible version of gnucash but I'd rather have it built >> with >> port. > > What version of glib2 is installed and active? Many older versions > may well be installed if you've done many upgrades in the past, but > only one is active. Try: > > port installed glib2 > > The current version of glib2 is 2.16.5 which should satisfy the > dependency. If somehow you have an older version than that installed > and active, then: > > sudo port upgrade glib2 > > Or attach the aforementioned config.log so we can see what's going > wrong. > From raimue at macports.org Tue Sep 9 05:47:16 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue, 09 Sep 2008 14:47:16 +0200 Subject: rsync.macports.org down?? In-Reply-To: <834e74250809090309v794c8a9ao810d64349ed2cd44@mail.gmail.com> References: <834e74250809090309v794c8a9ao810d64349ed2cd44@mail.gmail.com> Message-ID: <48C67054.5060309@macports.org> Soo-Hyun Choi wrote: > planet:~ soohyunc$ sudo port -v selfupdate > Synchronizing local ports tree from > rsync://rsync.macports.org/release/ports/ > > rsync: getaddrinfo: rsync.macports.org 873: > nodename nor servname provided, or not known > rsync error: error in socket IO (code 10) at > /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9] > Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the > ports tree: Synchronization the local ports tree failed doing rsync Seems like you edited your /opt/local/etc/macports/sources.conf. There should only be the rsync:// URL: rsync://rsync.macports.org/release/ports/ Rainer From savage at light-speed.de Tue Sep 9 10:28:34 2008 From: savage at light-speed.de (Jens Troeger) Date: Tue, 9 Sep 2008 19:28:34 +0200 Subject: mutt, ISO-8859-1, and Terminal.app Message-ID: <20080909172834.GA9382@light-speed.de> Hello, I'm running on OS-X 10.4.11 and Terminal version 1.5.1 (133-1). Just recently I installed MacPorts, including mutt-devel so that I can access my gmail.com account. It all works nicely; however, there's one big annoyance: ISO-8859-1 text. Some strings in the email header contain such characters: From: "=?ISO-8859-1?Q?Bla Bl=ECn?=" < bla at bla > and that's exactly what I see in my email list in mutt. No actual name with language specific characters, but instead this blob of undecoded string. I've tried to fix this but nothing seems to help. I tried to change LANG, the locale, whatnot, nothing works. Does anybody have an idea what's going on here, and how I can fix that? Thanks heaps! Jens -- Jens Troeger http://savage.light-speed.de/ From savage at light-speed.de Tue Sep 9 11:03:48 2008 From: savage at light-speed.de (Jens Troeger) Date: Tue, 9 Sep 2008 20:03:48 +0200 Subject: mutt, ISO-8859-1, and Terminal.app In-Reply-To: References: <20080909172834.GA9382@light-speed.de> Message-ID: <20080909180348.GA10775@light-speed.de> Sorry, I wanted to protect the name encoded in that string, and messed it up. The string that's failing is this one: "=?ISO-8859-1?Q?Mia_Det=ECn?=" So that would be a correct string then? Cheers, Jens On Tue, Sep 09, 2008 at 07:49:23AM -1000, Baron Fujimoto wrote: > On Tue, 9 Sep 2008, Jens Troeger wrote: > > : > : Hello, > : > : I'm running on OS-X 10.4.11 and Terminal version 1.5.1 (133-1). Just > : recently I installed MacPorts, including mutt-devel so that I can access > : my gmail.com account. It all works nicely; however, there's one big > : annoyance: ISO-8859-1 text. Some strings in the email header contain > : such characters: > : > : From: "=?ISO-8859-1?Q?Bla Bl=ECn?=" < bla at bla > > : > : and that's exactly what I see in my email list in mutt. No actual name > : with language specific characters, but instead this blob of undecoded > : string. > > Is that a properly encoded header? Section 2 of RFC 2047 says, > > IMPORTANT: 'encoded-word's are designed to be recognized as 'atom's > by an RFC 822 parser. As a consequence, unencoded white space > characters (such as SPACE and HTAB) are FORBIDDEN within an > 'encoded-word'. For example, the character sequence > > =?iso-8859-1?q?this is some text?= > > would be parsed as four 'atom's, rather than as a single 'atom' (by > an RFC 822 parser) or 'encoded-word' (by a parser which understands > 'encoded-words'). The correct way to encode the string "this is some > text" is to encode the SPACE characters as well, e.g. > > =?iso-8859-1?q?this=20is=20some=20text?= > > and later in section 6.3: > > A mail reader need not attempt to display the text associated with an > 'encoded-word' that is incorrectly formed. > > > > : Does anybody have an idea what's going on here, and how I can fix that? > : Thanks heaps! > > I don't know if this is the source of the problem, but it caught my eye. > > : Jens > > -baron -- Jens Troeger http://savage.light-speed.de/ From ryandesign at macports.org Tue Sep 9 14:05:18 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 9 Sep 2008 16:05:18 -0500 Subject: mutt, ISO-8859-1, and Terminal.app In-Reply-To: <20080909180348.GA10775@light-speed.de> References: <20080909172834.GA9382@light-speed.de> <20080909180348.GA10775@light-speed.de> Message-ID: <6C7C5730-FABE-4991-9933-652F597E2FBD@macports.org> On Sep 9, 2008, at 1:03 PM, Jens Troeger wrote: > On Tue, Sep 09, 2008 at 07:49:23AM -1000, Baron Fujimoto wrote: > >> On Tue, 9 Sep 2008, Jens Troeger wrote: >> >>> I'm running on OS-X 10.4.11 and Terminal version 1.5.1 (133-1). >>> Just >>> recently I installed MacPorts, including mutt-devel so that I can >>> access >>> my gmail.com account. It all works nicely; however, there's one big >>> annoyance: ISO-8859-1 text. Some strings in the email header >>> contain >>> such characters: >>> >>> From: "=?ISO-8859-1?Q?Bla Bl=ECn?=" < bla at bla > >>> >>> and that's exactly what I see in my email list in mutt. No >>> actual name >>> with language specific characters, but instead this blob of >>> undecoded >>> string. >> >> >> Is that a properly encoded header? Section 2 of RFC 2047 says, >> >> IMPORTANT: 'encoded-word's are designed to be recognized as >> 'atom's >> by an RFC 822 parser. As a consequence, unencoded white space >> characters (such as SPACE and HTAB) are FORBIDDEN within an >> 'encoded-word'. For example, the character sequence >> >> =?iso-8859-1?q?this is some text?= >> >> would be parsed as four 'atom's, rather than as a single >> 'atom' (by >> an RFC 822 parser) or 'encoded-word' (by a parser which >> understands >> 'encoded-words'). The correct way to encode the string "this >> is some >> text" is to encode the SPACE characters as well, e.g. >> >> =?iso-8859-1?q?this=20is=20some=20text?= >> >> and later in section 6.3: >> >> A mail reader need not attempt to display the text associated >> with an >> 'encoded-word' that is incorrectly formed. >> >> >> >>> Does anybody have an idea what's going on here, and how I can fix >>> that? >> >> I don't know if this is the source of the problem, but it caught >> my eye. > > Sorry, I wanted to protect the name encoded in that string, and messed > it up. The string that's failing is this one: > > "=?ISO-8859-1?Q?Mia_Det=ECn?=" > > So that would be a correct string then? Yes. It decodes to "Mia_Det?n". See: php -r 'echo utf8_encode(mb_decode_mimeheader("=?ISO-8859-1?Q? Mia_Det=ECn?=")) . "\n";' So could it be that mutt does not support RFC 822-/2047-style subject encoding? You'll have to ask the developers of mutt what's going on here. From savage at light-speed.de Tue Sep 9 14:23:42 2008 From: savage at light-speed.de (Jens Troeger) Date: Tue, 9 Sep 2008 23:23:42 +0200 Subject: mutt, ISO-8859-1, and Terminal.app In-Reply-To: <6C7C5730-FABE-4991-9933-652F597E2FBD@macports.org> References: <20080909172834.GA9382@light-speed.de> <20080909180348.GA10775@light-speed.de> <6C7C5730-FABE-4991-9933-652F597E2FBD@macports.org> Message-ID: <20080909212342.GA16279@light-speed.de> On Tue, Sep 09, 2008 at 04:05:18PM -0500, Ryan Schmidt wrote: > On Sep 9, 2008, at 1:03 PM, Jens Troeger wrote: > >> On Tue, Sep 09, 2008 at 07:49:23AM -1000, Baron Fujimoto wrote: >> >>> On Tue, 9 Sep 2008, Jens Troeger wrote: >>> >>>> I'm running on OS-X 10.4.11 and Terminal version 1.5.1 (133-1). Just >>>> recently I installed MacPorts, including mutt-devel so that I can access >>>> my gmail.com account. It all works nicely; however, there's one big >>>> annoyance: ISO-8859-1 text. Some strings in the email header contain >>>> such characters: >>>> >>>> From: "=?ISO-8859-1?Q?Bla Bl=ECn?=" < bla at bla > >>>> >>>> and that's exactly what I see in my email list in mutt. No actual name >>>> with language specific characters, but instead this blob of undecoded >>>> string. >>> >>> >>> Is that a properly encoded header? Section 2 of RFC 2047 says, >>> >>> IMPORTANT: 'encoded-word's are designed to be recognized as 'atom's >>> by an RFC 822 parser. As a consequence, unencoded white space >>> characters (such as SPACE and HTAB) are FORBIDDEN within an >>> 'encoded-word'. For example, the character sequence >>> >>> =?iso-8859-1?q?this is some text?= >>> >>> would be parsed as four 'atom's, rather than as a single 'atom' (by >>> an RFC 822 parser) or 'encoded-word' (by a parser which understands >>> 'encoded-words'). The correct way to encode the string "this is some >>> text" is to encode the SPACE characters as well, e.g. >>> >>> =?iso-8859-1?q?this=20is=20some=20text?= >>> >>> and later in section 6.3: >>> >>> A mail reader need not attempt to display the text associated with an >>> 'encoded-word' that is incorrectly formed. >>> >>> >>> >>>> Does anybody have an idea what's going on here, and how I can fix that? >>> >>> I don't know if this is the source of the problem, but it caught my eye. >> >> Sorry, I wanted to protect the name encoded in that string, and messed >> it up. The string that's failing is this one: >> >> "=?ISO-8859-1?Q?Mia_Det=ECn?=" >> >> So that would be a correct string then? > > Yes. It decodes to "Mia_Det?n". See: > > php -r 'echo > utf8_encode(mb_decode_mimeheader("=?ISO-8859-1?Q?Mia_Det=ECn?=")) . "\n";' > > So could it be that mutt does not support RFC 822-/2047-style subject > encoding? You'll have to ask the developers of mutt what's going on here. The mutt that's running on my Linux box does the encoding right, that's why I originally thought it's a Terminal problem on my Mac. Maybe there's a compiler option I didn't set, or an env variable? Jens -- Jens Troeger http://savage.light-speed.de/ From 0x62_0x6c_0x62 at pobox.com Tue Sep 9 14:29:25 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 9 Sep 2008 15:29:25 -0600 Subject: mutt, ISO-8859-1, and Terminal.app In-Reply-To: <6C7C5730-FABE-4991-9933-652F597E2FBD@macports.org> References: <20080909172834.GA9382@light-speed.de> <20080909180348.GA10775@light-speed.de> <6C7C5730-FABE-4991-9933-652F597E2FBD@macports.org> Message-ID: <74DE608A-09DD-458A-8831-2FBB2415DEE6@pobox.com> On Sep 9, 2008, at 3:05 PM, Ryan Schmidt wrote: > On Sep 9, 2008, at 1:03 PM, Jens Troeger wrote: > >> On Tue, Sep 09, 2008 at 07:49:23AM -1000, Baron Fujimoto wrote: >> >>> On Tue, 9 Sep 2008, Jens Troeger wrote: >>> >>>> I'm running on OS-X 10.4.11 and Terminal version 1.5.1 (133-1). >>>> Just >>>> recently I installed MacPorts, including mutt-devel so that I can >>>> access >>>> my gmail.com account. It all works nicely; however, there's one >>>> big > ... You mention gmail, so check mutt ticket 2997: Maybe you're running into that, which is apparently a bug with gmail? Bryan > So could it be that mutt does not support RFC 822-/2047-style subject > encoding? You'll have to ask the developers of mutt what's going on > here. > From tfandango at gmail.com Tue Sep 9 15:07:15 2008 From: tfandango at gmail.com (Troy Daley) Date: Tue, 9 Sep 2008 17:07:15 -0500 Subject: rebuild world Message-ID: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> Hi There, Is there a sanity check or a way to rebuild world in macports? I've been removing some inactive ports and noticed that my subversion HL bindings quit working. I'm wondering if I messed something up by force removing inactive projects. Thanks! troy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080909/ed75ea92/attachment.html From savage at light-speed.de Tue Sep 9 15:10:43 2008 From: savage at light-speed.de (Jens Troeger) Date: Wed, 10 Sep 2008 00:10:43 +0200 Subject: mutt, ISO-8859-1, and Terminal.app In-Reply-To: <74DE608A-09DD-458A-8831-2FBB2415DEE6@pobox.com> References: <20080909172834.GA9382@light-speed.de> <20080909180348.GA10775@light-speed.de> <6C7C5730-FABE-4991-9933-652F597E2FBD@macports.org> <74DE608A-09DD-458A-8831-2FBB2415DEE6@pobox.com> Message-ID: <20080909221043.GA17309@light-speed.de> Huh, yup! That's exactly what I see... Thank you for that! I've been searching the net for ages to find a hint to a solution. So I guess I just have to wait for gmail to get that fixed :) Thank you heaps! Jens > You mention gmail, so check mutt ticket 2997: > > > > Maybe you're running into that, which is apparently a bug with gmail? > > Bryan -- Jens Troeger http://savage.light-speed.de/ From ryandesign at macports.org Tue Sep 9 21:33:31 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 9 Sep 2008 23:33:31 -0500 Subject: rebuild world In-Reply-To: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> Message-ID: On Sep 9, 2008, at 5:07 PM, Troy Daley wrote: > Is there a sanity check or a way to rebuild world in macports? Do you mean a separate sanity check command? There isn't any. What would such a command do? And what do you mean by "rebuild world"? If you mean rebuild all installed ports, then no, there's no build-in command to do that. You would have to manually rebuild each installed port, preferably in dependency order which could be hard to figure out. Or you could write down which ports (and their variants) are installed, then uninstall all ports and reinstall all your ports. Either way it will take some time. And there are less drastic ways to fix most problems, so it would help to know what problem you're experiencing. > I've been removing some inactive ports and noticed that my > subversion HL bindings quit working. You mean the subversion-javahlbindings port? According to "port deps" it has these dependencies: $ port deps subversion-javahlbindings subversion-javahlbindings has library dependencies on: expat neon apr apr-util db46 subversion junit gettext libiconv serf cyrus-sasl2 Are all these installed and active? > I'm wondering if I messed something up by force removing inactive > projects. If you have inactive ports, they're not used for anything so removing them is safe. Unless they were in use and you deactivated them without installing a newer version for example. If you tell us what specific issues you are experiencing maybe we can help resolve them. From tfandango at gmail.com Wed Sep 10 06:15:05 2008 From: tfandango at gmail.com (Troy Daley) Date: Wed, 10 Sep 2008 08:15:05 -0500 Subject: rebuild world In-Reply-To: References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> Message-ID: <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> I'm using eclipse with subclipse (the Subversion plugin). There is an option to use JavaHL bindings (macports port subversion-javahlbindings) to call out to the subversion client on your machine, rather than use the pure java client which we've had speed issues with. Normally, the plugin will detect JavaHL and present it as an option. This used to work for me, but it stopped working some time ago as I updated subversion and subversion-javahlbindings. While svn works fine from the command line, and all of the expected libraries are present and in the correct place for the subversion-javahlbindings project, it still doesn't work. I spoke to the subclipse maintainer and he agreed that everything appears to be in the correct place, but it looks like the subclipse code is having problems loading those libraries. He hyphothisised that it may be due to dependency issues with the bindings package. Now it so happens that I went through force removed inactive packages and I wondered if I had broken something. So I just wanted to go back through and rebuild everything to guarentee that dependencies weren't an issue, which is why I was asking about a sanity check or a rebuild world command. I doubt that this is a macports issue at all, and I don't expect this list to help me with eclipse issues, which is why I didn't elaborate in my previous email. I was just hoping to rule out macports as an issue in this case. Thanks, troy On Tue, Sep 9, 2008 at 11:33 PM, Ryan Schmidt wrote: > > On Sep 9, 2008, at 5:07 PM, Troy Daley wrote: > > Is there a sanity check or a way to rebuild world in macports? >> > > Do you mean a separate sanity check command? There isn't any. What would > such a command do? > > And what do you mean by "rebuild world"? If you mean rebuild all installed > ports, then no, there's no build-in command to do that. You would have to > manually rebuild each installed port, preferably in dependency order which > could be hard to figure out. Or you could write down which ports (and their > variants) are installed, then uninstall all ports and reinstall all your > ports. Either way it will take some time. And there are less drastic ways to > fix most problems, so it would help to know what problem you're > experiencing. > > I've been removing some inactive ports and noticed that my subversion HL >> bindings quit working. >> > > You mean the subversion-javahlbindings port? According to "port deps" it > has these dependencies: > > $ port deps subversion-javahlbindings > subversion-javahlbindings has library dependencies on: > expat > neon > apr > apr-util > db46 > subversion > junit > gettext > libiconv > serf > cyrus-sasl2 > > Are all these installed and active? > > I'm wondering if I messed something up by force removing inactive >> projects. >> > > > If you have inactive ports, they're not used for anything so removing them > is safe. Unless they were in use and you deactivated them without installing > a newer version for example. > > If you tell us what specific issues you are experiencing maybe we can help > resolve them. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080910/4b73da97/attachment.html From macsforever2000 at macports.org Wed Sep 10 08:46:11 2008 From: macsforever2000 at macports.org (Frank Schima) Date: Wed, 10 Sep 2008 09:46:11 -0600 Subject: rebuild world In-Reply-To: <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> Message-ID: <2995440B-3DD1-472C-8927-95D415E63560@macports.org> Hi Troy, On Sep 10, 2008, at 7:15 AM, Troy Daley wrote: > I'm using eclipse with subclipse (the Subversion plugin). There is > an option to use JavaHL bindings (macports port subversion- > javahlbindings) to call out to the subversion client on your > machine, rather than use the pure java client which we've had speed > issues with. Normally, the plugin will detect JavaHL and present it > as an option. This used to work for me, but it stopped working some > time ago as I updated subversion and subversion-javahlbindings. > While svn works fine from the command line, and all of the expected > libraries are present and in the correct place for the subversion- > javahlbindings project, it still doesn't work. > > I spoke to the subclipse maintainer and he agreed that everything > appears to be in the correct place, but it looks like the subclipse > code is having problems loading those libraries. He hyphothisised > that it may be due to dependency issues with the bindings package. > Now it so happens that I went through force removed inactive > packages and I wondered if I had broken something. So I just wanted > to go back through and rebuild everything to guarentee that > dependencies weren't an issue, which is why I was asking about a > sanity check or a rebuild world command. > > I doubt that this is a macports issue at all, and I don't expect > this list to help me with eclipse issues, which is why I didn't > elaborate in my previous email. I was just hoping to rule out > macports as an issue in this case. FWIW, I am also using Eclipse with the subclipse plug-in and the MacPorts version of subversion (with subversion-javahlbindings). I have the exact same problem with it - and I also just use the command line. So I don't think anything is wrong with your MacPorts setup, but I do think that something may be wrong the subversion-javahlbindings port. I'm curious that you mentioned using the pure Java client. In the Eclipse preferences, under Team->SVN I am not able to select any client in the popup menu - it is active but there is nothing to choose! Is that not true for you? Cheers! Frank From tfandango at gmail.com Wed Sep 10 09:24:31 2008 From: tfandango at gmail.com (Troy Daley) Date: Wed, 10 Sep 2008 11:24:31 -0500 Subject: rebuild world In-Reply-To: <2995440B-3DD1-472C-8927-95D415E63560@macports.org> References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> <2995440B-3DD1-472C-8927-95D415E63560@macports.org> Message-ID: <8c4442eb0809100924i54f8793bo2661ecc1a89537b1@mail.gmail.com> I have 2 options in the "SVN interface" section under Preferences->Team->SVN: JavaHL (JNI) Not Available SVNKit (Pure Java) SVNKit v1.2..0.4710 Generally, the JavaHL option works better for me (it is faster), however as you can see it's "Not Available" So I use the SVNKit option, which I believe is an optional plugin under the subclipse plugin. If you look at the update site subclipse.tigris.org/update_1.4.x there is an "SVNKit Adapter BETA (optional)" option. Seems to work, but it's slow for me. Hope that helps, and sorry for the eclipse clutter in the macports list. troy On Wed, Sep 10, 2008 at 10:46 AM, Frank Schima wrote: > Hi Troy, > > > On Sep 10, 2008, at 7:15 AM, Troy Daley wrote: > > I'm using eclipse with subclipse (the Subversion plugin). There is an >> option to use JavaHL bindings (macports port subversion-javahlbindings) to >> call out to the subversion client on your machine, rather than use the pure >> java client which we've had speed issues with. Normally, the plugin will >> detect JavaHL and present it as an option. This used to work for me, but it >> stopped working some time ago as I updated subversion and >> subversion-javahlbindings. While svn works fine from the command line, and >> all of the expected libraries are present and in the correct place for the >> subversion-javahlbindings project, it still doesn't work. >> >> I spoke to the subclipse maintainer and he agreed that everything appears >> to be in the correct place, but it looks like the subclipse code is having >> problems loading those libraries. He hyphothisised that it may be due to >> dependency issues with the bindings package. Now it so happens that I went >> through force removed inactive packages and I wondered if I had broken >> something. So I just wanted to go back through and rebuild everything to >> guarentee that dependencies weren't an issue, which is why I was asking >> about a sanity check or a rebuild world command. >> >> I doubt that this is a macports issue at all, and I don't expect this list >> to help me with eclipse issues, which is why I didn't elaborate in my >> previous email. I was just hoping to rule out macports as an issue in this >> case. >> > > FWIW, I am also using Eclipse with the subclipse plug-in and the MacPorts > version of subversion (with subversion-javahlbindings). I have the exact > same problem with it - and I also just use the command line. So I don't > think anything is wrong with your MacPorts setup, but I do think that > something may be wrong the subversion-javahlbindings port. > > I'm curious that you mentioned using the pure Java client. In the Eclipse > preferences, under Team->SVN I am not able to select any client in the popup > menu - it is active but there is nothing to choose! Is that not true for > you? > > > Cheers! > Frank > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080910/53492367/attachment.html From jay+macports at covariant.org Thu Sep 11 06:56:26 2008 From: jay+macports at covariant.org (Jay Sachs) Date: Thu, 11 Sep 2008 09:56:26 -0400 Subject: rebuild world In-Reply-To: <8c4442eb0809100924i54f8793bo2661ecc1a89537b1@mail.gmail.com> References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> <2995440B-3DD1-472C-8927-95D415E63560@macports.org> <8c4442eb0809100924i54f8793bo2661ecc1a89537b1@mail.gmail.com> Message-ID: <314AF0E3-73D5-40C5-B7BB-B7643D57A6FE@covariant.org> Just to add some more data points. First, "it works for me". I'm runing OS/X 10.5.4, Eclipse 3.4.0I20080607-2000, Subclipse 1.4.2, Subversion Client Adapter 1.5.1, Subversion Native Library Adapter 1.5.1. Via MacPorts, I have installed: subversion @1.5.1_0 (active) subversion-javahlbindings @1.5.1_0 (active) subversion-perlbindings @1.5.2_0 (active) Subversion and the javahlbindings were installed on August 1 (almost certainly after an immediately preceding `port sync`). What are the differences you guys might notice between your systems and this? On Sep 10, 2008, at 12:24 PM, Troy Daley wrote: > I have 2 options in the "SVN interface" section under Preferences- > >Team->SVN: > > JavaHL (JNI) Not Available > SVNKit (Pure Java) SVNKit v1.2..0.4710 > > Generally, the JavaHL option works better for me (it is faster), > however as you can see it's "Not Available" So I use the SVNKit > option, which I believe is an optional plugin under the subclipse > plugin. If you look at the update site subclipse.tigris.org/ > update_1.4.x there is an "SVNKit Adapter BETA (optional)" option. > Seems to work, but it's slow for me. > > Hope that helps, and sorry for the eclipse clutter in the macports > list. > > troy > > On Wed, Sep 10, 2008 at 10:46 AM, Frank Schima > wrote: > Hi Troy, > > > > On Sep 10, 2008, at 7:15 AM, Troy Daley wrote: > > I'm using eclipse with subclipse (the Subversion plugin). There is > an option to use JavaHL bindings (macports port subversion- > javahlbindings) to call out to the subversion client on your > machine, rather than use the pure java client which we've had speed > issues with. Normally, the plugin will detect JavaHL and present it > as an option. This used to work for me, but it stopped working some > time ago as I updated subversion and subversion-javahlbindings. > While svn works fine from the command line, and all of the expected > libraries are present and in the correct place for the subversion- > javahlbindings project, it still doesn't work. > > I spoke to the subclipse maintainer and he agreed that everything > appears to be in the correct place, but it looks like the subclipse > code is having problems loading those libraries. He hyphothisised > that it may be due to dependency issues with the bindings package. > Now it so happens that I went through force removed inactive > packages and I wondered if I had broken something. So I just wanted > to go back through and rebuild everything to guarentee that > dependencies weren't an issue, which is why I was asking about a > sanity check or a rebuild world command. > > I doubt that this is a macports issue at all, and I don't expect > this list to help me with eclipse issues, which is why I didn't > elaborate in my previous email. I was just hoping to rule out > macports as an issue in this case. > > FWIW, I am also using Eclipse with the subclipse plug-in and the > MacPorts version of subversion (with subversion-javahlbindings). I > have the exact same problem with it - and I also just use the > command line. So I don't think anything is wrong with your MacPorts > setup, but I do think that something may be wrong the subversion- > javahlbindings port. > > I'm curious that you mentioned using the pure Java client. In the > Eclipse preferences, under Team->SVN I am not able to select any > client in the popup menu - it is active but there is nothing to > choose! Is that not true for you? > > > Cheers! > Frank > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From j.van_den_hoff at fzd.de Thu Sep 11 07:37:18 2008 From: j.van_den_hoff at fzd.de (Joerg van den Hoff) Date: Thu, 11 Sep 2008 16:37:18 +0200 Subject: xpdf install failed Message-ID: <20080911143718.GD26089@marco.fz-rossendorf.de> hi, an attempt to install `xpdf' under 10.4.11. failed with ==============================CUT===================================== ---> Building t1lib with target without_doc for i in lib type1afm examples ; do \ (cd $i; make 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2 -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/opt/local/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT ' 'OPTIONS=' ) || exit 1; \ done /opt/local/bin/glibtool --mode=compile \ /usr/bin/gcc-4.0 -c -O2 -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/opt/local/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int arith.c glibtool: compile: unable to infer tagged configuration glibtool: compile: specify a tag with `--tag' make[2]: *** [arith.lo] Error 1 make[1]: *** [type1_target] Error 1 make: *** [XXXX] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_t1lib/work/t1lib-5.1.2" && make without_doc LIBTOOL=/opt/local/bin/glibtool " returned error 2 Command output: for i in lib type1afm examples ; do \ (cd $i; make 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2 -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/opt/local/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT ' 'OPTIONS=' ) || exit 1; \ done /opt/local/bin/glibtool --mode=compile \ /usr/bin/gcc-4.0 -c -O2 -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/opt/local/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int arith.c glibtool: compile: unable to infer tagged configuration glibtool: compile: specify a tag with `--tag' make[2]: *** [arith.lo] Error 1 make[1]: *** [type1_target] Error 1 make: *** [XXXX] Error 1 ==============================CUT===================================== what's making `port' unhappy? what does " glibtool: compile: unable to infer tagged configuration" mean? thanks in advance, joerg From macsforever2000 at macports.org Thu Sep 11 08:03:04 2008 From: macsforever2000 at macports.org (Frank Schima) Date: Thu, 11 Sep 2008 09:03:04 -0600 Subject: Eclipse and Subversion (was Re: rebuild world) In-Reply-To: <314AF0E3-73D5-40C5-B7BB-B7643D57A6FE@covariant.org> References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> <2995440B-3DD1-472C-8927-95D415E63560@macports.org> <8c4442eb0809100924i54f8793bo2661ecc1a89537b1@mail.gmail.com> <314AF0E3-73D5-40C5-B7BB-B7643D57A6FE@covariant.org> Message-ID: Here's my details: Mac OS X 10.5.4 (Intel) Eclipse 3.4.0I20080607-2000 Subclipse 1.4.4 Subversion Client Adapter 1.5.1 in MacPorts: subversion @1.5.2_1+bash_completion+tools (active) subversion-javahlbindings @1.5.2_0 (active) subversion-perlbindings @1.5.2_0 (active) Note that I just now installed the subversion-perlbindings and it did not change anything for me. I see now that the "Subversion Native Library Adapter (JavaHL) 1.5.2" available to me in Eclipse is not installed. When I try to install it I get the following error: Cannot complete the request. See the details. Format error in file: /tmp/p2Encoding31489.opb. That file does not exist in my tmp directory. Any ideas how to get this plug-in installed? Thanks! Frank On Sep 11, 2008, at 7:56 AM, Jay Sachs wrote: > Just to add some more data points. First, "it works for me". I'm > runing OS/X 10.5.4, Eclipse 3.4.0I20080607-2000, Subclipse 1.4.2, > Subversion Client Adapter 1.5.1, Subversion Native Library Adapter > 1.5.1. Via MacPorts, I have installed: > > subversion @1.5.1_0 (active) > subversion-javahlbindings @1.5.1_0 (active) > subversion-perlbindings @1.5.2_0 (active) > > Subversion and the javahlbindings were installed on August 1 (almost > certainly after an immediately preceding `port sync`). > > What are the differences you guys might notice between your systems > and this? > > On Sep 10, 2008, at 12:24 PM, Troy Daley wrote: > >> I have 2 options in the "SVN interface" section under Preferences- >> >Team->SVN: >> >> JavaHL (JNI) Not Available >> SVNKit (Pure Java) SVNKit v1.2..0.4710 >> >> Generally, the JavaHL option works better for me (it is faster), >> however as you can see it's "Not Available" So I use the SVNKit >> option, which I believe is an optional plugin under the subclipse >> plugin. If you look at the update site subclipse.tigris.org/ >> update_1.4.x there is an "SVNKit Adapter BETA (optional)" option. >> Seems to work, but it's slow for me. >> >> Hope that helps, and sorry for the eclipse clutter in the macports >> list. >> >> troy >> >> On Wed, Sep 10, 2008 at 10:46 AM, Frank Schima > > wrote: >> Hi Troy, >> >> >> >> On Sep 10, 2008, at 7:15 AM, Troy Daley wrote: >> >> I'm using eclipse with subclipse (the Subversion plugin). There is >> an option to use JavaHL bindings (macports port subversion- >> javahlbindings) to call out to the subversion client on your >> machine, rather than use the pure java client which we've had speed >> issues with. Normally, the plugin will detect JavaHL and present >> it as an option. This used to work for me, but it stopped working >> some time ago as I updated subversion and subversion- >> javahlbindings. While svn works fine from the command line, and >> all of the expected libraries are present and in the correct place >> for the subversion-javahlbindings project, it still doesn't work. >> >> I spoke to the subclipse maintainer and he agreed that everything >> appears to be in the correct place, but it looks like the subclipse >> code is having problems loading those libraries. He hyphothisised >> that it may be due to dependency issues with the bindings package. >> Now it so happens that I went through force removed inactive >> packages and I wondered if I had broken something. So I just >> wanted to go back through and rebuild everything to guarentee that >> dependencies weren't an issue, which is why I was asking about a >> sanity check or a rebuild world command. >> >> I doubt that this is a macports issue at all, and I don't expect >> this list to help me with eclipse issues, which is why I didn't >> elaborate in my previous email. I was just hoping to rule out >> macports as an issue in this case. >> >> FWIW, I am also using Eclipse with the subclipse plug-in and the >> MacPorts version of subversion (with subversion-javahlbindings). I >> have the exact same problem with it - and I also just use the >> command line. So I don't think anything is wrong with your MacPorts >> setup, but I do think that something may be wrong the subversion- >> javahlbindings port. >> >> I'm curious that you mentioned using the pure Java client. In the >> Eclipse preferences, under Team->SVN I am not able to select any >> client in the popup menu - it is active but there is nothing to >> choose! Is that not true for you? >> >> >> Cheers! >> Frank >> >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080911/7e36d8f7/attachment.html From tfandango at gmail.com Thu Sep 11 09:15:17 2008 From: tfandango at gmail.com (Troy Daley) Date: Thu, 11 Sep 2008 11:15:17 -0500 Subject: Eclipse and Subversion (was Re: rebuild world) In-Reply-To: References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> <2995440B-3DD1-472C-8927-95D415E63560@macports.org> <8c4442eb0809100924i54f8793bo2661ecc1a89537b1@mail.gmail.com> <314AF0E3-73D5-40C5-B7BB-B7643D57A6FE@covariant.org> Message-ID: <8c4442eb0809110915j35d1b67ci8fc39f5a0044aec2@mail.gmail.com> Here's mine... Mac OS X 10.5.4 (Intel) Eclipse 3.4.0 - build I20080617-2000 Subclipse 1.4.4 Subversion Client Adapter 1.5.1 in MacPorts: subversion @1.5.2_1+bash_completion+tools (active) subversion-javahlbindings @1.5.2_0 (active) -troy On Thu, Sep 11, 2008 at 10:03 AM, Frank Schima wrote: > Here's my details: > Mac OS X 10.5.4 (Intel) > Eclipse 3.4.0I20080607-2000 > Subclipse 1.4.4 > Subversion Client Adapter 1.5.1 > > in MacPorts: > subversion @1.5.2_1+bash_completion+tools (active) > subversion-javahlbindings @1.5.2_0 (active) > subversion-perlbindings @1.5.2_0 (active) > > Note that I just now installed the subversion-perlbindings and it did not > change anything for me. > > I see now that the "Subversion Native Library Adapter (JavaHL) > 1.5.2" available to me in Eclipse is not installed. When I try to install it > I get the following error: > > Cannot complete the request. See the details. > Format error in file: /tmp/p2Encoding31489.opb. > > That file does not exist in my tmp directory. Any ideas how to get this > plug-in installed? > > > Thanks! > Frank > > On Sep 11, 2008, at 7:56 AM, Jay Sachs wrote: > > Just to add some more data points. First, "it works for me". I'm runing > OS/X 10.5.4, Eclipse 3.4.0I20080607-2000, Subclipse 1.4.2, Subversion Client > Adapter 1.5.1, Subversion Native Library Adapter 1.5.1. Via MacPorts, I > have installed: > > subversion @1.5.1_0 (active) > subversion-javahlbindings @1.5.1_0 (active) > subversion-perlbindings @1.5.2_0 (active) > > Subversion and the javahlbindings were installed on August 1 (almost > certainly after an immediately preceding `port sync`). > > What are the differences you guys might notice between your systems and > this? > > On Sep 10, 2008, at 12:24 PM, Troy Daley wrote: > > I have 2 options in the "SVN interface" section under > Preferences->Team->SVN: > > > JavaHL (JNI) Not Available > > SVNKit (Pure Java) SVNKit v1.2..0.4710 > > > Generally, the JavaHL option works better for me (it is faster), however as > you can see it's "Not Available" So I use the SVNKit option, which I > believe is an optional plugin under the subclipse plugin. If you look at > the update site subclipse.tigris.org/update_1.4.x there is an "SVNKit > Adapter BETA (optional)" option. Seems to work, but it's slow for me. > > > Hope that helps, and sorry for the eclipse clutter in the macports list. > > > troy > > > On Wed, Sep 10, 2008 at 10:46 AM, Frank Schima < > macsforever2000 at macports.org> wrote: > > Hi Troy, > > > > > On Sep 10, 2008, at 7:15 AM, Troy Daley wrote: > > > I'm using eclipse with subclipse (the Subversion plugin). There is an > option to use JavaHL bindings (macports port subversion-javahlbindings) to > call out to the subversion client on your machine, rather than use the pure > java client which we've had speed issues with. Normally, the plugin will > detect JavaHL and present it as an option. This used to work for me, but it > stopped working some time ago as I updated subversion and > subversion-javahlbindings. While svn works fine from the command line, and > all of the expected libraries are present and in the correct place for the > subversion-javahlbindings project, it still doesn't work. > > > I spoke to the subclipse maintainer and he agreed that everything appears > to be in the correct place, but it looks like the subclipse code is having > problems loading those libraries. He hyphothisised that it may be due to > dependency issues with the bindings package. Now it so happens that I went > through force removed inactive packages and I wondered if I had broken > something. So I just wanted to go back through and rebuild everything to > guarentee that dependencies weren't an issue, which is why I was asking > about a sanity check or a rebuild world command. > > > I doubt that this is a macports issue at all, and I don't expect this list > to help me with eclipse issues, which is why I didn't elaborate in my > previous email. I was just hoping to rule out macports as an issue in this > case. > > > FWIW, I am also using Eclipse with the subclipse plug-in and the MacPorts > version of subversion (with subversion-javahlbindings). I have the exact > same problem with it - and I also just use the command line. So I don't > think anything is wrong with your MacPorts setup, but I do think that > something may be wrong the subversion-javahlbindings port. > > > I'm curious that you mentioned using the pure Java client. In the Eclipse > preferences, under Team->SVN I am not able to select any client in the popup > menu - it is active but there is nothing to choose! Is that not true for > you? > > > > Cheers! > > Frank > > > > _______________________________________________ > > macports-users mailing list > > macports-users at lists.macosforge.org > > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080911/d12e2f5d/attachment.html From jay+macports at covariant.org Thu Sep 11 09:56:53 2008 From: jay+macports at covariant.org (Jay Sachs) Date: Thu, 11 Sep 2008 12:56:53 -0400 Subject: Eclipse and Subversion (was Re: rebuild world) In-Reply-To: <8c4442eb0809110915j35d1b67ci8fc39f5a0044aec2@mail.gmail.com> References: <8c4442eb0809091507k2f535d0dye01fbc92ed87d1cd@mail.gmail.com> <8c4442eb0809100615x6b5fd66cp4c88fef773f95e8d@mail.gmail.com> <2995440B-3DD1-472C-8927-95D415E63560@macports.org> <8c4442eb0809100924i54f8793bo2661ecc1a89537b1@mail.gmail.com> <314AF0E3-73D5-40C5-B7BB-B7643D57A6FE@covariant.org> <8c4442eb0809110915j35d1b67ci8fc39f5a0044aec2@mail.gmail.com> Message-ID: My guess is that you need to find a way to get the Subversion Client Adapter and SVN Native Library Adapter 1.5.2 plugins installed. It likely works for me since my SVN and plugins are all synced to 1.5.1. On Sep 11, 2008, at 12:15 PM, Troy Daley wrote: > Here's mine... > > > Mac OS X 10.5.4 (Intel) > Eclipse 3.4.0 - build I20080617-2000 > Subclipse 1.4.4 > Subversion Client Adapter 1.5.1 > > in MacPorts: > subversion @1.5.2_1+bash_completion+tools (active) > subversion-javahlbindings @1.5.2_0 (active) > > -troy > > > On Thu, Sep 11, 2008 at 10:03 AM, Frank Schima > wrote: > Here's my details: > > Mac OS X 10.5.4 (Intel) > Eclipse 3.4.0I20080607-2000 > Subclipse 1.4.4 > Subversion Client Adapter 1.5.1 > > in MacPorts: > subversion @1.5.2_1+bash_completion+tools (active) > subversion-javahlbindings @1.5.2_0 (active) > subversion-perlbindings @1.5.2_0 (active) > > Note that I just now installed the subversion-perlbindings and it > did not change anything for me. > > I see now that the "Subversion Native Library Adapter (JavaHL) > 1.5.2" available to me in Eclipse is not installed. When I try to > install it I get the following error: > > Cannot complete the request. See the details. > Format error in file: /tmp/p2Encoding31489.opb. > > That file does not exist in my tmp directory. Any ideas how to get > this plug-in installed? > > > Thanks! > Frank > > On Sep 11, 2008, at 7:56 AM, Jay Sachs wrote: > >> Just to add some more data points. First, "it works for me". I'm >> runing OS/X 10.5.4, Eclipse 3.4.0I20080607-2000, Subclipse 1.4.2, >> Subversion Client Adapter 1.5.1, Subversion Native Library Adapter >> 1.5.1. Via MacPorts, I have installed: >> >> subversion @1.5.1_0 (active) >> subversion-javahlbindings @1.5.1_0 (active) >> subversion-perlbindings @1.5.2_0 (active) >> >> Subversion and the javahlbindings were installed on August 1 >> (almost certainly after an immediately preceding `port sync`). >> >> What are the differences you guys might notice between your systems >> and this? >> >> On Sep 10, 2008, at 12:24 PM, Troy Daley wrote: >> >>> I have 2 options in the "SVN interface" section under Preferences- >>> >Team->SVN: >>> >>> JavaHL (JNI) Not Available >>> SVNKit (Pure Java) SVNKit v1.2..0.4710 >>> >>> Generally, the JavaHL option works better for me (it is faster), >>> however as you can see it's "Not Available" So I use the SVNKit >>> option, which I believe is an optional plugin under the subclipse >>> plugin. If you look at the update site subclipse.tigris.org/ >>> update_1.4.x there is an "SVNKit Adapter BETA (optional)" option. >>> Seems to work, but it's slow for me. >>> >>> Hope that helps, and sorry for the eclipse clutter in the macports >>> list. >>> >>> troy >>> >>> On Wed, Sep 10, 2008 at 10:46 AM, Frank Schima >> > wrote: >>> Hi Troy, >>> >>> >>> >>> On Sep 10, 2008, at 7:15 AM, Troy Daley wrote: >>> >>> I'm using eclipse with subclipse (the Subversion plugin). There >>> is an option to use JavaHL bindings (macports port subversion- >>> javahlbindings) to call out to the subversion client on your >>> machine, rather than use the pure java client which we've had >>> speed issues with. Normally, the plugin will detect JavaHL and >>> present it as an option. This used to work for me, but it stopped >>> working some time ago as I updated subversion and subversion- >>> javahlbindings. While svn works fine from the command line, and >>> all of the expected libraries are present and in the correct place >>> for the subversion-javahlbindings project, it still doesn't work. >>> >>> I spoke to the subclipse maintainer and he agreed that everything >>> appears to be in the correct place, but it looks like the >>> subclipse code is having problems loading those libraries. He >>> hyphothisised that it may be due to dependency issues with the >>> bindings package. Now it so happens that I went through force >>> removed inactive packages and I wondered if I had broken >>> something. So I just wanted to go back through and rebuild >>> everything to guarentee that dependencies weren't an issue, which >>> is why I was asking about a sanity check or a rebuild world command. >>> >>> I doubt that this is a macports issue at all, and I don't expect >>> this list to help me with eclipse issues, which is why I didn't >>> elaborate in my previous email. I was just hoping to rule out >>> macports as an issue in this case. >>> >>> FWIW, I am also using Eclipse with the subclipse plug-in and the >>> MacPorts version of subversion (with subversion-javahlbindings). I >>> have the exact same problem with it - and I also just use the >>> command line. So I don't think anything is wrong with your >>> MacPorts setup, but I do think that something may be wrong the >>> subversion-javahlbindings port. >>> >>> I'm curious that you mentioned using the pure Java client. In the >>> Eclipse preferences, under Team->SVN I am not able to select any >>> client in the popup menu - it is active but there is nothing to >>> choose! Is that not true for you? >>> >>> >>> Cheers! >>> Frank >>> >>> >>> _______________________________________________ >>> macports-users mailing list >>> macports-users at lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> > > From ryandesign at macports.org Thu Sep 11 15:51:29 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 11 Sep 2008 17:51:29 -0500 Subject: t1lib: unable to infer tagged configuration (was: Re: xpdf install failed) In-Reply-To: <20080911143718.GD26089@marco.fz-rossendorf.de> References: <20080911143718.GD26089@marco.fz-rossendorf.de> Message-ID: On Sep 11, 2008, at 09:37, Joerg van den Hoff wrote: > an attempt to install `xpdf' under 10.4.11. failed with > > ==============================CUT===================================== > ---> Building t1lib with target without_doc [snip] Ok, so the failing port is t1lib, not xpdf. > /opt/local/bin/glibtool --mode=compile \ > /usr/bin/gcc-4.0 -c -O2 -DT1LIB_IDENT="\"5.1.2\"" - > DGLOBAL_CONFIG_DIR="\"/opt/local/share/t1lib\"" - > DT1LIB_NO_X11_SUPPORT -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int > arith.c > glibtool: compile: unable to infer tagged configuration > glibtool: compile: specify a tag with `--tag' > make[2]: *** [arith.lo] Error 1 > make[1]: *** [type1_target] Error 1 > make: *** [XXXX] Error 1 > ==============================CUT===================================== > > what's making `port' unhappy? port is not unhappy; glibtool is. > what does " glibtool: compile: unable to infer tagged > configuration" mean? That's like these bugs: http://trac.macports.org/ticket/14308 http://trac.macports.org/ticket/13653 http://trac.macports.org/ticket/13648 Are your ports up to date? Do: sudo port selfupdate port outdated Any ports show up as outdated? If so, upgrade them. sudo port upgrade foo In particular, this problem showed up a lot when libtool was built *before* MacPorts started using /usr/bin/gcc-4.0 as CC (instead of just "gcc" or "cc"), and you attempted to build certain ports *after* updating MacPorts. However, this change was a long time ago so I'm surprised you're still running into it. Try the above and let us know what happens. If rebuilding libtool doesn't fix it, the problem may be specific to t1lib. However, t1lib builds fine for me (on Intel, 10.4.11, Xcode 2.5, MacPorts 1.6.0 or from trunk). So if you still have the issue, please tell us what versions of Mac OS X, Xcode and MacPorts you have and on what kind of Mac. From j.van_den_hoff at fzd.de Fri Sep 12 03:10:04 2008 From: j.van_den_hoff at fzd.de (Joerg van den Hoff) Date: Fri, 12 Sep 2008 12:10:04 +0200 Subject: t1lib: unable to infer tagged configuration (was: Re: xpdf install failed) In-Reply-To: References: <20080911143718.GD26089@marco.fz-rossendorf.de> Message-ID: <20080912101004.GB8648@marco.fz-rossendorf.de> On Sep 11 2008 (Thu, 17:51), Ryan Schmidt wrote: > > On Sep 11, 2008, at 09:37, Joerg van den Hoff wrote: > >> an attempt to install `xpdf' under 10.4.11. failed with >> >> ==============================CUT===================================== >> ---> Building t1lib with target without_doc > > [snip] > > Ok, so the failing port is t1lib, not xpdf. > > >> /opt/local/bin/glibtool --mode=compile \ >> /usr/bin/gcc-4.0 -c -O2 -DT1LIB_IDENT="\"5.1.2\"" - >> DGLOBAL_CONFIG_DIR="\"/opt/local/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT >> -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int arith.c >> glibtool: compile: unable to infer tagged configuration >> glibtool: compile: specify a tag with `--tag' >> make[2]: *** [arith.lo] Error 1 >> make[1]: *** [type1_target] Error 1 >> make: *** [XXXX] Error 1 >> ==============================CUT===================================== >> >> what's making `port' unhappy? > > port is not unhappy; glibtool is. > > >> what does " glibtool: compile: unable to infer tagged configuration" >> mean? > > That's like these bugs: > > http://trac.macports.org/ticket/14308 > > http://trac.macports.org/ticket/13653 > > http://trac.macports.org/ticket/13648 > > Are your ports up to date? Do: > > sudo port selfupdate > port outdated > > Any ports show up as outdated? If so, upgrade them. > > sudo port upgrade foo > > In particular, this problem showed up a lot when libtool was built > *before* MacPorts started using /usr/bin/gcc-4.0 as CC (instead of just > "gcc" or "cc"), and you attempted to build certain ports *after* > updating MacPorts. However, this change was a long time ago so I'm > surprised you're still running into it. Try the above and let us know I try to keep port itself and "important" packages (or those which are developing rapidly) up to date, but are otherwise content if 'outdated' packages are running just fine. I rely on ports to detect things which must be updated due to dependencies. so I naively would have thought that if, e.g. xpdf depdends on libtool and that one is to old, it should have been updated first automatically? where's my error here? > what happens. If rebuilding libtool doesn't fix it, the problem may be > specific to t1lib. bingo! it was the libtool problem. otherwise, I was running a current port. running sudo port upgrade libtool sudo port clean --work xpdf sudo port install xpdf was starting where the last attempt aborted and processed t1lib without any problem. xpdf finally installed just fine. your competent help is very much appreciated. all the best, joerg From j.van_den_hoff at fzd.de Fri Sep 12 03:26:16 2008 From: j.van_den_hoff at fzd.de (Joerg van den Hoff) Date: Fri, 12 Sep 2008 12:26:16 +0200 Subject: xpdf throws error Message-ID: <20080912102616.GC8648@marco.fz-rossendorf.de> hello, not sure, whether its right to ask, but: I just managed to install xpdf (universial variant). It works OK but at each start gives the error Error: No paper information available - using defaults in the terminal window _although_ I have psPaperSize A4 in my .xpdfrc. using `xpdf -paper A4 file.pdf' does the same. my older xpdf (having other problems related to proper zooming) still from `fink' days did'nt do this. while the error does no visible harm (display's OK), it's still irritating to always get "errors" at program start. how come? joerg From febeling at macports.org Fri Sep 12 04:00:53 2008 From: febeling at macports.org (Caspar Florian Ebeling) Date: Fri, 12 Sep 2008 13:00:53 +0200 Subject: perl ports overwriting files, so need -f? Message-ID: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> Do I get it right that one has to force a good part of the perl ports to make them install? I think the ones which update parts of the original perl installation have in common that they override existing files. Or is this load path thing in now, which solves this by lib path shadowing? Florian -- Florian Ebeling florian.ebeling at gmail.com From normen.mueller at googlemail.com Fri Sep 12 04:54:53 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Fri, 12 Sep 2008 13:54:53 +0200 Subject: Building sqlite3 fails Message-ID: <48CA588D.2090709@gmail.com> He all, can anyone help how to build sqlite3? ----------------------------------------------------------------------- # port upgrade outdated ---> Building sqlite3 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_databases_sqlite3/work/sqlite-3.6.2" && gnumake all " returned error 2 Command output: sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first use in this function) sqlite3.c:80993: error: 'TK_LT' undeclared (first use in this function) sqlite3.c:80999: error: 'TK_GE' undeclared (first use in this function) sqlite3.c:81002: error: 'TK_RSHIFT' undeclared (first use in this function) sqlite3.c:81005: error: 'TK_GT' undeclared (first use in this function) sqlite3.c:81011: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81020: error: 'TK_BITOR' undeclared (first use in this function) sqlite3.c:81023: error: 'TK_CONCAT' undeclared (first use in this function) sqlite3.c:81028: error: 'TK_COMMA' undeclared (first use in this function) sqlite3.c:81032: error: 'TK_BITAND' undeclared (first use in this function) sqlite3.c:81036: error: 'TK_BITNOT' undeclared (first use in this function) sqlite3.c:81053: error: 'TK_STRING' undeclared (first use in this function) sqlite3.c:81056: error: 'TK_ID' undeclared (first use in this function) sqlite3.c:81068: error: 'TK_DOT' undeclared (first use in this function) sqlite3.c:81076: error: 'TK_INTEGER' undeclared (first use in this function) sqlite3.c:81082: error: 'TK_FLOAT' undeclared (first use in this function) sqlite3.c:81102: warning: assignment makes integer from pointer without a cast sqlite3.c:81106: error: 'TK_VARIABLE' undeclared (first use in this function) sqlite3.c:81115: error: 'TK_REGISTER' undeclared (first use in this function) sqlite3.c:81155: error: 'TK_BLOB' undeclared (first use in this function) sqlite3.c: In function 'sqlite3RunParser': sqlite3.c:81227: error: 'TK_SPACE' undeclared (first use in this function) sqlite3.c:81227: warning: case label value exceeds maximum value for type sqlite3.c:81235: error: 'TK_ILLEGAL' undeclared (first use in this function) sqlite3.c:81235: warning: case label value exceeds maximum value for type sqlite3.c:81242: error: 'TK_SEMI' undeclared (first use in this function) sqlite3.c:81242: warning: case label value exceeds maximum value for type sqlite3.c:81258: warning: comparison between pointer and integer sqlite3.c:81259: warning: passing argument 2 of 'sqlite3Parser' makes integer from pointer without a cast gnumake: *** [sqlite3.lo] Error 1 Error: Unable to upgrade port: 1 ----------------------------------------------------------------------- From vincent-opdarw at vinc17.org Fri Sep 12 05:42:04 2008 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Fri, 12 Sep 2008 14:42:04 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> Message-ID: <20080912124203.GA14372@prunille.vinc17.org> On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: > Do I get it right that one has to force a good part > of the perl ports to make them install? It's better not to install them. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From florian.ebeling at gmail.com Fri Sep 12 05:45:28 2008 From: florian.ebeling at gmail.com (Caspar Florian Ebeling) Date: Fri, 12 Sep 2008 14:45:28 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080912124203.GA14372@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> Message-ID: <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre wrote: > On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: >> Do I get it right that one has to force a good part >> of the perl ports to make them install? > > It's better not to install them. What about ports which depend on perl ports? -- Florian Ebeling florian.ebeling at gmail.com From vincent-opdarw at vinc17.org Fri Sep 12 05:53:32 2008 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Fri, 12 Sep 2008 14:53:32 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> Message-ID: <20080912125332.GB14372@prunille.vinc17.org> On 2008-09-12 14:45:28 +0200, Caspar Florian Ebeling wrote: > On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre > wrote: > > On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: > >> Do I get it right that one has to force a good part > >> of the perl ports to make them install? > > > > It's better not to install them. > > What about ports which depend on perl ports? In general, there is no reason to depend on such ports. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From florian.ebeling at gmail.com Fri Sep 12 06:06:03 2008 From: florian.ebeling at gmail.com (Caspar Florian Ebeling) Date: Fri, 12 Sep 2008 15:06:03 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080912125332.GB14372@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> Message-ID: <5cbbe4ae0809120606x5702f526uc4736167401eb49f@mail.gmail.com> On Fri, Sep 12, 2008 at 2:53 PM, Vincent Lefevre wrote: > On 2008-09-12 14:45:28 +0200, Caspar Florian Ebeling wrote: >> On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre >> wrote: >> > On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: >> >> Do I get it right that one has to force a good part >> >> of the perl ports to make them install? >> > >> > It's better not to install them. >> >> What about ports which depend on perl ports? Is there a chance to get rid of them once you have them installed? Do I have to uninstall the perl lib port, then uninstall perl8*, then reinstall? Florian -- Florian Ebeling florian.ebeling at gmail.com From florian.ebeling at gmail.com Fri Sep 12 07:04:42 2008 From: florian.ebeling at gmail.com (Caspar Florian Ebeling) Date: Fri, 12 Sep 2008 16:04:42 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080912125332.GB14372@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> Message-ID: <5cbbe4ae0809120704m42b0224ch40279144d8a118dd@mail.gmail.com> On Fri, Sep 12, 2008 at 2:53 PM, Vincent Lefevre wrote: > On 2008-09-12 14:45:28 +0200, Caspar Florian Ebeling wrote: >> On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre >> wrote: >> > On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: >> >> Do I get it right that one has to force a good part >> >> of the perl ports to make them install? >> > >> > It's better not to install them. >> >> What about ports which depend on perl ports? > > In general, there is no reason to depend on such ports. ok, I'm the maintainer of erlang/tsung. It needs Template Toolkit. TT in turns has these dependencies: p5-test-harness p5-test-simple p5-appconfig p5-file-homedir p5-mac-carbon and test-harness already wants to step onto perl5.8 property. Is there anything I can do or should I just throw together a README.MacPorts for tsung how to break your perl installation with style? Florian -- Florian Ebeling florian.ebeling at gmail.com From williams at astro.ox.ac.uk Fri Sep 12 07:13:36 2008 From: williams at astro.ox.ac.uk (Michael Williams) Date: Fri, 12 Sep 2008 15:13:36 +0100 Subject: Installing without root privileges: what about /Applications/MacPorts? Message-ID: Hi, I think I've successfully installed MacPorts without root privileges. I installed from source using: ./configure --prefix=$HOME/.macports --with-install-user=$USER --with- install-group=staff --with-tclpackage=~/Library/Tcl (this was based on my interpretation of https://trac.macports.org/wiki/gsoc08-privileges) . However, I've run into trouble with a couple of packages. These errors boil down to: Error: Target org.macports.activate returned: can't create directory "/ Applications/MacPorts": permission denied Is there any way to change this directory to, say, ~/Applications/ MacPorts or is it hard-coded? p.s. if anyone knows mutt and MacPorts well, I have another package problem which I think it mutt-related rather than MacPorts, but comments welcome: http://groups.google.com/group/mailing.unix.mutt-users/browse_thread/thread/49b65590cb94eea5# Thanks, -- Mike Williams From dluke at geeklair.net Fri Sep 12 08:43:06 2008 From: dluke at geeklair.net (Daniel J. Luke) Date: Fri, 12 Sep 2008 11:43:06 -0400 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080912125332.GB14372@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> Message-ID: On Sep 12, 2008, at 8:53 AM, Vincent Lefevre wrote: > On 2008-09-12 14:45:28 +0200, Caspar Florian Ebeling wrote: >> On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre >> wrote: >>> On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: >>>> Do I get it right that one has to force a good part >>>> of the perl ports to make them install? >>> >>> It's better not to install them. >> >> What about ports which depend on perl ports? > > In general, there is no reason to depend on such ports. please stop trolling. -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080912/3b3eb24b/attachment.bin From dluke at geeklair.net Fri Sep 12 08:44:07 2008 From: dluke at geeklair.net (Daniel J. Luke) Date: Fri, 12 Sep 2008 11:44:07 -0400 Subject: perl ports overwriting files, so need -f? In-Reply-To: <5cbbe4ae0809120606x5702f526uc4736167401eb49f@mail.gmail.com> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <5cbbe4ae0809120606x5702f526uc4736167401eb49f@mail.gmail.com> Message-ID: On Sep 12, 2008, at 9:06 AM, Caspar Florian Ebeling wrote: > Is there a chance to get rid of them once you > have them installed? Do I have to uninstall > the perl lib port, then uninstall perl8*, then reinstall? Yes, that will work (or you can use deactivate/activate instead of uninstall/install) -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080912/81cd49c5/attachment.bin From florian.ebeling at gmail.com Fri Sep 12 08:47:54 2008 From: florian.ebeling at gmail.com (Caspar Florian Ebeling) Date: Fri, 12 Sep 2008 17:47:54 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <5cbbe4ae0809120606x5702f526uc4736167401eb49f@mail.gmail.com> Message-ID: <5cbbe4ae0809120847i72bfc3aav7de125fee9c267d1@mail.gmail.com> On Fri, Sep 12, 2008 at 5:44 PM, Daniel J. Luke wrote: > On Sep 12, 2008, at 9:06 AM, Caspar Florian Ebeling wrote: >> >> Is there a chance to get rid of them once you >> have them installed? Do I have to uninstall >> the perl lib port, then uninstall perl8*, then reinstall? > > > Yes, that will work (or you can use deactivate/activate instead of > uninstall/install) thanks for the answer, dan. the picture emerges before me: http://trac.macports.org/ticket/12710 -- Florian Ebeling florian.ebeling at gmail.com From opendarwin.org at darkart.com Fri Sep 12 09:23:34 2008 From: opendarwin.org at darkart.com (Eric Hall) Date: Fri, 12 Sep 2008 16:23:34 +0000 Subject: xpdf throws error In-Reply-To: <20080912102616.GC8648@marco.fz-rossendorf.de> References: <20080912102616.GC8648@marco.fz-rossendorf.de> Message-ID: <20080912162334.GB31151@darkart.com> On Fri, Sep 12, 2008 at 12:26:16PM +0200, Joerg van den Hoff wrote: > hello, > > not sure, whether its right to ask, but: > > I just managed to install xpdf (universial variant). It works OK but at > each start gives the error > > Error: No paper information available - using defaults > > in the terminal window _although_ I have > > psPaperSize A4 > > in my .xpdfrc. > > using `xpdf -paper A4 file.pdf' does the same. my older xpdf (having other > problems related to proper zooming) still from `fink' days did'nt do > this. while the error does no visible harm (display's OK), it's > still irritating to always get "errors" at program start. > I've had success setting the 'PAPERSIZE' environment variable (PAPERSIZE=letter; export PAPERSIZE). -eric From j.van_den_hoff at fzd.de Fri Sep 12 09:37:55 2008 From: j.van_den_hoff at fzd.de (Joerg van den Hoff) Date: Fri, 12 Sep 2008 18:37:55 +0200 Subject: subversion upgrade failed Message-ID: <20080912163755.GI8648@marco.fz-rossendorf.de> me again: I now get the supposedly solved issue with `libtool' (cf. recent mail regarding xpdf install) with a subversion upgrade: ---> Building serf 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_www_serf/work/serf-0.2.0" && make all " returned error 2 Command output: /opt/local/share/apr-1/build/libtool --silent --mode=compile /usr/bin/gcc-4.0 -O2 -g -I/opt/local/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I. -I/opt/local/include/apr-1 -I/opt/local/include/apr-1 -c -o buckets/aggregate_buckets.lo buckets/aggregate_buckets.c && touch buckets/aggregate_buckets.lo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make: *** [buckets/aggregate_buckets.lo] Error 1 Error: The following dependencies failed to build: serf it seems like the same error message, only now I definitely have a upgraded `libtool'. this is with current `port' and 10.4.11. what am I missing _this_ time? joerg From ghe at slsware.com Fri Sep 12 11:57:32 2008 From: ghe at slsware.com (Glenn English) Date: Fri, 12 Sep 2008 12:57:32 -0600 Subject: problem building parts of KDE Message-ID: <48CABB9C.50105@slsware.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I installed MacPorts last night (MacPorts-1.6.0-10.5-Leopard.dmg on a Mac Pro), so I claim n00b :-) I'm trying to install kmymoney. Hours of KDE / *nix dependencies built last night (and a couple other little things I installed were fine), but the kmymoney install always stops at libidn. Most of the dependencies first listed as having failed to build, did when I 'port install'ed them individually. I saw something promising in the mailing list archives, but it was a problem compiling kmymoney itself, and I'm not to that point yet. That post, though, sounded like he was installing the whole KDE, and that everything had fetched and built except one program. For me, kdelibs3 and kdebase3 don't build either. I did a selfupdate; it said all was already up to date. Nor have I made any changes to the list of repositories. What might be going wrong? Here's 'port -v': > maxi:bin root# ./port -v install kmymoney > ---> Fetching libidn > ---> libidn-1.9.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/libidn > ---> Attempting to fetch libidn-1.9.tar.gz from ftp://alpha.gnu.org/pub/gnu/libidn/ > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > ---> Attempting to fetch libidn-1.9.tar.gz from http://josefsson.org/libidn/releases/ > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > ---> Attempting to fetch libidn-1.9.tar.gz from http://svn.macports.org/repository/macports/distfiles/libidn > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > ---> Attempting to fetch libidn-1.9.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > ---> Attempting to fetch libidn-1.9.tar.gz from http://svn.macports.org/repository/macports/downloads/libidn > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > Error: Target org.macports.fetch returned: fetch failed > Warning: the following items did not execute (for libidn): org.macports.activate org.macports.fetch org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install > Error: The following dependencies failed to build: kdebase3 kdelibs3 libidn unsermake > Error: Status 1 encountered during processing. - -- Glenn English ghe at slsware.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjKu5wACgkQ04yQfZbbTLb+vACgnRkRlF9ap/6jSwpphTMNY2Dv U4EAoJED9wIJ7g6wv/iTwsvP4SCZGAw8 =w3Xl -----END PGP SIGNATURE----- From 0x62_0x6c_0x62 at pobox.com Fri Sep 12 14:01:35 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Fri, 12 Sep 2008 15:01:35 -0600 Subject: Building sqlite3 fails In-Reply-To: <48CA588D.2090709@gmail.com> References: <48CA588D.2090709@gmail.com> Message-ID: <20080912210135.GK672@ninagal.withay.com> On Fri, Sep 12, 2008 at 01:54:53PM +0200, Normen M?ller said: > He all, > > can anyone help how to build sqlite3? > > ----------------------------------------------------------------------- > # port upgrade outdated > ---> Building sqlite3 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_databases_sqlite3/work/sqlite-3.6.2" && gnumake all " returned error 2 > Command output: sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first use in this function) This is caused by the Tcl env bug, see tickets #13953 [1] (sqlite3-specific) and #13930 [2] (the general issue). Running: $ sudo port clean --work sqlite3 then your original command should get things going. Bryan [1] - [1] - [...] From 0x62_0x6c_0x62 at pobox.com Fri Sep 12 14:07:50 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Fri, 12 Sep 2008 15:07:50 -0600 Subject: Installing without root privileges: what about /Applications/MacPorts? In-Reply-To: References: Message-ID: <20080912210750.GL672@ninagal.withay.com> On Fri, Sep 12, 2008 at 03:13:36PM +0100, Michael Williams said: > Hi, > > I think I've successfully installed MacPorts without root privileges. > I installed from source using: > > ./configure --prefix=$HOME/.macports --with-install-user=$USER --with- > install-group=staff --with-tclpackage=~/Library/Tcl > > (this was based on my interpretation of https://trac.macports.org/wiki/gsoc08-privileges) > . > > However, I've run into trouble with a couple of packages. These errors > boil down to: > > Error: Target org.macports.activate returned: can't create directory "/ > Applications/MacPorts": permission denied > > Is there any way to change this directory to, say, ~/Applications/ > MacPorts or is it hard-coded? > Which source-based install are you using? Running off trunk allows you to change the location of the Applications and Frameworks install locations by editing etc/macports/macports.conf and setting: applications_dir /path/to/Applications frameworks_dir /path/to/Library/Frameworks If you're running from 1.6 source, then you can't do this...Also note that the GSoC stuff you were looking into is on its own branch still, not on the trunk. > p.s. if anyone knows mutt and MacPorts well, I have another package > problem which I think it mutt-related rather than MacPorts, but > comments welcome: http://groups.google.com/group/mailing.unix.mutt-users/browse_thread/thread/49b65590cb94eea5# > It looks like mutt would need to have its install routines patched a bit to maybe ignore an error when the chgrp fails, though that may be a bad thing to do do the base mutt, so perhaps only in MacPorts. Bryan > Thanks, > -- Mike Williams From 0x62_0x6c_0x62 at pobox.com Fri Sep 12 14:12:48 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Fri, 12 Sep 2008 15:12:48 -0600 Subject: problem building parts of KDE In-Reply-To: <48CABB9C.50105@slsware.com> References: <48CABB9C.50105@slsware.com> Message-ID: <20080912211248.GM672@ninagal.withay.com> On Fri, Sep 12, 2008 at 12:57:32PM -0600, Glenn English said: > > I installed MacPorts last night (MacPorts-1.6.0-10.5-Leopard.dmg on a > Mac Pro), so I claim n00b :-) > [...] > > > maxi:bin root# ./port -v install kmymoney > > ---> Fetching libidn Looks like the fetch location for libidn may have been unavailable (or you aren't able to access ftp-based sites from your location at all or without a proxy). If another attempt doesn't work, have a look at since the file is on the MacPorts mirror. Bryan [...] > - -- > Glenn English > ghe at slsware.com > From j.van_den_hoff at fzd.de Fri Sep 12 14:28:11 2008 From: j.van_den_hoff at fzd.de (Joerg van den Hoff) Date: Fri, 12 Sep 2008 23:28:11 +0200 Subject: xpdf throws error In-Reply-To: <20080912162334.GB31151@darkart.com> References: <20080912102616.GC8648@marco.fz-rossendorf.de> <20080912162334.GB31151@darkart.com> Message-ID: <20080912212811.GN9677@claude.fz-rossendorf.de> On Fri, Sep 12, 2008 at 04:23:34PM +0000, Eric Hall wrote: > On Fri, Sep 12, 2008 at 12:26:16PM +0200, Joerg van den Hoff wrote: > > hello, > > > > not sure, whether its right to ask, but: > > > > I just managed to install xpdf (universial variant). It works OK but at > > each start gives the error > > > > Error: No paper information available - using defaults > > > > in the terminal window _although_ I have > > > > psPaperSize A4 > > > > in my .xpdfrc. > > > > using `xpdf -paper A4 file.pdf' does the same. my older xpdf (having other > > problems related to proper zooming) still from `fink' days did'nt do > > this. while the error does no visible harm (display's OK), it's > > still irritating to always get "errors" at program start. > > > > I've had success setting the 'PAPERSIZE' environment > variable (PAPERSIZE=letter; export PAPERSIZE). > > > -eric > > thanks. yes that works. but it seems the other ways should, too. especially, the resource file `.xpdfrc' would be my favorite place to set such things. does anybody know why command line and resource file don't work with this xpdf package? joerg From ghe at slsware.com Fri Sep 12 14:32:55 2008 From: ghe at slsware.com (Glenn English) Date: Fri, 12 Sep 2008 15:32:55 -0600 Subject: problem building parts of KDE In-Reply-To: <20080912211248.GM672@ninagal.withay.com> References: <48CABB9C.50105@slsware.com> <20080912211248.GM672@ninagal.withay.com> Message-ID: <48CAE007.3040901@slsware.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bryan Blackburn wrote: > Looks like the fetch location for libidn may have been unavailable (or you > aren't able to access ftp-based sites from your location at all or without a > proxy). If another attempt doesn't work, have a look at > > > > since the file is on the MacPorts mirror. Well how about that! Damn thing works! Thanks very much, and I'll see if I can't figure out what I just did :-) - -- Glenn English ghe at slsware.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjK4AcACgkQ04yQfZbbTLaTeQCeNczUDhL6FSwbcoi3sKLGyJoA AOIAoKREiTfJZgd77IZ4lgpDhBAZij+j =qyQq -----END PGP SIGNATURE----- From vincent-opdarw at vinc17.org Fri Sep 12 14:48:35 2008 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Fri, 12 Sep 2008 23:48:35 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> Message-ID: <20080912214835.GA1991@prunille.vinc17.org> On 2008-09-12 11:43:06 -0400, Daniel J. Luke wrote: > On Sep 12, 2008, at 8:53 AM, Vincent Lefevre wrote: >> On 2008-09-12 14:45:28 +0200, Caspar Florian Ebeling wrote: >>> On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre >>> wrote: >>>> On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: >>>>> Do I get it right that one has to force a good part >>>>> of the perl ports to make them install? >>>> >>>> It's better not to install them. >>> >>> What about ports which depend on perl ports? >> >> In general, there is no reason to depend on such ports. > > please stop trolling. You are annoying. I'm just saying that this can be a bug. This is based on real experience: On ***every*** port I've tried that depends on such a module, I've installed a local version without the dependency (thus, keeping the modules from perl 5.8) and had no problems at all. The bugs I've reported have been fixed. So, the user should try without the dependency and see if it is needed or not, and report a bug. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From febeling at macports.org Fri Sep 12 15:41:48 2008 From: febeling at macports.org (Caspar Florian Ebeling) Date: Sat, 13 Sep 2008 00:41:48 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080912214835.GA1991@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> Message-ID: <5cbbe4ae0809121541q800e0eck6a78ba0ccae40a28@mail.gmail.com> On Fri, Sep 12, 2008 at 11:48 PM, Vincent Lefevre wrote: > On 2008-09-12 11:43:06 -0400, Daniel J. Luke wrote: >> On Sep 12, 2008, at 8:53 AM, Vincent Lefevre wrote: >>> On 2008-09-12 14:45:28 +0200, Caspar Florian Ebeling wrote: >>>> On Fri, Sep 12, 2008 at 2:42 PM, Vincent Lefevre >>>> wrote: >>>>> On 2008-09-12 13:00:53 +0200, Caspar Florian Ebeling wrote: >>>>>> Do I get it right that one has to force a good part >>>>>> of the perl ports to make them install? >>>>> >>>>> It's better not to install them. >>>> >>>> What about ports which depend on perl ports? >>> >>> In general, there is no reason to depend on such ports. >> >> please stop trolling. > > You are annoying. I'm just saying that this can be a bug. This > is based on real experience: On ***every*** port I've tried that > depends on such a module, I've installed a local version without > the dependency (thus, keeping the modules from perl 5.8) and had > no problems at all. The bugs I've reported have been fixed. > > So, the user should try without the dependency and see if it is > needed or not, and report a bug. I removed the deps as well and my script still works, so this might be true. The two suspects I know of now are test-harness and test-simple, so that might be only unit test related anyway. Which other ports do this stupid thing, btw? Should they maybe removed entirely? The User -- Florian Ebeling florian.ebeling at gmail.com From ghe at slsware.com Fri Sep 12 15:54:01 2008 From: ghe at slsware.com (Glenn English) Date: Fri, 12 Sep 2008 16:54:01 -0600 Subject: problem building parts of KDE In-Reply-To: <48CAE007.3040901@slsware.com> References: <48CABB9C.50105@slsware.com> <20080912211248.GM672@ninagal.withay.com> <48CAE007.3040901@slsware.com> Message-ID: <48CAF309.4070000@slsware.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Still no joy. The build of kdebase3 failed, and I think this is the relevant part of the screen output: > gcc -Os -Os -fPIC -D_GNU_SOURCE -DQT_THREAD_SUPPORT -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include -D_LARGE_FILES=1 -Wl,-dylib_file -Wl,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -o ./kwin/kompmgr/kompmgr ./kwin/kompmgr/kompmgr.o -L/opt/local/lib -L/usr/X11/lib /usr/X11/lib/libXcomposite.1.0.0.dylib /usr/X11/lib/libXdamage.1.1.0.dylib /usr/X11/lib/libXfixes.3.1.0.dylib /opt/local/lib/libXrender.dylib -L/usr/X11R6/lib /usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/libXau.6.0.0.dylib -lm > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory > Error creating ./kwin/kompmgr/kompmgr. Exit status 1. > kdebase3-3.5.8-0 make failed! > > Error: The following dependencies failed to build: kdebase3 > Error: Status 1 encountered during processing. looking for the missing file... > maxi:bin root# find /usr/X11/lib/libXd > libXdamage.1.0.0.dylib libXdamage.1.dylib libXdamage.dylib libXdamage.la libXdmcp.6.0.0.dylib libXdmcp.6.dylib libXdmcp.dylib libXdmcp.la I have 1.0.0, but not 1.1.0. Googling the missing filename, I find this: > http://lists.macosforge.org/pipermail/macports-tickets/2008-July/012312.html It looks to me like this problem came up a couple months ago; it's in the works at macports; and there's nothing for me to do but wait until it gets fixed. Is that right? Or is there somewhere I can get 1.1.0? My OS X is completely up to date, AFAIK... - -- Glenn English ghe at slsware.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjK8wkACgkQ04yQfZbbTLYsPgCfUpXtEuFU+duSJp3aOccvFcqV MsMAoI9f8/O31BmWfKwWm+v/2WSRltjg =dtzC -----END PGP SIGNATURE----- From 0x62_0x6c_0x62 at pobox.com Fri Sep 12 16:21:35 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Fri, 12 Sep 2008 17:21:35 -0600 Subject: problem building parts of KDE In-Reply-To: <48CAF309.4070000@slsware.com> References: <48CABB9C.50105@slsware.com> <20080912211248.GM672@ninagal.withay.com> <48CAE007.3040901@slsware.com> <48CAF309.4070000@slsware.com> Message-ID: <20080912232135.GN672@ninagal.withay.com> On Fri, Sep 12, 2008 at 04:54:01PM -0600, Glenn English said: > > Still no joy. The build of kdebase3 failed, and I think this is the > relevant part of the screen output: > > > gcc -Os -Os -fPIC -D_GNU_SOURCE -DQT_THREAD_SUPPORT -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include -D_LARGE_FILES=1 -Wl,-dylib_file -Wl,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -o ./kwin/kompmgr/kompmgr ./kwin/kompmgr/kompmgr.o -L/opt/local/lib -L/usr/X11/lib /usr/X11/lib/libXcomposite.1.0.0.dylib /usr/X11/lib/libXdamage.1.1.0.dylib /usr/X11/lib/libXfixes.3.1.0.dylib /opt/local/lib/libXrender.dylib -L/usr/X11R6/lib /usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/libXau.6.0.0.dylib -lm > > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory > > Error creating ./kwin/kompmgr/kompmgr. Exit status 1. > > kdebase3-3.5.8-0 make failed! > > > > Error: The following dependencies failed to build: kdebase3 > > Error: Status 1 encountered during processing. > > looking for the missing file... > > > maxi:bin root# find /usr/X11/lib/libXd > > libXdamage.1.0.0.dylib libXdamage.1.dylib libXdamage.dylib libXdamage.la libXdmcp.6.0.0.dylib libXdmcp.6.dylib libXdmcp.dylib libXdmcp.la > > I have 1.0.0, but not 1.1.0. Googling the missing filename, I find this: > > > http://lists.macosforge.org/pipermail/macports-tickets/2008-July/012312.html > The ticket [1] says if you update your xquartz install [2], then you should have the 1.1.0 version as well, though on my install (which is a 2.3.1 release candidate) it is simply a symlink to libXdamage.1.dylib just like the 1.0.0 one is. Bryan [1] - [2] - > It looks to me like this problem came up a couple months ago; it's in > the works at macports; and there's nothing for me to do but wait until > it gets fixed. Is that right? Or is there somewhere I can get 1.1.0? > > My OS X is completely up to date, AFAIK... > > - -- > Glenn English > ghe at slsware.com > From vincent-opdarw at vinc17.org Fri Sep 12 16:53:57 2008 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Sat, 13 Sep 2008 01:53:57 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <5cbbe4ae0809121541q800e0eck6a78ba0ccae40a28@mail.gmail.com> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> <5cbbe4ae0809121541q800e0eck6a78ba0ccae40a28@mail.gmail.com> Message-ID: <20080912235357.GD1991@prunille.vinc17.org> On 2008-09-13 00:41:48 +0200, Caspar Florian Ebeling wrote: > Which other ports do this stupid thing, btw? Should they > maybe removed entirely? icon-name-mapping. I sent a mail to nox: I can see in the changelog for icon-name-mapping: r29712 | nox at macports.org | 2007-10-06 22:14:48 +0200 icon-naming-utils: * Updated to 0.8.6. * Removed pkgconfig lib dependency. * Added p5-getopt-long run dependency. * Build dependencies are also run dependencies. * Added livecheck. * Disabled universal variant (arch-agnostic port). * Added sha1 and rmd160 checksums. Why did you add the p5-getopt-long dependency? icon-name-mapping declares to be compatible with any version of Getopt::Long, which is already provided by perl5.8. So, the dependency seems to be useless (the perl5.8 dependency suffices). FYI, I've been using a local version of icon-naming-utils without this p5-getopt-long dependency since January and I didn't notice any problem. Note: removing the dependency would be particularly useful because of the bug . -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From ghe at slsware.com Fri Sep 12 17:02:15 2008 From: ghe at slsware.com (Glenn English) Date: Fri, 12 Sep 2008 18:02:15 -0600 Subject: problem building parts of KDE [SOLVED] In-Reply-To: <20080912232135.GN672@ninagal.withay.com> References: <48CABB9C.50105@slsware.com> <20080912211248.GM672@ninagal.withay.com> <48CAE007.3040901@slsware.com> <48CAF309.4070000@slsware.com> <20080912232135.GN672@ninagal.withay.com> Message-ID: <48CB0307.4060606@slsware.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bryan Blackburn wrote: > The ticket [1] says if you update your xquartz install [2], then you should have the > 1.1.0 version Yup. Found that and you replied while I was checking it out. It worked, and the compile finished. But then kmymoney wouldn't activate. I ran port again with -v -- it realized I was about to go back to the list, so it worked. And after a reboot because the program claimed it couldn't find the X server, I got a GUI! I'm assuming it knows how to add and subtract... Thanks again, Bryan, for all the help. This old Linux refugee considers macports a major find: OS X, Aqua, Xcode, and a Mac Pro without MS, Intuit, or Adobe -- what more could one ask :-) - -- Glenn English ghe at slsware.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjLAwcACgkQ04yQfZbbTLaK/gCcDuYBsimCuqHJcEEHptigN4Xy ttMAnjHcpYu+a1DP3yW9AjnLnJEjFLDH =6vsE -----END PGP SIGNATURE----- From ryandesign at macports.org Sat Sep 13 00:01:17 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 02:01:17 -0500 Subject: subversion upgrade failed In-Reply-To: <20080912163755.GI8648@marco.fz-rossendorf.de> References: <20080912163755.GI8648@marco.fz-rossendorf.de> Message-ID: <22AE6267-2C46-416B-927F-2BDC52A8C647@macports.org> On Sep 12, 2008, at 11:37 AM, Joerg van den Hoff wrote: > me again: > > I now get the supposedly solved issue with `libtool' (cf. recent mail > regarding xpdf install) with a subversion upgrade: > > ---> Building serf 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_www_s > erf/work/serf-0.2.0" > && make all " returned error 2 > Command output: /opt/local/share/apr-1/build/libtool --silent > --mode=compile /usr/bin/gcc-4.0 -O2 -g -I/opt/local/include -DDARWIN > -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I. > -I/opt/local/include/apr-1 -I/opt/local/include/apr-1 -c -o > buckets/aggregate_buckets.lo buckets/aggregate_buckets.c && touch > buckets/aggregate_buckets.lo > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > make: *** [buckets/aggregate_buckets.lo] Error 1 > > Error: The following dependencies failed to build: serf > > > it seems like the same error message, only now I definitely have > a upgraded `libtool'. this is with current `port' and 10.4.11. > > what am I missing _this_ time? Rebuild apr. :) It includes its own libtool (it doesn't use the libtool provided by the libtool port). From ryandesign at macports.org Sat Sep 13 00:02:40 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 02:02:40 -0500 Subject: t1lib: unable to infer tagged configuration (was: Re: xpdf install failed) In-Reply-To: <20080912101004.GB8648@marco.fz-rossendorf.de> References: <20080911143718.GD26089@marco.fz-rossendorf.de> <20080912101004.GB8648@marco.fz-rossendorf.de> Message-ID: On Sep 12, 2008, at 5:10 AM, Joerg van den Hoff wrote: >> In particular, this problem showed up a lot when libtool was built >> *before* MacPorts started using /usr/bin/gcc-4.0 as CC (instead of >> just >> "gcc" or "cc"), and you attempted to build certain ports *after* >> updating MacPorts. However, this change was a long time ago so I'm >> surprised you're still running into it. Try the above and let us know > > I try to keep port itself and "important" packages (or those which are > developing rapidly) up to date, but are otherwise content if > 'outdated' > packages are running just fine. I rely on ports to detect things which > must be updated due to dependencies. so I naively would have thought > that if, e.g. xpdf depdends on libtool and that one is to old, it > should > have been updated first automatically? where's my error here? I'm not sure. Possibly nothing. I haven't gone back to test whether MacPorts properly attempts to upgrade dependencies before upgrading the port you requested. From normen.mueller at googlemail.com Sat Sep 13 00:58:00 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Sat, 13 Sep 2008 09:58:00 +0200 Subject: Building sqlite3 fails In-Reply-To: <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> Message-ID: <48CB7288.6030905@gmail.com> Bernard Desgraupes wrote: > This has been reported many times recently. See a workaround in the > recent message "sqlite3 install fails [was Re: "sudo port install > git-core +svn" fails]" (sept 8). > > Quoting from this thread: > "The workaround for the Leopard environment variable bug is always to > clean the work area of the affected port and try again. > > sudo port clean --work sqlite3 > sudo port install sqlite3 > " > Sorry for that question :-( Next time I first will check recent messages. Thanks anyway for your help. But it still doesn't work: -------------------------------------------------------- # sudo port clean --work sqlite3 ---> Cleaning sqlite3 brain:~ root# sudo port install sqlite3 ---> Fetching sqlite3 ---> Verifying checksum(s) for sqlite3 ---> Extracting sqlite3 ---> Configuring sqlite3 ---> Building sqlite3 with target all ---> Staging sqlite3 into destroot ---> Installing sqlite3 3.6.2_0 ---> Activating sqlite3 3.6.2_0 Error: Target org.macports.activate returned: Image error: Another version of this port (sqlite3 @3.6.1_0) is already active. Error: Status 1 encountered during processing. -------------------------------------------------------- As I am still new to macprots, could you please give me further advices? Cheers, /nm From jms at jm-schomburg.com Sat Sep 13 04:20:23 2008 From: jms at jm-schomburg.com (jms at jm-schomburg.com) Date: Sat, 13 Sep 2008 13:20:23 +0200 Subject: OpenSSH 5.1p1 vs. Leopard xServe Message-ID: <2A4E2093-98FA-42F7-BB5D-40CC245D8E17@jm-schomburg.com> Hello all, I've recently installed the macports OpenSSH 5.1 into my Leopard xServe. The point of my doing this was to take advantage of the latest version's ability to chroot certain users to their home folders using the new chrootDirectory command. I installed the MacPorts OpenSSH as an administrator (not root). I am able to log into the server, but when I login in verbose mode I see that the initial connection uses OpenSSH version 4.7, and only after verification it switches to v. 5.1. Yet when I create another user (whose home folder is a simple reserved directory, not a classic mac 'user' folder) he can log in, but he ends up using OpenSSH version 4.7. The same thing happens if I attempt to log in as root! What do I have to tweak to get this working with Leopard Server? Thanks in advance for any and all advice. More on the subject here: http://discussions.apple.com/thread.jspa?threadID=1679925&tstart=0 Cheers. ___________________ jms at jm-schomburg.com www.jm-schomburg.com www.paris-promenades.com From etherous at gmail.com Sat Sep 13 12:34:27 2008 From: etherous at gmail.com (Etherous) Date: Sat, 13 Sep 2008 13:34:27 -0600 Subject: MacPorts-1.6.0 Won't Build Message-ID: <40D3C878-3ACA-435E-9AFE-4482A3F386AE@gmail.com> Running MacBook: Intel Core Duo with Mac OS 10.5.4 I already tried the DarwinPorts-1.6.0-10.5-Leopard.dmg version. The .pkg SEEMED to run successfully, but whatever it did, it didn't install DarwinPorts. So next, I tried to manually build the MacPorts-1.6.0.tar.gz version. However, during ./configure, the following was displayed immediately before terminating: configure: Using Apple Objective-C runtime checking for Apple Foundation library... no configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library configure: error: Could not find a working Foundation implementation I know for a fact the Apple Foundation library exists (obviously) and, to no avail, tried setting the following two environment variables: APPLE_FOUNDATION_LIBS="-framework Foundation" APPLE_FOUNDATION_CFLAGS="-framework Foundation" I could use some help at this point. Googling found absolutely nothing I could use. If someone could either help me to fix the ./configure or figure out where the package from the DMG installed to, I would greatly appreciate it. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080913/ab0562ab/attachment.html From 0x62_0x6c_0x62 at pobox.com Sat Sep 13 13:24:02 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Sat, 13 Sep 2008 14:24:02 -0600 Subject: Building sqlite3 fails In-Reply-To: <48CB7288.6030905@gmail.com> References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> <48CB7288.6030905@gmail.com> Message-ID: <20080913202402.GD693@ninagal.withay.com> On Sat, Sep 13, 2008 at 09:58:00AM +0200, Normen M?ller said: [...] > > -------------------------------------------------------- > # sudo port clean --work sqlite3 > ---> Cleaning sqlite3 > brain:~ root# sudo port install sqlite3 > ---> Fetching sqlite3 > ---> Verifying checksum(s) for sqlite3 > ---> Extracting sqlite3 > ---> Configuring sqlite3 > ---> Building sqlite3 with target all > ---> Staging sqlite3 into destroot > ---> Installing sqlite3 3.6.2_0 > ---> Activating sqlite3 3.6.2_0 > Error: Target org.macports.activate returned: Image error: Another version of this port (sqlite3 @3.6.1_0) is already active. > Error: Status 1 encountered during processing. > -------------------------------------------------------- > > As I am still new to macprots, could you please give me further advices? > Since you already have a version of sqlite3 installed (3.6.1_0), install (or technically, activate) fails. Since you've already done the install, you can simply uninstall the older version with $ sudo port uninstall sqlite3 @3.6.1_0 then activate the new version $ sudo port activate sqlite3 In the future, you can avoid that by just using $ sudo port upgrade sqlite3 See the guide's section on this (and the guide in general if you're new to MacPorts): Bryan > Cheers, > /nm > From 0x62_0x6c_0x62 at pobox.com Sat Sep 13 13:29:46 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Sat, 13 Sep 2008 14:29:46 -0600 Subject: MacPorts-1.6.0 Won't Build In-Reply-To: <40D3C878-3ACA-435E-9AFE-4482A3F386AE@gmail.com> References: <40D3C878-3ACA-435E-9AFE-4482A3F386AE@gmail.com> Message-ID: <20080913202946.GE693@ninagal.withay.com> On Sat, Sep 13, 2008 at 01:34:27PM -0600, Etherous said: > Running MacBook: Intel Core Duo with Mac OS 10.5.4 > > I already tried the DarwinPorts-1.6.0-10.5-Leopard.dmg version. The .pkg > SEEMED to run successfully, but whatever it did, it didn't install > DarwinPorts. Where did you find a DarwinPorts 1.6 DMG? DarwinPorts ended prior to 1.6 so all DMG's [1] should be called MacPorts-1.6.0*. > So next, I tried to manually build the MacPorts-1.6.0.tar.gz > version. However, during ./configure, the following was displayed > immediately before terminating: > > configure: Using Apple Objective-C runtime > checking for Apple Foundation library... no > configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your > environment, preventing the use of GNUstep's Foundation library > configure: error: Could not find a working Foundation implementation > Make sure you have Xcode installed, as this is probably failing to find all the necessary bits for compilation (the runtime stuff is obviously installed for basic OS functionality but I don't believe headers are by default). You'll need Xcode anyway to build ports once MacPorts is successfully installed. Bryan [1] - > I know for a fact the Apple Foundation library exists (obviously) and, to > no avail, tried setting the following two environment variables: > APPLE_FOUNDATION_LIBS="-framework Foundation" > APPLE_FOUNDATION_CFLAGS="-framework Foundation" > > I could use some help at this point. Googling found absolutely nothing I > could use. If someone could either help me to fix the ./configure or > figure out where the package from the DMG installed to, I would greatly > appreciate it. From normen.mueller at googlemail.com Sat Sep 13 13:38:00 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Sat, 13 Sep 2008 22:38:00 +0200 Subject: Building sqlite3 fails In-Reply-To: <20080913202402.GD693@ninagal.withay.com> References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> <48CB7288.6030905@gmail.com> <20080913202402.GD693@ninagal.withay.com> Message-ID: <48CC24A8.2030407@gmail.com> Bryan Blackburn wrote: > On Sat, Sep 13, 2008 at 09:58:00AM +0200, Normen M?ller said: > [...] >> -------------------------------------------------------- >> # sudo port clean --work sqlite3 >> ---> Cleaning sqlite3 >> brain:~ root# sudo port install sqlite3 >> ---> Fetching sqlite3 >> ---> Verifying checksum(s) for sqlite3 >> ---> Extracting sqlite3 >> ---> Configuring sqlite3 >> ---> Building sqlite3 with target all >> ---> Staging sqlite3 into destroot >> ---> Installing sqlite3 3.6.2_0 >> ---> Activating sqlite3 3.6.2_0 >> Error: Target org.macports.activate returned: Image error: Another version of this port (sqlite3 @3.6.1_0) is already active. >> Error: Status 1 encountered during processing. >> -------------------------------------------------------- >> >> As I am still new to macprots, could you please give me further advices? >> > > Since you already have a version of sqlite3 installed (3.6.1_0), install (or > technically, activate) fails. Since you've already done the install, you > can simply uninstall the older version with > > $ sudo port uninstall sqlite3 @3.6.1_0 > I tried that, but got the following error: -------------------------------------------------------------- sudo port uninstall sqlite3 @3.6.1_0 ---> Unable to uninstall sqlite3 3.6.1_0, the following ports depend on it: ---> apr-util ---> apr-util Error: port uninstall failed: Please uninstall the ports that depend on sqlite3 first. -------------------------------------------------------------- > then activate the new version > > $ sudo port activate sqlite3 > > In the future, you can avoid that by just using > > $ sudo port upgrade sqlite3 > In the future, can I even perform $ sudo port -u upgrade sqlite3 and $ sudo port -u upgrade outdated respectively? > See the guide's section on this (and the guide in general if you're new to > MacPorts): > > > That's the section I read, but still I don't know what to do with the above mentioned error, cause I don't want to break my configuration wrt. dependencies. Thank you very much, for your patience and help! Cheers, /nm From etherous at gmail.com Sat Sep 13 14:25:19 2008 From: etherous at gmail.com (Etherous) Date: Sat, 13 Sep 2008 15:25:19 -0600 Subject: MacPorts-1.6.0 Won't Build In-Reply-To: <20080913202946.GE693@ninagal.withay.com> References: <40D3C878-3ACA-435E-9AFE-4482A3F386AE@gmail.com> <20080913202946.GE693@ninagal.withay.com> Message-ID: <809E7E6E-6117-4501-977F-BF2F6F8E8369@gmail.com> On Sep 13, 2008, at 2:29 PM, Bryan Blackburn wrote: > On Sat, Sep 13, 2008 at 01:34:27PM -0600, Etherous said: >> Running MacBook: Intel Core Duo with Mac OS 10.5.4 >> >> I already tried the DarwinPorts-1.6.0-10.5-Leopard.dmg version. >> The .pkg >> SEEMED to run successfully, but whatever it did, it didn't install >> DarwinPorts. > > Where did you find a DarwinPorts 1.6 DMG? DarwinPorts ended prior > to 1.6 so > all DMG's [1] should be called MacPorts-1.6.0*. http://www.portcode.com/darwinports/DarwinPorts-1.5.0-10.4.dmg >> So next, I tried to manually build the MacPorts-1.6.0.tar.gz >> version. However, during ./configure, the following was displayed >> immediately before terminating: >> >> configure: Using Apple Objective-C runtime >> checking for Apple Foundation library... no >> configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your >> environment, preventing the use of GNUstep's Foundation library >> configure: error: Could not find a working Foundation implementation >> > > Make sure you have Xcode installed, as this is probably failing to > find all > the necessary bits for compilation (the runtime stuff is obviously > installed > for basic OS functionality but I don't believe headers are by > default). > You'll need Xcode anyway to build ports once MacPorts is successfully > installed. > > Bryan Xcode is definitely setup, and I'm sure development libs / includes are as well. > [1] - > > >> I know for a fact the Apple Foundation library exists (obviously) >> and, to >> no avail, tried setting the following two environment variables: >> APPLE_FOUNDATION_LIBS="-framework Foundation" >> APPLE_FOUNDATION_CFLAGS="-framework Foundation" >> >> I could use some help at this point. Googling found absolutely >> nothing I >> could use. If someone could either help me to fix the ./configure or >> figure out where the package from the DMG installed to, I would >> greatly >> appreciate it. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ryandesign at macports.org Sat Sep 13 14:47:10 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 16:47:10 -0500 Subject: Building sqlite3 fails In-Reply-To: <48CC24A8.2030407@gmail.com> References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> <48CB7288.6030905@gmail.com> <20080913202402.GD693@ninagal.withay.com> <48CC24A8.2030407@gmail.com> Message-ID: On Sep 13, 2008, at 3:38 PM, Normen M?ller wrote: > Bryan Blackburn wrote: > >> Since you already have a version of sqlite3 installed (3.6.1_0), >> install (or >> technically, activate) fails. Since you've already done the >> install, you >> can simply uninstall the older version with >> >> $ sudo port uninstall sqlite3 @3.6.1_0 > > I tried that, but got the following error: > > -------------------------------------------------------------- > sudo port uninstall sqlite3 @3.6.1_0 > ---> Unable to uninstall sqlite3 3.6.1_0, the following ports > depend on it: > ---> apr-util > ---> apr-util > Error: port uninstall failed: Please uninstall the ports that > depend on sqlite3 first. > -------------------------------------------------------------- You should force the uninstallation: sudo port -f uninstall sqlite3 @3.6.1_0 This is fine since you will be activating 3.6.2_0 in a moment. MacPorts 1.7.0 and later will no longer complain in this way about uninstalling a port if another version of the port is already installed. >> then activate the new version >> >> $ sudo port activate sqlite3 >> >> In the future, you can avoid that by just using >> >> $ sudo port upgrade sqlite3 >> > In the future, can I even perform > > $ sudo port -u upgrade sqlite3 > > and > > $ sudo port -u upgrade outdated Sure, if you like. The "-u" flag will cause MacPorts to uninstall the old version of the port rather than just deactivating it. If you're sure the new version will work (i.e. you're sure you won't want to deactivate the new version and re-activate the old one for some reason) then the "-u" flag is for you. From ryandesign at macports.org Sat Sep 13 14:53:27 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 16:53:27 -0500 Subject: MacPorts-1.6.0 Won't Build In-Reply-To: <809E7E6E-6117-4501-977F-BF2F6F8E8369@gmail.com> References: <40D3C878-3ACA-435E-9AFE-4482A3F386AE@gmail.com> <20080913202946.GE693@ninagal.withay.com> <809E7E6E-6117-4501-977F-BF2F6F8E8369@gmail.com> Message-ID: On Sep 13, 2008, at 4:25 PM, Etherous wrote: > On Sep 13, 2008, at 2:29 PM, Bryan Blackburn wrote: > >> On Sat, Sep 13, 2008 at 01:34:27PM -0600, Etherous said: >> >>> Running MacBook: Intel Core Duo with Mac OS 10.5.4 >>> >>> I already tried the DarwinPorts-1.6.0-10.5-Leopard.dmg version. >>> The .pkg >>> SEEMED to run successfully, but whatever it did, it didn't install >>> DarwinPorts. >> >> Where did you find a DarwinPorts 1.6 DMG? DarwinPorts ended prior >> to 1.6 so >> all DMG's [1] should be called MacPorts-1.6.0*. > > http://www.portcode.com/darwinports/DarwinPorts-1.5.0-10.4.dmg I don't know what "portcode" is but that web site is not affiliated with this project. Also you'll note that's version 1.5.0 for Mac OS X 10.4; the current version is 1.6.0 and is of course available from our website, in flavors for Mac OS X 10.3, 10.4 and 10.5: http://www.macports.org/install.php Before installing, you should run through our uninstall instructions, in case your previous attempt did in fact install something which might conflict with a correct installation: http://trac.macports.org/wiki/FAQ#HowdoIremoveoruninstallMacPorts More info about installing MacPorts is here: http://guide.macports.org/#installing You'll probably have to set up your .profile manually; see: http://trac.macports.org/wiki/ProblemHotlist#a.profilenotsetup If you need further help, please let us know! From LenoreHorner at sbcglobal.net Sat Sep 13 15:24:43 2008 From: LenoreHorner at sbcglobal.net (Lenore Horner) Date: Sat, 13 Sep 2008 17:24:43 -0500 Subject: Building sqlite3 fails In-Reply-To: References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> <48CB7288.6030905@gmail.com> <20080913202402.GD693@ninagal.withay.com> <48CC24A8.2030407@gmail.com> Message-ID: >> >> -------------------------------------------------------------- >> sudo port uninstall sqlite3 @3.6.1_0 >> ---> Unable to uninstall sqlite3 3.6.1_0, the following ports >> depend on it: >> ---> apr-util >> ---> apr-util >> Error: port uninstall failed: Please uninstall the ports that >> depend on sqlite3 first. >> -------------------------------------------------------------- > > You should force the uninstallation: > > sudo port -f uninstall sqlite3 @3.6.1_0 > > This is fine since you will be activating 3.6.2_0 in a moment. > > MacPorts 1.7.0 and later will no longer complain in this way about > uninstalling a port if another version of the port is already > installed. > How can one be sure that apr-util (or anything else) that works with sqlite 3.6.1_0 (or any other dependency) will also work with sqlite 3.6.2_0? Lenore From ryandesign at macports.org Sat Sep 13 16:58:56 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 18:58:56 -0500 Subject: Building sqlite3 fails In-Reply-To: References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> <48CB7288.6030905@gmail.com> <20080913202402.GD693@ninagal.withay.com> <48CC24A8.2030407@gmail.com> Message-ID: On Sep 13, 2008, at 5:24 PM, Lenore Horner wrote: >>> -------------------------------------------------------------- >>> sudo port uninstall sqlite3 @3.6.1_0 >>> ---> Unable to uninstall sqlite3 3.6.1_0, the following ports >>> depend on it: >>> ---> apr-util >>> ---> apr-util >>> Error: port uninstall failed: Please uninstall the ports that >>> depend on sqlite3 first. >>> -------------------------------------------------------------- >> >> You should force the uninstallation: >> >> sudo port -f uninstall sqlite3 @3.6.1_0 >> >> This is fine since you will be activating 3.6.2_0 in a moment. >> >> MacPorts 1.7.0 and later will no longer complain in this way about >> uninstalling a port if another version of the port is already >> installed. > > How can one be sure that apr-util (or anything else) that works with > sqlite 3.6.1_0 (or any other dependency) will also work with sqlite > 3.6.2_0? You'll just have to try it out. ABI-incompatible changes are rare in most software. From ryandesign at macports.org Sat Sep 13 17:03:26 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 19:03:26 -0500 Subject: t1lib: unable to infer tagged configuration (was: Re: xpdf install failed) In-Reply-To: References: <20080911143718.GD26089@marco.fz-rossendorf.de> <20080912101004.GB8648@marco.fz-rossendorf.de> Message-ID: <57200B5D-B48B-4515-8057-810A866B4416@macports.org> On Sep 13, 2008, at 2:02 AM, Ryan Schmidt wrote: >> I rely on ports to detect things which >> must be updated due to dependencies. so I naively would have thought >> that if, e.g. xpdf depdends on libtool and that one is to old, it >> should >> have been updated first automatically? where's my error here? > > I'm not sure. Possibly nothing. I haven't gone back to test whether > MacPorts properly attempts to upgrade dependencies before upgrading > the port you requested. I had occasion to test this today and as far as I can tell it should work. Here, mpfr depends on gmp, both are outdated, and asking port to upgrade mpfr does correctly upgrade gmp first. $ port deps gmp mpfr gmp has no dependencies mpfr has library dependencies on: gmp $ port outdated gmp mpfr The following installed ports are outdated: gmp 4.2.2_2 < 4.2.3_0 mpfr 2.3.1_0 < 2.3.2_0 $ sudo port upgrade mpfr ---> Fetching gmp ---> Attempting to fetch gmp-4.2.3.tar.bz2 from http://ftp.gnu.org/ gnu/gmp ---> Verifying checksum(s) for gmp ---> Extracting gmp ---> Configuring gmp ---> Building gmp with target all ---> Staging gmp into destroot ---> Deactivating gmp 4.2.2_2 ---> Installing gmp 4.2.3_0 ---> Activating gmp 4.2.3_0 ---> Cleaning gmp ---> Fetching mpfr ---> Attempting to fetch mpfr-2.3.2.tar.bz2 from http://www.mpfr.org/ mpfr-2.3.2/ ---> Verifying checksum(s) for mpfr ---> Extracting mpfr ---> Configuring mpfr ---> Building mpfr with target all ---> Staging mpfr into destroot ---> Deactivating mpfr 2.3.1_0+darwin_i386 ---> Installing mpfr 2.3.2_0+darwin_i386 ---> Activating mpfr 2.3.2_0+darwin_i386 ---> Cleaning mpfr $ This was tested on MacPorts built from trunk. I did not test with MacPorts 1.6.0; perhaps something has been fixed on trunk related to this. From raimue at macports.org Sat Sep 13 17:14:34 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 14 Sep 2008 02:14:34 +0200 Subject: MacPorts-1.6.0 Won't Build In-Reply-To: References: <40D3C878-3ACA-435E-9AFE-4482A3F386AE@gmail.com> <20080913202946.GE693@ninagal.withay.com> <809E7E6E-6117-4501-977F-BF2F6F8E8369@gmail.com> Message-ID: <48CC576A.5060205@macports.org> Ryan Schmidt wrote: > On Sep 13, 2008, at 4:25 PM, Etherous wrote: > I don't know what "portcode" is but that web site is not affiliated > with this project. The contact page for portcode lists Mat Caughron as contact. This guy from the other site, which name I don't want to repeat. If you don't know what I am talking about, please read Rainer From ryandesign at macports.org Sat Sep 13 17:27:06 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 13 Sep 2008 19:27:06 -0500 Subject: Installing without root privileges: what about /Applications/MacPorts? In-Reply-To: References: Message-ID: On Sep 12, 2008, at 9:13 AM, Michael Williams wrote: > I think I've successfully installed MacPorts without root privileges. > I installed from source using: > > ./configure --prefix=$HOME/.macports --with-install-user=$USER --with- > install-group=staff --with-tclpackage=~/Library/Tcl I also prefer to use MacPorts without root when possible... I use this: PREFIX=/mp ./configure \ --enable-readline \ --prefix=$PREFIX \ --with-tclpackage=$PREFIX/Library/Tcl \ --with-install-user=rschmidt \ --with-install-group=admin > (this was based on my interpretation of https://trac.macports.org/ > wiki/gsoc08-privileges) As Bryan said, the gsoc08-privileges branch has not yet been merged into trunk, so if you're building from trunk, you're not getting any of that new code yet. > However, I've run into trouble with a couple of packages. These errors > boil down to: > > Error: Target org.macports.activate returned: can't create > directory "/ > Applications/MacPorts": permission denied I change the ownership of /Applications/MacPorts to my user. > Is there any way to change this directory to, say, ~/Applications/ > MacPorts or is it hard-coded? In MacPorts 1.6.0 and earlier it is hardcoded. In trunk, there is a new configure parameter --with-applications-dir and a new macports.conf option applications_dir. Many ports do not yet respect this parameter. If file tickets for any such port you find so we can correct the problem. Actually I set applications_dir to /Applications/mp, just to make it different from the default so I can more easily spot ports that don't use the setting. That's also one of the reasons I don't use /opt/ local as my MacPorts prefix. > p.s. if anyone knows mutt and MacPorts well, I have another package > problem which I think it mutt-related rather than MacPorts, but > comments welcome: http://groups.google.com/group/mailing.unix.mutt- > users/browse_thread/thread/49b65590cb94eea5# From postpostpostpostpostpostpost at gmail.com Sat Sep 13 21:55:28 2008 From: postpostpostpostpostpostpost at gmail.com (David I) Date: Sun, 14 Sep 2008 00:55:28 -0400 Subject: Fwd: Another getting started thread In-Reply-To: References: Message-ID: ---------- Forwarded message ---------- From: David I Date: Sun, Sep 14, 2008 at 12:29 AM Subject: Another getting started thread To: macports-users at lists.macosforge.org Hi, I'm totally new. I'm quasi-computer savvy, but I really don't know anything at the coding/command line level or below. I've been getting a couple of strange errors that don't seem to be documented, and I have a few questions that need answering. First error: When trying to run the command I got from this page: http://trac.macports.org/wiki/ProblemHotlist that allows some stuff that I don't really understand (including the port [and apparently sudo] command [s]), I get this: ************************* > [Users/Pfhortipfhy] > curl -O http://svn.macports.org/repository/macports/branches/release_1_6/base/portmgr/dmg/postflight && bash postflight Usage: port [-bcdfiknopqRstuvx] [-D portdir] [-F cmdfile] action [privopts] [actionflags] [[portname|pseudo-portname|port-url] [@version] [+-variant]... [option=value]...]... "port help" or "man 1 port" for more information. logout > [Process completed] ************************* At which point it locks me out, I can't even type. I assume that there's a way to log back in, but that seems like it shouldn't be logging me out. Also, I get none of the error messages that the other page talked about: ************* This will set up your .profile for you. After the .profile is set up, the script will attempt to run sudo port selfupdate but will fail. This is normal in this case. Please ignore the permission errors the rsync process will print. When the script finishes, you should run sudo port selfupdate manually. ************ It's kind of hard to run selfupdate when I can't type. It also locks me out after typing "selfupdate" just by itself: *********************** [Users/Pfhortipfhy] > selfupdate Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization the local ports tree failed doing rsync logout [Process completed] *********************** Strange indeed. The specific port that I'm trying to install is rrgbis, under the games section. When trying to install with porticus, all of the libraries but smpeg compiled installed. I then tried with PA, and I got a "rrgbis as been installed, look at box for details" message in growl, but alas, the log box was blank. When I look at the "Installed" section, all of rrgbis' required libraries are there, but rrgbis isn't. When I do the port files command on rrgbis, it tells me that it's not installed. This is the error message that I get when trying to install rrgbis right off the bat in terminal: ************************* [Users/Pfhortipfhy] > install rrgbis Error: Unable to execute port: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_games_rrgbis/work/.macports.rrgbis.state is not writable - check permission on port directory [Users/Pfhortipfhy] > ************************* What's going on here? Can anybody tell me what I'm doing wrong, so I'll be able to set up this famed "one command download" feature that I hear about? Also: My question: Some ports (like rrgbis) say that they need Darwin. I'm confused because I thought that Darwin was a collaboration of Open Source Projects combined into (and added onto) to make various Mac OS's. If so, how is the platform "Darwin" different from the platform "Mac OSX". If it's a standalone OS, where would I get it? Computer hate me, but I love them. It seems I always get the undocumented (at least, not that I can find) crap :P Thanks a lot you guys/girls. -Pfhortipfhy- From ryandesign at macports.org Sat Sep 13 23:04:26 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 14 Sep 2008 01:04:26 -0500 Subject: Another getting started thread In-Reply-To: References: Message-ID: On Sep 13, 2008, at 11:55 PM, David I wrote: > Hi, I'm totally new. Welcome to MacPorts! > I'm quasi-computer savvy, but I really don't > know anything at the coding/command line level or below. I've been > getting a couple of strange errors that don't seem to be documented, > and I have a few questions that need answering. > > First error: When trying to run the command I got from this page: > http://trac.macports.org/wiki/ProblemHotlist > that allows some stuff that I don't really understand (including the > port [and apparently sudo] command [s]), I get this: > > ************************* >> [Users/Pfhortipfhy] > curl -O http://svn.macports.org/repository/ >> macports/branches/release_1_6/base/portmgr/dmg/postflight && bash >> postflight > > Usage: port > [-bcdfiknopqRstuvx] [-D portdir] [-F cmdfile] action > [privopts] [actionflags] > [[portname|pseudo-portname|port-url] [@version] [+-variant]... > [option=value]...]... > > "port help" or "man 1 port" for more information. > logout > >> [Process completed] > ************************* > At which point it locks me out, I can't even type. I assume that > there's a way to log back in, but that seems like it shouldn't be > logging me out. Also, I get none of the error messages that the other > page talked about: > > ************* > This will set up your .profile for you. After the .profile is set up, > the script will attempt to run sudo port selfupdate but will fail. > This is normal in this case. Please ignore the permission errors the > rsync process will print. When the script finishes, you should run > sudo port selfupdate manually. > ************ > > It's kind of hard to run selfupdate when I can't type. > It also locks me out after typing "selfupdate" just by itself: > > *********************** > [Users/Pfhortipfhy] > selfupdate > Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the > ports tree: Synchronization the local ports tree failed doing rsync > logout > > [Process completed] > *********************** > > > Strange indeed. When you open the Terminal application in /Applications/Utilities, or when you start a new Terminal window by choosing New Shell from the File menu of the Terminal application, it starts a shell for you. A shell is a program that lets you type commands. On Mac OS X your shell is usually bash. If your Mac OS X user account was created in Mac OS X 10.2 or earlier, then your shell might be tcsh. "[Users/Pfhortipfhy] >" is not a usual prompt for bash or tcsh. It is, however, the prompt that the port command gives when in interactive mode. It sounds like somehow you have set your Terminal to run the port command every time you open a new Terminal window! This is not usual and not recommended. You will surely need to on occasion run commands other than port commands in your Terminal. If you're on Mac OS X 10.4, you can look in the Terminal Preferences (Terminal menu > Preferences) and see what it's set to execute when you make a new Terminal window. It has options to either "Execute the default login shell using /usr/bin/login" (this is the option I have selected) or "Execute this command (specify complete path):". Have you perhaps selected the latter radio button and entered the path to the port command (/opt/local/bin/port)? If so, re-select the first radio button instead, close your Terminal windows, and make a new one. You should now be in bash (or perhaps tcsh) from which you can execute any command you like, including the port command. If you're using Mac OS X 10.5, things may look different; I know Apple re-tooled Terminal a bit for Leopard. If you can't find where to look, let us know. The command from the ProblemHotlist to set up your .profile -- the one beginning with "curl" -- is a shell command, not a port command, therefore the port command did not understand what to do with it, therefore it printed its usage message and exited. Whenever MacPorts 1.6.0 encounters a problem in interactive mode, it exits. Therefore, your Terminal window said "[Process exited]" and did not allow any further input. Incidentally, MacPorts 1.7.0 and later in interactive mode will not terminate in this way; it will print an error and keep running until you tell it to exit. > The specific port that I'm trying to install is rrgbis, under the > games section. > When trying to install with porticus, all of the libraries but smpeg > compiled installed. I then tried with PA, and I got a "rrgbis as been > installed, look at box for details" message in growl, but alas, the > log box was blank. When I look at the "Installed" section, all of > rrgbis' required libraries are there, but rrgbis isn't. When I do the > port files command on rrgbis, it tells me that it's not installed. I'm afraid I can't help with Porticus; I've never seen it. > This is the error message that I get when trying to install rrgbis > right off the bat in terminal: > > ************************* > [Users/Pfhortipfhy] > install rrgbis > Error: Unable to execute port: > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_games > _rrgbis/work/.macports.rrgbis.state > is not writable - check permission on port directory > [Users/Pfhortipfhy] > > ************************* In the default setup, you must use "sudo" before the port command to run it as the superuser ("sudo" stands for "SuperUser DO"). Without sudo, you don't have permission to install things. As above, your Terminal appears to be set up to run the port command for you every time, and it's doing so normally, not using sudo. > What's going on here? Can anybody tell me what I'm doing wrong, so > I'll be able to set up this famed "one command download" feature that > I hear about? "Famed 'one command download' feature"? Are you just referring to the fact that "sudo port install foo" is all you need to do to download and install foo? If so, then yes, that's very nice, and one of the key features of MacPorts. :) > Also: My question: Some ports (like rrgbis) say that they need > Darwin. I'm confused because I thought that Darwin was a > collaboration of Open Source Projects combined into (and added onto) > to make various Mac OS's. If so, how is the platform "Darwin" > different from the platform "Mac OSX". If it's a standalone OS, where > would I get it? Right, Darwin is the open-source heart of Mac OS X. Its source is available here, if you're interested: http://www.opensource.apple.com/darwinsource/ "platforms darwin" in a port should mean that it will run on pure Darwin or on anything based on Darwin (such as Mac OS X). "platforms macosx" should mean that the port requires Mac OS X and will not work on pure Darwin. I don't know of anyone who runs pure Darwin though, and ports are therefore not tested on it. This was one of the reasons why the name of the project was changed from DarwinPorts to MacPorts -- to emphasize its focus on Mac OS X. If you have Mac OS X, you don't need to concern yourself with pure Darwin. You already have all of Darwin "under the hood." From jms at jm-schomburg.com Sun Sep 14 01:01:02 2008 From: jms at jm-schomburg.com (jms at jm-schomburg.com) Date: Sun, 14 Sep 2008 10:01:02 +0200 Subject: OpenSSH 5.0p1 vs. Leopard xServe Message-ID: <9E60ECAA-7EC3-45BE-8B0A-78E71F9ABB78@jm-schomburg.com> Hello all, I've recently installed the macports OpenSSH 5.0p1 into my Leopard xServe. The point of my doing this was to take advantage of the latest version's ability to chroot certain users to their home folders using the new chrootDirectory command. I installed the MacPorts OpenSSH as an administrator (not root). I am able to log into the server, but when I login in verbose mode I see that the initial connection uses OpenSSH version 4.7, and only after verification it switches to v. 5.0. Yet when I create another user (whose home folder is a simple reserved directory, not a classic mac 'user' folder) he can log in, but he ends up using OpenSSH version 4.7. The same thing happens if I attempt to log in as root! What do I have to tweak to get this working with Leopard Server? Thanks in advance for any and all advice. More on the subject here: http://discussions.apple.com/thread.jspa?threadID=1679925&tstart=0 Cheers. ___________________ jms at jm-schomburg.com www.jm-schomburg.com www.paris-promenades.com _______________________________________________ macports-users mailing list macports-users at lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From normen.mueller at googlemail.com Sun Sep 14 02:56:31 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Sun, 14 Sep 2008 11:56:31 +0200 Subject: Building sqlite3 fails In-Reply-To: References: <48CA588D.2090709@gmail.com> <578B0B39-B3C8-4423-8742-A75927C9E573@orange.fr> <48CB7288.6030905@gmail.com> <20080913202402.GD693@ninagal.withay.com> <48CC24A8.2030407@gmail.com> Message-ID: <48CCDFCF.7030807@gmail.com> Ryan Schmidt wrote: > On Sep 13, 2008, at 3:38 PM, Normen M?ller wrote: > >> Bryan Blackburn wrote: >> >>> Since you already have a version of sqlite3 installed (3.6.1_0), >>> install (or >>> technically, activate) fails. Since you've already done the install, >>> you >>> can simply uninstall the older version with >>> >>> $ sudo port uninstall sqlite3 @3.6.1_0 >> >> I tried that, but got the following error: >> >> -------------------------------------------------------------- >> sudo port uninstall sqlite3 @3.6.1_0 >> ---> Unable to uninstall sqlite3 3.6.1_0, the following ports depend >> on it: >> ---> apr-util >> ---> apr-util >> Error: port uninstall failed: Please uninstall the ports that depend >> on sqlite3 first. >> -------------------------------------------------------------- > > You should force the uninstallation: > > sudo port -f uninstall sqlite3 @3.6.1_0 > > This is fine since you will be activating 3.6.2_0 in a moment. > > MacPorts 1.7.0 and later will no longer complain in this way about > uninstalling a port if another version of the port is already installed. > > >>> then activate the new version >>> >>> $ sudo port activate sqlite3 >>> >>> In the future, you can avoid that by just using >>> >>> $ sudo port upgrade sqlite3 >>> >> In the future, can I even perform >> >> $ sudo port -u upgrade sqlite3 >> >> and >> >> $ sudo port -u upgrade outdated > > Sure, if you like. The "-u" flag will cause MacPorts to uninstall the > old version of the port rather than just deactivating it. If you're sure > the new version will work (i.e. you're sure you won't want to deactivate > the new version and re-activate the old one for some reason) then the > "-u" flag is for you. > > Thanks for the help and explanation! Cheers, /nm From face at CentosPrime.COM Sun Sep 14 08:17:06 2008 From: face at CentosPrime.COM (Chris Janton) Date: Sun, 14 Sep 2008 08:17:06 -0700 Subject: error building commons-xxx Message-ID: <3D3CD899-7063-4A95-81D1-5465B87EB511@CentosPrime.COM> Running from trunk - intel - leopard 10.5.4 mac 18 # sudo port clean --work commons-beanutils ---> Cleaning commons-beanutils mac 19 # sudo port clean --work commons-io ---> Cleaning commons-io mac 20 # sudo port upgrade outdated ---> Fetching commons-beanutils ---> Verifying checksum(s) for commons-beanutils ---> Extracting commons-beanutils ---> Configuring commons-beanutils ---> Building commons-beanutils ---> Staging commons-beanutils into destroot Error: Target org.macports.destroot returned: xinstall: Cannot stat: / opt/local/var/macports/build/_opt_mports_trunk_dports_java_commons- beanutils/work/commons-beanutils-1.8.0-src/dist/commons-beanutils- core.jar, No such file or directory Error: Unable to upgrade port: 1 ---> Fetching commons-io ---> Verifying checksum(s) for commons-io ---> Extracting commons-io ---> Configuring commons-io ---> Building commons-io ---> Staging commons-io into destroot Error: Target org.macports.destroot returned: xinstall: Cannot stat: / opt/local/var/macports/build/_opt_mports_trunk_dports_java_commons-io/ work/commons-io-1.4-src/build/commons-io.jar, No such file or directory Error: Unable to upgrade port: 1 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From ryandesign at macports.org Sun Sep 14 14:17:55 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 14 Sep 2008 16:17:55 -0500 Subject: error building commons-xxx In-Reply-To: <3D3CD899-7063-4A95-81D1-5465B87EB511@CentosPrime.COM> References: <3D3CD899-7063-4A95-81D1-5465B87EB511@CentosPrime.COM> Message-ID: On Sep 14, 2008, at 10:17 AM, Chris Janton wrote: > Running from trunk - intel - leopard 10.5.4 > > mac 18 # sudo port clean --work commons-beanutils > ---> Cleaning commons-beanutils > mac 19 # sudo port clean --work commons-io > ---> Cleaning commons-io > mac 20 # sudo port upgrade outdated > ---> Fetching commons-beanutils > ---> Verifying checksum(s) for commons-beanutils > ---> Extracting commons-beanutils > ---> Configuring commons-beanutils > ---> Building commons-beanutils > ---> Staging commons-beanutils into destroot > Error: Target org.macports.destroot returned: xinstall: Cannot stat: / > opt/local/var/macports/build/_opt_mports_trunk_dports_java_commons- > beanutils/work/commons-beanutils-1.8.0-src/dist/commons-beanutils- > core.jar, No such file or directory > Error: Unable to upgrade port: 1 > ---> Fetching commons-io > ---> Verifying checksum(s) for commons-io > ---> Extracting commons-io > ---> Configuring commons-io > ---> Building commons-io > ---> Staging commons-io into destroot > Error: Target org.macports.destroot returned: xinstall: Cannot stat: / > opt/local/var/macports/build/_opt_mports_trunk_dports_java_commons-io/ > work/commons-io-1.4-src/build/commons-io.jar, No such file or > directory > Error: Unable to upgrade port: 1 Issue confirmed for commons-io 1.4 and commons-beanutils 1.8.0 on Mac OS X 10.4.11, Xcode 2.5, MacPorts from trunk, on Intel. commons-io 1.3.2 and commons-beanutils 1.7.0 had no trouble installing for me. You should probably file some issues for these problems and assign them to James. From ryandesign at macports.org Sun Sep 14 19:10:56 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 14 Sep 2008 21:10:56 -0500 Subject: Another getting started thread In-Reply-To: References: Message-ID: On Sep 14, 2008, at 1:37 PM, David I wrote: > Okay. I figured it out, I was double clicking the port file in the > bin folder, which made everything a port command. Oh! Yes that would do it too. :) Glad you figured it out. > I ran the .profile > command, closed the window, ran selfupdate, it all worked. I try to > install rrgbis and it works fine, but then I get this: > > ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib > collect2: ld returned 1 exit status > make[3]: *** [libftgl.la] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [ftgl] Error 2 > > Error: Status 1 encountered during processing. > > > > This appears to be the second error from this page: > > http://trac.macports.org/wiki/LeopardProblems > > > Unfortunately, I don't understand what to do for the fix, because I > don't really know what a platform darwin 9 block is, and I wouldn't > know where to add the code in it if it bit me in the ass. That does sound like one of the usual Leopard issues, however I have no problem installing rrgbis on Mac OS X 10.5.4 PowerPC with Xcode 3.1 and MacPorts built from trunk. Is your OS and Xcode up to date? Is it really the rrgbis port that's issuing this error message, or is it one of rrgbis' dependencies? You snipped the part of the output that would have told us. Still, all of its dependencies clearly also built for me on Leopard so I'm not really sure what's wrong. Are you using Apple's X11 (I am) or Xquartz? > PS thank you for all your great help! No problem! P.S: Don't forget to Reply All so your replies go to the list, not just to me; others besides me might be able to help too. From postpostpostpostpostpostpost at gmail.com Sun Sep 14 21:07:56 2008 From: postpostpostpostpostpostpost at gmail.com (David I) Date: Mon, 15 Sep 2008 00:07:56 -0400 Subject: Another getting started thread In-Reply-To: References: Message-ID: On Sun, Sep 14, 2008 at 10:10 PM, Ryan Schmidt wrote: > On Sep 14, 2008, at 1:37 PM, David I wrote: > >> Okay. I figured it out, I was double clicking the port file in the >> bin folder, which made everything a port command. > > Oh! Yes that would do it too. :) Glad you figured it out. > >> I ran the .profile >> command, closed the window, ran selfupdate, it all worked. I try to >> install rrgbis and it works fine, but then I get this: >> >> ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib >> collect2: ld returned 1 exit status >> make[3]: *** [libftgl.la] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all] Error 2 >> make: *** [ftgl] Error 2 >> >> Error: Status 1 encountered during processing. >> >> >> >> This appears to be the second error from this page: >> >> http://trac.macports.org/wiki/LeopardProblems >> >> >> Unfortunately, I don't understand what to do for the fix, because I >> don't really know what a platform darwin 9 block is, and I wouldn't >> know where to add the code in it if it bit me in the ass. > > That does sound like one of the usual Leopard issues, however I have no > problem installing rrgbis on Mac OS X 10.5.4 PowerPC with Xcode 3.1 and > MacPorts built from trunk. Is your OS and Xcode up to date? Is it really the > rrgbis port that's issuing this error message, or is it one of rrgbis' > dependencies? You snipped the part of the output that would have told us. > Still, all of its dependencies clearly also built for me on Leopard so I'm > not really sure what's wrong. Are you using Apple's X11 (I am) or Xquartz? Since I've never heard of Xquartz, I think it's safe to say I'm using X11. I'm on an Intel macbook, just got it two weeks ago, it's the midrange one. While looking up my Xcode vesion, I noticed a program called Quartz composer. Ran a search for Xquartz. Xcode is v. 3.0. Let's see what updating it does... 5 Minutes later: There doesn't appear to be an Xcode 3.1. On apple's site it says Xcode 3. Anyway, the reason I didn't hit you with the whole install log was because I didn't want to spam you, but okay, here it is: $ sudo port install rrgbis Password: ---> Building rrgbis with target default Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_games_rrgbis/work/rrgbis" && make default " returned error 2 Command output: sqvm.h:39: warning: 'lci$_literals' is used uninitialized in this function sqvm.h:39: warning: 'lci$_target' is used uninitialized in this function sqvm.h:39: warning: 'lci$_root' is used uninitialized in this function sqvm.h: In member function 'bool SQVM::StartCall(SQClosure*, SQInteger, SQInteger, SQInteger, bool)': sqvm.h:39: warning: 'lc$_ip' is used uninitialized in this function sqvm.h:39: warning: 'lc$_literals' is used uninitialized in this function ar rc ../lib/libsquirrel.a *.o rm *.o cd src/squirrel/sqstdlib; make gcc -O2 -fno-rtti -Wall -c sqstdblob.cpp sqstdio.cpp sqstdstream.cpp sqstdmath.cpp sqstdsystem.cpp sqstdstring.cpp sqstdaux.cpp sqstdrex.cpp -I../include -I. -Iinclude -DSQUNICODE ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual functions but non-virtual destructor ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual functions but non-virtual destructor ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual functions but non-virtual destructor sqstdsystem.cpp: In function 'SQInteger sqstd_register_systemlib(SQVM*)': sqstdsystem.cpp:137: warning: unused variable 'i' sqstdsystem.cpp: At global scope: sqstdsystem.cpp:85: warning: 'SQInteger _system_date(SQVM*)' defined but not used ar rc ../lib/libsqstdlib.a *.o rm *.o cd src/FTGL; make make all-recursive Making all in src /bin/sh ../libtool --tag=CXX --mode=link g++ -I/usr/X11/include/freetype2 -I/usr/X11/include -no-undefined -version-number 2:1:3 -o libftgl.la -rpath /opt/local/lib libftgl_la-FTBuffer.lo libftgl_la-FTCharmap.lo libftgl_la-FTContour.lo libftgl_la-FTFace.lo libftgl_la-FTGlyphContainer.lo libftgl_la-FTLibrary.lo libftgl_la-FTPoint.lo libftgl_la-FTSize.lo libftgl_la-FTVectoriser.lo libftgl_la-FTGlyph.lo libftgl_la-FTGlyphGlue.lo libftgl_la-FTBitmapGlyph.lo libftgl_la-FTBufferGlyph.lo libftgl_la-FTExtrudeGlyph.lo libftgl_la-FTOutlineGlyph.lo libftgl_la-FTPixmapGlyph.lo libftgl_la-FTPolygonGlyph.lo libftgl_la-FTTextureGlyph.lo libftgl_la-FTFont.lo libftgl_la-FTFontGlue.lo libftgl_la-FTBitmapFont.lo libftgl_la-FTBufferFont.lo libftgl_la-FTExtrudeFont.lo libftgl_la-FTOutlineFont.lo libftgl_la-FTPixmapFont.lo libftgl_la-FTPolygonFont.lo libftgl_la-FTTextureFont.lo libftgl_la-FTLayout.lo libftgl_la-FTLayoutGlue.lo libftgl_la-FTSimpleLayout.lo -L/usr/X11/lib -lfreetype -lz -Wl,-framework,CoreServices,-framework,ApplicationServices -Xlinker -framework -Xlinker OpenGL g++ -dynamiclib -o .libs/libftgl.2.1.3.dylib .libs/libftgl_la-FTBuffer.o .libs/libftgl_la-FTCharmap.o .libs/libftgl_la-FTContour.o .libs/libftgl_la-FTFace.o .libs/libftgl_la-FTGlyphContainer.o .libs/libftgl_la-FTLibrary.o .libs/libftgl_la-FTPoint.o .libs/libftgl_la-FTSize.o .libs/libftgl_la-FTVectoriser.o .libs/libftgl_la-FTGlyph.o .libs/libftgl_la-FTGlyphGlue.o .libs/libftgl_la-FTBitmapGlyph.o .libs/libftgl_la-FTBufferGlyph.o .libs/libftgl_la-FTExtrudeGlyph.o .libs/libftgl_la-FTOutlineGlyph.o .libs/libftgl_la-FTPixmapGlyph.o .libs/libftgl_la-FTPolygonGlyph.o .libs/libftgl_la-FTTextureGlyph.o .libs/libftgl_la-FTFont.o .libs/libftgl_la-FTFontGlue.o .libs/libftgl_la-FTBitmapFont.o .libs/libftgl_la-FTBufferFont.o .libs/libftgl_la-FTExtrudeFont.o .libs/libftgl_la-FTOutlineFont.o .libs/libftgl_la-FTPixmapFont.o .libs/libftgl_la-FTPolygonFont.o .libs/libftgl_la-FTTextureFont.o .libs/libftgl_la-FTLayout.o .libs/libftgl_la-FTLayoutGlue.o .libs/libftgl_la-FTSimpleLayout.o -L/usr/X11/lib /usr/X11/lib/libfreetype.dylib -lz -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,OpenGL -install_name /opt/local/lib/libftgl.2.dylib -compatibility_version 4 -current_version 4.3 -Wl,-single_module ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib collect2: ld returned 1 exit status make[3]: *** [libftgl.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [ftgl] Error 2 Error: Status 1 encountered during processing. The funny thing is, I already have all of the REQ's installed because of previous attempts. >> PS thank you for all your great help! > > No problem! P.S: Don't forget to Reply All so your replies go to the list, > not just to me; others besides me might be able to help too. Whups! From ryandesign at macports.org Mon Sep 15 00:36:44 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 15 Sep 2008 02:36:44 -0500 Subject: Another getting started thread In-Reply-To: References: Message-ID: <818038CD-D352-4727-A10A-D414E6CC7499@macports.org> On Sep 14, 2008, at 23:07, David I wrote: > On Sun, Sep 14, 2008 at 10:10 PM, Ryan Schmidt wrote: > >> On Sep 14, 2008, at 1:37 PM, David I wrote: >> >>> I try to install rrgbis and it works fine, but then I get this: >>> >>> ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib [snip] >> That does sound like one of the usual Leopard issues, however I >> have no >> problem installing rrgbis on Mac OS X 10.5.4 PowerPC with Xcode >> 3.1 and >> MacPorts built from trunk. Is your OS and Xcode up to date? Is it >> really the >> rrgbis port that's issuing this error message, or is it one of >> rrgbis' >> dependencies? You snipped the part of the output that would have >> told us. >> Still, all of its dependencies clearly also built for me on >> Leopard so I'm >> not really sure what's wrong. Are you using Apple's X11 (I am) or >> Xquartz? > > Since I've never heard of Xquartz, I think it's safe to say I'm > using X11. > I'm on an Intel macbook, just got it two weeks ago, it's the > midrange one. > While looking up my Xcode vesion, I noticed a program called Quartz > composer. Ran a search for Xquartz. Xcode is v. 3.0. Let's see what > updating it does... > 5 Minutes later: There doesn't appear to be an Xcode 3.1. On apple's > site it says Xcode 3. I'm not sure what particular page on Apple's site you're looking at, but Apple does have a habit of dropping the last number from versions in advertising material. So they call Leopard "Mac OS X 10.5" (covering the entire 10.5.x range), and Xcode for Leopard is "Xcode 3" (covering the entire 3.x range). The current version of Xcode for Leopard is 3.1.1 (I hadn't noticed the update past 3.1 until just now; 3.1.1 was released September 12, 2008). It's available here: http://developer.apple.com/technology/xcode.html > Anyway, the reason I didn't hit you with the whole install log was > because > I didn't want to spam you, but okay, here it is: > $ sudo port install rrgbis > Password: > ---> Building rrgbis with target default > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_games > _rrgbis/work/rrgbis" > && make default " returned error 2 > Command output: sqvm.h:39: warning: 'lci$_literals' is used > uninitialized in this function > sqvm.h:39: warning: 'lci$_target' is used uninitialized in this > function > sqvm.h:39: warning: 'lci$_root' is used uninitialized in this function > sqvm.h: In member function 'bool SQVM::StartCall(SQClosure*, > SQInteger, SQInteger, SQInteger, bool)': > sqvm.h:39: warning: 'lc$_ip' is used uninitialized in this function > sqvm.h:39: warning: 'lc$_literals' is used uninitialized in this > function > ar rc ../lib/libsquirrel.a *.o > rm *.o > cd src/squirrel/sqstdlib; make > gcc -O2 -fno-rtti -Wall -c sqstdblob.cpp sqstdio.cpp sqstdstream.cpp > sqstdmath.cpp sqstdsystem.cpp sqstdstring.cpp sqstdaux.cpp > sqstdrex.cpp -I../include -I. -Iinclude -DSQUNICODE > ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual > functions but non-virtual destructor > ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual > functions but non-virtual destructor > ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual > functions but non-virtual destructor > sqstdsystem.cpp: In function 'SQInteger sqstd_register_systemlib > (SQVM*)': > sqstdsystem.cpp:137: warning: unused variable 'i' > sqstdsystem.cpp: At global scope: > sqstdsystem.cpp:85: warning: 'SQInteger _system_date(SQVM*)' defined > but not used > ar rc ../lib/libsqstdlib.a *.o > rm *.o > cd src/FTGL; make > make all-recursive > Making all in src > /bin/sh ../libtool --tag=CXX --mode=link g++ > -I/usr/X11/include/freetype2 -I/usr/X11/include -no-undefined > -version-number 2:1:3 -o libftgl.la -rpath /opt/local/lib > libftgl_la-FTBuffer.lo libftgl_la-FTCharmap.lo libftgl_la-FTContour.lo > libftgl_la-FTFace.lo libftgl_la-FTGlyphContainer.lo > libftgl_la-FTLibrary.lo libftgl_la-FTPoint.lo libftgl_la-FTSize.lo > libftgl_la-FTVectoriser.lo libftgl_la-FTGlyph.lo > libftgl_la-FTGlyphGlue.lo libftgl_la-FTBitmapGlyph.lo > libftgl_la-FTBufferGlyph.lo libftgl_la-FTExtrudeGlyph.lo > libftgl_la-FTOutlineGlyph.lo libftgl_la-FTPixmapGlyph.lo > libftgl_la-FTPolygonGlyph.lo libftgl_la-FTTextureGlyph.lo > libftgl_la-FTFont.lo libftgl_la-FTFontGlue.lo > libftgl_la-FTBitmapFont.lo libftgl_la-FTBufferFont.lo > libftgl_la-FTExtrudeFont.lo libftgl_la-FTOutlineFont.lo > libftgl_la-FTPixmapFont.lo libftgl_la-FTPolygonFont.lo > libftgl_la-FTTextureFont.lo libftgl_la-FTLayout.lo > libftgl_la-FTLayoutGlue.lo libftgl_la-FTSimpleLayout.lo > -L/usr/X11/lib -lfreetype -lz > -Wl,-framework,CoreServices,-framework,ApplicationServices -Xlinker > -framework -Xlinker OpenGL > g++ -dynamiclib -o .libs/libftgl.2.1.3.dylib > .libs/libftgl_la-FTBuffer.o .libs/libftgl_la-FTCharmap.o > .libs/libftgl_la-FTContour.o .libs/libftgl_la-FTFace.o > .libs/libftgl_la-FTGlyphContainer.o .libs/libftgl_la-FTLibrary.o > .libs/libftgl_la-FTPoint.o .libs/libftgl_la-FTSize.o > .libs/libftgl_la-FTVectoriser.o .libs/libftgl_la-FTGlyph.o > .libs/libftgl_la-FTGlyphGlue.o .libs/libftgl_la-FTBitmapGlyph.o > .libs/libftgl_la-FTBufferGlyph.o .libs/libftgl_la-FTExtrudeGlyph.o > .libs/libftgl_la-FTOutlineGlyph.o .libs/libftgl_la-FTPixmapGlyph.o > .libs/libftgl_la-FTPolygonGlyph.o .libs/libftgl_la-FTTextureGlyph.o > .libs/libftgl_la-FTFont.o .libs/libftgl_la-FTFontGlue.o > .libs/libftgl_la-FTBitmapFont.o .libs/libftgl_la-FTBufferFont.o > .libs/libftgl_la-FTExtrudeFont.o .libs/libftgl_la-FTOutlineFont.o > .libs/libftgl_la-FTPixmapFont.o .libs/libftgl_la-FTPolygonFont.o > .libs/libftgl_la-FTTextureFont.o .libs/libftgl_la-FTLayout.o > .libs/libftgl_la-FTLayoutGlue.o .libs/libftgl_la-FTSimpleLayout.o > -L/usr/X11/lib /usr/X11/lib/libfreetype.dylib -lz -Wl,-framework > -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework > -Wl,OpenGL -install_name /opt/local/lib/libftgl.2.dylib > -compatibility_version 4 -current_version 4.3 -Wl,-single_module > ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib > collect2: ld returned 1 exit status > make[3]: *** [libftgl.la] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [ftgl] Error 2 > > Error: Status 1 encountered during processing. > > The funny thing is, I already have all of the REQ's installed because > of previous attempts. Ok, since the error occurs after "Building rrgbis with target default" it is the rrgbis port that's having the problem. I was just unsure because it said "make: *** [ftgl] Error 2" and we do have a separate ftgl port in MacPorts (though rrgbis doesn't seem to use it). I'm a little concerned that it's trying to link with /usr/X11/lib/ libfreetype.dylib on your system. On mine it links with the freetype in MacPorts. I assume you didn't have the freetype port installed? I added a dependency on freetype [1] which should fix that. But I still can't explain why you were seeing the libGL error and I'm not (even if I deactivate MacPorts freetype and rebuild). Please wait 30 minutes for the rsync server to catch up, and then try building it again. Maybe it will work now. [1] http://trac.macports.org/changeset/39980 From krischik at users.sourceforge.net Mon Sep 15 04:03:23 2008 From: krischik at users.sourceforge.net (Martin Krischik) Date: Mon, 15 Sep 2008 13:03:23 +0200 Subject: Command output: Warning: Unknown argument: -AppleLanguages Message-ID: <5E844A84-34E6-40F1-B186-D702B7A10113@users.sourceforge.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I try to create some "mdmg" packages but I get the following - rather strange message: - ---------------------------- +./Build_GCC.command:18> port mdmg gcc43 +ada - ---> Creating pkg for gcc43-4.3.2 - ---> Creating pkg for gmp-4.2.2 Error: Target org.macports.pkg returned: shell command "PMResourceLocale=English /Developer/Applications/Utilities/ PackageMaker.app/Contents/MacOS/PackageMaker -AppleLanguages "(English)" --root /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gmp/work/destroot --out /opt/local/ var/macports/build/_Developer_work_gnuada_MacPorts_ports_lang_gcc43/ work/gcc43-4.3.2.mpkg/Contents/Packages/gmp-4.2.2.pkg --resources / opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gmp/work/pkg_resources --title "gmp-4.2.2" --info /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gmp/work/Info.plist --target 10.3 -- domain system --id org.macports.gmp" returned error 1 Command output: Warning: Unknown argument: -AppleLanguages Warning: Unknown argument: (English) ERROR: The specified root is invalid: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gmp/work/destroot - ---> Creating pkg for libiconv-1.12 Error: Target org.macports.pkg returned: shell command "PMResourceLocale=English /Developer/Applications/Utilities/ PackageMaker.app/Contents/MacOS/PackageMaker -AppleLanguages "(English)" --root /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_textproc_libiconv/work/destroot --out /opt/ local/var/macports/build/ _Developer_work_gnuada_MacPorts_ports_lang_gcc43/work/gcc43-4.3.2.mpkg/ Contents/Packages/libiconv-1.12.pkg --resources /opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_textproc_libiconv/work/pkg_resources -- title "libiconv-1.12" --info /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_textproc_libiconv/work/Info.plist --target 10.3 --domain system --id org.macports.libiconv" returned error 1 Command output: Warning: Unknown argument: -AppleLanguages Warning: Unknown argument: (English) ERROR: The specified root is invalid: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_textproc_libiconv/work/destroot - ---> Creating pkg for mpfr-2.3.1 Error: Target org.macports.pkg returned: shell command "PMResourceLocale=English /Developer/Applications/Utilities/ PackageMaker.app/Contents/MacOS/PackageMaker -AppleLanguages "(English)" --root /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_mpfr/work/destroot --out /opt/local/ var/macports/build/_Developer_work_gnuada_MacPorts_ports_lang_gcc43/ work/gcc43-4.3.2.mpkg/Contents/Packages/mpfr-2.3.1.pkg --resources / opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_mpfr/work/pkg_resources --title "mpfr-2.3.1" --info /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_mpfr/work/Info.plist --target 10.3 -- domain system --id org.macports.mpfr" returned error 1 Command output: Warning: Unknown argument: -AppleLanguages Warning: Unknown argument: (English) ERROR: The specified root is invalid: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_mpfr/work/destroot - ---> Creating disk image for gcc43-4.3.2 - ---------------------------- Am I doing something wrong or it it just a warning to ignore? Martin - -- - -- Martin Krischik krischik at users.sourceforge.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iD8DBQFIzkD7ijwKaHyem9cRAlXGAJ46qhbnASXIB0W6t1zzXcK4AzU2sACfYvOh Br4l/Qu/Xx6P86RI7ZNPyR4= =0a7s -----END PGP SIGNATURE----- From afb at macports.org Mon Sep 15 04:22:43 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Mon, 15 Sep 2008 13:22:43 +0200 Subject: Command output: Warning: Unknown argument: -AppleLanguages In-Reply-To: <5E844A84-34E6-40F1-B186-D702B7A10113@users.sourceforge.net> References: <5E844A84-34E6-40F1-B186-D702B7A10113@users.sourceforge.net> Message-ID: Martin Krischik wrote: > I try to create some "mdmg" packages but I get the following - rather > strange message: ... > Am I doing something wrong or it it just a warning to ignore? You don't seem to be doing anything wrong, after all you were just trying to use it by giving a command... This workaround warning you can ignore: > Command output: Warning: Unknown argument: -AppleLanguages > Warning: Unknown argument: (English) Just PackageMaker.app being stupid, as usual. This fatal error, however, you cannot: > ERROR: The specified root is invalid: /opt/local/var/macports/build/ The usual cause for this is root being *gone*. See http://trac.macports.org/ticket/10881 and do verify that the directories mentioned actually exist on disk and are not empty ? If they are missing, then force the destroot on each dependency and disable the autoclean feature to avoid it happening again. --anders From tom at tacocat.net Mon Sep 15 04:41:49 2008 From: tom at tacocat.net (Tom Allison) Date: Mon, 15 Sep 2008 07:41:49 -0400 Subject: cups is ... Message-ID: <48CE49FD.5090307@tacocat.net> I'm stuck. I am trying to print to a remote printer through cups. It's worked for years. I moved my subnet to a different class and relabled the printer IP in the cups.conf file to point to the new printer location. I can get firefox to print. Everything else fails. I get either a 'Error while printing' or 'An Unknown Error Occurred while Printing'. Problem is, the cups log don't even show the notebook trying to access the server. And print Preview fails as well. So I'm inclined to think that the problem lies in the client rather than the server. I recently went through some upgrades of the OS and here I am. Not a fan of Apple right now... From dluke at geeklair.net Mon Sep 15 09:25:37 2008 From: dluke at geeklair.net (Daniel J. Luke) Date: Mon, 15 Sep 2008 12:25:37 -0400 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080912214835.GA1991@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> Message-ID: <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> On Sep 12, 2008, at 5:48 PM, Vincent Lefevre wrote: > I'm just saying that this can be a bug. Except that you say it as a blanket statement even though you've been shown at least one case where the port requires the newer version (svk). I agree that sometimes a maintainer might mistakenly add an unnecessary dependency, and it's good to get those things fixed (and I do appreciate it when you or anyone files bugs to that effect). -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080915/01d23578/attachment.bin From jmr at macports.org Mon Sep 15 09:34:34 2008 From: jmr at macports.org (Joshua Root) Date: Tue, 16 Sep 2008 02:34:34 +1000 Subject: Any suggestions? In-Reply-To: <3357671B-6065-4B8B-946D-E16765159E83@tiscali.it> References: <3357671B-6065-4B8B-946D-E16765159E83@tiscali.it> Message-ID: <48CE8E9A.9080207@macports.org> Fra Daniele di Ges? ocd wrote: > J. M. ? J. T. > > Sorry for my simple english and my too short experience using Unix. I > appreciated so much your work for installing yaz via Macports. > Evrerything was ok till when the configure started. Here is what > happened. What should I do? > > fradaniele:~ fradaniele$ sudo port install yaz > ---> Configuring yaz [...] > checking for GNU TLS... None > configure: error: GNU TLS development libraries missing Do you have gnutls installed and active? It should automatically be installed since yaz depends on it, but maybe it failed to be activated for some reason. If you run 'port installed gnutls' you should see this output: The following ports are currently installed: gnutls @2.4.1_0 (active) I have added the MacPorts Users mailing list to Cc, so that others who might have the same problem can benefit from this discussion. - Josh From jmr at macports.org Mon Sep 15 14:17:57 2008 From: jmr at macports.org (Joshua Root) Date: Tue, 16 Sep 2008 07:17:57 +1000 Subject: Thank You! In-Reply-To: <7AC562B2-8E88-4005-A356-E2CD69943210@tiscali.it> References: <7AC562B2-8E88-4005-A356-E2CD69943210@tiscali.it> Message-ID: <48CED105.3070904@macports.org> Fra Daniele di Ges? ocd wrote: > J. M. ? J. T. > > Thank you, dear Joshua. I followed your instructions. Look at this: > > fradaniele:~ fradaniele$ port installed gnutls > The following ports are currently installed: > gnutls @2.4.1_0+darwin_8 (active) > > I think everything is ok with gnutls. May be there is something wrong in > portfile or - I don't know - in my Macport installation? OK, I found the problem. Yaz needed to have a build-time dependency on pkgconfig. I've committed the fix, but you don't need to wait for it to reach the rsync server; simly installing pkgconfig first should allow yaz to build. Thanks for the report. - Josh From postpostpostpostpostpostpost at gmail.com Mon Sep 15 19:46:08 2008 From: postpostpostpostpostpostpost at gmail.com (David I) Date: Mon, 15 Sep 2008 22:46:08 -0400 Subject: Another getting started thread In-Reply-To: <818038CD-D352-4727-A10A-D414E6CC7499@macports.org> References: <818038CD-D352-4727-A10A-D414E6CC7499@macports.org> Message-ID: IT LIVES! It's good to go. Compiles and runs like a dream (Ironically, the gameplay isn't that great, but hey, I've got, what, 3000 other games and other cool as hell stuff to choose from now.) Thank you for your great help and patience! I hope that someday I will know as much as you. -Pfhortipfhy- On Mon, Sep 15, 2008 at 3:36 AM, Ryan Schmidt wrote: > On Sep 14, 2008, at 23:07, David I wrote: > >> On Sun, Sep 14, 2008 at 10:10 PM, Ryan Schmidt wrote: >> >>> On Sep 14, 2008, at 1:37 PM, David I wrote: >>> >>>> I try to install rrgbis and it works fine, but then I get this: >>>> >>>> ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib > > [snip] > >>> That does sound like one of the usual Leopard issues, however I have no >>> problem installing rrgbis on Mac OS X 10.5.4 PowerPC with Xcode 3.1 and >>> MacPorts built from trunk. Is your OS and Xcode up to date? Is it really >>> the >>> rrgbis port that's issuing this error message, or is it one of rrgbis' >>> dependencies? You snipped the part of the output that would have told us. >>> Still, all of its dependencies clearly also built for me on Leopard so >>> I'm >>> not really sure what's wrong. Are you using Apple's X11 (I am) or >>> Xquartz? >> >> Since I've never heard of Xquartz, I think it's safe to say I'm using X11. >> I'm on an Intel macbook, just got it two weeks ago, it's the midrange one. >> While looking up my Xcode vesion, I noticed a program called Quartz >> composer. Ran a search for Xquartz. Xcode is v. 3.0. Let's see what >> updating it does... >> 5 Minutes later: There doesn't appear to be an Xcode 3.1. On apple's >> site it says Xcode 3. > > I'm not sure what particular page on Apple's site you're looking at, but > Apple does have a habit of dropping the last number from versions in > advertising material. So they call Leopard "Mac OS X 10.5" (covering the > entire 10.5.x range), and Xcode for Leopard is "Xcode 3" (covering the > entire 3.x range). The current version of Xcode for Leopard is 3.1.1 (I > hadn't noticed the update past 3.1 until just now; 3.1.1 was released > September 12, 2008). It's available here: > > http://developer.apple.com/technology/xcode.html > > >> Anyway, the reason I didn't hit you with the whole install log was because >> I didn't want to spam you, but okay, here it is: >> $ sudo port install rrgbis >> Password: >> ---> Building rrgbis with target default >> Error: Target org.macports.build returned: shell command " cd >> >> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_games_rrgbis/work/rrgbis" >> && make default " returned error 2 >> Command output: sqvm.h:39: warning: 'lci$_literals' is used >> uninitialized in this function >> sqvm.h:39: warning: 'lci$_target' is used uninitialized in this function >> sqvm.h:39: warning: 'lci$_root' is used uninitialized in this function >> sqvm.h: In member function 'bool SQVM::StartCall(SQClosure*, >> SQInteger, SQInteger, SQInteger, bool)': >> sqvm.h:39: warning: 'lc$_ip' is used uninitialized in this function >> sqvm.h:39: warning: 'lc$_literals' is used uninitialized in this function >> ar rc ../lib/libsquirrel.a *.o >> rm *.o >> cd src/squirrel/sqstdlib; make >> gcc -O2 -fno-rtti -Wall -c sqstdblob.cpp sqstdio.cpp sqstdstream.cpp >> sqstdmath.cpp sqstdsystem.cpp sqstdstring.cpp sqstdaux.cpp >> sqstdrex.cpp -I../include -I. -Iinclude -DSQUNICODE >> ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual >> functions but non-virtual destructor >> ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual >> functions but non-virtual destructor >> ../include/sqstdio.h:9: warning: 'struct SQStream' has virtual >> functions but non-virtual destructor >> sqstdsystem.cpp: In function 'SQInteger sqstd_register_systemlib(SQVM*)': >> sqstdsystem.cpp:137: warning: unused variable 'i' >> sqstdsystem.cpp: At global scope: >> sqstdsystem.cpp:85: warning: 'SQInteger _system_date(SQVM*)' defined >> but not used >> ar rc ../lib/libsqstdlib.a *.o >> rm *.o >> cd src/FTGL; make >> make all-recursive >> Making all in src >> /bin/sh ../libtool --tag=CXX --mode=link g++ >> -I/usr/X11/include/freetype2 -I/usr/X11/include -no-undefined >> -version-number 2:1:3 -o libftgl.la -rpath /opt/local/lib >> libftgl_la-FTBuffer.lo libftgl_la-FTCharmap.lo libftgl_la-FTContour.lo >> libftgl_la-FTFace.lo libftgl_la-FTGlyphContainer.lo >> libftgl_la-FTLibrary.lo libftgl_la-FTPoint.lo libftgl_la-FTSize.lo >> libftgl_la-FTVectoriser.lo libftgl_la-FTGlyph.lo >> libftgl_la-FTGlyphGlue.lo libftgl_la-FTBitmapGlyph.lo >> libftgl_la-FTBufferGlyph.lo libftgl_la-FTExtrudeGlyph.lo >> libftgl_la-FTOutlineGlyph.lo libftgl_la-FTPixmapGlyph.lo >> libftgl_la-FTPolygonGlyph.lo libftgl_la-FTTextureGlyph.lo >> libftgl_la-FTFont.lo libftgl_la-FTFontGlue.lo >> libftgl_la-FTBitmapFont.lo libftgl_la-FTBufferFont.lo >> libftgl_la-FTExtrudeFont.lo libftgl_la-FTOutlineFont.lo >> libftgl_la-FTPixmapFont.lo libftgl_la-FTPolygonFont.lo >> libftgl_la-FTTextureFont.lo libftgl_la-FTLayout.lo >> libftgl_la-FTLayoutGlue.lo libftgl_la-FTSimpleLayout.lo >> -L/usr/X11/lib -lfreetype -lz >> -Wl,-framework,CoreServices,-framework,ApplicationServices -Xlinker >> -framework -Xlinker OpenGL >> g++ -dynamiclib -o .libs/libftgl.2.1.3.dylib >> .libs/libftgl_la-FTBuffer.o .libs/libftgl_la-FTCharmap.o >> .libs/libftgl_la-FTContour.o .libs/libftgl_la-FTFace.o >> .libs/libftgl_la-FTGlyphContainer.o .libs/libftgl_la-FTLibrary.o >> .libs/libftgl_la-FTPoint.o .libs/libftgl_la-FTSize.o >> .libs/libftgl_la-FTVectoriser.o .libs/libftgl_la-FTGlyph.o >> .libs/libftgl_la-FTGlyphGlue.o .libs/libftgl_la-FTBitmapGlyph.o >> .libs/libftgl_la-FTBufferGlyph.o .libs/libftgl_la-FTExtrudeGlyph.o >> .libs/libftgl_la-FTOutlineGlyph.o .libs/libftgl_la-FTPixmapGlyph.o >> .libs/libftgl_la-FTPolygonGlyph.o .libs/libftgl_la-FTTextureGlyph.o >> .libs/libftgl_la-FTFont.o .libs/libftgl_la-FTFontGlue.o >> .libs/libftgl_la-FTBitmapFont.o .libs/libftgl_la-FTBufferFont.o >> .libs/libftgl_la-FTExtrudeFont.o .libs/libftgl_la-FTOutlineFont.o >> .libs/libftgl_la-FTPixmapFont.o .libs/libftgl_la-FTPolygonFont.o >> .libs/libftgl_la-FTTextureFont.o .libs/libftgl_la-FTLayout.o >> .libs/libftgl_la-FTLayoutGlue.o .libs/libftgl_la-FTSimpleLayout.o >> -L/usr/X11/lib /usr/X11/lib/libfreetype.dylib -lz -Wl,-framework >> -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework >> -Wl,OpenGL -install_name /opt/local/lib/libftgl.2.dylib >> -compatibility_version 4 -current_version 4.3 -Wl,-single_module >> ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib >> collect2: ld returned 1 exit status >> make[3]: *** [libftgl.la] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all] Error 2 >> make: *** [ftgl] Error 2 >> >> Error: Status 1 encountered during processing. >> >> The funny thing is, I already have all of the REQ's installed because >> of previous attempts. > > Ok, since the error occurs after "Building rrgbis with target default" it is > the rrgbis port that's having the problem. I was just unsure because it said > "make: *** [ftgl] Error 2" and we do have a separate ftgl port in MacPorts > (though rrgbis doesn't seem to use it). > > I'm a little concerned that it's trying to link with > /usr/X11/lib/libfreetype.dylib on your system. On mine it links with the > freetype in MacPorts. I assume you didn't have the freetype port installed? > I added a dependency on freetype [1] which should fix that. But I still > can't explain why you were seeing the libGL error and I'm not (even if I > deactivate MacPorts freetype and rebuild). Please wait 30 minutes for the > rsync server to catch up, and then try building it again. Maybe it will work > now. > > > [1] http://trac.macports.org/changeset/39980 > > > From railsfid at gmail.com Tue Sep 16 00:16:19 2008 From: railsfid at gmail.com (RailsFid) Date: Tue, 16 Sep 2008 00:16:19 -0700 Subject: ssh and git Message-ID: <2493B214-BC3D-4509-B4CB-FD9DD863825A@gmail.com> I installed git through Macport. The git repository I am now trying to access it on port 222 instead of 22. I have the following in my /Users/ yourname/.ssh/config Host name Hostname name.com Port 222 User git Then from the terminal I do: git clone name:subscriptions.git But it always fails because it still tries to access the site through port 22 instead of port 222. So my question is, have I set this up correctly? Does macport installation of git change anything so that I would have to do something else? Thanks in advance for any help or suggestions. Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080916/ab84a21b/attachment.html From luc at honk-honk.com Tue Sep 16 01:12:40 2008 From: luc at honk-honk.com (Luc Heinrich) Date: Tue, 16 Sep 2008 10:12:40 +0200 Subject: ssh and git In-Reply-To: <2493B214-BC3D-4509-B4CB-FD9DD863825A@gmail.com> References: <2493B214-BC3D-4509-B4CB-FD9DD863825A@gmail.com> Message-ID: <5292B79C-6D05-49F0-AA67-4ED8C82ACEAA@honk-honk.com> On 16 sept. 08, at 09:16, RailsFid wrote: > But it always fails because it still tries to access the site > through port 22 instead of port 222. The git-clone man page has a bunch of sample repository URLs, here's the one you want to try: git clone ssh://[user@]host.xz[:port]/path/to/repo.git/ -- Luc Heinrich - luc at honk-honk.com From florian.ebeling at gmail.com Tue Sep 16 01:29:10 2008 From: florian.ebeling at gmail.com (Caspar Florian Ebeling) Date: Tue, 16 Sep 2008 10:29:10 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> Message-ID: <5cbbe4ae0809160129t89253f5n6278e226788edf7a@mail.gmail.com> On Mon, Sep 15, 2008 at 6:25 PM, Daniel J. Luke wrote: > On Sep 12, 2008, at 5:48 PM, Vincent Lefevre wrote: >> >> I'm just saying that this can be a bug. > > Except that you say it as a blanket statement even though you've been shown > at least one case where the port requires the newer version (svk). > > I agree that sometimes a maintainer might mistakenly add an unnecessary > dependency, and it's good to get those things fixed (and I do appreciate it > when you or anyone files bugs to that effect). I filed a bug against p5-mca-carbon: http://trac.macports.org/ticket/16551 -- Florian Ebeling florian.ebeling at gmail.com From frstan at bellsouth.net Tue Sep 16 02:25:25 2008 From: frstan at bellsouth.net (William Davis) Date: Tue, 16 Sep 2008 05:25:25 -0400 Subject: sane-backends ck sum error Message-ID: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> ---> Checksumming sane-backends-1.0.19.tar.gz Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz William Davis frstanATbellsouthDOTnet Mac OS X.5.5 Darwin 9.5.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple17) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From frstan at bellsouth.net Tue Sep 16 02:31:36 2008 From: frstan at bellsouth.net (William Davis) Date: Tue, 16 Sep 2008 05:31:36 -0400 Subject: libffi fetch fails Message-ID: <4FBD9D15-ABCB-499F-AC44-29F477BC4D7D@bellsouth.net> ---> Attempting to fetch patch-include-Makefile-in.diff from http://svn.macports.org/repository/macports/downloads/libffi % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 DEBUG: Fetching failed:: HTTP response code said error Error: Target org.macports.fetch returned: fetch failed William Davis frstanATbellsouthDOTnet Mac OS X.5.5 Darwin 9.5.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple17) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From pguyot at kallisys.net Tue Sep 16 02:37:31 2008 From: pguyot at kallisys.net (Paul Guyot) Date: Tue, 16 Sep 2008 11:37:31 +0200 Subject: libffi fetch fails In-Reply-To: <4FBD9D15-ABCB-499F-AC44-29F477BC4D7D@bellsouth.net> References: <4FBD9D15-ABCB-499F-AC44-29F477BC4D7D@bellsouth.net> Message-ID: <7A2F4002-CEB7-480E-BACF-7EA51EBB8208@kallisys.net> Le 16 sept. 08 ? 11:31, William Davis a ?crit : > ---> Attempting to fetch patch-include-Makefile-in.diff from > http://svn.macports.org/repository/macports/downloads/libffi > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- > --:--:-- 0 > DEBUG: Fetching failed:: HTTP response code said error > Error: Target org.macports.fetch returned: fetch failed This was fixed today in r39991. Paul From ryandesign at macports.org Tue Sep 16 02:41:55 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 16 Sep 2008 04:41:55 -0500 Subject: sane-backends ck sum error In-Reply-To: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> Message-ID: On Sep 16, 2008, at 4:25 AM, William Davis wrote: > ---> Checksumming sane-backends-1.0.19.tar.gz > Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz Thanks for reporting the problem! I fixed it: http://trac.macports.org/changeset/39995 Please wait 30 minutes, then "sudo port sync" and "sudo port clean -- all sane-backends" and then you should be able to install it. From dave.evans55 at googlemail.com Tue Sep 16 03:29:33 2008 From: dave.evans55 at googlemail.com (David Evans) Date: Tue, 16 Sep 2008 11:29:33 +0100 Subject: cdrtools is not building and installing mkisofs, cdda2wav and various other programs In-Reply-To: <2E51FB5E-898A-49A7-9B8C-591A820E4139@pobox.com> References: <48C28CFC.8080608@googlemail.com> <2E51FB5E-898A-49A7-9B8C-591A820E4139@pobox.com> Message-ID: <48CF8A8D.6010006@googlemail.com> Bryan Blackburn wrote: > I just attached a patch to ticket #15934 [1] which updates cdrtools to > the current version and switches to using smake; hopefully using smake > to do the build will fix these issues you've seen. > > Bryan > > [1] - > > I've been patiently waiting for cdrtools to appear in my list of outdated ports. Today, I decided to force the build, whereupon port detected that the port file had been changed and rebuilt and installed cdrtools. Should there have been a version number bump so that outdated will recognise it? From williams at astro.ox.ac.uk Tue Sep 16 07:36:28 2008 From: williams at astro.ox.ac.uk (Michael Williams) Date: Tue, 16 Sep 2008 15:36:28 +0100 Subject: Installing without root privileges: what about /Applications/MacPorts? In-Reply-To: References: Message-ID: <39DF7C02-F221-46B9-A8AE-FC41C2D70B68@astro.ox.ac.uk> On 14 Sep 2008, at 01:27, Ryan Schmidt wrote: >> I think I've successfully installed MacPorts without root privileges. >> I installed from source using: >> >> ./configure --prefix=$HOME/.macports --with-install-user=$USER -- >> with- >> install-group=staff --with-tclpackage=~/Library/Tcl > > I also prefer to use MacPorts without root when possible... I use > this: > > PREFIX=/mp > ./configure \ > --enable-readline \ > --prefix=$PREFIX \ > --with-tclpackage=$PREFIX/Library/Tcl \ > --with-install-user=rschmidt \ > --with-install-group=admin > >> (this was based on my interpretation of https://trac.macports.org/wiki/gsoc08-privileges) > > As Bryan said, the gsoc08-privileges branch has not yet been merged > into trunk, so if you're building from trunk, you're not getting any > of that new code yet. Thanks. I realize most of the features discussed on that page are not in trunk. But it was useful for me to extract information about what I could do with trunk right now, especially the configure options you mention. >> However, I've run into trouble with a couple of packages. These >> errors >> boil down to: >> >> Error: Target org.macports.activate returned: can't create >> directory "/ >> Applications/MacPorts": permission denied > > I change the ownership of /Applications/MacPorts to my user. Unfortunately I can't do that. I would like to install into ~/ Applications/MacPorts. >> Is there any way to change this directory to, say, ~/Applications/ >> MacPorts or is it hard-coded? > > In MacPorts 1.6.0 and earlier it is hardcoded. In trunk, there is a > new configure parameter --with-applications-dir and a new > macports.conf option applications_dir. I'll respond to this in my reply to Bryan's message, but thanks very much for your help! -- Mike From williams at astro.ox.ac.uk Tue Sep 16 07:39:08 2008 From: williams at astro.ox.ac.uk (Michael Williams) Date: Tue, 16 Sep 2008 15:39:08 +0100 Subject: Installing without root privileges: what about /Applications/MacPorts? In-Reply-To: <20080912210750.GL672@ninagal.withay.com> References: <20080912210750.GL672@ninagal.withay.com> Message-ID: On 12 Sep 2008, at 22:07, Bryan Blackburn wrote: >> Is there any way to change this directory to, say, ~/Applications/ >> MacPorts or is it hard-coded? > > Which source-based install are you using? Running off trunk allows > you to > change the location of the Applications and Frameworks install > locations by > editing etc/macports/macports.conf and setting: > > applications_dir /path/to/Applications > frameworks_dir /path/to/Library/Frameworks > > If you're running from 1.6 source, then you can't do this...Also > note that > the GSoC stuff you were looking into is on its own branch still, not > on the > trunk. Forgive my ignorance, but if I installed from 1.6 source and then ran "port -v selfupdate" am I still running from 1.6 or am I on trunk? How does the --with-applications-dir ./configure option that Ryan mentions interest with this macports.conf option? Do I need both? -- Mike From jjstickel at vcn.com Tue Sep 16 07:43:49 2008 From: jjstickel at vcn.com (Jonathan Stickel) Date: Tue, 16 Sep 2008 08:43:49 -0600 Subject: error installing netpbm Message-ID: <48CFC625.6000902@vcn.com> I am getting an error when trying to install netpbm on Tiger (10.4.11). The relevant output seems to be: gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \ -DSHLIBPREFIXLIST="\"lib\"" \ \ libopt.c In file included from pm.h:16, from libpm.c:42: pm_config.h:487: error: redefinition of typedef 'uint32n' pm_config.h:178: error: previous declaration of 'uint32n' was here pm_config.h:488: error: redefinition of typedef 'int32n' pm_config.h:179: error: previous declaration of 'int32n' was here In file included from pm.h:16, from libpm.c:42: pm_config.h:623: error: redefinition of typedef 'pm_filepos' pm_config.h:314: error: previous declaration of 'pm_filepos' was here gnumake[3]: *** [libpm.o] Error 1 gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2 gnumake[2]: *** Waiting for unfinished jobs.... gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.o gnumake[1]: *** [pgm/all] Error 2 gnumake: *** [converter/all] Error 2 Error: Status 1 encountered during processing. Anyone else experiencing this? Thanks, Jonathan From opendarwin.org at darkart.com Tue Sep 16 08:41:38 2008 From: opendarwin.org at darkart.com (Eric Hall) Date: Tue, 16 Sep 2008 15:41:38 +0000 Subject: cups is ... In-Reply-To: <48CE49FD.5090307@tacocat.net> References: <48CE49FD.5090307@tacocat.net> Message-ID: <20080916154138.GE31151@darkart.com> On Mon, Sep 15, 2008 at 07:41:49AM -0400, Tom Allison wrote: > I'm stuck. > > I am trying to print to a remote printer through cups. > It's worked for years. > I moved my subnet to a different class and relabled the printer IP in > the cups.conf file to point to the new printer location. > > I can get firefox to print. > Everything else fails. > > I get either a 'Error while printing' or 'An Unknown Error Occurred > while Printing'. > > Problem is, the cups log don't even show the notebook trying to access > the server. And print Preview fails as well. > > So I'm inclined to think that the problem lies in the client rather than > the server. I recently went through some upgrades of the OS and here I > am. Not a fan of Apple right now... And this has what to do with macports? Did you install cups via macports? That said, if you go editing files on disk without catching all the places changes are needed, don't be surprised if things don't work quite right. -eric From tom at tacocat.net Tue Sep 16 10:07:12 2008 From: tom at tacocat.net (Tom Allison) Date: Tue, 16 Sep 2008 13:07:12 -0400 Subject: cups is ... In-Reply-To: <20080916154138.GE31151@darkart.com> References: <48CE49FD.5090307@tacocat.net> <20080916154138.GE31151@darkart.com> Message-ID: It's connection to macports is that I was trying to find if anyone had experiences similar to this one. Turns out that the problem has nothing to do with your chastising remarks about changing files. The problem has to do with: Cups Gutenberg Linux Kernel So it's not that trivial to fix. I would go into it further but, as you said, it really doesn't have anythng to do with macports. If interested, contact me directly. Regards, Tom On Sep 16, 2008, at 11:41 AM, Eric Hall wrote: > On Mon, Sep 15, 2008 at 07:41:49AM -0400, Tom Allison wrote: >> I'm stuck. >> >> I am trying to print to a remote printer through cups. >> It's worked for years. >> I moved my subnet to a different class and relabled the printer IP in >> the cups.conf file to point to the new printer location. >> >> I can get firefox to print. >> Everything else fails. >> >> I get either a 'Error while printing' or 'An Unknown Error Occurred >> while Printing'. >> >> Problem is, the cups log don't even show the notebook trying to >> access >> the server. And print Preview fails as well. >> >> So I'm inclined to think that the problem lies in the client rather >> than >> the server. I recently went through some upgrades of the OS and >> here I >> am. Not a fan of Apple right now... > > And this has what to do with macports? Did you install cups > via macports? > > That said, if you go editing files on disk without catching > all the places changes are needed, don't be surprised if things don't > work quite right. > > > -eric > > From sck at nogas.org Tue Sep 16 11:39:24 2008 From: sck at nogas.org (Scott C. Kennedy) Date: Tue, 16 Sep 2008 11:39:24 -0700 Subject: sane-backends ck sum error In-Reply-To: References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> Message-ID: <48CFFD5C.90807@nogas.org> I'm still having this issue after waiting 6+ hours. :) Biko:~ sck$ sudo port selfupdate MacPorts base version 1.600 installed Downloaded MacPorts base version 1.600 The MacPorts installation is not outdated and so was not updated sudo porselfupdate done! Biko:~ sck$ sudo port sync Biko:~ sck$ sudo port clean --all sane-backends ---> Cleaning sane-backends Biko:~ sck$ sudo port install sane-backends ---> Fetching sane-backends ---> Attempting to fetch sane-backends-1.0.19.tar.gz from http://alioth.debian.org/frs/download.php/1669/ ---> Verifying checksum(s) for sane-backends Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz Error: Checksum (sha1) mismatch for sane-backends-1.0.19.tar.gz Error: Checksum (rmd160) mismatch for sane-backends-1.0.19.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. Biko:~ sck$ Scott Ryan Schmidt wrote: > On Sep 16, 2008, at 4:25 AM, William Davis wrote: > > >> ---> Checksumming sane-backends-1.0.19.tar.gz >> Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz >> > > Thanks for reporting the problem! I fixed it: > > http://trac.macports.org/changeset/39995 > > Please wait 30 minutes, then "sudo port sync" and "sudo port clean -- > all sane-backends" and then you should be able to install it. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080916/89f30998/attachment.html From ryandesign at macports.org Tue Sep 16 12:36:26 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 16 Sep 2008 14:36:26 -0500 Subject: error installing netpbm In-Reply-To: <48CFC625.6000902@vcn.com> References: <48CFC625.6000902@vcn.com> Message-ID: <6E8EEBB1-9C20-4DC3-9064-A96A6C3E42EE@macports.org> On Sep 16, 2008, at 9:43 AM, Jonathan Stickel wrote: > I am getting an error when trying to install netpbm on Tiger > (10.4.11). > The relevant output seems to be: > > > gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \ > -DSHLIBPREFIXLIST="\"lib\"" \ > \ > libopt.c > In file included from pm.h:16, > from libpm.c:42: > pm_config.h:487: error: redefinition of typedef 'uint32n' > pm_config.h:178: error: previous declaration of 'uint32n' was here > pm_config.h:488: error: redefinition of typedef 'int32n' > pm_config.h:179: error: previous declaration of 'int32n' was here > In file included from pm.h:16, > from libpm.c:42: > pm_config.h:623: error: redefinition of typedef 'pm_filepos' > pm_config.h:314: error: previous declaration of 'pm_filepos' was here > gnumake[3]: *** [libpm.o] Error 1 > gnumake[2]: *** > [/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_graph > ics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] > Error 2 > gnumake[2]: *** Waiting for unfinished jobs.... > gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.o > gnumake[1]: *** [pgm/all] Error 2 > gnumake: *** [converter/all] Error 2 > > Error: Status 1 encountered during processing. > > > Anyone else experiencing this? No problem here, with Mac OS X 10.4.11 and Xcode 2.5 on a Power Mac G4. Is your Xcode up to date? From ryandesign at macports.org Tue Sep 16 12:40:23 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 16 Sep 2008 14:40:23 -0500 Subject: sane-backends ck sum error In-Reply-To: <48CFFD5C.90807@nogas.org> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> <48CFFD5C.90807@nogas.org> Message-ID: On Sep 16, 2008, at 1:39 PM, Scott C. Kennedy wrote: > I'm still having this issue after waiting 6+ hours. :) > Biko:~ sck$ sudo port selfupdate > > MacPorts base version 1.600 installed > > Downloaded MacPorts base version 1.600 > > The MacPorts installation is not outdated and so was not updated > sudo porselfupdate done! > Biko:~ sck$ sudo port sync > Biko:~ sck$ sudo port clean --all sane-backends > ---> Cleaning sane-backends > Biko:~ sck$ sudo port install sane-backends > ---> Fetching sane-backends > ---> Attempting to fetch sane-backends-1.0.19.tar.gz from http:// > alioth.debian.org/frs/download.php/1669/ That line shows it's still using the old Portfile; the new one has 2318 at the end of the URL instead of 1669. I wonder if the rsync server is not picking up changes from the repository for some reason? From 0x62_0x6c_0x62 at pobox.com Tue Sep 16 12:48:45 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 16 Sep 2008 13:48:45 -0600 Subject: cdrtools is not building and installing mkisofs, cdda2wav and various other programs In-Reply-To: <48CF8A8D.6010006@googlemail.com> References: <48C28CFC.8080608@googlemail.com> <2E51FB5E-898A-49A7-9B8C-591A820E4139@pobox.com> <48CF8A8D.6010006@googlemail.com> Message-ID: <20080916194845.GE457@ninagal.withay.com> On Tue, Sep 16, 2008 at 11:29:33AM +0100, David Evans said: > Bryan Blackburn wrote: > > I just attached a patch to ticket #15934 [1] which updates cdrtools to > > the current version and switches to using smake; hopefully using smake > > to do the build will fix these issues you've seen. > > > > Bryan > > > > [1] - > > > > > I've been patiently waiting for cdrtools to appear in my list of > outdated ports. > Today, I decided to force the build, whereupon port detected that the > port file had been changed and rebuilt and installed cdrtools. > > > Should there have been a version number bump so that outdated will > recognise it? How often do you run selfupdate? macsforever2000@ committed the update [1] over a week ago so 'port outdated' should have seen the change with the next PortIndex (within 12 hours) and a selfupdate. Bryan [1] - From 0x62_0x6c_0x62 at pobox.com Tue Sep 16 12:53:09 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 16 Sep 2008 13:53:09 -0600 Subject: Installing without root privileges: what about /Applications/MacPorts? In-Reply-To: References: <20080912210750.GL672@ninagal.withay.com> Message-ID: <20080916195308.GF457@ninagal.withay.com> On Tue, Sep 16, 2008 at 03:39:08PM +0100, Michael Williams said: > [...] > > Forgive my ignorance, but if I installed from 1.6 source and then ran > "port -v selfupdate" am I still running from 1.6 or am I on trunk? > selfupdate will keep you on the official release which is 1.6.0 still; it will not switch you over to a trunk-based build. The only way to run off of trunk is to checkout the source and build it [1]. > How does the --with-applications-dir ./configure option that Ryan > mentions interest with this macports.conf option? Do I need both? The configure option will set what gets put into macports.conf (unless you already have a macports.conf, then it will not be overwritten). With a fresh install, either method works but if you forget to give configure that option, you can simply update macports.conf and the end result is the same. Bryan [1] - > > -- Mike From 0x62_0x6c_0x62 at pobox.com Tue Sep 16 13:01:32 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 16 Sep 2008 14:01:32 -0600 Subject: sane-backends ck sum error In-Reply-To: <48CFFD5C.90807@nogas.org> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> <48CFFD5C.90807@nogas.org> Message-ID: <20080916200132.GG457@ninagal.withay.com> On Tue, Sep 16, 2008 at 11:39:24AM -0700, Scott C. Kennedy said: > I'm still having this issue after waiting 6+ hours. :) > > Biko:~ sck$ sudo port selfupdate > > MacPorts base version 1.600 installed > > Downloaded MacPorts base version 1.600 > > The MacPorts installation is not outdated and so was not updated > sudo porselfupdate done! > Biko:~ sck$ sudo port sync FYI, selfupdate also does what sync does, so this is redundant. > Biko:~ sck$ sudo port clean --all sane-backends > ---> Cleaning sane-backends > Biko:~ sck$ sudo port install sane-backends > ---> Fetching sane-backends > ---> Attempting to fetch sane-backends-1.0.19.tar.gz from > http://alioth.debian.org/frs/download.php/1669/ That's odd, this is the old location, so it seems like the selfupdate/sync didn't grab the latest. Try using $ sudo port -d selfupdate This will output quite a bit of stuff, you want to watch for something along the lines of sent 50740 bytes received 414170 bytes 29994.19 bytes/sec total size is 18806023 speedup is 40.45 That means it successfully retrieved files; if you see error messages from rsync, do you have a firewall in your way that doesn't allow rsync and perhaps need a proxy? Bryan [...] From jjstickel at vcn.com Tue Sep 16 13:10:06 2008 From: jjstickel at vcn.com (Jonathan Stickel) Date: Tue, 16 Sep 2008 14:10:06 -0600 Subject: error installing netpbm In-Reply-To: <6E8EEBB1-9C20-4DC3-9064-A96A6C3E42EE@macports.org> References: <48CFC625.6000902@vcn.com> <6E8EEBB1-9C20-4DC3-9064-A96A6C3E42EE@macports.org> Message-ID: <48D0129E.9040406@vcn.com> Ryan Schmidt wrote: > On Sep 16, 2008, at 9:43 AM, Jonathan Stickel wrote: > >> I am getting an error when trying to install netpbm on Tiger (10.4.11). >> The relevant output seems to be: >> >> >> gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \ >> -DSHLIBPREFIXLIST="\"lib\"" \ >> \ >> libopt.c >> In file included from pm.h:16, >> from libpm.c:42: >> pm_config.h:487: error: redefinition of typedef 'uint32n' >> pm_config.h:178: error: previous declaration of 'uint32n' was here >> pm_config.h:488: error: redefinition of typedef 'int32n' >> pm_config.h:179: error: previous declaration of 'int32n' was here >> In file included from pm.h:16, >> from libpm.c:42: >> pm_config.h:623: error: redefinition of typedef 'pm_filepos' >> pm_config.h:314: error: previous declaration of 'pm_filepos' was here >> gnumake[3]: *** [libpm.o] Error 1 >> gnumake[2]: *** >> [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] >> >> Error 2 >> gnumake[2]: *** Waiting for unfinished jobs.... >> gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.o >> gnumake[1]: *** [pgm/all] Error 2 >> gnumake: *** [converter/all] Error 2 >> >> Error: Status 1 encountered during processing. >> >> >> Anyone else experiencing this? > > No problem here, with Mac OS X 10.4.11 and Xcode 2.5 on a Power Mac G4. > Is your Xcode up to date? > > After some debugging, I discovered the problem is due to allowing a parallel build. I plan to submit a bug to the tracker. Jonathan From sck at nogas.org Tue Sep 16 13:45:07 2008 From: sck at nogas.org (Scott C. Kennedy) Date: Tue, 16 Sep 2008 13:45:07 -0700 Subject: sane-backends ck sum error In-Reply-To: <20080916200132.GG457@ninagal.withay.com> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> <48CFFD5C.90807@nogas.org> <20080916200132.GG457@ninagal.withay.com> Message-ID: <48D01AD3.1060402@nogas.org> Bryan Blackburn wrote: > This will output quite a bit of stuff, you want to watch for something along > the lines of > > sent 50740 bytes received 414170 bytes 29994.19 bytes/sec > total size is 18806023 speedup is 40.45 > > That means it successfully retrieved files; if you see error messages from > rsync, do you have a firewall in your way that doesn't allow rsync and > perhaps need a proxy? > Well, I do this and get... DEBUG: Synchronizing ports tree(s) synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports receiving file list ... done graphics/sane-backends/ deleting graphics/sane-backends/work sent 42 bytes received 336686 bytes 74828.44 bytes/sec total size is 18806023 speedup is 55.85 But, I still get ---> Cleaning sane-backends ---> Fetching sane-backends ---> Attempting to fetch sane-backends-1.0.19.tar.gz from http://alioth.debian.org/frs/download.php/1669/ ---> Verifying checksum(s) for sane-backends Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz Error: Checksum (sha1) mismatch for sane-backends-1.0.19.tar.gz Error: Checksum (rmd160) mismatch for sane-backends-1.0.19.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. Scott PS> I know about sync & selfupdate, I was just doing that to ensure that I had the most recent MacPorts, and I cut & pasted my previous commands. My bad. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080916/55b98706/attachment.html From 0x62_0x6c_0x62 at pobox.com Tue Sep 16 14:03:45 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 16 Sep 2008 15:03:45 -0600 Subject: sane-backends ck sum error In-Reply-To: <48D01AD3.1060402@nogas.org> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> <48CFFD5C.90807@nogas.org> <20080916200132.GG457@ninagal.withay.com> <48D01AD3.1060402@nogas.org> Message-ID: <20080916210345.GH457@ninagal.withay.com> On Tue, Sep 16, 2008 at 01:45:07PM -0700, Scott C. Kennedy said: [...] > ---> Fetching sane-backends > ---> Attempting to fetch sane-backends-1.0.19.tar.gz from > http://alioth.debian.org/frs/download.php/1669/ > ---> Verifying checksum(s) for sane-backends > Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz > Error: Checksum (sha1) mismatch for sane-backends-1.0.19.tar.gz > Error: Checksum (rmd160) mismatch for sane-backends-1.0.19.tar.gz > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: Status 1 encountered during processing. Actually, looks like Ryan's message is the one to pay attention to, as my 1.6 install is also not picking up the latest version, so seems like a server issue at this point... Bryan > > Scott > PS> I know about sync & selfupdate, I was just doing that to ensure that > I had the most recent MacPorts, and I cut & pasted my previous commands. > My bad. From dave.evans55 at googlemail.com Tue Sep 16 14:33:36 2008 From: dave.evans55 at googlemail.com (David Evans) Date: Tue, 16 Sep 2008 22:33:36 +0100 Subject: cdrtools is not building and installing mkisofs, cdda2wav and various other programs In-Reply-To: <20080916194845.GE457@ninagal.withay.com> References: <48C28CFC.8080608@googlemail.com> <2E51FB5E-898A-49A7-9B8C-591A820E4139@pobox.com> <48CF8A8D.6010006@googlemail.com> <20080916194845.GE457@ninagal.withay.com> Message-ID: <48D02630.4000008@googlemail.com> Bryan Blackburn wrote: > On Tue, Sep 16, 2008 at 11:29:33AM +0100, David Evans said: > >> Bryan Blackburn wrote: >> >>> I just attached a patch to ticket #15934 [1] which updates cdrtools to >>> the current version and switches to using smake; hopefully using smake >>> to do the build will fix these issues you've seen. >>> >>> Bryan >>> >>> [1] - >>> >>> >>> >> I've been patiently waiting for cdrtools to appear in my list of >> outdated ports. >> Today, I decided to force the build, whereupon port detected that the >> port file had been changed and rebuilt and installed cdrtools. >> >> >> Should there have been a version number bump so that outdated will >> recognise it? >> > > How often do you run selfupdate? macsforever2000@ committed the update [1] > over a week ago so 'port outdated' should have seen the change with the > next PortIndex (within 12 hours) and a selfupdate. > > I hardly ever run port selfupdate. I thought that port sync was sufficient every couple of days. Perhaps that's where I'm going wrong. From frstan at bellsouth.net Tue Sep 16 14:50:06 2008 From: frstan at bellsouth.net (William Davis) Date: Tue, 16 Sep 2008 17:50:06 -0400 Subject: sane-backends ck sum error In-Reply-To: <48CFFD5C.90807@nogas.org> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> <48CFFD5C.90807@nogas.org> Message-ID: <16715EEC-2DD6-466F-BF11-32140F912E01@bellsouth.net> me too :( On Sep 16, 2008, at 2:39 PM, Scott C. Kennedy wrote: > I'm still having this issue after waiting 6+ hours. :) > Biko:~ sck$ sudo port selfupdate > > MacPorts base version 1.600 installed > > Downloaded MacPorts base version 1.600 > > The MacPorts installation is not outdated and so was not updated > sudo porselfupdate done! > Biko:~ sck$ sudo port sync > Biko:~ sck$ sudo port clean --all sane-backends > ---> Cleaning sane-backends > Biko:~ sck$ sudo port install sane-backends > ---> Fetching sane-backends > ---> Attempting to fetch sane-backends-1.0.19.tar.gz from http://alioth.debian.org/frs/download.php/1669/ > ---> Verifying checksum(s) for sane-backends > Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz > Error: Checksum (sha1) mismatch for sane-backends-1.0.19.tar.gz > Error: Checksum (rmd160) mismatch for sane-backends-1.0.19.tar.gz > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: Status 1 encountered during processing. > Biko:~ sck$ > Scott > > Ryan Schmidt wrote: >> >> On Sep 16, 2008, at 4:25 AM, William Davis wrote: >> >> >>> ---> Checksumming sane-backends-1.0.19.tar.gz >>> Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz >>> >> Thanks for reporting the problem! I fixed it: >> >> http://trac.macports.org/changeset/39995 >> >> Please wait 30 minutes, then "sudo port sync" and "sudo port clean -- >> all sane-backends" and then you should be able to install it. >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> > William Davis frstanATbellsouthDOTnet Mac OS X.5.5 Darwin 9.5.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple17) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080916/ec98864c/attachment.html From 0x62_0x6c_0x62 at pobox.com Tue Sep 16 16:46:45 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 16 Sep 2008 17:46:45 -0600 Subject: cdrtools is not building and installing mkisofs, cdda2wav and various other programs In-Reply-To: <48D02630.4000008@googlemail.com> References: <48C28CFC.8080608@googlemail.com> <2E51FB5E-898A-49A7-9B8C-591A820E4139@pobox.com> <48CF8A8D.6010006@googlemail.com> <20080916194845.GE457@ninagal.withay.com> <48D02630.4000008@googlemail.com> Message-ID: <20080916234645.GO457@ninagal.withay.com> On Tue, Sep 16, 2008 at 10:33:36PM +0100, David Evans said: [...] > > > I hardly ever run port selfupdate. I thought that port sync was > sufficient every couple of days. > Perhaps that's where I'm going wrong. sync will get updated port information (and is done when you do selfupdate), but doesn't update the base MacPorts code when things are updated there. For cdrtools, a sync should have been sufficient, but it sounds like there may have been an issue with the rsync server recently, so trying again should see cdrtools as upgraded. Bryan From vincent-opdarw at vinc17.org Wed Sep 17 00:58:02 2008 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Wed, 17 Sep 2008 09:58:02 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> Message-ID: <20080917075802.GF1221@prunille.vinc17.org> On 2008-09-15 12:25:37 -0400, Daniel J. Luke wrote: > Except that you say it as a blanket statement even though you've been > shown at least one case where the port requires the newer version (svk). No, upstream doesn't claim any such dependency on a newer version of a Perl module. You're just seeing a bug, that needs to be fixed. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From dluke at geeklair.net Wed Sep 17 07:00:17 2008 From: dluke at geeklair.net (Daniel J. Luke) Date: Wed, 17 Sep 2008 10:00:17 -0400 Subject: perl ports overwriting files, so need -f? In-Reply-To: <20080917075802.GF1221@prunille.vinc17.org> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> <20080917075802.GF1221@prunille.vinc17.org> Message-ID: <0289CDC8-EB79-408F-9937-55B58ECDC7AB@geeklair.net> On Sep 17, 2008, at 3:58 AM, Vincent Lefevre wrote: > On 2008-09-15 12:25:37 -0400, Daniel J. Luke wrote: >> Except that you say it as a blanket statement even though you've been >> shown at least one case where the port requires the newer version >> (svk). > > No, upstream doesn't claim any such dependency on a newer version of > a Perl module. You're just seeing a bug, that needs to be fixed. The Makefile.PL that ships with svk clearly states a requirement for File::Temp 0.17, which is why the p5-file-temp-svkonly port was created (as 0.17 is newer than what was distributed with perl 5.8.8). -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080917/b644bbb4/attachment.bin From florian.ebeling at gmail.com Wed Sep 17 08:00:03 2008 From: florian.ebeling at gmail.com (Caspar Florian Ebeling) Date: Wed, 17 Sep 2008 17:00:03 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <0289CDC8-EB79-408F-9937-55B58ECDC7AB@geeklair.net> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> <20080917075802.GF1221@prunille.vinc17.org> <0289CDC8-EB79-408F-9937-55B58ECDC7AB@geeklair.net> Message-ID: <5cbbe4ae0809170800o371b46e4v48461dddc5423da@mail.gmail.com> On Wed, Sep 17, 2008 at 4:00 PM, Daniel J. Luke wrote: > On Sep 17, 2008, at 3:58 AM, Vincent Lefevre wrote: >> On 2008-09-15 12:25:37 -0400, Daniel J. Luke wrote: >>> Except that you say it as a blanket statement even though you've been >>> shown at least one case where the port requires the newer version (svk). >> No, upstream doesn't claim any such dependency on a newer version of >> a Perl module. You're just seeing a bug, that needs to be fixed. > The Makefile.PL that ships with svk clearly states a requirement for > File::Temp 0.17, which is why the p5-file-temp-svkonly port was created (as > 0.17 is newer than what was distributed with perl 5.8.8). I'd find it reasonable though, to agree on a policy which forbids ports overwriting the contents of their dependents voluntarily. And if it is really desirable somewhere, then it should be marked clearly as a workaround. Your example is quite good in that respect. But ports like p5-test-harness make the missunderstanding quite easy that you have to install them, when you need the perl module Test::Harness. The name is simply missleading. It is rather a "monkey patch" of the original perl installation. So we should maybe: 1) outrule ports overwriting dependents 2) make a exception for special cases, but those require an additional name suffix like -patch to make the indended use clear. 3) if 1 or 2 are violated this is a bug and has to be fixed Bug #12710 lists quite a few of these ports, (only perl ones): http://trac.macports.org/ticket/12710 What do you think of the proposal, e.g. as an extension to the guide? -- Florian Ebeling florian.ebeling at gmail.com From ryandesign at macports.org Wed Sep 17 23:23:51 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 18 Sep 2008 01:23:51 -0500 Subject: sane-backends ck sum error In-Reply-To: <20080916210345.GH457@ninagal.withay.com> References: <39318A5B-A1AC-4D09-8AAE-AB4BF5DABA73@bellsouth.net> <48CFFD5C.90807@nogas.org> <20080916200132.GG457@ninagal.withay.com> <48D01AD3.1060402@nogas.org> <20080916210345.GH457@ninagal.withay.com> Message-ID: <73EDF867-DD00-4850-90D2-0BB6CFD52DBF@macports.org> On Sep 16, 2008, at 16:03, Bryan Blackburn wrote: > On Tue, Sep 16, 2008 at 01:45:07PM -0700, Scott C. Kennedy said: > [...] >> ---> Fetching sane-backends >> ---> Attempting to fetch sane-backends-1.0.19.tar.gz from >> http://alioth.debian.org/frs/download.php/1669/ >> ---> Verifying checksum(s) for sane-backends >> Error: Checksum (md5) mismatch for sane-backends-1.0.19.tar.gz >> Error: Checksum (sha1) mismatch for sane-backends-1.0.19.tar.gz >> Error: Checksum (rmd160) mismatch for sane-backends-1.0.19.tar.gz >> Error: Target org.macports.checksum returned: Unable to verify >> file >> checksums >> Error: Status 1 encountered during processing. > > Actually, looks like Ryan's message is the one to pay attention to, > as my > 1.6 install is also not picking up the latest version, so seems like a > server issue at this point... I just checked, and the rsync server does have the correct version of the file with the 2318 download location in it. From ryandesign at macports.org Wed Sep 17 23:30:55 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 18 Sep 2008 01:30:55 -0500 Subject: error installing netpbm In-Reply-To: <48D0129E.9040406@vcn.com> References: <48CFC625.6000902@vcn.com> <6E8EEBB1-9C20-4DC3-9064-A96A6C3E42EE@macports.org> <48D0129E.9040406@vcn.com> Message-ID: On Sep 16, 2008, at 15:10, Jonathan Stickel wrote: >> On Sep 16, 2008, at 9:43 AM, Jonathan Stickel wrote: >> >>> I am getting an error when trying to install netpbm on Tiger >>> (10.4.11). >>> The relevant output seems to be: >>> >>> >>> gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \ >>> -DSHLIBPREFIXLIST="\"lib\"" \ >>> \ >>> libopt.c >>> In file included from pm.h:16, >>> from libpm.c:42: >>> pm_config.h:487: error: redefinition of typedef 'uint32n' >>> pm_config.h:178: error: previous declaration of 'uint32n' was here >>> pm_config.h:488: error: redefinition of typedef 'int32n' >>> pm_config.h:179: error: previous declaration of 'int32n' was here >>> In file included from pm.h:16, >>> from libpm.c:42: >>> pm_config.h:623: error: redefinition of typedef 'pm_filepos' >>> pm_config.h:314: error: previous declaration of 'pm_filepos' was >>> here >>> gnumake[3]: *** [libpm.o] Error 1 >>> gnumake[2]: *** >>> [/opt/local/var/macports/build/ >>> _opt_local_var_macports_sources_rsync.macports.org_release_ports_gra >>> phics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] >>> >>> Error 2 >>> gnumake[2]: *** Waiting for unfinished jobs.... >>> gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.o >>> gnumake[1]: *** [pgm/all] Error 2 >>> gnumake: *** [converter/all] Error 2 >>> >>> Error: Status 1 encountered during processing. > After some debugging, I discovered the problem is due to allowing a > parallel build. I plan to submit a bug to the tracker. Thanks for finding this out. I resolved your ticket: http://trac.macports.org/ticket/16560 From ximon at ximon.karoo.co.uk Thu Sep 18 11:42:23 2008 From: ximon at ximon.karoo.co.uk (ximon) Date: Thu, 18 Sep 2008 19:42:23 +0100 Subject: QT text font problem Message-ID: Hi, Am using a QT based app which has been fine until I upgraded from 10.5.4 to 10.5.5 a couple of days ago. The app starts up fine and opens the usual window, however, all text is missing and in its place is random dots. GTK apps are running fine with no text problems. Even qtconfig is exhibiting the same behaviour. I have rebuilt QT and re- cached fonts all to no avail. Anyone else seen this? Simon. From vincent-opdarw at vinc17.org Thu Sep 18 13:00:38 2008 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Thu, 18 Sep 2008 22:00:38 +0200 Subject: perl ports overwriting files, so need -f? In-Reply-To: <0289CDC8-EB79-408F-9937-55B58ECDC7AB@geeklair.net> References: <5cbbe4ae0809120400s16d2a6d5s88031c370f02913c@mail.gmail.com> <20080912124203.GA14372@prunille.vinc17.org> <5cbbe4ae0809120545gf7e323byf0dac7d016814137@mail.gmail.com> <20080912125332.GB14372@prunille.vinc17.org> <20080912214835.GA1991@prunille.vinc17.org> <07820BCD-B77F-4B85-A2DD-F28E912F68E7@geeklair.net> <20080917075802.GF1221@prunille.vinc17.org> <0289CDC8-EB79-408F-9937-55B58ECDC7AB@geeklair.net> Message-ID: <20080918200038.GB4262@prunille.vinc17.org> On 2008-09-17 10:00:17 -0400, Daniel J. Luke wrote: > The Makefile.PL that ships with svk clearly states a requirement for > File::Temp 0.17, which is why the p5-file-temp-svkonly port was created > (as 0.17 is newer than what was distributed with perl 5.8.8). I couldn't find any Perl script from SVK that requires this version. So, this dependency is quite strange. And the SVK wiki is also silent concerning this module. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From rrucker at mac.com Fri Sep 19 07:46:10 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 10:46:10 -0400 Subject: bash reports "port command not found" Message-ID: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> Environment: MacBook Pro running OS X 10.5.5 Xcode 3.1.1 Developer Tools standard installation 1. Installed latest version of MacPorts for Leopard, version 1.6.0, this morning using default option. Installer reported a successful installation. 2. Successfully verified the .profile file using the env command. 3. Attempted to list the all available ports using port list bash reported "port: command not found" 4. Attempted to install some dependencies for D-Rats using this command: sudo port install bash reported "port: command not found" I checked the FAQ and archives (sorta), but didn't find this as a reported problem. Please advise, Dick Rucker, KM4ML who wants to make use of D-Rats found here: http://d-rats.danplanet.com From kw at codebykevin.com Fri Sep 19 07:51:58 2008 From: kw at codebykevin.com (Kevin Walzer) Date: Fri, 19 Sep 2008 10:51:58 -0400 Subject: bash reports "port command not found" In-Reply-To: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> Message-ID: <48D3BC8E.8050605@codebykevin.com> Richard Rucker wrote: > Environment: > MacBook Pro running OS X 10.5.5 > Xcode 3.1.1 Developer Tools standard installation > > 1. Installed latest version of MacPorts for Leopard, version 1.6.0, > this morning using default option. Installer reported a successful > installation. > > 2. Successfully verified the .profile file using the env command. > > 3. Attempted to list the all available ports using > port list > > bash reported "port: command not found" > > > 4. Attempted to install some dependencies for D-Rats using this > command: > sudo port install > > bash reported "port: command not found" > > > I checked the FAQ and archives (sorta), but didn't find this as a > reported problem. Try opening a new Terminal window. When your .profile is changed, such as with new additions to your $path, those changes will not be reflected in the current window. -- Kevin Walzer Code by Kevin http://www.codebykevin.com From rrucker at mac.com Fri Sep 19 07:57:42 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 10:57:42 -0400 Subject: bash reports "port command not found" In-Reply-To: <48D3BC8E.8050605@codebykevin.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> Message-ID: <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> On Sep 19, 2008, at 10:51 AM, Kevin Walzer wrote: > Richard Rucker wrote: >> Environment: >> MacBook Pro running OS X 10.5.5 >> Xcode 3.1.1 Developer Tools standard installation >> 1. Installed latest version of MacPorts for Leopard, version >> 1.6.0, this morning using default option. Installer reported a >> successful installation. >> 2. Successfully verified the .profile file using the env command. >> 3. Attempted to list the all available ports using >> port list >> bash reported "port: command not found" >> 4. Attempted to install some dependencies for D-Rats using this >> command: >> sudo port install >> bash reported "port: command not found" >> I checked the FAQ and archives (sorta), but didn't find this as a >> reported problem. > > Try opening a new Terminal window. When your .profile is changed, > such as with new additions to your $path, those changes will not be > reflected in the current window. > > -- > Kevin Walzer > Code by Kevin > http://www.codebykevin.com Kevn, Thanks for the suggestion, but no cigar. Bash still reports the port command as not found. Dick From kw at codebykevin.com Fri Sep 19 07:59:19 2008 From: kw at codebykevin.com (Kevin Walzer) Date: Fri, 19 Sep 2008 10:59:19 -0400 Subject: bash reports "port command not found" In-Reply-To: <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> Message-ID: <48D3BE47.6040900@codebykevin.com> Richard Rucker wrote: > > On Sep 19, 2008, at 10:51 AM, Kevin Walzer wrote: > >> Richard Rucker wrote: >>> Environment: >>> MacBook Pro running OS X 10.5.5 >>> Xcode 3.1.1 Developer Tools standard installation >>> 1. Installed latest version of MacPorts for Leopard, version 1.6.0, >>> this morning using default option. Installer reported a successful >>> installation. >>> 2. Successfully verified the .profile file using the env command. >>> 3. Attempted to list the all available ports using >>> port list >>> bash reported "port: command not found" >>> 4. Attempted to install some dependencies for D-Rats using this >>> command: >>> sudo port install >>> bash reported "port: command not found" >>> I checked the FAQ and archives (sorta), but didn't find this as a >>> reported problem. >> >> Try opening a new Terminal window. When your .profile is changed, such >> as with new additions to your $path, those changes will not be >> reflected in the current window. >> >> -- >> Kevin Walzer >> Code by Kevin >> http://www.codebykevin.com > > Kevn, > > Thanks for the suggestion, but no cigar. Bash still reports the port > command as not found. > > Dick > What does "echo $PATH" show in Terminal? -- Kevin Walzer Code by Kevin http://www.codebykevin.com From rrucker at mac.com Fri Sep 19 08:03:00 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 11:03:00 -0400 Subject: bash reports "port command not found" In-Reply-To: <48D3BE47.6040900@codebykevin.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> <48D3BE47.6040900@codebykevin.com> Message-ID: <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> On Sep 19, 2008, at 10:59 AM, Kevin Walzer wrote: > Richard Rucker wrote: >> On Sep 19, 2008, at 10:51 AM, Kevin Walzer wrote: >>> Richard Rucker wrote: >>>> Environment: >>>> MacBook Pro running OS X 10.5.5 >>>> Xcode 3.1.1 Developer Tools standard installation >>>> 1. Installed latest version of MacPorts for Leopard, version >>>> 1.6.0, this morning using default option. Installer reported a >>>> successful installation. >>>> 2. Successfully verified the .profile file using the env command. >>>> 3. Attempted to list the all available ports using >>>> port list >>>> bash reported "port: command not found" >>>> 4. Attempted to install some dependencies for D-Rats using this >>>> command: >>>> sudo port install >>>> bash reported "port: command not found" >>>> I checked the FAQ and archives (sorta), but didn't find this as >>>> a reported problem. >>> >>> Try opening a new Terminal window. When your .profile is changed, >>> such as with new additions to your $path, those changes will not >>> be reflected in the current window. >>> >>> -- >>> Kevin Walzer >>> Code by Kevin >>> http://www.codebykevin.com >> Kevn, >> Thanks for the suggestion, but no cigar. Bash still reports the >> port command as not found. >> Dick > > What does "echo $PATH" show in Terminal? Last login: Fri Sep 19 10:55:20 on ttys000 Carmel-4:~ RAR$ port list -bash: port: command not found Carmel-4:~ RAR$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Carmel-4:~ RAR$ From kw at codebykevin.com Fri Sep 19 08:08:14 2008 From: kw at codebykevin.com (Kevin Walzer) Date: Fri, 19 Sep 2008 11:08:14 -0400 Subject: bash reports "port command not found" In-Reply-To: <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> <48D3BE47.6040900@codebykevin.com> <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> Message-ID: <48D3C05E.1050703@codebykevin.com> Richard Rucker wrote: >>> Dick >> >> What does "echo $PATH" show in Terminal? > > Last login: Fri Sep 19 10:55:20 on ttys000 > Carmel-4:~ RAR$ port list > -bash: port: command not found > Carmel-4:~ RAR$ echo $PATH > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > Carmel-4:~ RAR$ OK, I think this is a bug in the MacPorts 1.6 installer--I've seen it reported here, but I am not sure where it's documented (apart from the list archives). Run this command in Terminal: open -e .profile This will open the .profile file in Text Editor. Then, add this to the file: PATH=$PATH:/opt/local/bin: export PATH Close the file, open up a new Terminal window, and run "echo $PATH" again. It should show /opt/local/bin on your $PATH. As an alternative, you can always run the command "/opt/local/bin/port" in Terminal with the appropriate parameters, such as /opt/local/bin/port list. Adding the "/opt/local/bin" bits to $PATH just reduces the amount of typing you have to do. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com From rrucker at mac.com Fri Sep 19 08:13:18 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 11:13:18 -0400 Subject: bash reports "port command not found" In-Reply-To: <48D3C05E.1050703@codebykevin.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> <48D3BE47.6040900@codebykevin.com> <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> <48D3C05E.1050703@codebykevin.com> Message-ID: On Sep 19, 2008, at 11:08 AM, Kevin Walzer wrote: > Richard Rucker wrote: > >>>> Dick >>> >>> What does "echo $PATH" show in Terminal? >> Last login: Fri Sep 19 10:55:20 on ttys000 >> Carmel-4:~ RAR$ port list >> -bash: port: command not found >> Carmel-4:~ RAR$ echo $PATH >> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin >> Carmel-4:~ RAR$ > > OK, I think this is a bug in the MacPorts 1.6 installer--I've seen > it reported here, but I am not sure where it's documented (apart > from the list archives). > > Run this command in Terminal: > > open -e .profile Kevin, Last login: Fri Sep 19 11:09:44 on ttys000 Carmel-4:~ RAR$ open -e .profile The file /Users/RAR/.profile does not exist. Carmel-4:~ RAR$ What's next? BTW, Thanks for your prompt help! Dick > > > This will open the .profile file in Text Editor. > > Then, add this to the file: > > PATH=$PATH:/opt/local/bin: > export PATH > > Close the file, open up a new Terminal window, and run "echo $PATH" > again. It should show /opt/local/bin on your $PATH. > > As an alternative, you can always run the command "/opt/local/bin/ > port" in Terminal with the appropriate parameters, such as /opt/ > local/bin/port list. Adding the "/opt/local/bin" bits to $PATH just > reduces the amount of typing you have to do. > > --Kevin > > -- > Kevin Walzer > Code by Kevin > http://www.codebykevin.com From kw at codebykevin.com Fri Sep 19 08:19:06 2008 From: kw at codebykevin.com (Kevin Walzer) Date: Fri, 19 Sep 2008 11:19:06 -0400 Subject: bash reports "port command not found" In-Reply-To: References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> <48D3BE47.6040900@codebykevin.com> <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> <48D3C05E.1050703@codebykevin.com> Message-ID: <48D3C2EA.7040001@codebykevin.com> Richard Rucker wrote: > > Last login: Fri Sep 19 11:09:44 on ttys000 > Carmel-4:~ RAR$ open -e .profile > The file /Users/RAR/.profile does not exist. > Carmel-4:~ RAR$ > > What's next? Open up a new file in Text Editor, save it as ".profile" in your home directory, and add the material I outlined before. -- Kevin Walzer Code by Kevin http://www.codebykevin.com From rrucker at mac.com Fri Sep 19 11:40:34 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 14:40:34 -0400 Subject: bash reports "port command not found" In-Reply-To: <48D3C2EA.7040001@codebykevin.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> <48D3BE47.6040900@codebykevin.com> <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> <48D3C05E.1050703@codebykevin.com> <48D3C2EA.7040001@codebykevin.com> Message-ID: <94E2AA25-4660-4693-B3AC-5F587CE240AB@mac.com> On Sep 19, 2008, at 11:19 AM, Kevin Walzer wrote: > Richard Rucker wrote: > >> Last login: Fri Sep 19 11:09:44 on ttys000 >> Carmel-4:~ RAR$ open -e .profile >> The file /Users/RAR/.profile does not exist. >> Carmel-4:~ RAR$ >> What's next? > > > Open up a new file in Text Editor, save it as ".profile" in your > home directory, and add the material I outlined before. > -- > Kevin Walzer > Code by Kevin > http://www.codebykevin.com Kevin, Thanks! As you figured out I'm sure, I am not familiar with Unix. But following your instruction, port commands are now being executed for me. I just read about .profile in Kirk McElearn's book on Unix for Mac OS, and MacPorts is now downloading, building, installing, and activating a number of packages to support D-Rats on my MacBook Pro. Dick Rucker, KM4ML From ryandesign at macports.org Fri Sep 19 11:41:25 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 19 Sep 2008 13:41:25 -0500 Subject: bash reports "port command not found" In-Reply-To: <48D3C05E.1050703@codebykevin.com> References: <4CDD2423-CD7F-434C-B26A-5C023291E141@mac.com> <48D3BC8E.8050605@codebykevin.com> <122554BD-777B-4ED0-88DE-5C8EFC418654@mac.com> <48D3BE47.6040900@codebykevin.com> <4F80B784-AC54-4284-9D03-7EC255CCF3E4@mac.com> <48D3C05E.1050703@codebykevin.com> Message-ID: <66C1FB9F-6076-4B46-A07C-DF8938D4F771@macports.org> On Sep 19, 2008, at 10:08 AM, Kevin Walzer wrote: >>> What does "echo $PATH" show in Terminal? >> >> Last login: Fri Sep 19 10:55:20 on ttys000 >> Carmel-4:~ RAR$ port list >> -bash: port: command not found >> Carmel-4:~ RAR$ echo $PATH >> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin >> Carmel-4:~ RAR$ > > OK, I think this is a bug in the MacPorts 1.6 installer--I've seen it > reported here, but I am not sure where it's documented (apart from the > list archives). It is documented here, with the currently recommended workaround: http://trac.macports.org/wiki/ProblemHotlist#a.profilenotsetup From ryandesign at macports.org Fri Sep 19 11:42:39 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 19 Sep 2008 13:42:39 -0500 Subject: QT text font problem In-Reply-To: References: Message-ID: <387915AB-CD3D-40AA-B4C3-D627FE1100A3@macports.org> On Sep 18, 2008, at 1:42 PM, ximon wrote: > Am using a QT based app which has been fine until I upgraded from > 10.5.4 to 10.5.5 a couple of days ago. The app starts up fine and > opens the usual window, however, all text is missing and in its place > is random dots. GTK apps are running fine with no text problems. Even > qtconfig is exhibiting the same behaviour. I have rebuilt QT and re- > cached fonts all to no avail. > > Anyone else seen this? What is the app in question? I can try to build it on my system and see what happens. Can you show us a screenshot of the problem, so I'll know what I'm looking for? From rrucker at mac.com Fri Sep 19 12:27:25 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 15:27:25 -0400 Subject: errors encountered while installing Python -- please advise Message-ID: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> Here's the installation command being executed: $ sudo port install py25-gtk py-serial py25-xml py25-hashlib Here's the relevant portion of the installing script's reports: ---------------------------------------- To fully complete your installation and make python 2.5 the default, please run sudo port install python_select sudo python_select python25 ---> Cleaning python25 ---> Fetching py25-hashlib ---> Attempting to fetch Python-2.5.2.tar.bz2 from http://www.python.org/ftp/python/2.5.2/ ---> Verifying checksum(s) for py25-hashlib ---> Extracting py25-hashlib ---> Configuring py25-hashlib ---> Building py25-hashlib with target build Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/ Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: running build running build_ext building '_hashlib' extension creating build creating build/temp.macosx-10.3-i386-2.5 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/ python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/ _hashopenssl.o unable to execute -DNDEBUG: No such file or directory error: command '-DNDEBUG' failed with exit status 1 Error: The following dependencies failed to build: py25-cairo py25- numpy py25-hashlib py25-gobject libxslt Error: Status 1 encountered during processing. So should I do now? Dick From rrucker at mac.com Fri Sep 19 12:43:34 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 15:43:34 -0400 Subject: errors encountered while installing Python -- please advise; an update References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> Message-ID: <6004B38E-D61B-4AC1-96D6-C99A086509F1@mac.com> I ran the two sudo commands recommended in the log to install python and to select python25 with these results: ---> Fetching python_select ---> Attempting to fetch select-0.1.tar.gz from http://svn.macports.org/repository/macports/contrib/select/ ---> Verifying checksum(s) for python_select ---> Extracting python_select ---> Configuring python_select ---> Building python_select with target all ---> Staging python_select into destroot ---> Installing python_select 0.1_4+darwin_9 ---> Activating python_select 0.1_4+darwin_9 ---> Cleaning python_select $ sudo python_select python25 Selecting version "python25" for python Does this mean that I can ignore the two error reports at the end of the log and consider the installation command to have been successfully completed? Dick Begin forwarded message: > From: Richard Rucker > Date: September 19, 2008 3:27:25 PM EDT > To: MacPorts users > Subject: errors encountered while installing Python -- please advise > > Here's the installation command being executed: > $ sudo port install py25-gtk py-serial py25-xml py25-hashlib > > > Here's the relevant portion of the installing script's reports: > ---------------------------------------- > To fully complete your installation and make python 2.5 the default, > please run > > sudo port install python_select > sudo python_select python25 > > ---> Cleaning python25 > ---> Fetching py25-hashlib > ---> Attempting to fetch Python-2.5.2.tar.bz2 from http://www.python.org/ftp/python/2.5.2/ > ---> Verifying checksum(s) for py25-hashlib > ---> Extracting py25-hashlib > ---> Configuring py25-hashlib > ---> Building py25-hashlib with target build > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/ > Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1 > Command output: running build > running build_ext > building '_hashlib' extension > creating build > creating build/temp.macosx-10.3-i386-2.5 > -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include > -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/ > python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/ > _hashopenssl.o > unable to execute -DNDEBUG: No such file or directory > error: command '-DNDEBUG' failed with exit status 1 > > Error: The following dependencies failed to build: py25-cairo py25- > numpy py25-hashlib py25-gobject libxslt > Error: Status 1 encountered during processing. > > So should I do now? > > Dick > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ximon at ximon.karoo.co.uk Fri Sep 19 13:27:18 2008 From: ximon at ximon.karoo.co.uk (ximon) Date: Fri, 19 Sep 2008 21:27:18 +0100 Subject: QT text font problem In-Reply-To: <387915AB-CD3D-40AA-B4C3-D627FE1100A3@macports.org> References: <387915AB-CD3D-40AA-B4C3-D627FE1100A3@macports.org> Message-ID: <6B7B9528-BEEF-4FED-9611-D7857F45CF46@ximon.karoo.co.uk> On 19 Sep 2008, at 19:42, Ryan Schmidt wrote: > On Sep 18, 2008, at 1:42 PM, ximon wrote: > >> Am using a QT based app which has been fine until I upgraded from >> 10.5.4 to 10.5.5 a couple of days ago. The app starts up fine and >> opens the usual window, however, all text is missing and in its place >> is random dots. GTK apps are running fine with no text problems. Even >> qtconfig is exhibiting the same behaviour. I have rebuilt QT and re- >> cached fonts all to no avail. >> >> Anyone else seen this? > > What is the app in question? I can try to build it on my system and > see what happens. > > Can you show us a screenshot of the problem, so I'll know what I'm > looking for? > > Thanks for your offer Ryan, the app in question is lprof, not in the macports tree I'm afraid - I compiled it from source on my g4 macmini running 10.5.4. It needed QT3 amongst other dependencies, all of which built and ran without problems. After I upgraded to 10.5.5 the weird font display started. Nothing had been done to the macports software all safely installed under /opt/ local - no upgrades, no new builds. Nothing :) You don't need to build lprof though, qtconfig is part of the qt build, if you run it you should see a dialogue window with stuff in it. I rebuilt QT3 and nothing changed, I also ran fc-cache -fv and still no change. I can only assume that some dependent package has been broken by the Apple upgrade (couldn't find much in the way of detailed info about what the upgrade does apart from some "graphics improvements") or some other glitch on my system. I will try restoring a time machine backup of the /opt/local tree from before the Apple upgrade and see if that helps - I'm reluctant to try and rebuild the entire tree of QT3 dependencies. As I mentioned earlier only the QT dependent package is affected - all other apps are running as normal. You won't need a screenshot to see the difference BTW ;) Simon, From 0x62_0x6c_0x62 at pobox.com Fri Sep 19 13:36:50 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Fri, 19 Sep 2008 14:36:50 -0600 Subject: errors encountered while installing Python -- please advise In-Reply-To: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> Message-ID: <20080919203650.GG455@ninagal.withay.com> On Fri, Sep 19, 2008 at 03:27:25PM -0400, Richard Rucker said: > Here's the installation command being executed: > $ sudo port install py25-gtk py-serial py25-xml py25-hashlib > Any particular reason why you're using py-serial instead of py25-serial? py-* ports are usually python 2.4 (some may be 2.3, not sure). > > Here's the relevant portion of the installing script's reports: [...] > ---> Building py25-hashlib with target build > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/ > Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1 > Command output: running build > running build_ext > building '_hashlib' extension > creating build > creating build/temp.macosx-10.3-i386-2.5 > -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include > -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/ > python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/ > _hashopenssl.o > unable to execute -DNDEBUG: No such file or directory > error: command '-DNDEBUG' failed with exit status 1 > That's the Tcl environment bug: $ sudo port clean py25-hashlib then your original install should make it through. Bryan > Error: The following dependencies failed to build: py25-cairo py25- > numpy py25-hashlib py25-gobject libxslt > Error: Status 1 encountered during processing. > > So should I do now? > > Dick From rrucker at mac.com Fri Sep 19 14:34:59 2008 From: rrucker at mac.com (Richard Rucker) Date: Fri, 19 Sep 2008 17:34:59 -0400 Subject: errors encountered while installing Python -- please advise In-Reply-To: <20080919203650.GG455@ninagal.withay.com> References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> <20080919203650.GG455@ninagal.withay.com> Message-ID: On Sep 19, 2008, at 4:36 PM, Bryan Blackburn wrote: > On Fri, Sep 19, 2008 at 03:27:25PM -0400, Richard Rucker said: >> Here's the installation command being executed: >> $ sudo port install py25-gtk py-serial py25-xml py25-hashlib >> > > Any particular reason why you're using py-serial instead of py25- > serial? > py-* ports are usually python 2.4 (some may be 2.3, not sure). I'm just following the instructions given for installing D-Rats on a Mac. Here's a copy: ----------------------------- Go to http://www.macports.org/install.php and follow the directions there Once macports is installed, you can open a terminal and install the dependencies: % sudo port install py25-gtk py-serial py25-xml py25-hashlib This will take a long time. When it's done, you'll need to link the pyserial package into the python2.5 library: % sudo ln -s /opt/local/lib/python2.4/site-packages/serial /opt/local/ lib/python2.5/site-packages/serial After that, you should be able to download the latest source release, untar it, and run: % /opt/local/bin/python2.5 d-rats.py ------------------------------- I'm a novice at this command line stuff. So what's the difference between py-serial and py25-serial? And what do they do? DIck > > >> >> Here's the relevant portion of the installing script's reports: > [...] >> ---> Building py25-hashlib with target build >> Error: Target org.macports.build returned: shell command " cd "/opt/ >> local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/ >> Modules" && /opt/local/bin/python2.5 setup.py build " returned >> error 1 >> Command output: running build >> running build_ext >> building '_hashlib' extension >> creating build >> creating build/temp.macosx-10.3-i386-2.5 >> -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/ >> include >> -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/ >> include/ >> python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/ >> _hashopenssl.o >> unable to execute -DNDEBUG: No such file or directory >> error: command '-DNDEBUG' failed with exit status 1 >> > > That's the Tcl environment bug: > > > > $ sudo port clean py25-hashlib > > then your original install should make it through. > > Bryan > > >> Error: The following dependencies failed to build: py25-cairo py25- >> numpy py25-hashlib py25-gobject libxslt >> Error: Status 1 encountered during processing. >> >> So should I do now? >> >> Dick > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From 0x62_0x6c_0x62 at pobox.com Fri Sep 19 15:03:14 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Fri, 19 Sep 2008 16:03:14 -0600 Subject: errors encountered while installing Python -- please advise In-Reply-To: References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> <20080919203650.GG455@ninagal.withay.com> Message-ID: <20080919220314.GH455@ninagal.withay.com> On Fri, Sep 19, 2008 at 05:34:59PM -0400, Richard Rucker said: > > On Sep 19, 2008, at 4:36 PM, Bryan Blackburn wrote: > > > On Fri, Sep 19, 2008 at 03:27:25PM -0400, Richard Rucker said: > >> Here's the installation command being executed: > >> $ sudo port install py25-gtk py-serial py25-xml py25-hashlib > >> > > > > Any particular reason why you're using py-serial instead of py25- > > serial? > > py-* ports are usually python 2.4 (some may be 2.3, not sure). > > I'm just following the instructions given for installing D-Rats on a > Mac. Here's a copy: > > ----------------------------- > Go to http://www.macports.org/install.php and follow the directions > there > Once macports is installed, you can open a terminal and install the > dependencies: > > % sudo port install py25-gtk py-serial py25-xml py25-hashlib > > This will take a long time. > When it's done, you'll need to link the pyserial package into the > python2.5 library: > > % sudo ln -s /opt/local/lib/python2.4/site-packages/serial /opt/local/ > lib/python2.5/site-packages/serial > > After that, you should be able to download the latest source release, > untar it, and run: > > % /opt/local/bin/python2.5 d-rats.py > ------------------------------- > > I'm a novice at this command line stuff. So what's the difference > between > py-serial and py25-serial? And what do they do? > If you use py25-serial instead, then that 'sudo ln -s ...' above would not be needed (and in theory, could be a bad idea though sounds like it works for the serial module). Both py-serial and py25-serial install the serial module, but the former installs it with python 2.4 (hence the python2.4 in that path above), and the latter for python 2.5. Since all of the other modules listed are for 2.5, using py25-serial should be much simpler as then you won't have to build/install both 2.4 and 2.5 of python. Especially if you'll just be linking the one module from 2.4 into 2.5. Bryan > DIck > From ryandesign at macports.org Fri Sep 19 15:44:47 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 19 Sep 2008 17:44:47 -0500 Subject: errors encountered while installing Python -- please advise In-Reply-To: <20080919220314.GH455@ninagal.withay.com> References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> <20080919203650.GG455@ninagal.withay.com> <20080919220314.GH455@ninagal.withay.com> Message-ID: On Sep 19, 2008, at 5:03 PM, Bryan Blackburn wrote: > On Fri, Sep 19, 2008 at 05:34:59PM -0400, Richard Rucker said: > >> On Sep 19, 2008, at 4:36 PM, Bryan Blackburn wrote: >> >>> Any particular reason why you're using py-serial instead of py25- >>> serial? >>> py-* ports are usually python 2.4 (some may be 2.3, not sure). >> >> I'm just following the instructions given for installing D-Rats on a >> Mac. Here's a copy: >> >> ----------------------------- >> Go to http://www.macports.org/install.php and follow the directions >> there >> Once macports is installed, you can open a terminal and install the >> dependencies: >> >> % sudo port install py25-gtk py-serial py25-xml py25-hashlib >> >> This will take a long time. >> When it's done, you'll need to link the pyserial package into the >> python2.5 library: >> >> % sudo ln -s /opt/local/lib/python2.4/site-packages/serial /opt/ >> local/ >> lib/python2.5/site-packages/serial >> >> After that, you should be able to download the latest source release, >> untar it, and run: >> >> % /opt/local/bin/python2.5 d-rats.py >> ------------------------------- >> >> I'm a novice at this command line stuff. So what's the difference >> between py-serial and py25-serial? And what do they do? > > If you use py25-serial instead, then that 'sudo ln -s ...' above > would not > be needed (and in theory, could be a bad idea though sounds like it > works > for the serial module). > > Both py-serial and py25-serial install the serial module, but the > former > installs it with python 2.4 (hence the python2.4 in that path > above), and > the latter for python 2.5. Since all of the other modules listed > are for > 2.5, using py25-serial should be much simpler as then you won't > have to > build/install both 2.4 and 2.5 of python. Especially if you'll > just be > linking the one module from 2.4 into 2.5. Right. Richard, could you please submit feedback to the authors of the document you read, telling them to update their instructions to use py25-serial instead of py-serial? You can refer them back to Bryan's message with this URL if necessary: http://lists.macosforge.org/pipermail/macports-users/2008-September/ 011555.html From rrucker at mac.com Sat Sep 20 02:26:02 2008 From: rrucker at mac.com (Richard Rucker) Date: Sat, 20 Sep 2008 05:26:02 -0400 Subject: errors encountered while installing Python -- please advise In-Reply-To: References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> <20080919203650.GG455@ninagal.withay.com> <20080919220314.GH455@ninagal.withay.com> Message-ID: > On Sep 19, 2008, at 5:03 PM, Bryan Blackburn wrote: >> >> >> If you use py25-serial instead, then that 'sudo ln -s ...' above >> would not >> be needed (and in theory, could be a bad idea though sounds like it >> works >> for the serial module). >> >> Both py-serial and py25-serial install the serial module, but the >> former >> installs it with python 2.4 (hence the python2.4 in that path >> above), and >> the latter for python 2.5. Since all of the other modules listed >> are for >> 2.5, using py25-serial should be much simpler as then you won't >> have to >> build/install both 2.4 and 2.5 of python. Especially if you'll >> just be >> linking the one module from 2.4 into 2.5. On Sep 19, 2008, at 6:44 PM, Ryan Schmidt wrote: > Right. > > Richard, could you please submit feedback to the authors of the > document you read, telling them to update their instructions to use > py25-serial instead of py-serial? You can refer them back to Bryan's > message with this URL if necessary: > > http://lists.macosforge.org/pipermail/macports-users/2008-September/011555.html Ryan, Feedback sent -- see your copy of the email set to the developer, Dan Smith. Now, can someone please advise me as to what I need to do to recover from yesterday's failed installation, including the fix for the "py- serial" problem. Either that, or tell me how to undo what was done yesterday. I am way over my head here, but am willing to learn to get this done, given guidance. Briefly, the failed installation that started this way: > $ sudo port install py25-gtk py-serial py25-xml py25-hashlib and ended this way: > Error: The following dependencies failed to build: py25-cairo py25- > numpy py25-hashlib py25-gobject libxslt > Error: Status 1 encountered during processing. And earlier in the log before the error occurred, it says this: > To fully complete your installation and make python 2.5 the default, > please run > sudo port install python_select > sudo python_select python25 Ignoring the reported error, I ran those two sudo commands with these results: > ---> Fetching python_select > ---> Attempting to fetch select-0.1.tar.gz from http://svn.macports.org/repository/macports/contrib/select/ > ---> Verifying checksum(s) for python_select > ---> Extracting python_select > ---> Configuring python_select > ---> Building python_select with target all > ---> Staging python_select into destroot > ---> Installing python_select 0.1_4+darwin_9 > ---> Activating python_select 0.1_4+darwin_9 > ---> Cleaning python_select > $ sudo python_select python25 > Selecting version "python25" for python One problem is: I don't know what state this leaves my installation in, and I am not knowledgeable enough to know how to find out. Please advise. For a more complete version of the installation log, see below. Dick Rucker, KM4ML Prior to where the error occurred, a repeating pattern of reports in the log: "Fetching through Activating and Cleaning" indicates that a lot of stuff was installed without apparent error. The following picks up where the trouble began: > ---------------------------------------- > To fully complete your installation and make python 2.5 the default, > please run > > sudo port install python_select > sudo python_select python25 > > ---> Cleaning python25 > ---> Fetching py25-hashlib > ---> Attempting to fetch Python-2.5.2.tar.bz2 from http://www.python.org/ftp/python/2.5.2/ > ---> Verifying checksum(s) for py25-hashlib > ---> Extracting py25-hashlib > ---> Configuring py25-hashlib > ---> Building py25-hashlib with target build > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/ > Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1 > Command output: running build > running build_ext > building '_hashlib' extension > creating build > creating build/temp.macosx-10.3-i386-2.5 > -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include > -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/ > python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/ > _hashopenssl.o > unable to execute -DNDEBUG: No such file or directory > error: command '-DNDEBUG' failed with exit status 1 > > Error: The following dependencies failed to build: py25-cairo py25- > numpy py25-hashlib py25-gobject libxslt > Error: Status 1 encountered during processing. From ryandesign at macports.org Sat Sep 20 12:34:09 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 20 Sep 2008 14:34:09 -0500 Subject: errors encountered while installing Python -- please advise In-Reply-To: References: <72D2CA92-9E90-46AA-8EF2-F27CEC563638@mac.com> <20080919203650.GG455@ninagal.withay.com> <20080919220314.GH455@ninagal.withay.com> Message-ID: <5B3E7662-B6E3-4CBF-92A6-97AA85B78B88@macports.org> On Sep 20, 2008, at 4:26 AM, Richard Rucker wrote: > On Sep 19, 2008, at 6:44 PM, Ryan Schmidt wrote: >> > >> On Sep 19, 2008, at 5:03 PM, Bryan Blackburn wrote: >> >>> If you use py25-serial instead, then that 'sudo ln -s ...' above >>> would not >>> be needed (and in theory, could be a bad idea though sounds like >>> it works >>> for the serial module). >>> >>> Both py-serial and py25-serial install the serial module, but the >>> former >>> installs it with python 2.4 (hence the python2.4 in that path >>> above), and >>> the latter for python 2.5. Since all of the other modules listed >>> are for >>> 2.5, using py25-serial should be much simpler as then you won't >>> have to >>> build/install both 2.4 and 2.5 of python. Especially if you'll >>> just be >>> linking the one module from 2.4 into 2.5. >> >> Right. >> >> Richard, could you please submit feedback to the authors of the >> document you read, telling them to update their instructions to >> use py25-serial instead of py-serial? You can refer them back to >> Bryan's message with this URL if necessary: >> >> http://lists.macosforge.org/pipermail/macports-users/2008- >> September/011555.html > > Ryan, > > Feedback sent -- see your copy of the email set to the developer, > Dan Smith. Great, thanks. Hopefully that'll make things simpler for someone else reading the document later. > Now, can someone please advise me as to what I need to do to > recover from yesterday's failed installation, including the fix for > the "py-serial" problem. Either that, or tell me how to undo what > was done yesterday. > > I am way over my head here, but am willing to learn to get this > done, given guidance. > > Briefly, the failed installation that started this way: >> $ sudo port install py25-gtk py-serial py25-xml py25-hashlib > > > and ended this way: >> Error: The following dependencies failed to build: py25-cairo py25- >> numpy py25-hashlib py25-gobject libxslt >> Error: Status 1 encountered during processing. > > > And earlier in the log before the error occurred, it says this: >> To fully complete your installation and make python 2.5 the default, >> please run >> sudo port install python_select >> sudo python_select python25 Right, the python25 port is explaining how you can get python version 2.5 to be the default python on your box. > Ignoring the reported error, I ran those two sudo commands with > these results: >> ---> Fetching python_select >> ---> Attempting to fetch select-0.1.tar.gz from http:// >> svn.macports.org/repository/macports/contrib/select/ >> ---> Verifying checksum(s) for python_select >> ---> Extracting python_select >> ---> Configuring python_select >> ---> Building python_select with target all >> ---> Staging python_select into destroot >> ---> Installing python_select 0.1_4+darwin_9 >> ---> Activating python_select 0.1_4+darwin_9 >> ---> Cleaning python_select >> $ sudo python_select python25 >> Selecting version "python25" for python Ok great, so now you've made python 2.5 the default python. Now you can just type "python" to run python 2.5. (Prior to this command you would have had to type "python2.5".) > One problem is: > I don't know what state this leaves my installation in, and I am > not knowledgeable enough to know how to find out. Please advise. > For a more complete version of the installation log, see below. > > Dick Rucker, KM4ML > > > Prior to where the error occurred, a repeating pattern of reports > in the log: "Fetching through Activating and Cleaning" indicates > that a lot of stuff was installed without apparent error. > > The following picks up where the trouble began: >> ---------------------------------------- >> To fully complete your installation and make python 2.5 the default, >> please run >> >> sudo port install python_select >> sudo python_select python25 >> >> ---> Cleaning python25 >> ---> Fetching py25-hashlib >> ---> Attempting to fetch Python-2.5.2.tar.bz2 from http:// >> www.python.org/ftp/python/2.5.2/ >> ---> Verifying checksum(s) for py25-hashlib >> ---> Extracting py25-hashlib >> ---> Configuring py25-hashlib >> ---> Building py25-hashlib with target build >> Error: Target org.macports.build returned: shell command " cd "/opt/ >> local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/ >> Modules" && /opt/local/bin/python2.5 setup.py build " returned >> error 1 >> Command output: running build >> running build_ext >> building '_hashlib' extension >> creating build >> creating build/temp.macosx-10.3-i386-2.5 >> -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/ >> include >> -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/ >> include/ >> python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/ >> _hashopenssl.o >> unable to execute -DNDEBUG: No such file or directory >> error: command '-DNDEBUG' failed with exit status 1 This is the real error. As Bryan said [1], this is a bug Apple introduced in the version of Tcl they ship with Leopard. It affects a seemingly random sampling of ports. It is described on the LeopardProblems page [2]. It will be fixed in the next version of MacPorts after 1.6.0. Until that is released, the workaround is always to clean the work area of the failing port and simply try again. So in your case, py25-hashlib is failing (since the error occurred after the line "---> Building py25-hashlib"), so you clean it: sudo port clean --work py25-hashlib And then repeat whatever you were doing in the first place, e.g.: sudo port install py25-gtk py25-serial py25-xml py25-hashlib Note: just use py25-serial instead of py-serial as the document had recommended, since you want to use it with python 2.5, not 2.4. (py-* ports are for python 2.4; py25-* ports are for python 2.5.) And omit the step about creating the symlink because that's now not necessary, since installing py25-serial already puts the serial module in the right place for python 2.5 to find. [1] http://lists.macosforge.org/pipermail/macports-users/2008- September/011553.html [2] http://trac.macports.org/wiki/ LeopardProblems#environmentvariablesbecomeblankbetweenconfigureandbuildp hases From raimue at macports.org Sat Sep 20 16:28:10 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 21 Sep 2008 01:28:10 +0200 Subject: QT text font problem In-Reply-To: <6B7B9528-BEEF-4FED-9611-D7857F45CF46@ximon.karoo.co.uk> References: <387915AB-CD3D-40AA-B4C3-D627FE1100A3@macports.org> <6B7B9528-BEEF-4FED-9611-D7857F45CF46@ximon.karoo.co.uk> Message-ID: <48D5870A.2070707@macports.org> ximon wrote: > Thanks for your offer Ryan, the app in question is lprof, not in the > macports tree I'm afraid - I compiled it from source on my g4 macmini > running 10.5.4. It needed QT3 amongst other dependencies, all of > which built and ran without problems. > > After I upgraded to 10.5.5 the weird font display started. Nothing had > been done to the macports software all safely installed under /opt/ > local - no upgrades, no new builds. Nothing :) I assume this software uses qt3-x11. Have you been using a Xquartz release? Maybe the system upgrade to 10.5.5 overwrote it. Try reinstalling Xquartz in this case. Rainer From i.cue at dsl.pipex.com Sat Sep 20 17:43:46 2008 From: i.cue at dsl.pipex.com (Mine) Date: Sun, 21 Sep 2008 01:43:46 +0100 Subject: Unable to link Terminal to macport Message-ID: Hi, The first time I installed macports OSX 10.4.11, II was able to download and install applications. Now that I have relaunched Terminal a few days later, I don't know have to relink the Terminal to macports. if I type sudo port selfupdate, I get the following error: sudo: port: command not found The documentation mentions a ~/.profile. Is this a file I can open and edit, because I can't find it. Can someone please tell me how to get the Terminal to reuse macports. Simple info would be nice as I new to Terminal, and this way of working. Thanks, Terrence From raimue at macports.org Sat Sep 20 17:58:29 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 21 Sep 2008 02:58:29 +0200 Subject: Unable to link Terminal to macport In-Reply-To: References: Message-ID: <48D59C35.8050408@macports.org> Mine wrote: > The first time I installed macports OSX 10.4.11, II was able to > download and install applications. Now that I have relaunched > Terminal a few days later, I don't know have to relink the Terminal > to macports. if I type sudo port selfupdate, I get the following error: > > sudo: port: command not found > > The documentation mentions a ~/.profile. Is this a file I can open > and edit, because I can't find it. See Files starting with a dot are not visible in Finder. If you want to edit such a file, open it from a terminal, like 'open -e ~/.profile'. But this does not work if the file does not yet exist, in this case create it using 'touch ~/.profile' before. Also look if you got a .bash_profile file. If it exists, bash will not read .profile anymore. Simply copy the relevant lines from .profile to .bash_profile. Rainer From frstan at bellsouth.net Sat Sep 20 18:10:03 2008 From: frstan at bellsouth.net (William Davis) Date: Sat, 20 Sep 2008 21:10:03 -0400 Subject: py30- on leopard Message-ID: none of these py30 upgrades will work for me: py30-bsddb 3.0a3_1 < 3.0b3_0 py30-bz2 3.0a3_0 < 3.0b3_0 py30-curses 3.0a3_0 < 3.0b3_0 py30-gdbm 3.0a3_0 < 3.0b3_0 py30-hashlib 3.0a3_0 < 3.0b3_0 py30-readline 3.0a3_0 < 3.0b3_0 py30-socket-ssl 3.0a3_0 < 3.0b3_0 py30-sqlite3 3.0a3_0 < 3.0b3_0 py30-tkinter 3.0a3_0 < 3.0b3_1 py30-zlib 3.0a3_0 < 3.0b3_0 ditto these two py25: py25-lxml 2.1.1_0 < 2.1.2_0 py25-mx-base 3.0.0_0 < 3.1.1_0 typical error mesg: building 'zlib' extension -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.0/include/ python3.0 -c zlibmodule.c -o build/temp.macosx-10.3-i386-3.0/ zlibmodule.o error: command '-DNDEBUG' failed with exit status 1 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_python_py30-zlib/work/Python-3.0b3/ Modules" && /opt/local/bin/python3.0 setup.py build " returned error 1 Command output: running build running build_ext building 'zlib' extension -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.0/include/ python3.0 -c zlibmodule.c -o build/temp.macosx-10.3-i386-3.0/ zlibmodule.o error: command '-DNDEBUG' failed with exit status 1 Warning: the following items did not execute (for py30-zlib): org.macports.destroot org.macports.build DEBUG: Is a directory while executing "filemap set file_map $file $port" (procedure "receipt_flat::register_file" line 11) invoked from within "${macports::registry.format}::register_file $file $port" (procedure "registry::register_file" line 3) invoked from within "registry::register_file $file $name" (procedure "portimage::activate" line 59) Error: Unable to upgrade port: 1 William Davis frstanATbellsouthDOTnet Mac OS X.5.5 Darwin 9.5.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple17) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From raimue at macports.org Sat Sep 20 18:15:56 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 21 Sep 2008 03:15:56 +0200 Subject: py30- on leopard In-Reply-To: References: Message-ID: <48D5A04C.6050503@macports.org> William Davis wrote: > typical error mesg: > > building 'zlib' extension > -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include > -I/opt/local/Library/Frameworks/Python.framework/Versions/3.0/include/ > python3.0 -c zlibmodule.c -o build/temp.macosx-10.3-i386-3.0/ > zlibmodule.o > error: command '-DNDEBUG' failed with exit status 1 > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_python_py30-zlib/work/Python-3.0b3/ > Modules" && /opt/local/bin/python3.0 setup.py build " returned error 1 > Command output: running build > running build_ext > building 'zlib' extension > -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include > -I/opt/local/Library/Frameworks/Python.framework/Versions/3.0/include/ > python3.0 -c zlibmodule.c -o build/temp.macosx-10.3-i386-3.0/ > zlibmodule.o > error: command '-DNDEBUG' failed with exit status 1 This the typical Tcl Env Bug on Leopard. See Rainer From frstan at bellsouth.net Sat Sep 20 23:11:40 2008 From: frstan at bellsouth.net (William Davis) Date: Sun, 21 Sep 2008 02:11:40 -0400 Subject: py30- on leopard In-Reply-To: <48D5A04C.6050503@macports.org> References: <48D5A04C.6050503@macports.org> Message-ID: <0EEE0EFC-D0EF-473D-B04F-4487C073884F@bellsouth.net> On Sep 20, 2008, at 9:15 PM, Rainer M?ller wrote: > William Davis wrote: >> typical error mesg: >> >> building 'zlib' extension >> -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/ >> include >> -I/opt/local/Library/Frameworks/Python.framework/Versions/3.0/ >> include/ >> python3.0 -c zlibmodule.c -o build/temp.macosx-10.3-i386-3.0/ >> zlibmodule.o >> error: command '-DNDEBUG' failed with exit status 1 >> Error: Target org.macports.build returned: shell command " cd "/opt/ >> local/var/macports/build/ >> _opt_local_var_macports_sources_rsync >> .macports.org_release_ports_python_py30-zlib/work/Python-3.0b3/ >> Modules" && /opt/local/bin/python3.0 setup.py build " returned >> error 1 >> Command output: running build >> running build_ext >> building 'zlib' extension >> -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/ >> include >> -I/opt/local/Library/Frameworks/Python.framework/Versions/3.0/ >> include/ >> python3.0 -c zlibmodule.c -o build/temp.macosx-10.3-i386-3.0/ >> zlibmodule.o >> error: command '-DNDEBUG' failed with exit status 1 > > This the typical Tcl Env Bug on Leopard. > > See > > > > Rainer yep, you called it. cleaned, upgraded each one. thanks! William Davis frstanATbellsouthDOTnet Mac OS X.5.5 Darwin 9.5.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple17) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From i.cue at dsl.pipex.com Sun Sep 21 05:09:27 2008 From: i.cue at dsl.pipex.com (Mine) Date: Sun, 21 Sep 2008 13:09:27 +0100 Subject: Configure error macport - mkvToolnix Message-ID: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> Hi, I am trying to install mkvToolnix OSX 10.4.11. All the required other files installed but when configuring mkvToolnix, I got the following error message: *** Not checking for wxWidgets: disabled by user request checking for magic_open in -lmagic... no checking for boostlib >= 1.20.0... yes checking whether the Boost::Regex library is available... yes checking for main in -lboost_regex-mt... no checking for main in -lboost_regex-boost_regex-mt... no configure: error: Could not link against boost_regex-boost_regex-mt ! Error: Status 1 encountered during processing. Macport did all the setting up so I am not sure what to do about this error. Does anyone know what this error is or how to resolve it. Alternatively, if this is outside the scope of this list, could someone recommend a list of forum that may be able to help. Thanks, Terrence -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080921/a375e2e2/attachment.html From otto.roberson at gmail.com Sun Sep 21 05:34:00 2008 From: otto.roberson at gmail.com (Otto Roberson Bertsch) Date: Sun, 21 Sep 2008 14:34:00 +0200 Subject: I get the error "C compiler cannot create executables" when I try to install a port... Message-ID: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> I get the error "C compiler cannot create executables" when I try to install a port I had installed first XCode from the Apple "311_2517_developerdvd.dmg". I thought maybe that was the problem since the FAQ states "you need XCode 3.0" - so I installed that from the DVD. I still have the problem and XCode seems to be installed. Information: $ sw_vers ProductName: Mac OS X ProductVersion: 10.5.5 BuildVersion: 9F33 $ uname -a Darwin macbook-pro.local 9.5.0 Darwin Kernel Version 9.5.0: root:xnu-1228.7.58~1/RELEASE_I386 i386 Xcode: Version: 3.0 Last Modified: 9/21/08 2:12 PM Kind: Universal Get Info String: Xcode version 3.0 Location: /Developer/Applications/Xcode.app gcc i686-apple-darwin9-gcc-4.0.1 Thanks for any assistance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080921/49c94092/attachment.html From pguyot at kallisys.net Sun Sep 21 05:47:30 2008 From: pguyot at kallisys.net (Paul Guyot) Date: Sun, 21 Sep 2008 14:47:30 +0200 Subject: Configure error macport - mkvToolnix In-Reply-To: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> Message-ID: Le 21 sept. 08 ? 14:09, Mine a ?crit : > Hi, > > I am trying to install mkvToolnix OSX 10.4.11. All the required > other files installed > but when configuring mkvToolnix, I got the following error message: > > *** Not checking for wxWidgets: disabled by user request > checking for magic_open in -lmagic... no > checking for boostlib >= 1.20.0... yes > checking whether the Boost::Regex library is available... yes > checking for main in -lboost_regex-mt... no > checking for main in -lboost_regex-boost_regex-mt... no > configure: error: Could not link against boost_regex-boost_regex-mt ! You probably don't have the file /opt/local/lib/libboost_regex-mt.dylib Which version of boost do you have? $ port installed boost The mkvtoolnix port was built with latest boost (1.35.0_2) and maybe libboost_regex-mt is not provided by earlier versions. The solution would be to upgrade boost and try to install mkvtoolnix again. Your setup seems similar to mine (10.4.11/ppc). Regards, Paul From macports.users at gmail.com Sun Sep 21 09:04:32 2008 From: macports.users at gmail.com (Charles Darwin) Date: Sun, 21 Sep 2008 12:04:32 -0400 Subject: gtk1 & X libraries Message-ID: <7FB2EB3B-8E76-436B-8883-8B62C6B46FE2@gmail.com> I just installed X11-2.3.1_rc6.pkg and now I get this: $ sudo port -dcs install gtk1 ? configure: error: *** X libraries or include files not found. Check 'config.log' for *** more details. Is this a known issue? is there any fix for it? Thanks, Charles From i.cue at dsl.pipex.com Sun Sep 21 10:37:41 2008 From: i.cue at dsl.pipex.com (Mine) Date: Sun, 21 Sep 2008 18:37:41 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> Message-ID: Hi Paul, Thanks for replying. You are right the libboost_regex-mt.dylib is not in /opt/local/lib. However it appears that Boost 1.35.0_2 is the version installed. I have searched and found a Boost 1.36.0. As I am not very familiar with MacPortsIs, do you know if it possible to get MacPorts to install apps that are not in its database. Thanks, Terrence On 21 Sep 2008, at 13:47, Paul Guyot wrote: > > Le 21 sept. 08 ? 14:09, Mine a ?crit : > >> Hi, >> >> I am trying to install mkvToolnix OSX 10.4.11. All the required >> other files installed >> but when configuring mkvToolnix, I got the following error message: >> >> *** Not checking for wxWidgets: disabled by user request >> checking for magic_open in -lmagic... no >> checking for boostlib >= 1.20.0... yes >> checking whether the Boost::Regex library is available... yes >> checking for main in -lboost_regex-mt... no >> checking for main in -lboost_regex-boost_regex-mt... no >> configure: error: Could not link against boost_regex-boost_regex-mt ! > > You probably don't have the file > /opt/local/lib/libboost_regex-mt.dylib > > Which version of boost do you have? > $ port installed boost > > The mkvtoolnix port was built with latest boost (1.35.0_2) and > maybe libboost_regex-mt is not provided by earlier versions. The > solution would be to upgrade boost and try to install mkvtoolnix > again. Your setup seems similar to mine (10.4.11/ppc). > > Regards, > > Paul > From hircus at macports.org Sun Sep 21 11:19:18 2008 From: hircus at macports.org (Michel Salim) Date: Sun, 21 Sep 2008 14:19:18 -0400 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> Message-ID: On Sun, Sep 21, 2008 at 1:37 PM, Mine wrote: > Hi Paul, > > Thanks for replying. You are right the libboost_regex-mt.dylib is > not in /opt/local/lib. However it appears that Boost 1.35.0_2 is > the version installed. I have searched and found a Boost 1.36.0. > As I am not very familiar with MacPortsIs, do you know if it > possible to get MacPorts to install apps that are not in its database. > Try 'port contents boost | grep regex-mt' to see if your boost installation contains that file at all. Perhaps the problem is that it was not installed properly, in which case you might want to reinstall boost from macports. Boost 1.36 has some API changes, I believe, so you don't want to upgrade to it yet. It was introduced and then pulled out from Fedora Linux's development tree, for example. If you *do* want to try it, however, the way to do it would be to modify the Portfile that tells MacPorts how to build Boost, so that it uses the new version instead. See the documentation for details. Hope that helps, and oh, by the way, you might want to bottom-quote when posting. It's the convention, and makes it easier to follow the conversation. Regards, -- mi?el salim ? http://hircus.jaiku.com/ IUCS ? msalim at cs.indiana.edu Fedora ? salimma at fedoraproject.org MacPorts ? hircus at macports.org From peter at pogma.com Sun Sep 21 12:29:38 2008 From: peter at pogma.com (Peter O'Gorman) Date: Sun, 21 Sep 2008 14:29:38 -0500 Subject: gtk1 & X libraries In-Reply-To: <7FB2EB3B-8E76-436B-8883-8B62C6B46FE2@gmail.com> References: <7FB2EB3B-8E76-436B-8883-8B62C6B46FE2@gmail.com> Message-ID: <48D6A0A2.5080507@pogma.com> Charles Darwin wrote: > I just installed X11-2.3.1_rc6.pkg and now I get this: > > $ sudo port -dcs install gtk1 > ? > configure: error: > *** X libraries or include files not found. Check 'config.log' for > *** more details. > > Is this a known issue? is there any fix for it? I assume that you installed X11-2.3.1_rc6 without having first installed Leopard's X11? If that is the case, then the problem is that xmkmf was removed from the xquartz.macosforge.org packages (and will not be included in any Mac OS X 10.6 packages), this, combined with a bug in autoconf prior to autoconf-2.62, means that older packages are unable to determine the location of X at configure time. File a macports ticket on this, the package maintainer can add --x-includes and --x-libraries configure arguments to give these packages of the correct location of X11, or add dylib to the list of extensions that configure searches for when looking for X11. If you want a workaround, installing X11 packages from your Leopard install disk, then reinstalling the latest package from xquartz.macosforge.org, should work. Peter -- Peter O'Gorman http://pogma.com From 0x62_0x6c_0x62 at pobox.com Sun Sep 21 13:11:16 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Sun, 21 Sep 2008 14:11:16 -0600 Subject: I get the error "C compiler cannot create executables" when I try to install a port... In-Reply-To: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> References: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> Message-ID: <20080921201116.GF691@ninagal.withay.com> On Sun, Sep 21, 2008 at 02:34:00PM +0200, Otto Roberson Bertsch said: > I get the error "C compiler cannot create executables" when I try to install > a port > I had installed first XCode from the Apple "311_2517_developerdvd.dmg". I > thought maybe that was the problem since the FAQ states "you need XCode 3.0" > - so I installed that from the DVD. I still have the problem and XCode seems > to be installed. > That DMG has Xcode 3.1.1 which should be just fine (works for me at any rate). The doc should read 'Xcode 3.0 or later for 10.5'... Usually that error message does indicate either no Xcode installed or the wrong one (eg, upgrading to 10.5 but not also upgrading Xcode). It could also indicate that not all of Xcode was installed, so did you just accept the defaults or did you disable anything when installing it? Finally, which port, just in case it turns out to be a port-specific issue, or did you try several? Bryan [...] From ryandesign at macports.org Sun Sep 21 13:28:55 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 21 Sep 2008 15:28:55 -0500 Subject: I get the error "C compiler cannot create executables" when I try to install a port... In-Reply-To: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> References: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> Message-ID: <420D1AF0-3B3F-4F5B-BFB4-D69C083550AE@macports.org> On Sep 21, 2008, at 7:34 AM, Otto Roberson Bertsch wrote: > I had installed first XCode from the Apple > "311_2517_developerdvd.dmg". I thought maybe that was the problem > since the FAQ states "you need XCode 3.0" - so I installed that > from the DVD. I still have the problem and XCode seems to be > installed. I'm unable to find a page where we state that Xcode 3.0 is required for Leopard. Could you please tell me the URL so I can fix it to show that 3.0 is a minimum requirement? Thanks. From 0x62_0x6c_0x62 at pobox.com Sun Sep 21 14:01:01 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Sun, 21 Sep 2008 15:01:01 -0600 Subject: I get the error "C compiler cannot create executables" when I try to install a port... In-Reply-To: <420D1AF0-3B3F-4F5B-BFB4-D69C083550AE@macports.org> References: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> <420D1AF0-3B3F-4F5B-BFB4-D69C083550AE@macports.org> Message-ID: <20080921210101.GG691@ninagal.withay.com> On Sun, Sep 21, 2008 at 03:28:55PM -0500, Ryan Schmidt said: > > On Sep 21, 2008, at 7:34 AM, Otto Roberson Bertsch wrote: > > > I had installed first XCode from the Apple > > "311_2517_developerdvd.dmg". I thought maybe that was the problem > > since the FAQ states "you need XCode 3.0" - so I installed that > > from the DVD. I still have the problem and XCode seems to be > > installed. > > I'm unable to find a page where we state that Xcode 3.0 is required > for Leopard. Could you please tell me the URL so I can fix it to show > that 3.0 is a minimum requirement? Thanks. > The www site, not the guide, at specifically lists 3.0 and 2.4.1, without any kind of "or newer" type of phrasing... Bryan From ximon at ximon.karoo.co.uk Sun Sep 21 14:22:35 2008 From: ximon at ximon.karoo.co.uk (ximon) Date: Sun, 21 Sep 2008 22:22:35 +0100 Subject: QT text font problem In-Reply-To: <5F8A443E-7926-4B8F-A668-34539464399E@macports.org> References: <387915AB-CD3D-40AA-B4C3-D627FE1100A3@macports.org> <6B7B9528-BEEF-4FED-9611-D7857F45CF46@ximon.karoo.co.uk> <48D5870A.2070707@macports.org> <5F8A443E-7926-4B8F-A668-34539464399E@macports.org> Message-ID: On 21 Sep 2008, at 02:43, Frank Schima wrote: > > On Sep 20, 2008, at 5:28 PM, Rainer M?ller wrote: > >> ximon wrote: >>> After I upgraded to 10.5.5 the weird font display started. Nothing >>> had >>> been done to the macports software all safely installed under /opt/ >>> local - no upgrades, no new builds. Nothing :) >> >> I assume this software uses qt3-x11. Have you been using a Xquartz >> release? Maybe the system upgrade to 10.5.5 overwrote it. Try >> reinstalling Xquartz in this case. > > Yes, you do need to reinstall XQuartz after updating to 10.5.5, > because the update installs version 2.1.5. Be sure to use XQuartz > version 2.3.1. > > > Cheers! > Frank > OK, it's sorted out now :) It seems like the default font was corrupted somehow, either that or it was set to something weird... Having looked at the layout of a readable qtconfig under Linux, I was able to click in the right places to set a legible font for QT. Thanks for your input, at least I now know about XQuartz and have the latest version installed. Simon. From m_nez_j at mac.com Sun Sep 21 14:33:09 2008 From: m_nez_j at mac.com (Mack Johnson) Date: Sun, 21 Sep 2008 14:33:09 -0700 Subject: installError Message-ID: Hi, can anyone help me out with this? ---> Building boost 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_devel_boost/work/boost_1_35_0" && gmake all " returned error 2 Command output: Makefile:2: *** missing separator. Stop. From frstan at bellsouth.net Sun Sep 21 14:34:01 2008 From: frstan at bellsouth.net (William Davis) Date: Sun, 21 Sep 2008 17:34:01 -0400 Subject: py25-ipython cksum Message-ID: <1EEADB30-D2C4-4035-B478-E8465564B546@bellsouth.net> DEBUG: Executing org.macports.checksum (py25-ipython) ---> Checksumming ipython-0.9.1.tar.gz Error: No checksum set for ipython-0.9.1.tar.gz Distfile checksum: ipython-0.9.1.tar.gz md5 8a1bd1a9be272f4ddf4de99e5c1ad0dc Distfile checksum: ipython-0.9.1.tar.gz sha1 2d069416b31ed03eb1cad36f84ef2337362ac6a9 Distfile checksum: ipython-0.9.1.tar.gz rmd160 3d522f80290caa72e1c4fc60b2d56369c8c66eba Error: Target org.macports.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for py25-ipython): org.macports.destroot org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build DEBUG: Error: Unable to upgrade port: 1 William Davis frstanATbellsouthDOTnet Mac OS X.5.5 Darwin 9.5.0 XQuartz 2.3.1 (xorg-server 1.4.2-apple17) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From kuepper.jochen at googlemail.com Sun Sep 21 14:35:28 2008 From: kuepper.jochen at googlemail.com (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Sun, 21 Sep 2008 23:35:28 +0200 Subject: py25-ipython cksum In-Reply-To: <1EEADB30-D2C4-4035-B478-E8465564B546@bellsouth.net> References: <1EEADB30-D2C4-4035-B478-E8465564B546@bellsouth.net> Message-ID: <104D4877-9CAA-4A5F-AC6E-FA1EB2AA476D@googlemail.com> On 21.09.2008, at 23:34, William Davis wrote: > DEBUG: Executing org.macports.checksum (py25-ipython) > ---> Checksumming ipython-0.9.1.tar.gz > Error: No checksum set for ipython-0.9.1.tar.gz > Distfile checksum: ipython-0.9.1.tar.gz md5 > 8a1bd1a9be272f4ddf4de99e5c1ad0dc > Distfile checksum: ipython-0.9.1.tar.gz sha1 > 2d069416b31ed03eb1cad36f84ef2337362ac6a9 > Distfile checksum: ipython-0.9.1.tar.gz rmd160 > 3d522f80290caa72e1c4fc60b2d56369c8c66eba > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Warning: the following items did not execute (for py25-ipython): > org.macports.destroot org.macports.extract org.macports.checksum > org.macports.patch org.macports.configure org.macports.build > DEBUG: > Error: Unable to upgrade port: 1 Sorry for the lost checksums. However, it is already fixed in svn. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080921/a16f370c/attachment.bin From ryandesign at macports.org Sun Sep 21 16:55:52 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 21 Sep 2008 18:55:52 -0500 Subject: installError In-Reply-To: References: Message-ID: <96DD5F8C-2833-4862-881E-9DE6091099A7@macports.org> On Sep 21, 2008, at 4:33 PM, Mack Johnson wrote: > Hi, can anyone help me out with this? > > ---> Building boost 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_devel_boost/work/boost_1_35_0" && gmake > all " returned error 2 > Command output: Makefile:2: *** missing separator. Stop. I believe this is the Leopard Tcl environment variable bug. Clean boost and try again. sudo port clean --work boost sudo port install boost See: http://trac.macports.org/wiki/ LeopardProblems#environmentvariablesbecomeblankbetweenconfigureandbuildp hases And: http://trac.macports.org/ticket/13714 From susanmackay at optusnet.com.au Sun Sep 21 18:53:46 2008 From: susanmackay at optusnet.com.au (susanmackay at optusnet.com.au) Date: Mon, 22 Sep 2008 11:53:46 +1000 Subject: Using 'configure' with sourcefile specific directories Message-ID: <200809220153.m8M1rkgs030832@mail04.syd.optusnet.com.au> An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://lists.macosforge.org/pipermail/macports-users/attachments/20080922/8950b2f8/attachment.ksh From ryandesign at macports.org Sun Sep 21 21:24:03 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 21 Sep 2008 23:24:03 -0500 Subject: Using 'configure' with sourcefile specific directories In-Reply-To: <200809220153.m8M1rkgs030832@mail04.syd.optusnet.com.au> References: <200809220153.m8M1rkgs030832@mail04.syd.optusnet.com.au> Message-ID: On Sep 21, 2008, at 8:53 PM, susanmackay at optusnet.com.au wrote: > I am trying to create a port file for an application (not mine) > that is made up of about 6 distribution files that are (partially) > self-contained but all are needed for the overall 'install'. Some > of the distribution files documentation or data etc., but all > require a "./configure" operation. > > I have been able to download all of the files and extract them into > separate directories. My problem comes in executing the 'Configure' > phase which, according to the 'Guide' operates in "${worksrcpath}" > which has a default definition of "${workpath}/${worksrcdir}". The > "${workpath}" part is fine, but "${worksrcdir}" would appear to > expect a single directory name (default of "${distname}" which is > made up of the name and version number of the whole application) > and I need it to be different for each of the files. > > I could split this into multiple port files except that the final > install needs to be performed as a single unit (as far as I can > tell - I'm trying to check this out) so that the executables, > documentation and read-only data files are all placed into the > final directory tree at the same time and the various environment > variable paths updated (if necessary). > > I have tried redefining "${worksrcdir}" to contain multiple names > but this seems to apply all of the names at once to each of the > invocations of "./configure" which causes the shell to reject the > path name (surprise!). > > Is there a way to get the configure phase to operate in a sequence > of directories and multiple times? Port phases run only once per port. If you want to run multiple configure commands, you'll have to rewrite the configure phase to do that. If there is a "primary" distfile and then several additional distfiles, you could leave the worksrcdir pointing to the primary one and let it configure that. Then, in the post-configure, you can run ./ configure on the others. e.g.: worksrcdir primary-${version} post-configure { foreach thing {foo-1.0 bar-2.5 baz-3.14} { system "cd ${thing} && ./configure ${configure.pre_args}" } } From ryandesign at macports.org Mon Sep 22 01:45:41 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 22 Sep 2008 03:45:41 -0500 Subject: Errors installing mysql5 In-Reply-To: <2457FF1D-C418-4309-817C-849CA53EF1AB@tiscali.it> References: <2457FF1D-C418-4309-817C-849CA53EF1AB@tiscali.it> Message-ID: On Sep 22, 2008, at 2:50 AM, Fra Daniele di Ges? ocd wrote: > J. M. ? J. T. > > I have just installed the latest one, mysql5 5.0.67_1+server. > > I am following instructions here http://trac.macports.org/wiki/ > howto/MAMP. Since I didn't write those instructions, I'd like to redirect this conversation to the macports-users mailing list where others can comment too. Please Reply All from now on so the discussion can stay there. > At this line: sudo chown -R mysql:mysql /opt/local/var/run/mysqld5/ > This answer: chown: /opt/local/var/run/mysqld5/: No such file or > directory > Now I changed the line this way: sudo chown -R mysql:mysql /opt/ > local/var/run/mysql5/ (correct folder is mysql5 and not mysqld5) > Infact no answer by the command line: no problem. Thanks; I fixed the wiki page: http://trac.macports.org/wiki/howto/MAMP?action=diff&version=18 FYI, you can edit wiki pages too. Just sign up for an account, if you don't have one already. > At this line: sudo chown -R mysql:mysql /opt/local/var/log/mysql5/ > Same problem: chown: /opt/local/var/log/mysql5/: No such file or > directory > Here I do not know what to do: no log folder exist. > Perhaps I have to change it with this one: /opt/local/lib/mysql5/ > mysql/? No, /opt/local/var/log/mysql5 is the correct directory for MySQL logfiles. If it does not exist, you can create it. I should probably have the mysql5 port create this directory. I'm not sure if a ticket has already been filed on that. > Now I am following the instructions: > sudo /opt/local/bin/mysqld_safe5 & > [1] 11269 > > ps -ax | grep mysql > 34 ?? Ss 0:00.01 /opt/local/bin/daemondo --label=mysql5 --start- > cmd /o > 72 ?? S 0:00.02 /bin/sh /opt/local/lib/mysql5/bin/mysqld_safe --datad > 98 ?? S 0:34.36 /opt/local/libexec/mysqld --basedir=/opt/local --data > 1126 p1- S 0:00.01 sudo /opt/local/lib/mysql5/bin/mysqld_safe > 1127 p1- S 0:00.01 sudo /opt/local/lib/mysql5/bin/mysqld_safe > 1128 p1- S 0:00.01 sudo /opt/local/lib/mysql5/bin/mysqld_safe > 11269 p1 S 0:00.01 sudo /opt/local/bin/mysqld_safe5 > 11271 p1 S+ 0:00.00 grep mysql I don't know why it says to manually run "mysqld_safe5". That shouldn't be necessary. Running "sudo launchctl load -w /Library/ LaunchDaemons/org.macports.mysql5.plist" should start the MySQL server for you. Perhaps the order of the commands shown in the wiki page is wrong. For example I'm pretty sure you should install the initial database before attempting to start the server. But I don't have time right now to try setting up MySQL from scratch. Hopefully somebody else does and can correct the instructions. > mysqladmin5 -u root password -p > Enter password: > mysqladmin5: Too few arguments to change password Thanks. This error was introduced into the wiki here: http://trac.macports.org/wiki/howto/MAMP?action=diff&version=12 I undid the incorrect part of that change. http://trac.macports.org/wiki/howto/MAMP?action=diff&version=19 > mysql5 -u root -p > Enter password: > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 7 > Server version: 5.0.67 Source distribution > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > Just now it seems good. But there are some errors to correct in the > instruction page. Well, you still need to set your root password. Correct instructions for that are now in the wiki. > Thank you. > > I hope what I did is ok. Tell me, please. From ryandesign at macports.org Mon Sep 22 01:53:13 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 22 Sep 2008 03:53:13 -0500 Subject: I get the error "C compiler cannot create executables" when I try to install a port... In-Reply-To: <20080921210101.GG691@ninagal.withay.com> References: <4c5a7a9f0809210534m365a5915i69035ee071ce9be2@mail.gmail.com> <420D1AF0-3B3F-4F5B-BFB4-D69C083550AE@macports.org> <20080921210101.GG691@ninagal.withay.com> Message-ID: <5F7B4C45-2765-4224-B9BF-497880DACA5E@macports.org> On Sep 21, 2008, at 4:01 PM, Bryan Blackburn wrote: > On Sun, Sep 21, 2008 at 03:28:55PM -0500, Ryan Schmidt said: > >> On Sep 21, 2008, at 7:34 AM, Otto Roberson Bertsch wrote: >> >>> I had installed first XCode from the Apple >>> "311_2517_developerdvd.dmg". I thought maybe that was the problem >>> since the FAQ states "you need XCode 3.0" - so I installed that >>> from the DVD. I still have the problem and XCode seems to be >>> installed. >> >> I'm unable to find a page where we state that Xcode 3.0 is required >> for Leopard. Could you please tell me the URL so I can fix it to show >> that 3.0 is a minimum requirement? Thanks. > > The www site, not the guide, at > > > > specifically lists 3.0 and 2.4.1, without any kind of "or newer" > type of > phrasing... Thanks, I added "or later" to it in r40141. From lists-macports at shopwatch.org Mon Sep 22 07:22:10 2008 From: lists-macports at shopwatch.org (Jay Levitt) Date: Mon, 22 Sep 2008 10:22:10 -0400 Subject: Creating source packages? Message-ID: <48D7AA12.2090201@shopwatch.org> I have a developer who lives in a rural area, with no broadband access. (OK, stop laughing.) Worse, his 28.8K dialup ISP has an 8-hour max session time, so anything signifcantly large just can't be downloaded, period. I want to send him a DVD-ROM of some large packages. Ideally, I'd want them to look like just another source to MacPorts, so that the builds, updates, etc. all happen within MacPorts. (Kinda like Fedora install CDs.) And I want them to include all dependencies. I've been able to create .mpkgs, but those are binary packages. The guide mentions portpkgs, but doesn't say how to create them. Neither does the man page. Is there any documentation on creating source packages? Jay Levitt From afb at macports.org Mon Sep 22 07:46:42 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Mon, 22 Sep 2008 16:46:42 +0200 Subject: Creating source packages? In-Reply-To: <48D7AA12.2090201@shopwatch.org> References: <48D7AA12.2090201@shopwatch.org> Message-ID: <66C2F84C-3530-45E3-831B-D5153F156219@macports.org> Jay Levitt wrote: > I have a developer who lives in a rural area, with no broadband > access. > (OK, stop laughing.) Worse, his 28.8K dialup ISP has an 8-hour max > session time, so anything signifcantly large just can't be downloaded, > period. > > I want to send him a DVD-ROM of some large packages. Ideally, I'd > want > them to look like just another source to MacPorts, so that the builds, > updates, etc. all happen within MacPorts. (Kinda like Fedora install > CDs.) And I want them to include all dependencies. Are you sure you want to send him sources then, and not binaries ? (in Fedora et al the install CDs usually contain the binary RPMS, while the sources are in the "SRPMS", or Source RPMS, packages...) I guess if you have a full DVD anyway, you'd want to include both. But ports sources are rather small even on a dial-up, say like: 5.0M, so chances are that it is the "distfiles" that you want to send him ? > I've been able to create .mpkgs, but those re binary packages. The > guide mentions portpkgs, but doesn't say how to create them. Neither > does the man page. > > Is there any documentation on creating source packages? Unfortunately you can only create the source package portpkg.xar as a part of the "port submit" command, which also sends them in... Theoretically there could be "port portpkg" command (or something), as it is a separate function in base already. Like the "port srpm" ? --anders From hircus at macports.org Mon Sep 22 11:43:55 2008 From: hircus at macports.org (Michel Salim) Date: Mon, 22 Sep 2008 14:43:55 -0400 Subject: Creating source packages? In-Reply-To: <48D7AA12.2090201@shopwatch.org> References: <48D7AA12.2090201@shopwatch.org> Message-ID: On Mon, Sep 22, 2008 at 10:22 AM, Jay Levitt wrote: > I have a developer who lives in a rural area, with no broadband access. > (OK, stop laughing.) Worse, his 28.8K dialup ISP has an 8-hour max > session time, so anything signifcantly large just can't be downloaded, > period. > > I want to send him a DVD-ROM of some large packages. Ideally, I'd want > them to look like just another source to MacPorts, so that the builds, > updates, etc. all happen within MacPorts. (Kinda like Fedora install > CDs.) And I want them to include all dependencies. This might not be what you're looking for, but how about building a minimal MacPorts installation on your machine (using the same OS revision and arch as the developer's), and just sending a tarball of /opt/local ? -- mi?el salim ? http://hircus.jaiku.com/ IUCS ? msalim at cs.indiana.edu Fedora ? salimma at fedoraproject.org MacPorts ? hircus at macports.org From darren.weber.lists at gmail.com Mon Sep 22 13:06:14 2008 From: darren.weber.lists at gmail.com (Darren Weber) Date: Mon, 22 Sep 2008 13:06:14 -0700 Subject: list element in braces followed by "}" instead of space Message-ID: I have a local port repository under my home path where I am testing a new port for libpqxx (see attached). When I try to install this port, I get the following: [ dweber at elegans ~/ports ]$ sudo port install libpqxx Password: Portfile changed since last build; discarding previous state. ---> Fetching libpqxx ---> Verifying checksum(s) for libpqxx ---> Extracting libpqxx ---> Configuring libpqxx ---> Building libpqxx with target all ---> Staging libpqxx into destroot ---> Installing libpqxx 2.6.9_0 list element in braces followed by "}" instead of space Error: Status 1 encountered during processing. Thereafter, I can't do anything with this port, eg: [ dweber at elegans ~/ports ]$ sudo port lint libpqxx list element in braces followed by "}" instead of space Error: Status 1 encountered during processing. [ dweber at elegans ~/ports ]$ sudo port clean --all libpqxx Portfile changed since last build; discarding previous state. list element in braces followed by "}" instead of space Error: Status 1 encountered during processing. [ dweber at elegans ~/ports ]$ sudo port install libpqxx list element in braces followed by "}" instead of space Error: Status 1 encountered during processing. Is this a sign of corruption somewhere in the macport registry or something? For instance: [ dweber at elegans ~/ports ]$ port -v installed Error: port installed failed: list element in braces followed by "}" instead of space No ports are installed. If so, how do I fix this? Thanks, Darren -------------- next part -------------- A non-text attachment was scrubbed... Name: Portfile Type: application/octet-stream Size: 1679 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20080922/23d1d274/attachment.obj From darren.weber.lists at gmail.com Mon Sep 22 13:08:53 2008 From: darren.weber.lists at gmail.com (Darren Weber) Date: Mon, 22 Sep 2008 13:08:53 -0700 Subject: list element in braces followed by "}" instead of space In-Reply-To: References: Message-ID: I've also run this debug command: [ dweber at elegans ~/ports ]$ port -d installed DEBUG: list element in braces followed by "}" instead of space while executing "array set receipt_$ref $receipt_contents" (procedure "receipt_flat::open_entry" line 84) invoked from within "${macports::registry.format}::open_entry $name $version $revision $variants" (procedure "open_entry" line 4) invoked from within "open_entry $iname $iversion $irevision $ivariants" (procedure "registry::installed" line 13) invoked from within "registry::installed" Error: port installed failed: list element in braces followed by "}" instead of space No ports are installed. On Mon, Sep 22, 2008 at 1:06 PM, Darren Weber wrote: > I have a local port repository under my home path where I am testing a > new port for libpqxx (see attached). When I try to install this port, > I get the following: > > [ dweber at elegans ~/ports ]$ sudo port install libpqxx > Password: > Portfile changed since last build; discarding previous state. > ---> Fetching libpqxx > ---> Verifying checksum(s) for libpqxx > ---> Extracting libpqxx > ---> Configuring libpqxx > ---> Building libpqxx with target all > ---> Staging libpqxx into destroot > ---> Installing libpqxx 2.6.9_0 > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > > > Thereafter, I can't do anything with this port, eg: > > [ dweber at elegans ~/ports ]$ sudo port lint libpqxx > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > [ dweber at elegans ~/ports ]$ sudo port clean --all libpqxx > Portfile changed since last build; discarding previous state. > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > [ dweber at elegans ~/ports ]$ sudo port install libpqxx > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > > > Is this a sign of corruption somewhere in the macport registry or something? > > For instance: > > [ dweber at elegans ~/ports ]$ port -v installed > Error: port installed failed: list element in braces followed by "}" > instead of space > No ports are installed. > > If so, how do I fix this? > > Thanks, Darren > From ryandesign at macports.org Mon Sep 22 14:11:14 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 22 Sep 2008 16:11:14 -0500 Subject: Creating source packages? In-Reply-To: <48D7AA12.2090201@shopwatch.org> References: <48D7AA12.2090201@shopwatch.org> Message-ID: <4C0D1824-229F-4277-829C-0E58ADF41FBA@macports.org> On Sep 22, 2008, at 9:22 AM, Jay Levitt wrote: > I have a developer who lives in a rural area, with no broadband > access. > (OK, stop laughing.) Worse, his 28.8K dialup ISP has an 8-hour max > session time, so anything signifcantly large just can't be downloaded, > period. Oh, I'm not laughing. My aunt was stuck on 28.8Kbps until recently when she finally upgraded to ISDN. Hooray for 64Kbps! Now she can finally download her own OS updates instead of me having to burn CDs for her. 28800 bits per second = 3600 bytes per second, at 8 hours that's still almost 99 MB that could be downloaded. Though that's assuming ideal conditions and a line that never drops. > I want to send him a DVD-ROM of some large packages. Ideally, I'd > want > them to look like just another source to MacPorts, so that the builds, > updates, etc. all happen within MacPorts. (Kinda like Fedora install > CDs.) And I want them to include all dependencies. > > I've been able to create .mpkgs, but those are binary packages. The > guide mentions portpkgs, but doesn't say how to create them. Neither > does the man page. > > Is there any documentation on creating source packages? There isn't any such thing as a "source package" in MacPorts, but you can certainly download distfiles, burn them to a DVD, and have your developer copy them to /opt/local/var/macports/distfiles. MacPorts will happily use them, assuming they're in fact the correct file (that the checksum matches what's in the corresponding Portfile). You could even download every distfile that exists by rsyncing from our distfiles mirror. See these instructions: http://lists.macosforge.org/pipermail/macports-dev/2008-July/005720.html At the time of that message a few months ago, we had 15GB of distfiles, so that would be several DVDs, but note that it does include all versions of every port that have ever been mirrored, not just the currently used versions. So if you thinned this to just the current versions it could be quite a bit smaller. You could run "port mirror" yourself to download just the current versions. If you're talking about creating private ports just for this developer (ports that aren't in MacPorts) then you can still download the source files for him and send them to him on a DVD and have him copy them to the distfiles directory on his machine. And then you can have him set up a local ports tree and install from that. See: http://guide.macports.org/#development.local-repositories You could provide a ports tree on the DVD for him to copy to his machine and install from (after he's set up his sources.conf). From lanceboyle at qwest.net Mon Sep 22 14:14:17 2008 From: lanceboyle at qwest.net (Jerry) Date: Mon, 22 Sep 2008 14:14:17 -0700 Subject: Ticket #16549 (add Ada to gcc) Message-ID: <62577752-71D8-4D21-9105-EA957E0463AB@qwest.net> I am extremely interested in this ticket http://trac.macports.org/ticket/16549 to add Ada support to gcc. My particular situation is that I need an Ada 2005 compiler (which means gcc 4.3) which runs on PPC hardware under OS X 10.5. (My need relates to the fact that I have written Ada bindings to the excellent PLplot plotting library but I still work on one of the last PowerBooks which is PPC.) I already have a functioning Ada 2005 compiler running on PPC under 10.4.11 so I have the necessary bootstrapping required to build the new compiler. I believe that the process would involve building the new compiler while running 10.4.x and then installing 10.5.x while maintaining /opt. I'm not sure how to encourage faster attention to this ticket except to "vote" with this post. Many TIA, Jerry From ryandesign at macports.org Mon Sep 22 14:22:58 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 22 Sep 2008 16:22:58 -0500 Subject: list element in braces followed by "}" instead of space In-Reply-To: References: Message-ID: On Sep 22, 2008, at 3:06 PM, Darren Weber wrote: > I have a local port repository under my home path where I am testing a > new port for libpqxx (see attached). When I try to install this port, > I get the following: > > [ dweber at elegans ~/ports ]$ sudo port install libpqxx > Password: > Portfile changed since last build; discarding previous state. > ---> Fetching libpqxx > ---> Verifying checksum(s) for libpqxx > ---> Extracting libpqxx > ---> Configuring libpqxx > ---> Building libpqxx with target all > ---> Staging libpqxx into destroot > ---> Installing libpqxx 2.6.9_0 > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > > > Thereafter, I can't do anything with this port, eg: > > [ dweber at elegans ~/ports ]$ sudo port lint libpqxx > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > [ dweber at elegans ~/ports ]$ sudo port clean --all libpqxx > Portfile changed since last build; discarding previous state. > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > [ dweber at elegans ~/ports ]$ sudo port install libpqxx > list element in braces followed by "}" instead of space > Error: Status 1 encountered during processing. > > > Is this a sign of corruption somewhere in the macport registry or > something? Yes, this sounds like something wrong got written to the registry. Is it even called the registry? I don't know. Check the file /opt/local/var/macports/receipts/libpqxx/receipt.bz2 -- copy it somewhere else, decompress it, look into it, see if it looks like valid Tcl. Or attach it here and I'll look at it. My first guess would be the newlines in your long_description. I'm building it now myself to see what's happening, but it will take awhile to build the postgresql83 dependency and its dependencies. > For instance: > > [ dweber at elegans ~/ports ]$ port -v installed > Error: port installed failed: list element in braces followed by "}" > instead of space > No ports are installed. > > If so, how do I fix this? From ryandesign at macports.org Mon Sep 22 14:36:10 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 22 Sep 2008 16:36:10 -0500 Subject: Ticket #16549 (add Ada to gcc) In-Reply-To: <62577752-71D8-4D21-9105-EA957E0463AB@qwest.net> References: <62577752-71D8-4D21-9105-EA957E0463AB@qwest.net> Message-ID: <73F8A576-1113-4809-A6AC-3A07AA014E87@macports.org> On Sep 22, 2008, at 4:14 PM, Jerry wrote: > I am extremely interested in this ticket > > http://trac.macports.org/ticket/16549 > > to add Ada support to gcc. My particular situation is that I need an > Ada 2005 compiler (which means gcc 4.3) which runs on PPC hardware > under OS X 10.5. (My need relates to the fact that I have written Ada > bindings to the excellent PLplot plotting library but I still work on > one of the last PowerBooks which is PPC.) I already have a > functioning Ada 2005 compiler running on PPC under 10.4.11 so I have > the necessary bootstrapping required to build the new compiler. I > believe that the process would involve building the new compiler > while running 10.4.x and then installing 10.5.x while maintaining / > opt. > > I'm not sure how to encourage faster attention to this ticket except > to "vote" with this post. You can add yourself to the ticket's Cc list to be informed of any progress on the ticket. From totonsky at hotmail.com Mon Sep 22 14:36:46 2008 From: totonsky at hotmail.com (thomas milewski) Date: Mon, 22 Sep 2008 21:36:46 +0000 Subject: xaw3d error installing gv Message-ID: This is the error I get: ---> Building Xaw3d with target all SHLIBGLOBALSFLAGS=-L/usr/X11R6/lib INCDIR=/ opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/lib Error: Target org.macports.build returned: shell command " cd "/opt/local/var/ma cports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x1 1_Xaw3d/work/xc/lib/Xaw3d" && make all SHLIBGLOBALSFLAGS=-L/usr/X11R6/lib INCDIR =/opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/lib " returned error 2 Command output: AllWidgets.c:115: warning: (near initialization for 'XawWidgetAr ray[37]') AllWidgets.c:116: warning: braces around scalar initializer AllWidgets.c:116: warning: (near initialization for 'XawWidgetArray[38]') AllWidgets.c:116: warning: initialization makes integer from pointer without a c ast AllWidgets.c:116: warning: excess elements in scalar initializer AllWidgets.c:116: warning: (near initialization for 'XawWidgetArray[38]') AllWidgets.c:117: warning: braces around scalar initializer AllWidgets.c:117: warning: (near initialization for 'XawWidgetArray[39]') AllWidgets.c:117: warning: initialization makes integer from pointer without a c ast AllWidgets.c:117: warning: excess elements in scalar initializer AllWidgets.c:117: warning: (near initialization for 'XawWidgetArray[39]') AllWidgets.c:118: warning: braces around scalar initializer AllWidgets.c:118: warning: (near initialization for 'XawWidgetArray[40]') AllWidgets.c:118: warning: initialization makes integer from pointer without a c ast AllWidgets.c:118: warning: excess elements in scalar initializer AllWidgets.c:118: warning: (near initialization for 'XawWidgetArray[40]') AllWidgets.c:119: warning: braces around scalar initializer AllWidgets.c:119: warning: (near initialization for 'XawWidgetArray[41]') AllWidgets.c:119: warning: initialization makes integer from pointer without a c ast AllWidgets.c:119: warning: excess elements in scalar initializer AllWidgets.c:119: warning: (near initialization for 'XawWidgetArray[41]') AllWidgets.c:120: warning: braces around scalar initializer AllWidgets.c:120: warning: (near initialization for 'XawWidgetArray[42]') AllWidgets.c:120: warning: initialization makes integer from pointer without a c ast AllWidgets.c:120: warning: excess elements in scalar initializer AllWidgets.c:120: warning: (near initialization for 'XawWidgetArray[42]') AllWidgets.c:121: warning: data definition has no type or storage class AllWidgets.c:123: warning: implicit declaration of function 'XtNumber' AllWidgets.c:123: error: initializer element is not constant make: *** [AllWidgets.o] Error 1 Error: The following dependencies failed to build: Xaw3d ghostscript cairo libpi xman render xrender Error: Status 1 encountered during processing. I am running Tiger 10.4.11 on a Intel i386 iMac Anyone has an idea ? Thomas _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080922/c67ebb52/attachment.html From darren.weber.lists at gmail.com Mon Sep 22 15:28:46 2008 From: darren.weber.lists at gmail.com (Darren Weber) Date: Mon, 22 Sep 2008 15:28:46 -0700 Subject: list element in braces followed by "}" instead of space In-Reply-To: References: Message-ID: Yes, Ryan, the receipt contained a syntax problem, related to the long_description. I created a ticket about that problem, where I noted my solution (#16619). I've now created a new ticket to incorporate a port for libpqxx, Ticket #16621. It installs and uninstalls for me. It should be fully tested for functional integrity against the postgresql83 port. I've not had time to configure and run the functional tests. Thanks! On Mon, Sep 22, 2008 at 2:22 PM, Ryan Schmidt wrote: > On Sep 22, 2008, at 3:06 PM, Darren Weber wrote: > >> I have a local port repository under my home path where I am testing a >> new port for libpqxx (see attached). When I try to install this port, >> I get the following: >> >> [ dweber at elegans ~/ports ]$ sudo port install libpqxx >> Password: >> Portfile changed since last build; discarding previous state. >> ---> Fetching libpqxx >> ---> Verifying checksum(s) for libpqxx >> ---> Extracting libpqxx >> ---> Configuring libpqxx >> ---> Building libpqxx with target all >> ---> Staging libpqxx into destroot >> ---> Installing libpqxx 2.6.9_0 >> list element in braces followed by "}" instead of space >> Error: Status 1 encountered during processing. >> >> >> Thereafter, I can't do anything with this port, eg: >> >> [ dweber at elegans ~/ports ]$ sudo port lint libpqxx >> list element in braces followed by "}" instead of space >> Error: Status 1 encountered during processing. >> [ dweber at elegans ~/ports ]$ sudo port clean --all libpqxx >> Portfile changed since last build; discarding previous state. >> list element in braces followed by "}" instead of space >> Error: Status 1 encountered during processing. >> [ dweber at elegans ~/ports ]$ sudo port install libpqxx >> list element in braces followed by "}" instead of space >> Error: Status 1 encountered during processing. >> >> >> Is this a sign of corruption somewhere in the macport registry or >> something? > > Yes, this sounds like something wrong got written to the registry. Is it > even called the registry? I don't know. > > Check the file /opt/local/var/macports/receipts/libpqxx/receipt.bz2 -- copy > it somewhere else, decompress it, look into it, see if it looks like valid > Tcl. Or attach it here and I'll look at it. > > My first guess would be the newlines in your long_description. I'm building > it now myself to see what's happening, but it will take awhile to build the > postgresql83 dependency and its dependencies. > > >> For instance: >> >> [ dweber at elegans ~/ports ]$ port -v installed >> Error: port installed failed: list element in braces followed by "}" >> instead of space >> No ports are installed. >> >> If so, how do I fix this? > > > From ryandesign at macports.org Mon Sep 22 15:55:52 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 22 Sep 2008 17:55:52 -0500 Subject: xaw3d error installing gv In-Reply-To: References: Message-ID: <194CBE01-1C89-480A-ABBC-AD80A66116D5@macports.org> On Sep 22, 2008, at 4:36 PM, thomas milewski wrote: > This is the error I get: > > ---> Building Xaw3d with target all SHLIBGLOBALSFLAGS=-L/usr/X11R6/ > lib INCDIR=/ > opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/lib > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/ma > cports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x1 > 1_Xaw3d/work/xc/lib/Xaw3d" && make all SHLIBGLOBALSFLAGS=-L/usr/ > X11R6/lib INCDIR > =/opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/ > lib " returned > error 2 > Command output: AllWidgets.c:115: warning: (near initialization for > 'XawWidgetAr > ray[37]') > AllWidgets.c:116: warning: braces around scalar initializer > AllWidgets.c:116: warning: (near initialization for 'XawWidgetArray > [38]') > AllWidgets.c:116: warning: initialization makes integer from > pointer without a c > ast > AllWidgets.c:116: warning: excess elements in scalar initializer > AllWidgets.c:116: warning: (near initialization for 'XawWidgetArray > [38]') > AllWidgets.c:117: warning: braces around scalar initializer > AllWidgets.c:117: warning: (near initialization for 'XawWidgetArray > [39]') > AllWidgets.c:117: warning: initialization makes integer from > pointer without a c > ast > AllWidgets.c:117: warning: excess elements in scalar initializer > AllWidgets.c:117: warning: (near initialization for 'XawWidgetArray > [39]') > AllWidgets.c:118: warning: braces around scalar initializer > AllWidgets.c:118: warning: (near initialization for 'XawWidgetArray > [40]') > AllWidgets.c:118: warning: initialization makes integer from > pointer without a c > ast > AllWidgets.c:118: warning: excess elements in scalar initializer > AllWidgets.c:118: warning: (near initialization for 'XawWidgetArray > [40]') > AllWidgets.c:119: warning: braces around scalar initializer > AllWidgets.c:119: warning: (near initialization for 'XawWidgetArray > [41]') > AllWidgets.c:119: warning: initialization makes integer from > pointer without a c > ast > AllWidgets.c:119: warning: excess elements in scalar initializer > AllWidgets.c:119: warning: (near initialization for 'XawWidgetArray > [41]') > AllWidgets.c:120: warning: braces around scalar initializer > AllWidgets.c:120: warning: (near initialization for 'XawWidgetArray > [42]') > AllWidgets.c:120: warning: initialization makes integer from > pointer without a c > ast > AllWidgets.c:120: warning: excess elements in scalar initializer > AllWidgets.c:120: warning: (near initialization for 'XawWidgetArray > [42]') > AllWidgets.c:121: warning: data definition has no type or storage > class > AllWidgets.c:123: warning: implicit declaration of function 'XtNumber' > AllWidgets.c:123: error: initializer element is not constant > make: *** [AllWidgets.o] Error 1 > > Error: The following dependencies failed to build: Xaw3d > ghostscript cairo libpi > xman render xrender > Error: Status 1 encountered during processing. > > I am running Tiger 10.4.11 on a Intel i386 iMac > Anyone has an idea ? Hmm. xaw3d is successfully installed on my MacBook Pro with Mac OS X 10.4.11 and Xcode 2.5. Is your Xcode up to date? If it's less than 2.4.1, update to Xcode 2.5. Do you have Apple X11 installed or the XFree86 port or the xorg port? I have (and recommend) Apple X11. From rpgoldman at sift.info Mon Sep 22 16:22:51 2008 From: rpgoldman at sift.info (Robert Goldman) Date: Mon, 22 Sep 2008 18:22:51 -0500 Subject: building gnucash Message-ID: <48D828CB.3090102@sift.info> I was trying to 'port install gnucash' the other day, and the building process failed on some dependencies. What surprised me was the sheer scale of the set of dependencies. For example, one of the listed failed dependencies was 'nautilus'. Isn't this a GNOME file manager GUI? I can't see why gnucash would require nautilus installation. So I'm wondering if somehow I've gotten macports misconfigured, or if there's some way to build a more minimal gnucash version. thanks, R From LenoreHorner at sbcglobal.net Mon Sep 22 16:31:40 2008 From: LenoreHorner at sbcglobal.net (Lenore Horner) Date: Mon, 22 Sep 2008 18:31:40 -0500 Subject: building gnucash In-Reply-To: <48D828CB.3090102@sift.info> References: <48D828CB.3090102@sift.info> Message-ID: <92D75C9D-B517-44F3-A136-165B731AD6EF@sbcglobal.net> On Sep 22, 2008, at 18:22 PM, Robert Goldman wrote: > I was trying to 'port install gnucash' the other day, and the building > process failed on some dependencies. What surprised me was the sheer > scale of the set of dependencies. For example, one of the listed > failed > dependencies was 'nautilus'. Isn't this a GNOME file manager GUI? I > can't see why gnucash would require nautilus installation. So I'm > wondering if somehow I've gotten macports misconfigured, or if there's > some way to build a more minimal gnucash version. > > thanks, > R Gnucash is huge. I think nautilus, assuming it's what you say it is, must be in there for when you open a file - so there's a nice browser window. Lenore From floriankuehnlenz at yahoo.de Mon Sep 22 17:02:49 2008 From: floriankuehnlenz at yahoo.de (=?ISO-8859-1?Q?Florian_K=FChnlenz?=) Date: Tue, 23 Sep 2008 02:02:49 +0200 Subject: exlive_base 2007 not working Message-ID: <3F36FB84-461A-4E0B-97BE-8326E2B49630@yahoo.de> I just tried to install doxygen. After 10min I recived a failure. After some research I found out i could install texlive_base: any suggestions? ---> Building texlive_base 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_tex_texlive_base/work/texlive_base-2007" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make all-recursive Making all in data make[4]: Nothing to be done for `all'. Making all in src make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. cd gui; make CC='/usr/bin/gcc-4.0' CFLAGS='-O2 ' libgui.a make[3]: `libgui.a' is up to date. /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -o xdvi-xaw.bin -L/opt/ local/lib browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o ./ gui/libgui.a ../../libs/t1lib/libt1.a .../../libs/t1lib/../type1/ libtype1.a -L/usr/lib/ruby 1 -L/usr/X11/lib -lXaw -lXmu -lXt -lSM - lICE -lXp -lXext -lXpm -lX11 -liconv ../kpathsea/libkpathsea.la -lm /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o 1 -L/opt/local/lib ./gui/ libgui.a .../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/ libtype1.a -L/usr/lib/ruby -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE - lXp -lXext -lXpm -lX11 -lXau -lXdmcp -liconv ../kpathsea/.libs/ libkpathsea.a -lm i686-apple-darwin9-gcc-4.0.1: 1: No such file or directory make[2]: *** [xdvi-xaw.bin] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080923/9f9b9853/attachment.html From lists at mprocario.net Mon Sep 22 17:21:12 2008 From: lists at mprocario.net (Mike Procario) Date: Mon, 22 Sep 2008 20:21:12 -0400 Subject: building gnucash In-Reply-To: <48D828CB.3090102@sift.info> References: <48D828CB.3090102@sift.info> Message-ID: <191ECBE5-5FE9-4722-A0E3-34B52FA1A55D@mprocario.net> I have used gnucash for a long time, and I remember building it from source on linux. The developers said that gnucash lived high on the software foodchain. They used all sorts of libraries to reduce the code that they had to write, but macports dependencies still surprise me. I think firefox is a dependency too. I have gotten it to build and it seems to work except for the help system. It displays the raw html instead of showing it formatted. I am still working on what is causing that. Mike On Sep 22, 2008, at 7:22 PM, Robert Goldman wrote: > I was trying to 'port install gnucash' the other day, and the building > process failed on some dependencies. What surprised me was the sheer > scale of the set of dependencies. For example, one of the listed > failed > dependencies was 'nautilus'. Isn't this a GNOME file manager GUI? I > can't see why gnucash would require nautilus installation. So I'm > wondering if somehow I've gotten macports misconfigured, or if there's > some way to build a more minimal gnucash version. > > thanks, > R > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From 0x62_0x6c_0x62 at pobox.com Mon Sep 22 17:25:57 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Mon, 22 Sep 2008 18:25:57 -0600 Subject: exlive_base 2007 not working In-Reply-To: <3F36FB84-461A-4E0B-97BE-8326E2B49630@yahoo.de> References: <3F36FB84-461A-4E0B-97BE-8326E2B49630@yahoo.de> Message-ID: <20080923002557.GE453@ninagal.withay.com> On Tue, Sep 23, 2008 at 02:02:49AM +0200, Florian K?hnlenz said: > I just tried to install doxygen. > After 10min I recived a failure. After some research I found out i could > install texlive_base: > any suggestions? > > ---> Building texlive_base 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_tex_texlive_base/work/texlive_base-2007" && > make all " returned error 2 [...] > /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o > encodings.o events.o filehist.o font-open.o gf.o hypertex.o > image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o > print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o > search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o > xserver-info.o x_util.o 1 -L/opt/local/lib ./gui/libgui.a > .../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a > -L/usr/lib/ruby -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext > -lXpm -lX11 -lXau -lXdmcp -liconv ../kpathsea/.libs/libkpathsea.a -lm > i686-apple-darwin9-gcc-4.0.1: 1: No such file or directory Hmm, an errant '1' in there; maybe related to the "X11R6 1" issue, mentioned at See if you have any "* 1" directories in /usr. Bryan [...] From i.cue at dsl.pipex.com Mon Sep 22 17:45:16 2008 From: i.cue at dsl.pipex.com (Mine) Date: Tue, 23 Sep 2008 01:45:16 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> Message-ID: Hi, Ok it's been several days and I am really struggling with this one. I need to install mkxToolnix but in order to do that, I need to install Boost (which I have now donew several times). MacPorts installs Boost 1.35.0_2 but for some reason it appears that not all the required files are installed. I get the following error when I try to install mkvToolnix: *** Not checking for wxWidgets: disabled by user request checking for magic_open in -lmagic... no checking for boostlib >= 1.20.0... yes checking whether the Boost::Regex library is available... yes checking for main in -lboost_regex-mt... no checking for main in -lboost_regex-boost_regex-mt... no configure: error: Could not link against boost_regex-boost_regex-mt ! Error: Status 1 encountered during processing. I looked in the configure file and copied anything I could see to do with Boost.regex or just regex. Can anyone see anything in the following that would disable the install of the required files. # Configure ICU echo -n "Unicode/ICU support for Boost.Regex?... " if test "x$flag_icu" != xno; then if test "x$ICU_ROOT" = x; then COMMON_ICU_PATHS="/usr /usr/local /sw" for p in $COMMON_ICU_PATHS; do if test -r $p/include/unicode/utypes.h; then ICU_ROOT=$p fi done if test "x$ICU_ROOT" = x; then echo "not found." else BJAM_CONFIG="$BJAM_CONFIG -sICU_PATH=$ICU_ROOT" echo "$ICU_ROOT" fi else BJAM_CONFIG="$BJAM_CONFIG -sICU_PATH=$ICU_ROOT" echo "$ICU_ROOT" fi else echo "disabled." fi and this section: Configuration: -h, --help display this help and exit --with-bjam=BJAM use existing Boost.Jam executable (bjam) [automatically built] --with-toolset=TOOLSET use specific Boost.Build toolset [automatically detected] --show-libraries show the set of libraries that require build and installation steps (i.e., those libraries that can be used with --with-libraries or --without-libraries), then exit --with-libraries=list build only a particular set of libraries, describing using either a comma- separated list of library names or "all" [all] --without-libraries=list build all libraries except the ones listed [] --with-icu enable Unicode/ICU support in Regex [automatically detected] --without-icu disable Unicode/ICU support in Regex --with-icu=DIR specify the root of the ICU library installation and enable Unicode/ICU support in Regex [automatically detected] --with-python=PYTHON specify the Python executable [python] --with-python-root=DIR specify the root of the Python installation [automatically detected] --with-python-version=X.Y specify the Python version as X.Y [automatically detected] As suggested by Michel I tried 'port contents boost | grep regex-mt' but it did not find the file. However, I was not sure if that command was searching the directories after the install or seaching sources that will be installed. Does anyone have any other suggestion? I only hope that installing mpeg4ip will be less trouble. Thanks, Terrence On 21 Sep 2008, at 19:19, Michel Salim wrote: > On Sun, Sep 21, 2008 at 1:37 PM, Mine wrote: >> Hi Paul, >> >> Thanks for replying. You are right the libboost_regex-mt.dylib is >> not in /opt/local/lib. However it appears that Boost 1.35.0_2 is >> the version installed. I have searched and found a Boost 1.36.0. >> As I am not very familiar with MacPortsIs, do you know if it >> possible to get MacPorts to install apps that are not in its >> database. >> > Try 'port contents boost | grep regex-mt' to see if your boost > installation contains that file at all. Perhaps the problem is that it > was not installed properly, in which case you might want to reinstall > boost from macports. > > Boost 1.36 has some API changes, I believe, so you don't want to > upgrade to it yet. It was introduced and then pulled out from Fedora > Linux's development tree, for example. If you *do* want to try it, > however, the way to do it would be to modify the Portfile that tells > MacPorts how to build Boost, so that it uses the new version instead. > See the documentation for details. > > Hope that helps, and oh, by the way, you might want to bottom-quote > when posting. It's the convention, and makes it easier to follow the > conversation. > > Regards, > > -- > mi?el salim ? http://hircus.jaiku.com/ > IUCS ? msalim at cs.indiana.edu > Fedora ? salimma at fedoraproject.org > MacPorts ? hircus at macports.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080923/5613e4c9/attachment.html From ryandesign at macports.org Mon Sep 22 22:06:13 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 23 Sep 2008 00:06:13 -0500 Subject: building gnucash In-Reply-To: <48D828CB.3090102@sift.info> References: <48D828CB.3090102@sift.info> Message-ID: <1FED9B28-E6BB-439A-B346-9CB1B9EFC237@macports.org> On Sep 22, 2008, at 6:22 PM, Robert Goldman wrote: > I was trying to 'port install gnucash' the other day, and the building > process failed on some dependencies. If you show us exactly what error occurred we may be able to help you diagnose it! :) > What surprised me was the sheer > scale of the set of dependencies. For example, one of the listed > failed > dependencies was 'nautilus'. Isn't this a GNOME file manager GUI? I > can't see why gnucash would require nautilus installation. So I'm > wondering if somehow I've gotten macports misconfigured, or if there's > some way to build a more minimal gnucash version. I don't think you have any misconfiguration. As was said, gnucash has lots of dependencies -- so many that my port dependency graph maker just draws a jumble, which you can view here for your undoubtedly great amusement: http://www.ryandesign.com/tmp/gnucash.png (1.2MB) "port variants gnucash" explains that there are some variants which may help a bit: without_quotes, without_hbci, without_ofx, each of which deletes some of the dependencies (at the expense of some feature). From ryandesign at macports.org Mon Sep 22 22:17:11 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 23 Sep 2008 00:17:11 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> Message-ID: <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> On Sep 22, 2008, at 7:45 PM, Mine wrote: > Ok it's been several days and I am really struggling with this one. > I need to install mkxToolnix but in order to do that, I need to > install > Boost (which I have now donew several times). MacPorts installs > Boost 1.35.0_2 but for some reason it appears that not all the > required files are installed. I get the following error when I try to > install mkvToolnix: > > *** Not checking for wxWidgets: disabled by user request > checking for magic_open in -lmagic... no > checking for boostlib >= 1.20.0... yes > checking whether the Boost::Regex library is available... yes > checking for main in -lboost_regex-mt... no > checking for main in -lboost_regex-boost_regex-mt... no > configure: error: Could not link against boost_regex-boost_regex-mt ! > > Error: Status 1 encountered during processing. > > I looked in the configure file and copied anything I could see to > do with > Boost.regex or just regex. Can anyone see anything in the following > that > would disable the install of the required files. > > # Configure ICU > echo -n "Unicode/ICU support for Boost.Regex?... " > if test "x$flag_icu" != xno; then > if test "x$ICU_ROOT" = x; then > COMMON_ICU_PATHS="/usr /usr/local /sw" Do you have anything installed in /usr/local or /sw? If so, rename those directories, clean and try again. Software installed in /usr/ local or /sw can interfere with MacPorts (because, as you see, software likes to look there for things, though we don't want it to). sudo mv /sw /sw-off sudo mv /usr/local /usr/local-off sudo port clean --work someport where "someport" is whatever port failed. Then try again. > As suggested by Michel I tried 'port contents boost | grep regex-mt' > but it did not find the file. However, I was not sure if that command > was searching the directories after the install or seaching sources > that will be installed. "port contents boost" shows all files that got installed by boost. This is then piped through grep to show only those files whose names contain "regex-mt". On my systems (10.4.11 Intel and PowerPC) I see: $ port contents boost | grep regex-mt /opt/local/lib/libboost_regex-mt-1_35.dylib /opt/local/lib/libboost_regex-mt.dylib $ You don't see that, so your boost is not installing those files... not sure why... You could do this: sudo port deactivate boost sudo port clean --work boost sudo port configure boost open $(port dir boost) Then go into the work directory, into the boost source directory, and attach the config.log file to an email reply. I'll run the same on my system and see if I see any differences that might point to the problem. Then to clean up, don't forget to: sudo port clean --work boost sudo port activate boost > Does anyone have any other suggestion? I only hope that installing > mpeg4ip will be less trouble. You mentioned you were on Mac OS X 10.4.11... are you on Intel or PowerPC? Do you have at least Xcode 2.4.1? If not, download and install Xcode 2.5 from: http://developer.apple.com/tools/xcode/ >> On Sun, Sep 21, 2008 at 1:37 PM, Mine wrote: >> >>> Thanks for replying. You are right the libboost_regex-mt.dylib is >>> not in /opt/local/lib. However it appears that Boost 1.35.0_2 is >>> the version installed. I have searched and found a Boost 1.36.0. >>> As I am not very familiar with MacPortsIs, do you know if it >>> possible to get MacPorts to install apps that are not in its >>> database. >> >> Try 'port contents boost | grep regex-mt' to see if your boost >> installation contains that file at all. Perhaps the problem is >> that it >> was not installed properly, in which case you might want to reinstall >> boost from macports. >> >> Boost 1.36 has some API changes, I believe, so you don't want to >> upgrade to it yet. It was introduced and then pulled out from Fedora >> Linux's development tree, for example. If you *do* want to try it, >> however, the way to do it would be to modify the Portfile that tells >> MacPorts how to build Boost, so that it uses the new version instead. >> See the documentation for details. FYI, an enhancement request has already been filed to update boost to 1.36; if you want to test it you can grab the portfile from here: http://trac.macports.org/ticket/16378 From ryandesign at macports.org Tue Sep 23 11:49:22 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 23 Sep 2008 13:49:22 -0500 Subject: xaw3d error installing gv In-Reply-To: References: <194CBE01-1C89-480A-ABBC-AD80A66116D5@macports.org> Message-ID: <7B4242DB-857B-45DB-882B-60EE7FE17FDF@macports.org> On Sep 23, 2008, at 1:40 PM, thomas milewski wrote: > Ryan Schmidt wrote: > > > On Sep 22, 2008, at 4:36 PM, thomas milewski wrote: > > > > > This is the error I get: > > > > > > ---> Building Xaw3d with target all SHLIBGLOBALSFLAGS=-L/usr/ > X11R6/ > > > lib INCDIR=/ > > > opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/lib > > > Error: Target org.macports.build returned: shell command " cd "/ > opt/ > > > local/var/ma > > > cports/build/ > > > > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x1 > > > 1_Xaw3d/work/xc/lib/Xaw3d" && make all SHLIBGLOBALSFLAGS=-L/usr/ > > > X11R6/lib INCDIR > > > =/opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/ > > > lib " returned > > > error 2 > > > Command output: AllWidgets.c:115: warning: (near initialization > for > > > 'XawWidgetAr > > > ray[37]') > > > AllWidgets.c:116: warning: braces around scalar initializer > > > AllWidgets.c:116: warning: (near initialization for > 'XawWidgetArray > > > [38]') > > > AllWidgets.c:116: warning: initialization makes integer from > > > pointer without a c > > > ast > > > AllWidgets.c:116: warning: excess elements in scalar initializer > > > AllWidgets.c:116: warning: (near initialization for > 'XawWidgetArray > > > [38]') > > > AllWidgets.c:117: warning: braces around scalar initializer > > > AllWidgets.c:117: warning: (near initialization for > 'XawWidgetArray > > > [39]') > > > AllWidgets.c:117: warning: initialization makes integer from > > > pointer without a c > > > ast > > > AllWidgets.c:117: warning: excess elements in scalar initializer > > > AllWidgets.c:117: warning: (near initialization for > 'XawWidgetArray > > > [39]') > > > AllWidgets.c:118: warning: braces around scalar initializer > > > AllWidgets.c:118: warning: (near initialization for > 'XawWidgetArray > > > [40]') > > > AllWidgets.c:118: warning: initialization makes integer from > > > pointer without a c > > > ast > > > AllWidgets.c:118: warning: excess elements in scalar initializer > > > AllWidgets.c:118: warning: (near initialization for > 'XawWidgetArray > > > [40]') > > > AllWidgets.c:119: warning: braces around scalar initializer > > > AllWidgets.c:119: warning: (near initialization for > 'XawWidgetArray > > > [41]') > > > AllWidgets.c:119: warning: initialization makes integer from > > > pointer without a c > > > ast > > > AllWidgets.c:119: warning: excess elements in scalar initializer > > > AllWidgets.c:119: warning: (near initialization for > 'XawWidgetArray > > > [41]') > > > AllWidgets.c:120: warning: braces around scalar initializer > > > AllWidgets.c:120: warning: (near initialization for > 'XawWidgetArray > > > [42]') > > > AllWidgets.c:120: warning: initialization makes integer from > > > pointer without a c > > > ast > > > AllWidgets.c:120: warning: excess elements in scalar initializer > > > AllWidgets.c:120: warning: (near initialization for > 'XawWidgetArray > > > [42]') > > > AllWidgets.c:121: warning: data definition has no type or storage > > > class > > > AllWidgets.c:123: warning: implicit declaration of function > 'XtNumber' > > > AllWidgets.c:123: error: initializer element is not constant > > > make: *** [AllWidgets.o] Error 1 > > > > > > Error: The following dependencies failed to build: Xaw3d > > > ghostscript cairo libpi > > > xman render xrender > > > Error: Status 1 encountered during processing. > > > > > > I am running Tiger 10.4.11 on a Intel i386 iMac > > > Anyone has an idea ? > > > > Hmm. xaw3d is successfully installed on my MacBook Pro with Mac OS X > > 10.4.11 and Xcode 2.5. > > > > Is your Xcode up to date? If it's less than 2.4.1, update to > Xcode 2.5. > > > > Do you have Apple X11 installed or the XFree86 port or the xorg > port? > > I have (and recommend) Apple X11. > > Thanks, it worked ! What did you change that made it work? (Your answer may help someone else reading the list archives.) From rpgoldman at sift.info Tue Sep 23 11:49:29 2008 From: rpgoldman at sift.info (Robert Goldman) Date: Tue, 23 Sep 2008 13:49:29 -0500 Subject: building gnucash In-Reply-To: <1FED9B28-E6BB-439A-B346-9CB1B9EFC237@macports.org> References: <48D828CB.3090102@sift.info> <1FED9B28-E6BB-439A-B346-9CB1B9EFC237@macports.org> Message-ID: <48D93A39.4070104@sift.info> Ryan Schmidt wrote: > > On Sep 22, 2008, at 6:22 PM, Robert Goldman wrote: > >> I was trying to 'port install gnucash' the other day, and the building >> process failed on some dependencies. > > If you show us exactly what error occurred we may be able to help you > diagnose it! :) Thanks. What I really wanted to know was whether somehow I had messed things up resulting in spurious (and failed) dependencies. Learning that it wasn't a mess up, I managed to grind through all of the dependencies and get gnucash to build (and then kill the ffi that caused it to fail to run, per earlier correspondence on this list). So the good news is that I don't have an error anymore! ;-) > >> What surprised me was the sheer >> scale of the set of dependencies. For example, one of the listed failed >> dependencies was 'nautilus'. Isn't this a GNOME file manager GUI? I >> can't see why gnucash would require nautilus installation. So I'm >> wondering if somehow I've gotten macports misconfigured, or if there's >> some way to build a more minimal gnucash version. > > I don't think you have any misconfiguration. As was said, gnucash has > lots of dependencies -- so many that my port dependency graph maker just > draws a jumble, which you can view here for your undoubtedly great > amusement: > > http://www.ryandesign.com/tmp/gnucash.png (1.2MB) > > "port variants gnucash" explains that there are some variants which may > help a bit: without_quotes, without_hbci, without_ofx, each of which > deletes some of the dependencies (at the expense of some feature). > I was going to do this, but frankly didn't know what hbci, quotes and ofx are, so I just installed the whole mess! Best, r From totonsky at hotmail.com Tue Sep 23 12:52:05 2008 From: totonsky at hotmail.com (thomas milewski) Date: Tue, 23 Sep 2008 19:52:05 +0000 Subject: xaw3d error installing gv In-Reply-To: <7B4242DB-857B-45DB-882B-60EE7FE17FDF@macports.org> References: <194CBE01-1C89-480A-ABBC-AD80A66116D5@macports.org> <7B4242DB-857B-45DB-882B-60EE7FE17FDF@macports.org> Message-ID: I had X11, I just upgraded Xcode to 2.5... > CC: macports-users at lists.macosforge.org > From: ryandesign at macports.org > Subject: Re: xaw3d error installing gv > Date: Tue, 23 Sep 2008 13:49:22 -0500 > To: totonsky at hotmail.com > > > On Sep 23, 2008, at 1:40 PM, thomas milewski wrote: > > > Ryan Schmidt wrote: > > > > > On Sep 22, 2008, at 4:36 PM, thomas milewski wrote: > > > > > > > This is the error I get: > > > > > > > > ---> Building Xaw3d with target all SHLIBGLOBALSFLAGS=-L/usr/ > > X11R6/ > > > > lib INCDIR=/ > > > > opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/lib > > > > Error: Target org.macports.build returned: shell command " cd "/ > > opt/ > > > > local/var/ma > > > > cports/build/ > > > > > > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x1 > > > > 1_Xaw3d/work/xc/lib/Xaw3d" && make all SHLIBGLOBALSFLAGS=-L/usr/ > > > > X11R6/lib INCDIR > > > > =/opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/ > > > > lib " returned > > > > error 2 > > > > Command output: AllWidgets.c:115: warning: (near initialization > > for > > > > 'XawWidgetAr > > > > ray[37]') > > > > AllWidgets.c:116: warning: braces around scalar initializer > > > > AllWidgets.c:116: warning: (near initialization for > > 'XawWidgetArray > > > > [38]') > > > > AllWidgets.c:116: warning: initialization makes integer from > > > > pointer without a c > > > > ast > > > > AllWidgets.c:116: warning: excess elements in scalar initializer > > > > AllWidgets.c:116: warning: (near initialization for > > 'XawWidgetArray > > > > [38]') > > > > AllWidgets.c:117: warning: braces around scalar initializer > > > > AllWidgets.c:117: warning: (near initialization for > > 'XawWidgetArray > > > > [39]') > > > > AllWidgets.c:117: warning: initialization makes integer from > > > > pointer without a c > > > > ast > > > > AllWidgets.c:117: warning: excess elements in scalar initializer > > > > AllWidgets.c:117: warning: (near initialization for > > 'XawWidgetArray > > > > [39]') > > > > AllWidgets.c:118: warning: braces around scalar initializer > > > > AllWidgets.c:118: warning: (near initialization for > > 'XawWidgetArray > > > > [40]') > > > > AllWidgets.c:118: warning: initialization makes integer from > > > > pointer without a c > > > > ast > > > > AllWidgets.c:118: warning: excess elements in scalar initializer > > > > AllWidgets.c:118: warning: (near initialization for > > 'XawWidgetArray > > > > [40]') > > > > AllWidgets.c:119: warning: braces around scalar initializer > > > > AllWidgets.c:119: warning: (near initialization for > > 'XawWidgetArray > > > > [41]') > > > > AllWidgets.c:119: warning: initialization makes integer from > > > > pointer without a c > > > > ast > > > > AllWidgets.c:119: warning: excess elements in scalar initializer > > > > AllWidgets.c:119: warning: (near initialization for > > 'XawWidgetArray > > > > [41]') > > > > AllWidgets.c:120: warning: braces around scalar initializer > > > > AllWidgets.c:120: warning: (near initialization for > > 'XawWidgetArray > > > > [42]') > > > > AllWidgets.c:120: warning: initialization makes integer from > > > > pointer without a c > > > > ast > > > > AllWidgets.c:120: warning: excess elements in scalar initializer > > > > AllWidgets.c:120: warning: (near initialization for > > 'XawWidgetArray > > > > [42]') > > > > AllWidgets.c:121: warning: data definition has no type or storage > > > > class > > > > AllWidgets.c:123: warning: implicit declaration of function > > 'XtNumber' > > > > AllWidgets.c:123: error: initializer element is not constant > > > > make: *** [AllWidgets.o] Error 1 > > > > > > > > Error: The following dependencies failed to build: Xaw3d > > > > ghostscript cairo libpi > > > > xman render xrender > > > > Error: Status 1 encountered during processing. > > > > > > > > I am running Tiger 10.4.11 on a Intel i386 iMac > > > > Anyone has an idea ? > > > > > > Hmm. xaw3d is successfully installed on my MacBook Pro with Mac OS X > > > 10.4.11 and Xcode 2.5. > > > > > > Is your Xcode up to date? If it's less than 2.4.1, update to > > Xcode 2.5. > > > > > > Do you have Apple X11 installed or the XFree86 port or the xorg > > port? > > > I have (and recommend) Apple X11. > > > > Thanks, it worked ! > > > What did you change that made it work? (Your answer may help someone > else reading the list archives.) > > _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080923/65f4f7dd/attachment.html From rhubbell at ihubbell.com Tue Sep 23 14:59:08 2008 From: rhubbell at ihubbell.com (rhubbell) Date: Tue, 23 Sep 2008 14:59:08 -0700 Subject: taglib won't install (problem with gcc4.0 blacklisted) Message-ID: <1222207148.4205.24.camel@127> Hello all, I'm new to macports and have run into a problem. I installed macports 1.60 on Tiger and everything went fine after a few fits and starts. But the last package I wanted to install failed. I attempted to install: sudo port install taglib It gets to the configure stage and bails out stating that gcc4.0 is blacklisted and to either upgrade or downgrade gcc. To me it seems like the tail wants to wag the dog. I'd rather not change gcc unless someone can show me a painless way to do it with breaking things. Thanks for any advice. From 0x62_0x6c_0x62 at pobox.com Tue Sep 23 16:39:00 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 23 Sep 2008 17:39:00 -0600 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <1222207148.4205.24.camel@127> References: <1222207148.4205.24.camel@127> Message-ID: <20080923233859.GE692@ninagal.withay.com> On Tue, Sep 23, 2008 at 02:59:08PM -0700, rhubbell said: > Hello all, > > I'm new to macports and have run into a problem. I installed macports > 1.60 on Tiger and everything went fine after a few fits and starts. But > the last package I wanted to install failed. > > I attempted to install: > > sudo port install taglib > > It gets to the configure stage and bails out stating that gcc4.0 is > blacklisted and to either upgrade or downgrade gcc. > That's odd, as taglib's configure doesn't mind gcc4.0 here at all: checking whether /usr/bin/gcc-4.0 is blacklisted... no Make sure you're up to date on your MacPorts by running $ sudo port selfupdate Then try installing taglib again. > To me it seems like the tail wants to wag the dog. I'd rather not > change gcc unless someone can show me a painless way to do it with > breaking things. > > Thanks for any advice. > From rhubbell at ihubbell.com Tue Sep 23 17:18:35 2008 From: rhubbell at ihubbell.com (rhubbell) Date: Tue, 23 Sep 2008 17:18:35 -0700 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <20080923233859.GE692@ninagal.withay.com> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> Message-ID: <1222215516.4205.33.camel@127> On Tue, 2008-09-23 at 17:39 -0600, Bryan Blackburn wrote: > On Tue, Sep 23, 2008 at 02:59:08PM -0700, rhubbell said: > > Hello all, > > > > I'm new to macports and have run into a problem. I installed macports > > 1.60 on Tiger and everything went fine after a few fits and starts. But > > the last package I wanted to install failed. > > > > I attempted to install: > > > > sudo port install taglib > > > > It gets to the configure stage and bails out stating that gcc4.0 is > > blacklisted and to either upgrade or downgrade gcc. > > > > That's odd, as taglib's configure doesn't mind gcc4.0 here at all: > > checking whether /usr/bin/gcc-4.0 is blacklisted... no > > Make sure you're up to date on your MacPorts by running > > $ sudo port selfupdate > > Then try installing taglib again. Yes I've already tried this. Thanks. For now I'm not using taglib. Although I'm missing some functionality because I'm not using taglib. Actually I'm building the app now so I'll find out if it can function without taglib. > > > To me it seems like the tail wants to wag the dog. I'd rather not > > change gcc unless someone can show me a painless way to do it with > > breaking things. > > > > Thanks for any advice. > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From 0x62_0x6c_0x62 at pobox.com Tue Sep 23 19:22:32 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 23 Sep 2008 20:22:32 -0600 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <1222215516.4205.33.camel@127> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> Message-ID: <20080924022232.GJ692@ninagal.withay.com> On Tue, Sep 23, 2008 at 05:18:35PM -0700, rhubbell said: [...] > > Yes I've already tried this. Thanks. For now I'm not using taglib. > Although I'm missing some functionality because I'm not using taglib. > Actually I'm building the app now so I'll find out if it can function > without taglib. > It looks like taglib is only disliking 4.0.0, so I'm guessing if you run "gcc --version" it'll say 4.0.0 and not 4.0.1 (which is what's shipped with current Xcode versions). In that case I'd suggest you upgrade Xcode. Bryan [...] From rhubbell at ihubbell.com Tue Sep 23 20:12:52 2008 From: rhubbell at ihubbell.com (rhubbell) Date: Tue, 23 Sep 2008 20:12:52 -0700 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <20080924022232.GJ692@ninagal.withay.com> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> Message-ID: <1222225972.5056.2.camel@127> On Tue, 2008-09-23 at 20:22 -0600, Bryan Blackburn wrote: > On Tue, Sep 23, 2008 at 05:18:35PM -0700, rhubbell said: > [...] > > > > Yes I've already tried this. Thanks. For now I'm not using taglib. > > Although I'm missing some functionality because I'm not using taglib. > > Actually I'm building the app now so I'll find out if it can function > > without taglib. > > > > It looks like taglib is only disliking 4.0.0, so I'm guessing if you run "gcc > --version" it'll say 4.0.0 and not 4.0.1 (which is what's shipped with > current Xcode versions). In that case I'd suggest you upgrade Xcode. I guess xcode doesn't get updated when other software gets updated via software update. This taglib may be the least of my problems. I should have known this wouldn't be a slam dunk....(^: Thanks. > > Bryan > > > [...] > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ryandesign at macports.org Tue Sep 23 20:25:17 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 23 Sep 2008 22:25:17 -0500 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <1222225972.5056.2.camel@127> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> <1222225972.5056.2.camel@127> Message-ID: <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> On Sep 23, 2008, at 10:12 PM, rhubbell wrote: > On Tue, 2008-09-23 at 20:22 -0600, Bryan Blackburn wrote: > >> It looks like taglib is only disliking 4.0.0, so I'm guessing if >> you run "gcc >> --version" it'll say 4.0.0 and not 4.0.1 (which is what's shipped >> with >> current Xcode versions). In that case I'd suggest you upgrade Xcode. > > I guess xcode doesn't get updated when other software gets updated via > software update. No, it does not. You must download Xcode updates from Apple Developer Connection. http://connect.apple.com/ > This taglib may be the least of my problems. > I should have known this wouldn't be a slam dunk....(^: From ryandesign at macports.org Tue Sep 23 20:31:51 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 23 Sep 2008 22:31:51 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> Message-ID: Please remember to Reply All so your reply goes to the list too, not just to me. On Sep 23, 2008, at 8:03 PM, Mine wrote: > Hi Ryan, > > I have stuff in /usr/local which are apps installed by macPorts MacPorts installs in /opt/local by default, not /usr/local. Things installed in /usr/local can interfere with MacPorts. Using /usr/local as your MacPorts prefix is not supported. > and I also have stuff in /sw apps installed by Fink. Although the > Fink doc state that because it installs its files in /sw it does not > interfere with other apps. I don't care what the Fink docs say. :) Items installed in /sw and / usr/local can interfere with software that MacPorts wants to install. It is not supported to have two different package managers installed. That means it may work for you but I won't help you with it. :) > I am a little nervous about disabling thing as I am new at this > and I don't want to screw up my system or the other apps I > have managed to install which is not yet backed up. Move /sw and /usr/local out of the way by renaming them to /sw-off and /usr/local-off. Then try again. If things now work, you'll know / sw or /usr/local interfered. You can always rename them back to /sw and /usr/local temporarily while you need to use what's in there, but your long term solution is to install all that software with MacPorts, then get rid of /sw and / usr/local. > I have uninstalled and re-installed boost. > > As stated in your email I did the following: > My-Computer:~ tw2$ sudo port deactivate boost > Password: > ---> Deactivating boost > My-Computer:~ tw2$ sudo port clean --work boost > ---> Cleaning boost > My-Computer:~ tw2$ sudo port configure boost > My-Computer:~ tw2$ open $(port dir boost) > My-Computer:~ tw2$ > > The first time I did this, I was able to open a work > directory and I have attached it to a separate email. > However, out of curiosity, I opened the file as it > did not have config in its name but the file only > contained two words 'variant: +darwin'. > > I assumed that I had made an error so I reactivated > boost and tried again but each time I try, the work > directory is now an alias that I can't open. Sorry; I gave incorrect instructions. It seems that because the boost port was still installed (though deactivated), "port configure" did nothing, hence there was nothing in the work directory. (The work directory is, by the way, always an alias to another location.) Uninstall boost instead of deactivating it. Then "port configure" should actually configure, and then you can find the config.log and attach it. > While I was re-installing boost I saw the following > appear in the Terminal: > Building Boost.Regex with the optional Unicode/ICU support disabled. > Please refer to the Boost.Regex documentation for more information > (don't panic: this is a strictly optional feature). > > I don't know if this has anything to do with the error I have been > getting > 'configure: error: Could not link against boost_regex-boost_regex- > mt !' > when trying to install mkvToolnix. I did have a look at the > Boost.Regex > documentation but the info 'Building with Unicode and ICU Support' and > other thing mentioned, is way beyond me. I don't know the significance of that message. I'm not really familiar with boost. Tomorrow I'll try configuring it again on my system and see if it says the same thing. From 0x62_0x6c_0x62 at pobox.com Tue Sep 23 23:44:44 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Wed, 24 Sep 2008 00:44:44 -0600 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> <1222225972.5056.2.camel@127> <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> Message-ID: <20080924064444.GS692@ninagal.withay.com> On Tue, Sep 23, 2008 at 10:25:17PM -0500, Ryan Schmidt said: > > On Sep 23, 2008, at 10:12 PM, rhubbell wrote: > > > On Tue, 2008-09-23 at 20:22 -0600, Bryan Blackburn wrote: > > > >> It looks like taglib is only disliking 4.0.0, so I'm guessing if > >> you run "gcc > >> --version" it'll say 4.0.0 and not 4.0.1 (which is what's shipped > >> with > >> current Xcode versions). In that case I'd suggest you upgrade Xcode. > > > > I guess xcode doesn't get updated when other software gets updated via > > software update. > > No, it does not. You must download Xcode updates from Apple Developer > Connection. > > http://connect.apple.com/ > Also note, that if you have gcc 4.0.0 from Xcode, you have a very old version, as Apple upgraded gcc4 to 4.0.1 as of Xcode 2.2; MacPorts works best with 2.4.1 or 2.5 on Mac OS X 10.4. Bryan [...] From susanmackay at optusnet.com.au Wed Sep 24 01:47:42 2008 From: susanmackay at optusnet.com.au (Susan Mackay) Date: Wed, 24 Sep 2008 18:47:42 +1000 Subject: Using 'configure' with sourcefile specific directories In-Reply-To: References: <200809220153.m8M1rkgs030832@mail04.syd.optusnet.com.au> Message-ID: Thank you for your reply - it worked very nicely. Unfortunately it let me move on to the next roadblock and this one has stopped me in my tracks (at least for now). Susan On 22/09/2008, at 14:24, Ryan Schmidt wrote: > On Sep 21, 2008, at 8:53 PM, susanmackay at optusnet.com.au wrote: > >> I am trying to create a port file for an application (not mine) >> that is made up of about 6 distribution files that are (partially) >> self-contained but all are needed for the overall 'install'. Some >> of the distribution files documentation or data etc., but all >> require a "./configure" operation. >> >> I have been able to download all of the files and extract them into >> separate directories. My problem comes in executing the 'Configure' >> phase which, according to the 'Guide' operates in "${worksrcpath}" >> which has a default definition of "${workpath}/${worksrcdir}". The >> "${workpath}" part is fine, but "${worksrcdir}" would appear to >> expect a single directory name (default of "${distname}" which is >> made up of the name and version number of the whole application) >> and I need it to be different for each of the files. >> >> I could split this into multiple port files except that the final >> install needs to be performed as a single unit (as far as I can >> tell - I'm trying to check this out) so that the executables, >> documentation and read-only data files are all placed into the >> final directory tree at the same time and the various environment >> variable paths updated (if necessary). >> >> I have tried redefining "${worksrcdir}" to contain multiple names >> but this seems to apply all of the names at once to each of the >> invocations of "./configure" which causes the shell to reject the >> path name (surprise!). >> >> Is there a way to get the configure phase to operate in a sequence >> of directories and multiple times? > > Port phases run only once per port. If you want to run multiple > configure commands, you'll have to rewrite the configure phase to do > that. > > If there is a "primary" distfile and then several additional > distfiles, you could leave the worksrcdir pointing to the primary > one and let it configure that. Then, in the post-configure, you can > run ./configure on the others. e.g.: > > worksrcdir primary-${version} > post-configure { > foreach thing {foo-1.0 bar-2.5 baz-3.14} { > system "cd ${thing} && ./configure ${configure.pre_args}" > } > } From lists-macports at shopwatch.org Wed Sep 24 04:48:04 2008 From: lists-macports at shopwatch.org (Jay Levitt) Date: Wed, 24 Sep 2008 07:48:04 -0400 Subject: Creating source packages? In-Reply-To: <4C0D1824-229F-4277-829C-0E58ADF41FBA@macports.org> References: <48D7AA12.2090201@shopwatch.org> <4C0D1824-229F-4277-829C-0E58ADF41FBA@macports.org> Message-ID: <48DA28F4.7040408@shopwatch.org> Ryan Schmidt wrote: > On Sep 22, 2008, at 9:22 AM, Jay Levitt wrote: > >> I have a developer who lives in a rural area, with no broadband access. >> (OK, stop laughing.) Worse, his 28.8K dialup ISP has an 8-hour max >> session time, so anything signifcantly large just can't be downloaded, >> period. > > Oh, I'm not laughing. My aunt was stuck on 28.8Kbps until recently when > she finally upgraded to ISDN. Hooray for 64Kbps! Now she can finally > download her own OS updates instead of me having to burn CDs for her. Ha! Would you believe he's too far from the CO for ISDN? (It's limited to 18K cable-feet, and he's twice that far.) The worst part is: He DOES have a WiFi coffee shop nearby, but theirs is one of those WiFi routers whose out-of-the-box firmware doesn't play nicely with Apple's Airport. The fix is to upgrade the firmware, but ever try convincing a coffee shop to upgrade their firmware for you? > There isn't any such thing as a "source package" in MacPorts, but you > can certainly download distfiles, burn them to a DVD, and have your > developer copy them to /opt/local/var/macports/distfiles. MacPorts will > happily use them, assuming they're in fact the correct file (that the > checksum matches what's in the corresponding Portfile). Ah! Thanks. I think that is what I'm looking for. (I don't want to build them on my machine, because there are times he'll want to use different variants, especially as our configs diverge; he has a Core Duo, so he won't be able to move to Snow Leopard.) Jay From dexter at ambidexter.com Wed Sep 24 05:49:59 2008 From: dexter at ambidexter.com (Michael Dexter) Date: Wed, 24 Sep 2008 15:49:59 +0300 Subject: Port request: wdg-validate In-Reply-To: <6399F3BF-2FD7-4657-88C8-C9C770E4A277@macports.org> References: <48A18F4D.7090302@ambidexter.com> <6399F3BF-2FD7-4657-88C8-C9C770E4A277@macports.org> Message-ID: <48DA3777.8080102@ambidexter.com> Hello all, I have a fix for building the WDG Offline HTMLHelp.com Validator on 10.4 and 10.5. Might anyone be interested in building a port? The project home page with dependencies is: http://htmlhelp.com/tools/validator/offline/index.html.en The port is named wdg-validate in NetBSD and I believe "validate" in OpenBSD: http://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/www/wdg-validate/README.html http://www.openbsd.org/3.4_packages/i386/validate-1.1.2.tgz-long.html It requires three components: The validate PERL script. Must be executable and in /usr/local/bin/ The wdg-sgml-lib library, as /usr/local/share/wdg/ The lq-nsgmls parser in /usr/local/bin/ which requires line 36 of the Makefile to be changed to: XDEFINES=-DSP_HAVE_SOCKET -DSP_MUTEX_PTHREADS ... in order to build on 10.4 and 10.5. I have asked the upstream maintainer to include this fix. Thanks, Michael. Ryan Schmidt wrote: > On Aug 12, 2008, at 08:25, Michael Dexter wrote: > >> I have tried to build wdg-validate on Mac OS 10.4 and it fails. >> (http://htmlhelp.com/tools/validator/offline/index.html.en) A port would >> be greatly appreciated. Is anyone interested in porting this voluntarily >> or if necessary as a bounty? > > Well, the MacPorts project isn't about taking software that doesn't work > on Mac OS X and making it work on Mac OS X ("porting" it to Mac OS X). > Instead, it's about taking software which does work on Mac OS X and > making it easier to install. So if wdg-validate does not build on Mac OS > X, then you need to speak with the developers of wdg-validate to first > make it work on Mac OS X. Then a MacPorts port can be created for it. > From rhubbell at ihubbell.com Wed Sep 24 07:40:10 2008 From: rhubbell at ihubbell.com (rhubbell) Date: Wed, 24 Sep 2008 07:40:10 -0700 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <20080924064444.GS692@ninagal.withay.com> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> <1222225972.5056.2.camel@127> <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> <20080924064444.GS692@ninagal.withay.com> Message-ID: <1222267211.13514.4.camel@127> On Wed, 2008-09-24 at 00:44 -0600, Bryan Blackburn wrote: > On Tue, Sep 23, 2008 at 10:25:17PM -0500, Ryan Schmidt said: > > > > On Sep 23, 2008, at 10:12 PM, rhubbell wrote: > > > > > On Tue, 2008-09-23 at 20:22 -0600, Bryan Blackburn wrote: > > > > > >> It looks like taglib is only disliking 4.0.0, so I'm guessing if > > >> you run "gcc > > >> --version" it'll say 4.0.0 and not 4.0.1 (which is what's shipped > > >> with > > >> current Xcode versions). In that case I'd suggest you upgrade Xcode. > > > > > > I guess xcode doesn't get updated when other software gets updated via > > > software update. > > > > No, it does not. You must download Xcode updates from Apple Developer > > Connection. > > > > http://connect.apple.com/ > > > > Also note, that if you have gcc 4.0.0 from Xcode, you have a very old > version, as Apple upgraded gcc4 to 4.0.1 as of Xcode 2.2; MacPorts works > best with 2.4.1 or 2.5 on Mac OS X 10.4. I don't recall where I got Xcode, I thought it came with the OS. But I'll check that link to see how to upgrade. BTW I found a taglib.dmg on the taglib site, if I installed that would worlds collide? > > Bryan > > [...] > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From raimue at macports.org Wed Sep 24 07:50:32 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Wed, 24 Sep 2008 16:50:32 +0200 Subject: Creating source packages? In-Reply-To: <48DA28F4.7040408@shopwatch.org> References: <48D7AA12.2090201@shopwatch.org> <4C0D1824-229F-4277-829C-0E58ADF41FBA@macports.org> <48DA28F4.7040408@shopwatch.org> Message-ID: <48DA53B8.7040607@macports.org> Jay Levitt wrote: > Ah! Thanks. I think that is what I'm looking for. (I don't want to build > them on my machine, because there are times he'll want to use different > variants, especially as our configs diverge; he has a Core Duo, so he won't > be able to move to Snow Leopard.) It should be enough to have a recent set of Portfiles and the according distfiles. The default sync method over rsync should already minimize bandwidth usage and should work over ISDN just fine. Alternatively, there is a daily tarball [1] generated on the MacPorts mirror which you can just send him on a regular basis. But it is really not that big, about 5 MB. For the distfiles, just copy the files from /opt/local/var/macports/distfiles and send them to him. He should just store them at the same location and everything should work without any downloads required. But note that newer Portfiles may also require new distfiles, as they provide newer versions of the software. So the best would be to keep a matching set of both in order to avoid problems for him. Rainer [1] http://trac.macports.org/wiki/howto/PortTreeTarball From bill at parducci.net Wed Sep 24 12:28:49 2008 From: bill at parducci.net (Bill Parducci) Date: Wed, 24 Sep 2008 12:28:49 -0700 Subject: audiofile checksum failure Message-ID: I am trying to install gimp on a completely fresh install and one of the dependencies is audiofile and it keeps failing on the checksum: [...] Skipping org.macports.activate (gnome-vfs ) since this port is already active ---> Cleaning gnome-vfs ---> Fetching audiofile ---> Attempting to fetch audiofile-0.2.6.tar.gz from http://www.68k.org/~michael/audiofile/ ---> Verifying checksum(s) for audiofile Error: No checksum set for audiofile-0.2.6.tar.gz Error: No checksum set for audiofile-0.2.6.tar.gz Error: No checksum set for audiofile-0.2.6.tar.gz Error: No checksum set for audiofile-0.2.6.tar.gz Error: No checksum set for audiofile-0.2.6.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: gimp-app gimp2 libgnomeui libbonoboui libgnome esound audiofile libgnomecanvas gail libgtkhtml libmng lcms librsvg libcroco libgsf libwmf poppler poppler- data py25-gtk py25-cairo py25-numpy fftw-3 py25-hashlib python25 py25- gobject libxslt gimp-jp2 openjpeg gimp-lqr-plugin liblqr gtk-nodoka- engine coreutils gutenprint icns-gimp macclipboard-gimp macfile-gimp ufraw exiv2 xsane sane-backends libusb Error: Status 1 encountered during processing. I tried cleaning and repulling with no luck. I also manually pulled the file from a few sites and diff'd the results (all files are the same). Any ideas? thanks in advance. b From 0x62_0x6c_0x62 at pobox.com Wed Sep 24 13:08:21 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Wed, 24 Sep 2008 14:08:21 -0600 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <1222267211.13514.4.camel@127> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> <1222225972.5056.2.camel@127> <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> <20080924064444.GS692@ninagal.withay.com> <1222267211.13514.4.camel@127> Message-ID: <20080924200821.GE456@ninagal.withay.com> On Wed, Sep 24, 2008 at 07:40:10AM -0700, rhubbell said: [...] > > I don't recall where I got Xcode, I thought it came with the OS. > But I'll check that link to see how to upgrade. > Yes, the OS DVD does include Xcode, but as time goes on that version goes further out of date...To upgrade you just download the DMG for the latest version and install the packages from it. There should be documentation in the DMG if you feel like reading beforehand. > BTW I found a taglib.dmg on the taglib site, if I installed that would > worlds collide? > I'm guessing it'll install in /usr/local which won't break things, but anything you install from MacPorts won't see it since they'll be looking only for MacPorts-installed items to satisfy dependencies. Bryan [...] From 0x62_0x6c_0x62 at pobox.com Wed Sep 24 13:13:02 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Wed, 24 Sep 2008 14:13:02 -0600 Subject: audiofile checksum failure In-Reply-To: References: Message-ID: <20080924201302.GF456@ninagal.withay.com> On Wed, Sep 24, 2008 at 12:28:49PM -0700, Bill Parducci said: [...] > ---> Verifying checksum(s) for audiofile > Error: No checksum set for audiofile-0.2.6.tar.gz [...] > > I tried cleaning and repulling with no luck. I also manually pulled > the file from a few sites and diff'd the results (all files are the > same). Any ideas? > I take it you did try cleaning audiofile, not the main port you were trying to install? Also, were you in interactive mode, as if you were, I think if this is the bug that's come up before [1], you'll need to restart port? If neither of those solves the issue, can you run $ sudo port clean --all audiofile then show the output of running $ sudo port -d checksum audiofile Maybe something there will be helpful. Bryan [1] - > thanks in advance. > > b From i.cue at dsl.pipex.com Wed Sep 24 14:06:40 2008 From: i.cue at dsl.pipex.com (Mine) Date: Wed, 24 Sep 2008 22:06:40 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> Message-ID: <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> Hi Ryan, Sorry, I just pressed the reply button. I was getting late here. I have (sudo mv /sw /sw-off, sudo mv /usr/local /usr/local-off) both sets of directories, configured boost and sent you the configure file. I assume you didn't want me to send the config file to the list so I just sent it to you. I have not installed boost yet just in case there are any changes to be made before installing. Thanks again for your help, Regards, Terrence On 24 Sep 2008, at 04:31, Ryan Schmidt wrote: > Please remember to Reply All so your reply goes to the list too, > not just to me. > > > On Sep 23, 2008, at 8:03 PM, Mine wrote: > >> Hi Ryan, >> >> I have stuff in /usr/local which are apps installed by macPorts > > MacPorts installs in /opt/local by default, not /usr/local. Things > installed in /usr/local can interfere with MacPorts. Using /usr/ > local as your MacPorts prefix is not supported. > >> and I also have stuff in /sw apps installed by Fink. Although the >> Fink doc state that because it installs its files in /sw it does not >> interfere with other apps. > > I don't care what the Fink docs say. :) Items installed in /sw and / > usr/local can interfere with software that MacPorts wants to > install. It is not supported to have two different package managers > installed. That means it may work for you but I won't help you with > it. :) > >> I am a little nervous about disabling thing as I am new at this >> and I don't want to screw up my system or the other apps I >> have managed to install which is not yet backed up. > > Move /sw and /usr/local out of the way by renaming them to /sw-off > and /usr/local-off. Then try again. If things now work, you'll > know /sw or /usr/local interfered. > > You can always rename them back to /sw and /usr/local temporarily > while you need to use what's in there, but your long term solution > is to install all that software with MacPorts, then get rid of /sw > and /usr/local. > >> I have uninstalled and re-installed boost. >> >> As stated in your email I did the following: >> My-Computer:~ tw2$ sudo port deactivate boost >> Password: >> ---> Deactivating boost >> My-Computer:~ tw2$ sudo port clean --work boost >> ---> Cleaning boost >> My-Computer:~ tw2$ sudo port configure boost >> My-Computer:~ tw2$ open $(port dir boost) >> My-Computer:~ tw2$ >> >> The first time I did this, I was able to open a work >> directory and I have attached it to a separate email. >> However, out of curiosity, I opened the file as it >> did not have config in its name but the file only >> contained two words 'variant: +darwin'. >> >> I assumed that I had made an error so I reactivated >> boost and tried again but each time I try, the work >> directory is now an alias that I can't open. > > Sorry; I gave incorrect instructions. It seems that because the > boost port was still installed (though deactivated), "port > configure" did nothing, hence there was nothing in the work > directory. (The work directory is, by the way, always an alias to > another location.) > > Uninstall boost instead of deactivating it. Then "port configure" > should actually configure, and then you can find the config.log and > attach it. > >> While I was re-installing boost I saw the following >> appear in the Terminal: >> Building Boost.Regex with the optional Unicode/ICU support disabled. >> Please refer to the Boost.Regex documentation for more information >> (don't panic: this is a strictly optional feature). >> >> I don't know if this has anything to do with the error I have been >> getting >> 'configure: error: Could not link against boost_regex-boost_regex- >> mt !' >> when trying to install mkvToolnix. I did have a look at the >> Boost.Regex >> documentation but the info 'Building with Unicode and ICU Support' >> and >> other thing mentioned, is way beyond me. > > I don't know the significance of that message. I'm not really > familiar with boost. > > Tomorrow I'll try configuring it again on my system and see if it > says the same thing. > From ryandesign at macports.org Wed Sep 24 14:28:39 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 24 Sep 2008 16:28:39 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> Message-ID: On Sep 24, 2008, at 16:06, Mine wrote: > On 24 Sep 2008, at 04:31, Ryan Schmidt wrote: > >> Please remember to Reply All so your reply goes to the list too, >> not just to me. >> >> >> On Sep 23, 2008, at 8:03 PM, Mine wrote: >> >>> Hi Ryan, >>> >>> I have stuff in /usr/local which are apps installed by macPorts >> >> MacPorts installs in /opt/local by default, not /usr/local. Things >> installed in /usr/local can interfere with MacPorts. Using /usr/ >> local as your MacPorts prefix is not supported. >> >>> and I also have stuff in /sw apps installed by Fink. Although the >>> Fink doc state that because it installs its files in /sw it does not >>> interfere with other apps. >> >> I don't care what the Fink docs say. :) Items installed in /sw >> and /usr/local can interfere with software that MacPorts wants to >> install. It is not supported to have two different package >> managers installed. That means it may work for you but I won't >> help you with it. :) >> >>> I am a little nervous about disabling thing as I am new at this >>> and I don't want to screw up my system or the other apps I >>> have managed to install which is not yet backed up. >> >> Move /sw and /usr/local out of the way by renaming them to /sw-off >> and /usr/local-off. Then try again. If things now work, you'll >> know /sw or /usr/local interfered. >> >> You can always rename them back to /sw and /usr/local temporarily >> while you need to use what's in there, but your long term solution >> is to install all that software with MacPorts, then get rid of /sw >> and /usr/local. >> >>> I have uninstalled and re-installed boost. >>> >>> As stated in your email I did the following: >>> My-Computer:~ tw2$ sudo port deactivate boost >>> Password: >>> ---> Deactivating boost >>> My-Computer:~ tw2$ sudo port clean --work boost >>> ---> Cleaning boost >>> My-Computer:~ tw2$ sudo port configure boost >>> My-Computer:~ tw2$ open $(port dir boost) >>> My-Computer:~ tw2$ >>> >>> The first time I did this, I was able to open a work >>> directory and I have attached it to a separate email. >>> However, out of curiosity, I opened the file as it >>> did not have config in its name but the file only >>> contained two words 'variant: +darwin'. >>> >>> I assumed that I had made an error so I reactivated >>> boost and tried again but each time I try, the work >>> directory is now an alias that I can't open. >> >> Sorry; I gave incorrect instructions. It seems that because the >> boost port was still installed (though deactivated), "port >> configure" did nothing, hence there was nothing in the work >> directory. (The work directory is, by the way, always an alias to >> another location.) >> >> Uninstall boost instead of deactivating it. Then "port configure" >> should actually configure, and then you can find the config.log >> and attach it. >> >>> While I was re-installing boost I saw the following >>> appear in the Terminal: >>> Building Boost.Regex with the optional Unicode/ICU support disabled. >>> Please refer to the Boost.Regex documentation for more information >>> (don't panic: this is a strictly optional feature). >>> >>> I don't know if this has anything to do with the error I have >>> been getting >>> 'configure: error: Could not link against boost_regex-boost_regex- >>> mt !' >>> when trying to install mkvToolnix. I did have a look at the >>> Boost.Regex >>> documentation but the info 'Building with Unicode and ICU >>> Support' and >>> other thing mentioned, is way beyond me. >> >> I don't know the significance of that message. I'm not really >> familiar with boost. >> >> Tomorrow I'll try configuring it again on my system and see if it >> says the same thing. > > I have (sudo mv /sw /sw-off, sudo mv /usr/local /usr/local-off) > both sets of directories, > configured boost and sent you the configure file. I assume you > didn't want me to > send the config file to the list so I just sent it to you. I have > not installed boost yet > just in case there are any changes to be made before installing. You sent me the configure script, but I already have that. :) I need the output the configure script produces when run on your system. That's the config.log file. From rhubbell at ihubbell.com Wed Sep 24 14:29:27 2008 From: rhubbell at ihubbell.com (rhubbell) Date: Wed, 24 Sep 2008 14:29:27 -0700 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <20080924200821.GE456@ninagal.withay.com> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> <1222225972.5056.2.camel@127> <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> <20080924064444.GS692@ninagal.withay.com> <1222267211.13514.4.camel@127> <20080924200821.GE456@ninagal.withay.com> Message-ID: <1222291767.13514.20.camel@127> On Wed, 2008-09-24 at 14:08 -0600, Bryan Blackburn wrote: > On Wed, Sep 24, 2008 at 07:40:10AM -0700, rhubbell said: > [...] > > > > I don't recall where I got Xcode, I thought it came with the OS. > > But I'll check that link to see how to upgrade. > > > > Yes, the OS DVD does include Xcode, but as time goes on that version goes > further out of date...To upgrade you just download the DMG for the latest > version and install the packages from it. There should be documentation in > the DMG if you feel like reading beforehand. Interesting, I have to sign up for a "free" account (as in beer) to get Xcode update. The terms of the agreement are scary. There's a clause that says that "they" can enter your physical location if they want to, for access to the "prototype". > > > BTW I found a taglib.dmg on the taglib site, if I installed that would > > worlds collide? > > > > I'm guessing it'll install in /usr/local which won't break things, but > anything you install from MacPorts won't see it since they'll be looking only > for MacPorts-installed items to satisfy dependencies. Ok, I understand. That makes sense. Thanks. > > Bryan > > [...] > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From bill at parducci.net Wed Sep 24 15:58:43 2008 From: bill at parducci.net (Bill Parducci) Date: Wed, 24 Sep 2008 15:58:43 -0700 Subject: audiofile checksum failure In-Reply-To: <20080924201302.GF456@ninagal.withay.com> References: <20080924201302.GF456@ninagal.withay.com> Message-ID: <15A67DAC-BABF-4B93-A758-7523CFD16CE7@parducci.net> On Sep 24, 2008, at 1:13 PM, Bryan Blackburn wrote: > > I take it you did try cleaning audiofile, not the main port you were > trying > to install? Also, were you in interactive mode, as if you were, I > think if > this is the bug that's come up before [1], you'll need to restart > port? Yes, I cleaned audiofile explicitly. Yes, in interactive mode. Will try from command line... > If neither of those solves the issue, can you run > > $ sudo port clean --all audiofile > > then show the output of running > > $ sudo port -d checksum audiofile > > Maybe something there will be helpful. $ pwd /opt/local/bin $ sudo ./port clean --all audiofile ---> Cleaning audiofile wparducci:bin wparducci$ sudo ./port -d checksum audiofile DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/audiofile DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/audio/audiofile DEBUG: Requested variant darwin is not provided by port audiofile. DEBUG: Requested variant i386 is not provided by port audiofile. DEBUG: Requested variant macosx is not provided by port audiofile. DEBUG: Executing org.macports.main (audiofile) ---> Fetching audiofile DEBUG: Executing org.macports.fetch (audiofile) ---> audiofile-0.2.6.tar.gz doesn't seem to exist in /opt/local/var/ macports/distfiles/audiofile ---> Attempting to fetch audiofile-0.2.6.tar.gz from http://www.68k.org/~michael/audiofile/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 365k 100 365k 0 0 258k 0 0:00:01 0:00:01 --:--:-- 325k ---> Verifying checksum(s) for audiofile DEBUG: Executing org.macports.checksum (audiofile) ---> Checksumming audiofile-0.2.6.tar.gz DEBUG: Correct (md5) checksum for audiofile-0.2.6.tar.gz DEBUG: Correct (sha1) checksum for audiofile-0.2.6.tar.gz DEBUG: Correct (rmd160) checksum for audiofile-0.2.6.tar.gz So far so good... $ sudo ./port install audiofile ---> Extracting audiofile ---> Applying patches to audiofile ---> Configuring audiofile ---> Building audiofile with target all ---> Staging audiofile into destroot ---> Installing audiofile 0.2.6_2 ---> Activating audiofile 0.2.6_2 ---> Cleaning audiofile Works! Must have been interactive mode... thanks b From i.cue at dsl.pipex.com Wed Sep 24 16:53:31 2008 From: i.cue at dsl.pipex.com (Mine) Date: Thu, 25 Sep 2008 00:53:31 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> Message-ID: <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> Hi Ryan, Should I install boost to create the config.log, or should it be created after 'sudo port configure boost'. I'm asking because I can't find it in the 'work' folder. I have searched in the finder and I have also used ' locate config.log' which I assume should find it if it exists. Terrence. On 24 Sep 2008, at 22:28, Ryan Schmidt wrote: >> >> >> I have (sudo mv /sw /sw-off, sudo mv /usr/local /usr/local-off) >> both sets of directories, >> configured boost and sent you the configure file. I assume you >> didn't want me to >> send the config file to the list so I just sent it to you. I have >> not installed boost yet >> just in case there are any changes to be made before installing. > > You sent me the configure script, but I already have that. :) I > need the output the configure script produces when run on your > system. That's the config.log file. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080925/8c4a5494/attachment.html From ryandesign at macports.org Wed Sep 24 17:01:34 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 24 Sep 2008 19:01:34 -0500 Subject: audiofile checksum failure In-Reply-To: <15A67DAC-BABF-4B93-A758-7523CFD16CE7@parducci.net> References: <20080924201302.GF456@ninagal.withay.com> <15A67DAC-BABF-4B93-A758-7523CFD16CE7@parducci.net> Message-ID: <4793F1E8-A2DB-44BC-A738-6E5B83BD9862@macports.org> On Sep 24, 2008, at 17:58, Bill Parducci wrote: > On Sep 24, 2008, at 1:13 PM, Bryan Blackburn wrote: > >> I take it you did try cleaning audiofile, not the main port you were >> trying >> to install? Also, were you in interactive mode, as if you were, I >> think if >> this is the bug that's come up before [1], you'll need to restart >> port? > > Yes, I cleaned audiofile explicitly. Yes, in interactive mode. Will > try from command line... > >> If neither of those solves the issue, can you run >> >> $ sudo port clean --all audiofile >> >> then show the output of running >> >> $ sudo port -d checksum audiofile >> >> Maybe something there will be helpful. > > > $ pwd > /opt/local/bin > > $ sudo ./port clean --all audiofile > > ---> Cleaning audiofile > wparducci:bin wparducci$ sudo ./port -d checksum audiofile > DEBUG: Found port in file:///opt/local/var/macports/sources/ > rsync.macports.org/release/ports/audio/audiofile > DEBUG: Changing to port directory: /opt/local/var/macports/sources/ > rsync.macports.org/release/ports/audio/audiofile > DEBUG: Requested variant darwin is not provided by port audiofile. > DEBUG: Requested variant i386 is not provided by port audiofile. > DEBUG: Requested variant macosx is not provided by port audiofile. > DEBUG: Executing org.macports.main (audiofile) > ---> Fetching audiofile > DEBUG: Executing org.macports.fetch (audiofile) > ---> audiofile-0.2.6.tar.gz doesn't seem to exist in /opt/local/var/ > macports/distfiles/audiofile > ---> Attempting to fetch audiofile-0.2.6.tar.gz from http://www. > 68k.org/~michael/audiofile/ > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 100 365k 100 365k 0 0 258k 0 0:00:01 0:00:01 > --:--:-- 325k > ---> Verifying checksum(s) for audiofile > DEBUG: Executing org.macports.checksum (audiofile) > ---> Checksumming audiofile-0.2.6.tar.gz > DEBUG: Correct (md5) checksum for audiofile-0.2.6.tar.gz > DEBUG: Correct (sha1) checksum for audiofile-0.2.6.tar.gz > DEBUG: Correct (rmd160) checksum for audiofile-0.2.6.tar.gz > > So far so good... > > $ sudo ./port install audiofile > ---> Extracting audiofile > ---> Applying patches to audiofile > ---> Configuring audiofile > ---> Building audiofile with target all > ---> Staging audiofile into destroot > ---> Installing audiofile 0.2.6_2 > ---> Activating audiofile 0.2.6_2 > ---> Cleaning audiofile > > Works! Must have been interactive mode... I'm glad you got it working but I'm puzzled by what caused the initial problem. The error message doesn't make sense: Error: No checksum set for audiofile-0.2.6.tar.gz The portfile does have checksums set! Strange. If you have a consistent way to reproduce this problem I'd be interested... From ryandesign at macports.org Wed Sep 24 18:03:17 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 24 Sep 2008 20:03:17 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> Message-ID: <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> On Sep 24, 2008, at 18:53, Mine wrote: > On 24 Sep 2008, at 22:28, Ryan Schmidt wrote: > >>> I have (sudo mv /sw /sw-off, sudo mv /usr/local /usr/local-off) >>> both sets of directories, >>> configured boost and sent you the configure file. I assume you >>> didn't want me to >>> send the config file to the list so I just sent it to you. I have >>> not installed boost yet >>> just in case there are any changes to be made before installing. >> >> You sent me the configure script, but I already have that. :) I >> need the output the configure script produces when run on your >> system. That's the config.log file. > > Should I install boost to create the config.log, or should it be > created after 'sudo port configure boost'. I'm asking because > I can't find it in the 'work' folder. I have searched in the finder > and I have also used ' locate config.log' which I assume > should find it if it exists. Oh. Sorry, I didn't realize boost's configure script wasn't generated by autoconf so it doesn't write a config.log. So we'll have to settle for a log of the entire build process. Try this: sudo port clean --work boost sudo port -d install boost build.jobs=1 2>&1 | tee ~/Desktop/boost.txt bzip2 ~/Desktop/boost.txt Then attach boost.txt.bzip2 from your Desktop. FYI, my boost build also says: Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (don't panic: this is a strictly optional feature). This seems OK to me since the portfile uses " --without-icu" in the configure.args. From zavpublic at mac.com Wed Sep 24 19:19:30 2008 From: zavpublic at mac.com (Zav Public) Date: Wed, 24 Sep 2008 21:19:30 -0500 Subject: taglib won't install (problem with gcc4.0 blacklisted) In-Reply-To: <1222291767.13514.20.camel@127> References: <1222207148.4205.24.camel@127> <20080923233859.GE692@ninagal.withay.com> <1222215516.4205.33.camel@127> <20080924022232.GJ692@ninagal.withay.com> <1222225972.5056.2.camel@127> <0C073A1F-E4BE-47C9-AD9E-C1C757E14069@macports.org> <20080924064444.GS692@ninagal.withay.com> <1222267211.13514.4.camel@127> <20080924200821.GE456@ninagal.withay.com> <1222291767.13514.20.camel@127> Message-ID: <7117D65E-7ED3-497C-B588-DDC25991641D@mac.com> On Sep 24, 2008, at 4:29 PM, rhubbell wrote: >> > > Interesting, I have to sign up for a "free" account (as in beer) to > get Beer is not free. Well, maybe cheap beer is but not the good stuff. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080924/cc05ad75/attachment.html From ryandesign at macports.org Wed Sep 24 19:40:44 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 24 Sep 2008 21:40:44 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> Message-ID: <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> On Sep 24, 2008, at 20:03, Ryan Schmidt wrote: > So we'll have to settle for a log of the entire build process. Try > this: > > sudo port clean --work boost > sudo port -d install boost build.jobs=1 2>&1 | tee ~/Desktop/boost.txt > bzip2 ~/Desktop/boost.txt > > Then attach boost.txt.bzip2 from your Desktop. I don't see a lot of difference between your output and mine. Yours also shows that it did in fact build and install libboost_regex-mt. Is it there now? Does mkvtoolnix now install correctly? DEBUG: installing file: /opt/local/var/macports/software/boost/ 1.35.0_2/opt/local/lib/libboost_regex-mt-1_35.dylib DEBUG: installing link: /opt/local/var/macports/software/boost/ 1.35.0_2/opt/local/lib/libboost_regex-mt.dylib [snip] DEBUG: activating file: /opt/local/lib/libboost_regex-mt-1_35.dylib DEBUG: activating link: /opt/local/lib/libboost_regex-mt.dylib [snip] DEBUG: Adding file to file_map: /opt/local/lib/libboost_regex- mt-1_35.dylib for: boost DEBUG: Adding link to file_map: /opt/local/lib/libboost_regex- mt.dylib for: boost From deliverable at gmail.com Thu Sep 25 09:31:14 2008 From: deliverable at gmail.com (Alexy Khrabrov) Date: Thu, 25 Sep 2008 12:31:14 -0400 Subject: moving port from a 32-bit box to 64-bit one In-Reply-To: References: <63964191-7262-4BD2-A08E-97FDE090458C@gmail.com> Message-ID: Thanks, Randall -- this works, except that it forgets to apply variants. E.g., I have coreutils installed +with_original_names, so we'd need to drop the numeric version and add that +... exactly. Cheers, Alexy On Aug 20, 2008, at 6:02 AM, Randall Wood wrote: > You will have to reinstall your ports. Here's I deal with a large > reinstallation: > > port installed > ~/installed.txt > sudo php -f ~/install-list-ports ~/installed.txt > > install-listed-ports is a php script that is attached and should work > in 10.4 or 10.5 out of the box. Just copy it to your home directory > for this to work. > > On Wed, Aug 20, 2008 at 12:56 AM, Alexy Khrabrov > wrote: >> I've migrated from a 32-bit MacBook Core Duo to MBP Core 2 Duo, and >> the Migration Assistant happily brought over my macports which look >> like they work. Except when I start one zsh inside another I get >> some >> deallocate failures... Which makes me think, will selfupdate >> notice I >> am on 64 bits now and reinstall stuff, or do I have to reinstall it >> all myself -- and then, is there an automatic way to redo all the >> ports which are 64 bit-aware and capable? >> >> Cheers, >> Alexy >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> > > > > -- > Randall Wood > randall.h.wood at alexandriasoftware.com > > "The rules are simple: The ball is round. The game lasts 90 minutes. > All the rest is just philosophy." > From i.cue at dsl.pipex.com Thu Sep 25 16:25:00 2008 From: i.cue at dsl.pipex.com (Mine) Date: Fri, 26 Sep 2008 00:25:00 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> Message-ID: Hi Ryan, Deep joy, mkvToolnix installed at last. As you said, it must have been the /sw directory getting in the way. Anyway, thanks very much for all your help. I do have however a general questions open to all list member if you can help. I am now trying to install mpeg4ip. During the build process, I get the following message: mp4.h is being used by the active faac port. Please deactivate this port first, or use the -f flag to force the activation. What is the best option? if I force the installation, does the install overwrite the mp4.h file or the link that faac has to that file. As I have not forced installed before, am I right in thinking that the command is 'sudo port -f install mpeg4ip'. If deactivate is the way to go, is the command 'port disable faac'. I searched the macPorts info but I did not see a disable command. Thanks, Terrence On 25 Sep 2008, at 03:40, Ryan Schmidt wrote: > On Sep 24, 2008, at 20:03, Ryan Schmidt wrote: > >> So we'll have to settle for a log of the entire build process. Try >> this: >> >> sudo port clean --work boost >> sudo port -d install boost build.jobs=1 2>&1 | tee ~/Desktop/ >> boost.txt >> bzip2 ~/Desktop/boost.txt >> >> Then attach boost.txt.bzip2 from your Desktop. > > I don't see a lot of difference between your output and mine. Yours > also shows that it did in fact build and install libboost_regex-mt. > Is it there now? Does mkvtoolnix now install correctly? > > > DEBUG: installing file: /opt/local/var/macports/software/boost/ > 1.35.0_2/opt/local/lib/libboost_regex-mt-1_35.dylib > DEBUG: installing link: /opt/local/var/macports/software/boost/ > 1.35.0_2/opt/local/lib/libboost_regex-mt.dylib > > [snip] > > DEBUG: activating file: /opt/local/lib/libboost_regex-mt-1_35.dylib > DEBUG: activating link: /opt/local/lib/libboost_regex-mt.dylib > > [snip] > > DEBUG: Adding file to file_map: /opt/local/lib/libboost_regex- > mt-1_35.dylib for: boost > DEBUG: Adding link to file_map: /opt/local/lib/libboost_regex- > mt.dylib for: boost > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080926/63608d9c/attachment.html From mark at dxradio.demon.co.uk Thu Sep 25 17:46:20 2008 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Fri, 26 Sep 2008 01:46:20 +0100 Subject: arpwatch Message-ID: Is there something amiss with my MacPorts system? I did a sudo port install arpwatch and it installed arpwatch into /opt/local/sbin ... just the executable, no directory. and without making a default (empty) arp.dat and without the ethercodes.dat It also didn't seem to complain about not installing libpcap which seems to be a pre-requisite according to all the online documentation about arpwatch. But arpwatch does seem to work regardless. It would also be helpful to put in how to generate a up-to-date ethercodes.dat file, not least as I had to work out how to achieve this sh massagevendor /opt/local/sbin/oui.txt >/opt/local/sbin/ethercodes.dat having downloaded the oui.txt from http://standards.ieee.org/regauth/oui/oui.txt (or even generate an up to date ethercodes.dat file as part of the port install) Mark Hattam From ryandesign at macports.org Thu Sep 25 18:49:43 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 25 Sep 2008 20:49:43 -0500 Subject: arpwatch In-Reply-To: References: Message-ID: <9EB6B90D-13F8-474E-97BA-61A19DC9B22E@macports.org> On Sep 25, 2008, at 19:46, Mark Hattam wrote: > Is there something amiss with my MacPorts system? Not that I know of. > I did a > > sudo port install arpwatch > > and it installed arpwatch into /opt/local/sbin ... just the > executable, no directory. On my system, it installs these binaries: ${prefix}/sbin/arpsnmp ${prefix}/sbin/arpwatch Not sure why you're getting a single binary called "sbin". Could you show us the output of "port contents arpwatch"? > and without making a default (empty) arp.dat and without the > ethercodes.dat > > It also didn't seem to complain about not installing libpcap which > seems to be a pre-requisite according to all the online documentation > about arpwatch. But arpwatch does seem to work regardless. arpwatch does not declare dependencies on any other software. I do not know if this is correct. > It would also be helpful to put in how to generate a up-to-date > ethercodes.dat file, not least as I had to work out how to achieve > this > sh massagevendor /opt/local/sbin/oui.txt >/opt/local/sbin/ > ethercodes.dat > having downloaded the oui.txt from > http://standards.ieee.org/regauth/oui/oui.txt > > (or even generate an up to date ethercodes.dat file as part of the > port install) I don't see any tickets filed for arpwatch, so you should probably file some. From ryandesign at macports.org Thu Sep 25 18:52:47 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 25 Sep 2008 20:52:47 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> Message-ID: On Sep 25, 2008, at 18:25, Mine wrote: > I am now trying to install mpeg4ip. During the build process, I get > the following message: > mp4.h is being used by the active faac port. Please deactivate this > port first, or use the -f flag to force the activation. > > What is the best option? if I force the installation, does the > install overwrite the mp4.h > file or the link that faac has to that file. As I have not forced > installed before, am I right > in thinking that the command is 'sudo port -f install mpeg4ip'. > > If deactivate is the way to go, is the command 'port disable faac'. > I searched the > macPorts info but I did not see a disable command. The message means faac and mpeg4ip both want to install the same file (mp4.h). Is the contents of these two files the same? If not, then faac and mpeg4ip cannot be activate at the same time. Do you need both? You may need to file a ticket so the maintainers of these two ports can resolve this conflict. Unfortunately, mpeg4ip has no maintainer, but maybe the maintainer of faac can take care of it. From 0x62_0x6c_0x62 at pobox.com Thu Sep 25 18:56:36 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Thu, 25 Sep 2008 19:56:36 -0600 Subject: arpwatch In-Reply-To: References: Message-ID: <20080926015636.GK455@ninagal.withay.com> On Fri, Sep 26, 2008 at 01:46:20AM +0100, Mark Hattam said: > Is there something amiss with my MacPorts system? > > I did a > sudo port install arpwatch > > and it installed arpwatch into /opt/local/sbin ... just the > executable, no directory. > > and without making a default (empty) arp.dat and without the ethercodes.dat > When did you last run a 'sudo port selfupdate'? On my system, arpwatch is version 2.1a15 and installs more than just the arpwatch binary itself: ${prefix}/sbin/arpsnmp ${prefix}/sbin/arpwatch ${prefix}/share/examples/arpwatch-2.1a15/arp2ethers ${prefix}/share/examples/arpwatch-2.1a15/d.awk ${prefix}/share/examples/arpwatch-2.1a15/e.awk ${prefix}/share/examples/arpwatch-2.1a15/ethercodes.dat ${prefix}/share/examples/arpwatch-2.1a15/p.awk ${prefix}/share/man/man8/arpsnmp.8.gz ${prefix}/share/man/man8/arpwatch.8.gz > It also didn't seem to complain about not installing libpcap which > seems to be a pre-requisite according to all the online documentation > about arpwatch. But arpwatch does seem to work regardless. > It's apparently simply linking against the OS-installed libpcap in /usr/lib. In theory it should probably be linking against the libpcap port. > It would also be helpful to put in how to generate a up-to-date > ethercodes.dat file, not least as I had to work out how to achieve > this > sh massagevendor /opt/local/sbin/oui.txt >/opt/local/sbin/ethercodes.dat > having downloaded the oui.txt from > http://standards.ieee.org/regauth/oui/oui.txt > I'd say file a ticket against this bit as it could probably install more files (eg, that massagevendor script at least, perhaps others). Bryan > (or even generate an up to date ethercodes.dat file as part of the > port install) > > > Mark Hattam From dexter at ambidexter.com Thu Sep 25 22:03:25 2008 From: dexter at ambidexter.com (Michael Dexter) Date: Fri, 26 Sep 2008 08:03:25 +0300 Subject: Port request: wdg-validate In-Reply-To: <6399F3BF-2FD7-4657-88C8-C9C770E4A277@macports.org> References: <48A18F4D.7090302@ambidexter.com> <6399F3BF-2FD7-4657-88C8-C9C770E4A277@macports.org> Message-ID: <48DC6D1D.7050702@ambidexter.com> Hello all, The maintainer of the lq-nsgmls package has posted a new MACH-friendly version, v. 1.3.4.14. http://htmlhelp.com/tools/validator/offline/index.html.en The software on this site is good to go for packaging, should anyone be interested. Thanks, Michael I have a fix for building the WDG Offline HTMLHelp.com Validator on 10.4 and 10.5. Might anyone be interested in building a port? The project home page with dependencies is: http://htmlhelp.com/tools/validator/offline/index.html.en The port is named wdg-validate in NetBSD and I believe "validate" in OpenBSD: http://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/www/wdg-validate/README.html http://www.openbsd.org/3.4_packages/i386/validate-1.1.2.tgz-long.html It requires three components: The validate PERL script. Must be executable and in /usr/local/bin/ The wdg-sgml-lib library, as /usr/local/share/wdg/ The lq-nsgmls parser in /usr/local/bin/ which requires line 36 of the Makefile to be changed to: XDEFINES=-DSP_HAVE_SOCKET -DSP_MUTEX_PTHREADS ... in order to build on 10.4 and 10.5. I have asked the upstream maintainer to include this fix. Thanks, Michael. Ryan Schmidt wrote: > On Aug 12, 2008, at 08:25, Michael Dexter wrote: > >> I have tried to build wdg-validate on Mac OS 10.4 and it fails. >> (http://htmlhelp.com/tools/validator/offline/index.html.en) A port would >> be greatly appreciated. Is anyone interested in porting this voluntarily >> or if necessary as a bounty? > > Well, the MacPorts project isn't about taking software that doesn't work > on Mac OS X and making it work on Mac OS X ("porting" it to Mac OS X). > Instead, it's about taking software which does work on Mac OS X and > making it easier to install. So if wdg-validate does not build on Mac OS > X, then you need to speak with the developers of wdg-validate to first > make it work on Mac OS X. Then a MacPorts port can be created for it. > From ryandesign at macports.org Thu Sep 25 23:37:08 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 26 Sep 2008 01:37:08 -0500 Subject: Port request: wdg-validate In-Reply-To: <48DC6D1D.7050702@ambidexter.com> References: <48A18F4D.7090302@ambidexter.com> <6399F3BF-2FD7-4657-88C8-C9C770E4A277@macports.org> <48DC6D1D.7050702@ambidexter.com> Message-ID: <8CEBFF4F-C093-4238-92FF-D6D2CFDBBB3E@macports.org> You should file a ticket requesting these three ports. On Sep 26, 2008, at 00:03, Michael Dexter wrote: > > Hello all, > > The maintainer of the lq-nsgmls package has posted a new MACH-friendly > version, v. 1.3.4.14. > > http://htmlhelp.com/tools/validator/offline/index.html.en > > The software on this site is good to go for packaging, should > anyone be > interested. > > Thanks, > > Michael > > > I have a fix for building the WDG Offline HTMLHelp.com Validator on > 10.4 > and 10.5. Might anyone be interested in building a port? > > The project home page with dependencies is: > http://htmlhelp.com/tools/validator/offline/index.html.en > > > The port is named wdg-validate in NetBSD and I believe "validate" in > OpenBSD: > > http://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/www/wdg-validate/ > README.html > http://www.openbsd.org/3.4_packages/i386/validate-1.1.2.tgz-long.html > > It requires three components: > > The validate PERL script. Must be executable and in /usr/local/bin/ > > The wdg-sgml-lib library, as /usr/local/share/wdg/ > > The lq-nsgmls parser in /usr/local/bin/ which requires line 36 of the > Makefile to be changed to: > > XDEFINES=-DSP_HAVE_SOCKET -DSP_MUTEX_PTHREADS > > ... in order to build on 10.4 and 10.5. > > I have asked the upstream maintainer to include this fix. > > Thanks, > > Michael. > > > Ryan Schmidt wrote: >> On Aug 12, 2008, at 08:25, Michael Dexter wrote: >> >>> I have tried to build wdg-validate on Mac OS 10.4 and it fails. >>> (http://htmlhelp.com/tools/validator/offline/index.html.en) A >>> port would >>> be greatly appreciated. Is anyone interested in porting this >>> voluntarily >>> or if necessary as a bounty? >> >> Well, the MacPorts project isn't about taking software that >> doesn't work >> on Mac OS X and making it work on Mac OS X ("porting" it to Mac OS >> X). >> Instead, it's about taking software which does work on Mac OS X and >> making it easier to install. So if wdg-validate does not build on >> Mac OS >> X, then you need to speak with the developers of wdg-validate to >> first >> make it work on Mac OS X. Then a MacPorts port can be created for it. From mark at dxradio.demon.co.uk Fri Sep 26 00:30:50 2008 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Fri, 26 Sep 2008 08:30:50 +0100 Subject: arpwatch In-Reply-To: <20080926015636.GK455@ninagal.withay.com> References: <20080926015636.GK455@ninagal.withay.com> Message-ID: At 19:56 -0600 25/9/08, Bryan Blackburn wrote: >On Fri, Sep 26, 2008 at 01:46:20AM +0100, Mark Hattam said: >> Is there something amiss with my MacPorts system? >> >> I did a >> sudo port install arpwatch >> >> and it installed arpwatch into /opt/local/sbin ... just the >> executable, no directory. >> >> and without making a default (empty) arp.dat and without the ethercodes.dat >> > >When did you last run a 'sudo port selfupdate'? On my system, arpwatch is >version 2.1a15 and installs more than just the arpwatch binary itself: Yes, I installed 2.1a15 ... I do a selfupdate everytime before doing anything with "port". >${prefix}/sbin/arpsnmp >${prefix}/sbin/arpwatch >${prefix}/share/examples/arpwatch-2.1a15/arp2ethers >${prefix}/share/examples/arpwatch-2.1a15/d.awk >${prefix}/share/examples/arpwatch-2.1a15/e.awk >${prefix}/share/examples/arpwatch-2.1a15/ethercodes.dat >${prefix}/share/examples/arpwatch-2.1a15/p.awk >${prefix}/share/man/man8/arpsnmp.8.gz >${prefix}/share/man/man8/arpwatch.8.gz Ah ... I see these too ... but I wouldn't have known to go searching here. And running man arpwatch doesn't bring up the manual. Also running arpwatch it doesn't find ethercodes.dat for itself. I had to move (and later update) ethercodes.dat in the /opt/local/sbin directory alongside arpwatch itself. And there is no arp.dat file created by the installer process. Nor is there the massagevendors script for future updating of a current oui.txt from ieee. Powerbook:/opt/local/sbin markhattam$ ls -la total 1072 drwxr-xr-x 12 root admin 408 Sep 26 08:20 . drwxr-xr-x 12 root admin 408 Jul 31 23:10 .. -rw-r--r-- 1 root admin 0 Dec 17 2007 .turd_MacPorts -rw-r--r-- 1 root admin 117 Sep 26 08:20 arp.dat -rw-r--r-- 1 root admin 117 Sep 26 08:16 arp.dat- -r-xr-xr-x 2 root admin 29732 Sep 25 00:17 arpsnmp -r-xr-xr-x 2 root admin 34944 Sep 25 00:17 arpwatch -rw-r--r-- 1 markhatt markhatt 342651 Sep 26 01:28 ethercodes.dat -rwxr-xr-x 2 root admin 15312 Aug 1 13:12 pwcheck -rwxr-xr-x 2 root admin 63504 Aug 1 13:12 saslauthd -rwxr-xr-x 2 root admin 23764 Aug 1 13:12 sasldblistusers2 -rwxr-xr-x 2 root admin 19640 Aug 1 13:12 saslpasswd2 > > It also didn't seem to complain about not installing libpcap which > > seems to be a pre-requisite according to all the online documentation >> about arpwatch. But arpwatch does seem to work regardless. >> > >It's apparently simply linking against the OS-installed libpcap in /usr/lib. >In theory it should probably be linking against the libpcap port. Isn't it MacPorts policy to build necessary linked software itself rather than rely on Apple installations? > > It would also be helpful to put in how to generate a up-to-date >> ethercodes.dat file, not least as I had to work out how to achieve >> this >> sh massagevendor /opt/local/sbin/oui.txt >/opt/local/sbin/ethercodes.dat >> having downloaded the oui.txt from >> http://standards.ieee.org/regauth/oui/oui.txt >> > >I'd say file a ticket against this bit as it could probably install more >files (eg, that massagevendor script at least, perhaps others). > >Bryan > > >> (or even generate an up to date ethercodes.dat file as part of the > > port install) Mark From mark at dxradio.demon.co.uk Fri Sep 26 01:11:40 2008 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Fri, 26 Sep 2008 09:11:40 +0100 Subject: arpwatch In-Reply-To: <9EB6B90D-13F8-474E-97BA-61A19DC9B22E@macports.org> References: <9EB6B90D-13F8-474E-97BA-61A19DC9B22E@macports.org> Message-ID: >On Sep 25, 2008, at 19:46, Mark Hattam wrote: > >>I did a >> >>sudo port install arpwatch >> >>and it installed arpwatch into /opt/local/sbin ... just the >>executable, no directory. > >On my system, it installs these binaries: > > ${prefix}/sbin/arpsnmp > ${prefix}/sbin/arpwatch > >Not sure why you're getting a single binary called "sbin". > >Could you show us the output of "port contents arpwatch"? Sorry, I wasn't clear enough it does install arpsnmp and arpwatch in /sbin/ Powerbook:/opt/local/sbin $ ls -la total 1072 drwxr-xr-x 12 root admin 408 Sep 26 08:20 . drwxr-xr-x 12 root admin 408 Jul 31 23:10 .. -rw-r--r-- 1 root admin 0 Dec 17 2007 .turd_MacPorts -rw-r--r-- 1 root admin 117 Sep 26 08:20 arp.dat -rw-r--r-- 1 root admin 117 Sep 26 08:16 arp.dat- -r-xr-xr-x 2 root admin 29732 Sep 25 00:17 arpsnmp -r-xr-xr-x 2 root admin 34944 Sep 25 00:17 arpwatch -rw-r--r-- 1 markhatt markhatt 342651 Sep 26 01:28 ethercodes.dat -rwxr-xr-x 2 root admin 15312 Aug 1 13:12 pwcheck -rwxr-xr-x 2 root admin 63504 Aug 1 13:12 saslauthd -rwxr-xr-x 2 root admin 23764 Aug 1 13:12 sasldblistusers2 -rwxr-xr-x 2 root admin 19640 Aug 1 13:12 saslpasswd2 I put ethercodes.dat there as well as creating arp.dat > >>and without making a default (empty) arp.dat and without the ethercodes.dat >> >>It also didn't seem to complain about not installing libpcap which >>seems to be a pre-requisite according to all the online documentation >>about arpwatch. But arpwatch does seem to work regardless. > >arpwatch does not declare dependencies on any other software. I do >not know if this is correct. > >>It would also be helpful to put in how to generate a up-to-date >>ethercodes.dat file, not least as I had to work out how to achieve >>this >>sh massagevendor /opt/local/sbin/oui.txt >/opt/local/sbin/ethercodes.dat >>having downloaded the oui.txt from >>http://standards.ieee.org/regauth/oui/oui.txt >> >>(or even generate an up to date ethercodes.dat file as part of the >>port install) > >I don't see any tickets filed for arpwatch, so you should probably file some. From otto.roberson at gmail.com Fri Sep 26 01:24:26 2008 From: otto.roberson at gmail.com (Otto Roberson Bertsch) Date: Fri, 26 Sep 2008 10:24:26 +0200 Subject: C compiler cannot create executables Message-ID: <4c5a7a9f0809260124n5d2e0a05r660068ab049e18c9@mail.gmail.com> It seems likely that I have been hit by "the lazy installer" when I installed XCode. I downloaded macports via subversion and tried ./configure, here a snip from config.log: configure:2502: $? = 0 configure:2509: gcc -v >&5 Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5488~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5488) configure:2512: $? = 0 configure:2519: gcc -V >&5 gcc-4.0: argument to `-V' is missing configure:2522: $? = 1 configure:2545: checking for C compiler default output file name configure:2572: gcc conftest.c >&5 cc1: error: /usr/local/include: Not a directory configure:2575: $? = 1 configure:2613: result: configure: failed program was: | /* confdefs.h. */ So gcc --v (and cc -v) both say: Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5488~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5488) XCode is now 3.1.1, it tells me gcc 3.3 (1823) gcc 4.0.1 (5488) and gcc (4.2.1) are available. gcc_select is not in Leopard, I thought about trying gcc 4.2.1... Can someone please tell me how I can fix this problem? -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080926/4931a80c/attachment.html From ryandesign at macports.org Fri Sep 26 01:34:12 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 26 Sep 2008 03:34:12 -0500 Subject: C compiler cannot create executables In-Reply-To: <4c5a7a9f0809260124n5d2e0a05r660068ab049e18c9@mail.gmail.com> References: <4c5a7a9f0809260124n5d2e0a05r660068ab049e18c9@mail.gmail.com> Message-ID: On Sep 26, 2008, at 03:24, Otto Roberson Bertsch wrote: > I downloaded macports via subversion and tried ./configure, here a > snip from config.log: > > configure:2502: $? = 0 > configure:2509: gcc -v >&5 > Using built-in specs. > Target: i686-apple-darwin9 > Configured with: /var/tmp/gcc/gcc-5488~2/src/configure --disable- > checking -enable-werror --prefix=/usr --mandir=/share/man --enable- > languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/ > s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/ > usr/lib --build=i686-apple-darwin9 --with-arch=apple --with- > tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 > Thread model: posix > gcc version 4.0.1 (Apple Inc. build 5488) > configure:2512: $? = 0 > configure:2519: gcc -V >&5 > gcc-4.0: argument to `-V' is missing > configure:2522: $? = 1 > configure:2545: checking for C compiler default output file name > configure:2572: gcc conftest.c >&5 > cc1: error: /usr/local/include: Not a directory It sounds like you may have a directory in /usr/local whose name begins with "include" and then a space, e.g. "include 1". It may be similar to this FAQ entry: http://trac.macports.org/wiki/ ProblemHotlist#Aportfailedtobuildwithamessagereferringto1lib:Nosuchfileo rdirectory You should remove any such directory. Also note it's not supported to have things in /usr/local/ {bin,include,lib,...} while using MacPorts. From ryandesign at macports.org Fri Sep 26 01:39:56 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 26 Sep 2008 03:39:56 -0500 Subject: arpwatch In-Reply-To: References: <20080926015636.GK455@ninagal.withay.com> Message-ID: <725C9538-81B9-46EF-AF35-83F17A68EB08@macports.org> On Sep 26, 2008, at 02:30, Mark Hattam wrote: > At 19:56 -0600 25/9/08, Bryan Blackburn wrote: >> On Fri, Sep 26, 2008 at 01:46:20AM +0100, Mark Hattam said: >>> Is there something amiss with my MacPorts system? >>> >>> I did a >>> sudo port install arpwatch >>> >>> and it installed arpwatch into /opt/local/sbin ... just the >>> executable, no directory. >>> >>> and without making a default (empty) arp.dat and without the >>> ethercodes.dat >>> >> >> When did you last run a 'sudo port selfupdate'? On my system, >> arpwatch is >> version 2.1a15 and installs more than just the arpwatch binary >> itself: > > Yes, I installed 2.1a15 ... I do a selfupdate everytime before doing > anything with "port". > > >> ${prefix}/sbin/arpsnmp >> ${prefix}/sbin/arpwatch >> ${prefix}/share/examples/arpwatch-2.1a15/arp2ethers >> ${prefix}/share/examples/arpwatch-2.1a15/d.awk >> ${prefix}/share/examples/arpwatch-2.1a15/e.awk >> ${prefix}/share/examples/arpwatch-2.1a15/ethercodes.dat >> ${prefix}/share/examples/arpwatch-2.1a15/p.awk >> ${prefix}/share/man/man8/arpsnmp.8.gz >> ${prefix}/share/man/man8/arpwatch.8.gz > > Ah ... I see these too ... but I wouldn't have known to go > searching here. "port contents arpwatch" will show you everything arpwatch installed. > And running > man arpwatch doesn't bring up the manual. It does on my system. Your MANPATH environment variable must not be set up correctly. > Also running arpwatch it doesn't find ethercodes.dat for itself. I > had to move (and later update) ethercodes.dat in the /opt/local/sbin > directory alongside arpwatch itself. And there is no arp.dat file > created by the installer process. Nor is there the massagevendors > script for future updating of a current oui.txt from ieee. You should file tickets for these issues and assign them to the port's maintainer. As you probably know, it's unusual to have configuration or data files in ${prefix}/sbin; that directory is only for programs you run. Hopefully there's a better place these files can be put and still found by arpwatch. Configuration files would usually go somewhere under ${prefix}/etc, data files somewhere under ${prefix}/share. >>> It also didn't seem to complain about not installing libpcap which >>> seems to be a pre-requisite according to all the online >>> documentation >>> about arpwatch. But arpwatch does seem to work regardless. >>> >> >> It's apparently simply linking against the OS-installed libpcap >> in /usr/lib. >> In theory it should probably be linking against the libpcap port. > > Isn't it MacPorts policy to build necessary linked software itself > rather than rely on Apple installations? Yes, it is, and this port seems to be in violation of that policy. Please file a ticket. :) From ryandesign at macports.org Fri Sep 26 01:42:23 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 26 Sep 2008 03:42:23 -0500 Subject: C compiler cannot create executables In-Reply-To: References: <4c5a7a9f0809260124n5d2e0a05r660068ab049e18c9@mail.gmail.com> Message-ID: <2137074B-1D6E-4DDE-84B8-0843B7786D05@macports.org> On Sep 26, 2008, at 03:34, Ryan Schmidt wrote: > On Sep 26, 2008, at 03:24, Otto Roberson Bertsch wrote: > >> I downloaded macports via subversion and tried ./configure, here a >> snip from config.log: >> >> configure:2502: $? = 0 >> configure:2509: gcc -v >&5 >> Using built-in specs. >> Target: i686-apple-darwin9 >> Configured with: /var/tmp/gcc/gcc-5488~2/src/configure --disable- >> checking -enable-werror --prefix=/usr --mandir=/share/man --enable- >> languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/ >> s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/ >> usr/lib --build=i686-apple-darwin9 --with-arch=apple --with- >> tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 >> Thread model: posix >> gcc version 4.0.1 (Apple Inc. build 5488) >> configure:2512: $? = 0 >> configure:2519: gcc -V >&5 >> gcc-4.0: argument to `-V' is missing >> configure:2522: $? = 1 >> configure:2545: checking for C compiler default output file name >> configure:2572: gcc conftest.c >&5 >> cc1: error: /usr/local/include: Not a directory > > It sounds like you may have a directory in /usr/local whose name > begins with "include" and then a space, e.g. "include 1". Either that, or /usr/local/include exists on your system but is not a directory (perhaps it is a file instead). This would be quite strange, and if that's the case, then it should be removed as well. To fix the problem in either case, since it causes problems for MacPorts to have things in /usr/local, you can rename /usr/local to / usr/local-off for now. From ryandesign at macports.org Fri Sep 26 01:45:49 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 26 Sep 2008 03:45:49 -0500 Subject: C compiler cannot create executables In-Reply-To: <4c5a7a9f0809260142v7aa62451u2e7a800c7b66373f@mail.gmail.com> References: <4c5a7a9f0809260124n5d2e0a05r660068ab049e18c9@mail.gmail.com> <4c5a7a9f0809260142v7aa62451u2e7a800c7b66373f@mail.gmail.com> Message-ID: Please remember to Reply All so your reply goes to the list too, not just to me. On Sep 26, 2008, at 03:42, Otto Roberson Bertsch wrote: > On Fri, Sep 26, 2008 at 10:34 AM, Ryan Schmidt wrote: > >> It sounds like you may have a directory in /usr/local whose name >> begins with "include" and then a space, e.g. "include 1". It may >> be similar to this FAQ entry: >> >> http://trac.macports.org/wiki/ >> ProblemHotlist#Aportfailedtobuildwithamessagereferringto1lib:Nosuchfi >> leordirectory >> >> You should remove any such directory. >> >> Also note it's not supported to have things in /usr/local/ >> {bin,include,lib,...} while using MacPorts. > > Actually it's worse than that - > > I just looked and usr/local is not a directory. Instead I have a 13 > Mb plain text file named local! That's pretty strange! :) I would remove that file then, assuming its contents is nothing you need. > Sounds like I need to uninstall & reinstall MacPorts?? Since you haven't even gotten through the MacPorts configure script, nothing has been installed yet. Just run configure again with the options you want (usually at least --enable-readline), make, and then sudo make install. > This was a fresh install and I haven't touched anything in /usr > (other than installing webmin which was after this problem). From otto.roberson at gmail.com Fri Sep 26 02:45:30 2008 From: otto.roberson at gmail.com (Otto Roberson Bertsch) Date: Fri, 26 Sep 2008 11:45:30 +0200 Subject: Fixed: C compiler cannot create executables Message-ID: <4c5a7a9f0809260245y6a9d3765q1baf9fed0f45467d@mail.gmail.com> Thanks to Ryan for his very rapid and effective response! The culprit was that /usr/local/ was not a directory but instead a file. That's very strange, but a sudo mv /usr/local /usr/local-off got me going again. -- otto roberson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080926/d6a7a114/attachment.html From hircus at macports.org Fri Sep 26 14:07:22 2008 From: hircus at macports.org (Michel Salim) Date: Fri, 26 Sep 2008 17:07:22 -0400 Subject: Fixed: C compiler cannot create executables In-Reply-To: <4c5a7a9f0809260245y6a9d3765q1baf9fed0f45467d@mail.gmail.com> References: <4c5a7a9f0809260245y6a9d3765q1baf9fed0f45467d@mail.gmail.com> Message-ID: On Fri, Sep 26, 2008 at 5:45 AM, Otto Roberson Bertsch wrote: > Thanks to Ryan for his very rapid and effective response! > > The culprit was that /usr/local/ was not a directory but instead a file. > That's very strange, but a sudo mv /usr/local /usr/local-off got me going > again. > Wonder if at some point /usr/local got erased, and then some script did a 'touch /usr/local' on your system, recreating it as a file. -- mi?el salim ? http://hircus.jaiku.com/ IUCS ? msalim at cs.indiana.edu Fedora ? salimma at fedoraproject.org MacPorts ? hircus at macports.org From i.cue at dsl.pipex.com Fri Sep 26 18:54:11 2008 From: i.cue at dsl.pipex.com (Mine) Date: Sat, 27 Sep 2008 02:54:11 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> Message-ID: <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> Hi Ryan, I have uninstalled everything and started again. Installing mpeg4ip and mkvtoolnix first, followed by ffmpeg, a52, faac, faad, lame, x264 and xvid. I am not sure if this is the right place for this next question, but hopefully you or someone else may have encountered this next problem. I have been able to extract a video track from and .mkv file, but when I try to convert the audio to aac using the following: ffmpeg -i file.mkv -vn -acodec aac -ac 2 audio.aac I get 'unknown encoder aac' It seems to start alright with the following: FFmpeg version UNKNOWN, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --prefix=/opt/local --disable-vhook --mandir=/opt/ local/share/man --enable-shared --enable-pthreads --disable-mmx -- cc=gcc-4.0 --enable-gpl --enable-liba52 libavutil version: 49.7.0 libavcodec version: 51.60.0 libavformat version: 52.18.0 libavdevice version: 52.0.0 built on Sep 27 2008 00:52:03, gcc: 4.0.1 (Apple Computer, Inc. build 5370) followed by many lines of this: [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1549a966 [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1654ae6b [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x114d9b74 and ends with: Input #0, matroska, from '/Users/TWcomputer/vid_convert/Thomson/ Thomson_WMV-HD_720p.mkv': Duration: 00:04:39.56, start: 0.000000, bitrate: N/A Stream #0.0: Attachment: 0x0000 Stream #0.1: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 30.00 tb(r) Stream #0.2: Audio: vorbis, 44100 Hz, stereo Unknown encoder 'aac' I am not sure if ffmpeg has its own encoder or if it should try to use faac. Can anyone suggest how to solve this one. Thanks, Terrence On 26 Sep 2008, at 02:52, Ryan Schmidt wrote: > On Sep 25, 2008, at 18:25, Mine wrote: > >> I am now trying to install mpeg4ip. During the build process, I >> get the following message: >> mp4.h is being used by the active faac port. Please deactivate this >> port first, or use the -f flag to force the activation. >> >> What is the best option? if I force the installation, does the >> install overwrite the mp4.h >> file or the link that faac has to that file. As I have not forced >> installed before, am I right >> in thinking that the command is 'sudo port -f install mpeg4ip'. >> >> If deactivate is the way to go, is the command 'port disable >> faac'. I searched the >> macPorts info but I did not see a disable command. > > The message means faac and mpeg4ip both want to install the same > file (mp4.h). Is the contents of these two files the same? If not, > then faac and mpeg4ip cannot be activate at the same time. Do you > need both? You may need to file a ticket so the maintainers of > these two ports can resolve this conflict. Unfortunately, mpeg4ip > has no maintainer, but maybe the maintainer of faac can take care > of it. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080927/4409ca04/attachment.html From ryandesign at macports.org Fri Sep 26 21:36:16 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 26 Sep 2008 23:36:16 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> Message-ID: On Sep 26, 2008, at 20:54, Mine wrote: > I have uninstalled everything and started again. Installing mpeg4ip > and mkvtoolnix > first, followed by ffmpeg, a52, faac, faad, lame, x264 and xvid. > > I am not sure if this is the right place for this next question, > but hopefully you or > someone else may have encountered this next problem. > > I have been able to extract a video track from and .mkv file, but > when I try to convert > the audio to aac using the following: > > ffmpeg -i file.mkv -vn -acodec aac -ac 2 audio.aac > > I get 'unknown encoder aac' > > It seems to start alright with the following: > FFmpeg version UNKNOWN, Copyright (c) 2000-2008 Fabrice Bellard, et > al. > configuration: --prefix=/opt/local --disable-vhook --mandir=/opt/ > local/share/man --enable-shared --enable-pthreads --disable-mmx -- > cc=gcc-4.0 --enable-gpl --enable-liba52 > libavutil version: 49.7.0 > libavcodec version: 51.60.0 > libavformat version: 52.18.0 > libavdevice version: 52.0.0 > built on Sep 27 2008 00:52:03, gcc: 4.0.1 (Apple Computer, Inc. > build 5370) > > followed by many lines of this: > [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1549a966 > [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1654ae6b > [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x114d9b74 > > and ends with: > Input #0, matroska, from '/Users/TWcomputer/vid_convert/Thomson/ > Thomson_WMV-HD_720p.mkv': > Duration: 00:04:39.56, start: 0.000000, bitrate: N/A > Stream #0.0: Attachment: 0x0000 > Stream #0.1: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], > 30.00 tb(r) > Stream #0.2: Audio: vorbis, 44100 Hz, stereo > Unknown encoder 'aac' > > I am not sure if ffmpeg has its own encoder or if it should try to > use faac. Can anyone suggest how to > solve this one. According to "port info ffmpeg" and "port variants ffmpeg", ffmpeg can use faac to encode aac audio and faad to decode aac audio. Did you install ffmpeg with the faac and faad variants? I'm thinking you didn't, because ffmpeg showed you its configuration line above, and it doesn't include the options "--enable-libfaac" and "--enable- libfaad" which should appear if you had used those variants. From p.witty at gmail.com Sat Sep 27 13:23:43 2008 From: p.witty at gmail.com (steve@wamu) Date: Sat, 27 Sep 2008 13:23:43 -0700 (PDT) Subject: [SAMBA] Problem on AppleTV Message-ID: <19698265.post@talk.nabble.com> OK. First let me apologize. I know this is probably not the *best* place to submit this question, but the awkwardtv.org forum seems to be all but dead. :( So let me just state the facts. I have installed the Macports Samba3 package on my AppleTV (which runs a stripped down version of OSX 10.4.9), and it is not working (it worked fine on firmware 1.0 and 1.1... but now with firmware 2.1 it is no longer starting). I followed the instructions found http://wiki.awkwardtv.org/wiki/Enable_SAMBA_server here . I have posted my question to the the http://forum.awkwardtv.org/viewtopic.php?f=10&t=727&p=11498#p11498 AwkwardTV forum . I would appreciate any suggestions and/or input you all might be able to provide. My next step is to go pop in my OSX 10.4 installer DVDs, open the install package up in Pacifist, grab the ktrace and kdump binaries and copy them over to my AppleTV so I can run a trace on the daemons (smbd and nmbd) when I try to start them up. I try to start them with the following commands: -bash-2.05b$ /opt/local/sbin/smbd -c /opt/local/etc/samba3/smb.conf -bash-2.05b$ /opt/local/sbin/nmbd -c /opt/local/etc/samba3/smb.conf I believe that once they're started, they should show up when I run ps ax | grep smbd or ps ax | grep nmbd But no dice. Please help me out here folks! I would really appreciate it. -- View this message in context: http://www.nabble.com/-SAMBA--Problem-on-AppleTV-tp19698265p19698265.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From jeffrey at goldmark.org Sat Sep 27 14:45:55 2008 From: jeffrey at goldmark.org (Jeffrey Goldberg) Date: Sat, 27 Sep 2008 16:45:55 -0500 Subject: Fixed: C compiler cannot create executables In-Reply-To: References: <4c5a7a9f0809260245y6a9d3765q1baf9fed0f45467d@mail.gmail.com> Message-ID: <3384A1E2-24A4-4802-824F-1646FE11CCB2@goldmark.org> On Sep 26, 2008, at 4:07 PM, Michel Salim wrote: > Wonder if at some point /usr/local got erased, and then some script > did a 'touch /usr/local' on your system, recreating it as a file. He said it was 13MB. So my guess is that some script did a cp foo /usr/local expected that /usr/local already existed as a directory. Cheers, -j From jeffrey at goldmark.org Sat Sep 27 16:12:24 2008 From: jeffrey at goldmark.org (Jeffrey Goldberg) Date: Sat, 27 Sep 2008 18:12:24 -0500 Subject: building gnucash In-Reply-To: <1FED9B28-E6BB-439A-B346-9CB1B9EFC237@macports.org> References: <48D828CB.3090102@sift.info> <1FED9B28-E6BB-439A-B346-9CB1B9EFC237@macports.org> Message-ID: On Sep 23, 2008, at 12:06 AM, Ryan Schmidt wrote: > I don't think you have any misconfiguration. As was said, gnucash has > lots of dependencies -- so many that my port dependency graph maker > just draws a jumble, which you can view here for your undoubtedly > great amusement: > > http://www.ryandesign.com/tmp/gnucash.png (1.2MB) That pretty much confirms my view about gnucash dependencies. Is your port dependency graph maker available as a port? Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From ryandesign at macports.org Sat Sep 27 16:55:58 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 27 Sep 2008 18:55:58 -0500 Subject: building gnucash In-Reply-To: References: <48D828CB.3090102@sift.info> <1FED9B28-E6BB-439A-B346-9CB1B9EFC237@macports.org> Message-ID: On Sep 27, 2008, at 18:12, Jeffrey Goldberg wrote: > On Sep 23, 2008, at 12:06 AM, Ryan Schmidt wrote: > >> I don't think you have any misconfiguration. As was said, gnucash has >> lots of dependencies -- so many that my port dependency graph maker >> just draws a jumble, which you can view here for your undoubtedly >> great amusement: >> >> http://www.ryandesign.com/tmp/gnucash.png (1.2MB) > > That pretty much confirms my view about gnucash dependencies. > > Is your port dependency graph maker available as a port? No, it's just a php script I wrote, but you can get it here: http://lists.macosforge.org/pipermail/macports-dev/2008-April/ 005038.html In further messages in that thread, someone tried to integrate the graph creation into MacPorts itself, but I don't think it ever got committed. Would be nice to have though. From ryandesign at macports.org Sat Sep 27 18:55:12 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 27 Sep 2008 20:55:12 -0500 Subject: [SAMBA] Problem on AppleTV In-Reply-To: <19698265.post@talk.nabble.com> References: <19698265.post@talk.nabble.com> Message-ID: <061B04C5-44EE-45B1-A3CD-FD37C469E9E3@macports.org> On Sep 27, 2008, at 15:23, steve at wamu wrote: > I have installed the Macports Samba3 package on my AppleTV (which > runs a > stripped down version of OSX 10.4.9), and it is not working (it > worked fine > on firmware 1.0 and 1.1... but now with firmware 2.1 it is no longer > starting). > > I followed the instructions found > http://wiki.awkwardtv.org/wiki/Enable_SAMBA_server here . I have > posted my > question to the the > http://forum.awkwardtv.org/viewtopic.php?f=10&t=727&p=11498#p11498 > AwkwardTV > forum . I would appreciate any suggestions and/or input you all > might be > able to provide. > > My next step is to go pop in my OSX 10.4 installer DVDs, open the > install > package up in Pacifist, grab the ktrace and kdump binaries and copy > them > over to my AppleTV so I can run a trace on the daemons (smbd and > nmbd) when > I try to start them up. I try to start them with the following > commands: > > -bash-2.05b$ /opt/local/sbin/smbd -c /opt/local/etc/samba3/smb.conf > -bash-2.05b$ /opt/local/sbin/nmbd -c /opt/local/etc/samba3/smb.conf > > I believe that once they're started, they should show up when I run > > ps ax | grep smbd > or > ps ax | grep nmbd > > But no dice. I've never set up Samba myself, never used the MacPorts samba3 port, never used an AppleTV, certainly never tried to modify its software... All I can suggest is to try installing samba3 with MacPorts on a normal Mac. Does it work there? If no, then perhaps we can help; otherwise the problem is unique to the AppleTV setup and you'd need to gather more info. From p.witty at gmail.com Sat Sep 27 19:29:09 2008 From: p.witty at gmail.com (steve@wamu) Date: Sat, 27 Sep 2008 19:29:09 -0700 (PDT) Subject: [SAMBA] Problem on AppleTV In-Reply-To: <061B04C5-44EE-45B1-A3CD-FD37C469E9E3@macports.org> References: <19698265.post@talk.nabble.com> <061B04C5-44EE-45B1-A3CD-FD37C469E9E3@macports.org> Message-ID: <19708306.post@talk.nabble.com> Ryan, Thanks for your reply! I believe that the way I got the Samba3 package was someone installed the Macports samba3 port, and then just tar'd up their whole /opt directory to redistribute. If you follow the link below (the one with "Enable_SAMBA_server" in the address), you'll see what I mean. This package worked fine on the earlier version(s) of the AppleTV software. Anyway, what kind of information would I need to gather in order to get some help here? Do you think doing a ktrace on the daemon is a good idea or should I be looking elsewhere? Thanks again! -Steve Ryan Schmidt-24 wrote: > > On Sep 27, 2008, at 15:23, steve at wamu wrote: > >> I have installed the Macports Samba3 package on my AppleTV (which >> runs a >> stripped down version of OSX 10.4.9), and it is not working (it >> worked fine >> on firmware 1.0 and 1.1... but now with firmware 2.1 it is no longer >> starting). >> >> I followed the instructions found >> http://wiki.awkwardtv.org/wiki/Enable_SAMBA_server here . I have >> posted my >> question to the the >> http://forum.awkwardtv.org/viewtopic.php?f=10&t=727&p=11498#p11498 >> AwkwardTV >> forum . I would appreciate any suggestions and/or input you all >> might be >> able to provide. >> >> My next step is to go pop in my OSX 10.4 installer DVDs, open the >> install >> package up in Pacifist, grab the ktrace and kdump binaries and copy >> them >> over to my AppleTV so I can run a trace on the daemons (smbd and >> nmbd) when >> I try to start them up. I try to start them with the following >> commands: >> >> -bash-2.05b$ /opt/local/sbin/smbd -c /opt/local/etc/samba3/smb.conf >> -bash-2.05b$ /opt/local/sbin/nmbd -c /opt/local/etc/samba3/smb.conf >> >> I believe that once they're started, they should show up when I run >> >> ps ax | grep smbd >> or >> ps ax | grep nmbd >> >> But no dice. > > I've never set up Samba myself, never used the MacPorts samba3 port, > never used an AppleTV, certainly never tried to modify its software... > > All I can suggest is to try installing samba3 with MacPorts on a > normal Mac. Does it work there? If no, then perhaps we can help; > otherwise the problem is unique to the AppleTV setup and you'd need > to gather more info. > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -- View this message in context: http://www.nabble.com/-SAMBA--Problem-on-AppleTV-tp19698265p19708306.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From i.cue at dsl.pipex.com Sat Sep 27 22:51:22 2008 From: i.cue at dsl.pipex.com (Mine) Date: Sun, 28 Sep 2008 06:51:22 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> Message-ID: <78BD3512-D9BA-42D7-9F76-EA8783769E51@dsl.pipex.com> Hi Ryan, After sending my email, I did some more searching and found a reference to "--enable-libfaac" and "--enable-libfaad". If I was installing from Terminal without macPorts I believe the following should work: ./configure --enable-libfaac" and "--enable-libfaad but I don't know how to set this option in macPorts. I have now reinstalled ffmpeg using the following, sudo port install ffmpeg +a52 +faac +faad +gpl +lame +libogg +postproc +theora +vorbis +x264 +xvid but I got an error 'unknown encoder aac' so it appears that I sill have to enable these options. Could you tell me how to enable these options in macPorts. I also downloaded and installed ffmpeg-export-2008-09-26, faac, and faad outside from the terminal without macPorts, to see if I could enable options. So I now have two versions of these apps. Is there a simple way to delete the non- macports version. Or can I get a list of where these apps install there files and delete them manually. THanks, Terrence On 27 Sep 2008, at 05:36, Ryan Schmidt wrote: > On Sep 26, 2008, at 20:54, Mine wrote: > >> I have uninstalled everything and started again. Installing >> mpeg4ip and mkvtoolnix >> first, followed by ffmpeg, a52, faac, faad, lame, x264 and xvid. >> >> I am not sure if this is the right place for this next question, >> but hopefully you or >> someone else may have encountered this next problem. >> >> I have been able to extract a video track from and .mkv file, but >> when I try to convert >> the audio to aac using the following: >> >> ffmpeg -i file.mkv -vn -acodec aac -ac 2 audio.aac >> >> I get 'unknown encoder aac' >> >> It seems to start alright with the following: >> FFmpeg version UNKNOWN, Copyright (c) 2000-2008 Fabrice Bellard, >> et al. >> configuration: --prefix=/opt/local --disable-vhook --mandir=/opt/ >> local/share/man --enable-shared --enable-pthreads --disable-mmx -- >> cc=gcc-4.0 --enable-gpl --enable-liba52 >> libavutil version: 49.7.0 >> libavcodec version: 51.60.0 >> libavformat version: 52.18.0 >> libavdevice version: 52.0.0 >> built on Sep 27 2008 00:52:03, gcc: 4.0.1 (Apple Computer, Inc. >> build 5370) >> >> followed by many lines of this: >> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1549a966 >> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1654ae6b >> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x114d9b74 >> >> and ends with: >> Input #0, matroska, from '/Users/TWcomputer/vid_convert/Thomson/ >> Thomson_WMV-HD_720p.mkv': >> Duration: 00:04:39.56, start: 0.000000, bitrate: N/A >> Stream #0.0: Attachment: 0x0000 >> Stream #0.1: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR >> 16:9], 30.00 tb(r) >> Stream #0.2: Audio: vorbis, 44100 Hz, stereo >> Unknown encoder 'aac' >> >> I am not sure if ffmpeg has its own encoder or if it should try to >> use faac. Can anyone suggest how to >> solve this one. > > According to "port info ffmpeg" and "port variants ffmpeg", ffmpeg > can use faac to encode aac audio and faad to decode aac audio. Did > you install ffmpeg with the faac and faad variants? I'm thinking > you didn't, because ffmpeg showed you its configuration line above, > and it doesn't include the options "--enable-libfaac" and "--enable- > libfaad" which should appear if you had used those variants. > > From ryandesign at macports.org Sat Sep 27 23:00:51 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 28 Sep 2008 01:00:51 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <78BD3512-D9BA-42D7-9F76-EA8783769E51@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> <78BD3512-D9BA-42D7-9F76-EA8783769E51@dsl.pipex.com> Message-ID: On Sep 28, 2008, at 00:51, Mine wrote: > On 27 Sep 2008, at 05:36, Ryan Schmidt wrote: > >> On Sep 26, 2008, at 20:54, Mine wrote: >> >>> I have uninstalled everything and started again. Installing >>> mpeg4ip and mkvtoolnix >>> first, followed by ffmpeg, a52, faac, faad, lame, x264 and xvid. >>> >>> I am not sure if this is the right place for this next question, >>> but hopefully you or >>> someone else may have encountered this next problem. >>> >>> I have been able to extract a video track from and .mkv file, but >>> when I try to convert >>> the audio to aac using the following: >>> >>> ffmpeg -i file.mkv -vn -acodec aac -ac 2 audio.aac >>> >>> I get 'unknown encoder aac' >>> >>> It seems to start alright with the following: >>> FFmpeg version UNKNOWN, Copyright (c) 2000-2008 Fabrice Bellard, >>> et al. >>> configuration: --prefix=/opt/local --disable-vhook --mandir=/ >>> opt/local/share/man --enable-shared --enable-pthreads --disable- >>> mmx --cc=gcc-4.0 --enable-gpl --enable-liba52 >>> libavutil version: 49.7.0 >>> libavcodec version: 51.60.0 >>> libavformat version: 52.18.0 >>> libavdevice version: 52.0.0 >>> built on Sep 27 2008 00:52:03, gcc: 4.0.1 (Apple Computer, Inc. >>> build 5370) >>> >>> followed by many lines of this: >>> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1549a966 >>> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1654ae6b >>> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x114d9b74 >>> >>> and ends with: >>> Input #0, matroska, from '/Users/TWcomputer/vid_convert/Thomson/ >>> Thomson_WMV-HD_720p.mkv': >>> Duration: 00:04:39.56, start: 0.000000, bitrate: N/A >>> Stream #0.0: Attachment: 0x0000 >>> Stream #0.1: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR >>> 16:9], 30.00 tb(r) >>> Stream #0.2: Audio: vorbis, 44100 Hz, stereo >>> Unknown encoder 'aac' >>> >>> I am not sure if ffmpeg has its own encoder or if it should try >>> to use faac. Can anyone suggest how to >>> solve this one. >> >> According to "port info ffmpeg" and "port variants ffmpeg", ffmpeg >> can use faac to encode aac audio and faad to decode aac audio. Did >> you install ffmpeg with the faac and faad variants? I'm thinking >> you didn't, because ffmpeg showed you its configuration line >> above, and it doesn't include the options "--enable-libfaac" and >> "--enable-libfaad" which should appear if you had used those >> variants. > > After sending my email, I did some more searching and found a > reference > to "--enable-libfaac" and "--enable-libfaad". If I was installing > from Terminal > without macPorts I believe the following should work: > ./configure --enable-libfaac" and "--enable-libfaad > but I don't know how to set this option in macPorts. If you take a look at the Portfile ("port cat ffmpeg") you'll see that using the +faac variant adds the --enable-libfaac configure option, and using the +faad variant adds the --enable-libfaad configure option. > I have now reinstalled ffmpeg using the following, > sudo port install ffmpeg +a52 +faac +faad +gpl +lame +libogg > +postproc +theora +vorbis +x264 +xvid So that should have been all you needed to do. > but I got an error 'unknown encoder aac' so it appears that I sill > have to enable > these options. Could you tell me how to enable these options in > macPorts. Beyond using the available variants, I can't help. I don't use ffmpeg myself. You might want to contact the maintainer of the ffmpeg port, or the authors of the ffmpeg software. > I also downloaded and installed ffmpeg-export-2008-09-26, faac, and > faad outside > from the terminal without macPorts, to see if I could enable > options. So I now have > two versions of these apps. Is there a simple way to delete the non- > macports version. > Or can I get a list of where these apps install there files and > delete them manually. Usually that would be specified by the configure option --prefix=/ wherever. If you did not supply the --prefix flag to configure, then usually they go in /usr/local. It's a bad idea to have things in /usr/ local while also trying to use MacPorts, so you should remove what's in /usr/local. From krischik at users.sourceforge.net Sat Sep 27 23:24:20 2008 From: krischik at users.sourceforge.net (Martin Krischik) Date: Sun, 28 Sep 2008 08:24:20 +0200 Subject: Fixed: C compiler cannot create executables In-Reply-To: <3384A1E2-24A4-4802-824F-1646FE11CCB2@goldmark.org> References: <4c5a7a9f0809260245y6a9d3765q1baf9fed0f45467d@mail.gmail.com> <3384A1E2-24A4-4802-824F-1646FE11CCB2@goldmark.org> Message-ID: <594818FB-4667-4AC4-AE98-101891E1A418@users.sourceforge.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 27.09.2008 um 23:45 schrieb Jeffrey Goldberg: > On Sep 26, 2008, at 4:07 PM, Michel Salim wrote: > >> Wonder if at some point /usr/local got erased, and then some script >> did a 'touch /usr/local' on your system, recreating it as a file. > > He said it was 13MB. So my guess is that some script did a > > cp foo /usr/local > > expected that /usr/local already existed as a directory. > > This is why the "--target-directory" was invented (at least for gnu's cp). Very helpful for scripts. Also very helpful is "setopt Err_Exit" (Z-Shell - for bash some obscure command with "-e"). Just imagine the cd goes wrong in: cd /tmp grm --force --recursive *(U) and Err_Exit is off. (Again Z-Shell - bash does not know about "(U)" - which would make the command combination even more disastrous). Regards Martin - -- Martin Krischik krischik at users.sourceforge.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iD8DBQFI3yMUijwKaHyem9cRAuWLAKCX5YT56fIW/F+D+tiRu2F3sFbChACbBarg uCvemJPA2Yletuufw4zWBa4= =YnGi -----END PGP SIGNATURE----- From afb at macports.org Sun Sep 28 00:56:07 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Sun, 28 Sep 2008 09:56:07 +0200 Subject: Fixed: C compiler cannot create executables In-Reply-To: <594818FB-4667-4AC4-AE98-101891E1A418@users.sourceforge.net> References: <4c5a7a9f0809260245y6a9d3765q1baf9fed0f45467d@mail.gmail.com> <3384A1E2-24A4-4802-824F-1646FE11CCB2@goldmark.org> <594818FB-4667-4AC4-AE98-101891E1A418@users.sourceforge.net> Message-ID: <407E0087-D104-49A5-8E9D-F8040863579B@macports.org> Martin Krischik wrote: >> He said it was 13MB. So my guess is that some script did a >> >> cp foo /usr/local >> >> expected that /usr/local already existed as a directory. >> > This is why the "--target-directory" was invented (at least for gnu's > cp). Very helpful for scripts. Also very helpful is "setopt > Err_Exit" (Z-Shell - for bash some obscure command with "-e"). Just > imagine the cd goes wrong in: > > cd /tmp > grm --force --recursive *(U) > > and Err_Exit is off. (Again Z-Shell - bash does not know about "(U)" - > which would make the command combination even more disastrous). The Portable Paranoid's version is to use e.g. "cp foo /usr/local/" That will complain if not existing, and use /usr/local// otherwise. But one can't get carried away and use that workaround everywhere... http://trac.macports.org/ticket/13789 (problems with prefix slash) The best is usually if the installation scripts make sure that the directories are created first, which also helps when using DESTDIR: mkdir -p /usr/local cp foo /usr/local --anders From macports.users at gmail.com Sun Sep 28 04:46:13 2008 From: macports.users at gmail.com (Charles Darwin) Date: Sun, 28 Sep 2008 07:46:13 -0400 Subject: Zfs & MacPorts Message-ID: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> Hi all, Is it possible to install ports on a zfs formatted volume? and if so, what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/bin:/ usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/dir/ opt? do it? Charles From raimue at macports.org Sun Sep 28 05:33:23 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 28 Sep 2008 14:33:23 +0200 Subject: Zfs & MacPorts In-Reply-To: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> Message-ID: <48DF7993.4090006@macports.org> Charles Darwin wrote: > Hi all, > > Is it possible to install ports on a zfs formatted volume? Can't think of a reason why it should not be possible. > and if so, > what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/bin:/ > usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/dir/ > opt? do it? If this is the only install of MacPorts on this Mac this will work. It will install the MacPorts Tcl package to /Library/Tcl. But you can also specify another location in order to have everything on one filesystem, for example: --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl Rainer From macports.users at gmail.com Sun Sep 28 06:00:06 2008 From: macports.users at gmail.com (Charles Darwin) Date: Sun, 28 Sep 2008 09:00:06 -0400 Subject: Zfs & MacPorts In-Reply-To: <48DF7993.4090006@macports.org> References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> Message-ID: <213A58CE-F394-4F93-9B0A-1420F314EDD4@gmail.com> On 28-Sep-08, at 8:33 AM, Rainer M?ller wrote: > Charles Darwin wrote: >> Hi all, >> >> Is it possible to install ports on a zfs formatted volume? > > Can't think of a reason why it should not be possible. > As of now it is not possible to boot from zfs so I thought if I have something like grep (OK, bad example) installed through ports that might cause problem during the start up since it's part of Darwin. Then I guess my question is; is any part of Darwin (except of course xnu) involved in startup process and/or does it matter if they do? Charles >> and if so, >> what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/bin:/ >> usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/dir/ >> opt? do it? > > If this is the only install of MacPorts on this Mac this will work. It > will install the MacPorts Tcl package to /Library/Tcl. > But you can also specify another location in order to have > everything on > one filesystem, for example: > --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl > > Rainer From raimue at macports.org Sun Sep 28 06:02:17 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 28 Sep 2008 15:02:17 +0200 Subject: Zfs & MacPorts In-Reply-To: <213A58CE-F394-4F93-9B0A-1420F314EDD4@gmail.com> References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> <213A58CE-F394-4F93-9B0A-1420F314EDD4@gmail.com> Message-ID: <48DF8059.1010904@macports.org> Charles Darwin wrote: > As of now it is not possible to boot from zfs so I thought if I have > something like grep (OK, bad example) installed through ports that > might cause problem during the start up since it's part of Darwin. > Then I guess my question is; is any part of Darwin (except of course > xnu) involved in startup process and/or does it matter if they do? No part of MacPorts is involved in booting. MacPorts is only used in your shell if you exported PATH in your .profile. Rainer From ryandesign at macports.org Sun Sep 28 13:17:02 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 28 Sep 2008 15:17:02 -0500 Subject: Zfs & MacPorts In-Reply-To: <48DF7993.4090006@macports.org> References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> Message-ID: On Sep 28, 2008, at 07:33, Rainer M?ller wrote: > Charles Darwin wrote: > >> Is it possible to install ports on a zfs formatted volume? > > Can't think of a reason why it should not be possible. > >> and if so, >> what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/bin:/ >> usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/dir/ >> opt? do it? > > If this is the only install of MacPorts on this Mac this will work. It > will install the MacPorts Tcl package to /Library/Tcl. > But you can also specify another location in order to have > everything on > one filesystem, for example: > --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl Also consider your applications and frameworks. You may want to use -- with-applications-dir and --with-frameworks-dir also. So if you want everything to be on the ZFS drive, then you may want: PREFIX=/path/to/zfs/some/dir PATH=/bin:/sbin:/usr/bin:/usr/sbin \ ./configure \ --prefix=$PREFIX \ --with-tclpackage=$PREFIX/Library/Tcl \ --with-applications-dir=$PREFIX/Applications/MacPorts \ --with-frameworks-dir=$PREFIX/Library/Frameworks \ --enable-readline make sudo make install make clean From macports.users at gmail.com Sun Sep 28 19:25:31 2008 From: macports.users at gmail.com (Charles Darwin) Date: Sun, 28 Sep 2008 22:25:31 -0400 Subject: Zfs & MacPorts In-Reply-To: References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> Message-ID: On 28-Sep-08, at 4:17 PM, Ryan Schmidt wrote: > On Sep 28, 2008, at 07:33, Rainer M?ller wrote: > >> Charles Darwin wrote: >> >>> Is it possible to install ports on a zfs formatted volume? >> >> Can't think of a reason why it should not be possible. >> >>> and if so, >>> what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/ >>> bin:/ >>> usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/ >>> dir/ >>> opt? do it? >> >> If this is the only install of MacPorts on this Mac this will work. >> It >> will install the MacPorts Tcl package to /Library/Tcl. >> But you can also specify another location in order to have >> everything on >> one filesystem, for example: >> --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl > > Also consider your applications and frameworks. You may want to use > --with-applications-dir and --with-frameworks-dir also. > > So if you want everything to be on the ZFS drive, then you may want: > > > PREFIX=/path/to/zfs/some/dir > > PATH=/bin:/sbin:/usr/bin:/usr/sbin \ > ./configure \ > --prefix=$PREFIX \ > --with-tclpackage=$PREFIX/Library/Tcl \ > --with-applications-dir=$PREFIX/Applications/MacPorts \ > --with-frameworks-dir=$PREFIX/Library/Frameworks \ > --enable-readline > make > sudo make install > make clean > > Perfect. Thanks. From normen.mueller at googlemail.com Mon Sep 29 02:44:35 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 11:44:35 +0200 Subject: failed to build dia Message-ID: <48E0A383.4000702@gmail.com> He, I am trying to install dia, but get the following error: # port install dia ---> Fetching gtk2 Error: Some libs are missing from your X11 installation. Please run this command: Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib Error: Target org.macports.fetch returned: missing /usr/X11/lib/libXrandr.2.0.0.dylib Error: The following dependencies failed to build: gtk2 libart_lgpl Error: Status 1 encountered during processing. However, at /usr/X11/lib there exist the following respective libs: # ls -al /usr/X11/lib/libXrandr.* lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 /usr/X11/lib/libXrandr.2.dylib lrwxr-xr-x 1 root wheel 17 Feb 21 2008 /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib -rwxr-xr-x 1 root wheel 955 May 10 11:41 /usr/X11/lib/libXrandr.la BTW, aren't the parameter order of 'ln' in ``Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' wrong? Cheers, /nm From normen.mueller at googlemail.com Mon Sep 29 03:16:10 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 12:16:10 +0200 Subject: failed to build dia In-Reply-To: <48E0A383.4000702@gmail.com> References: <48E0A383.4000702@gmail.com> Message-ID: <48E0AAEA.7020007@gmail.com> Normen M?ller wrote: > He, > > I am trying to install dia, but get the following error: > > # port install dia > ---> Fetching gtk2 > Error: Some libs are missing from your X11 installation. Please run this > command: > Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib > Error: Target org.macports.fetch returned: missing > /usr/X11/lib/libXrandr.2.0.0.dylib > Error: The following dependencies failed to build: gtk2 libart_lgpl > Error: Status 1 encountered during processing. > > However, at /usr/X11/lib there exist the following respective libs: > > # ls -al /usr/X11/lib/libXrandr.* > lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 > /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib > -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 > /usr/X11/lib/libXrandr.2.dylib > lrwxr-xr-x 1 root wheel 17 Feb 21 2008 > /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib > -rwxr-xr-x 1 root wheel 955 May 10 11:41 /usr/X11/lib/libXrandr.la > > BTW, aren't the parameter order of 'ln' in ``Error: sudo ln -s > libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' wrong? > > Cheers, > /nm I created the following link # ln -s /usr/X11/lib/libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib # ls -al /usr/X11/lib/libXrandr.* lrwxr-xr-x 1 root wheel 30 Sep 29 11:46 /usr/X11/lib/libXrandr.2.0.0.dylib -> /usr/X11/lib/libXrandr.2.dylib lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 /usr/X11/lib/libXrandr.2.dylib lrwxr-xr-x 1 root wheel 17 Feb 21 2008 /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib -rwxr-xr-x 1 root wheel 955 May 10 11:41 /usr/X11/lib/libXrandr.la Then I tried to re-execute the installation of dia, but: # port install dia ---> Fetching gtk2 ---> Attempting to fetch gtk+-2.14.3.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gtk+/2.14/ ---> Verifying checksum(s) for gtk2 ---> Extracting gtk2 ---> Configuring gtk2 ---> Building gtk2 with target all ---> Staging gtk2 into destroot ---> Installing gtk2 2.14.3_1+x11 ---> Activating gtk2 2.14.3_1+x11 ---> Cleaning gtk2 ---> Fetching libart_lgpl ---> Attempting to fetch libart_lgpl-2.3.20.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libart_lgpl/2.3/ ---> Verifying checksum(s) for libart_lgpl ---> Extracting libart_lgpl ---> Configuring libart_lgpl ---> Building libart_lgpl with target all ---> Staging libart_lgpl into destroot ---> Installing libart_lgpl 2.3.20_0 ---> Activating libart_lgpl 2.3.20_0 ---> Cleaning libart_lgpl ---> Fetching dia ---> Attempting to fetch dia-0.96.1.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/dia/0.96/ ---> Verifying checksum(s) for dia ---> Extracting dia ---> Applying patches to dia ---> Configuring dia ---> Building dia 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_gnome_dia/work/dia-0.96.1" && make all " returned error 2 Command output: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_stream_close", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_stream_write", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_stream_rewind", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_image_destroy", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_image_readcmpt", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_init", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_matrix_destroy", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_image_chclrspc", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_matrix_create", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_stream_memopen", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib "_jas_image_decode", referenced from: flat_namespace undefines in libgdk_pixbuf-2.0.dylib ld: symbol(s) not found collect2: ld returned 1 exit status make[4]: *** [dia] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. Any ideas? Cheers, /nm From ryandesign at macports.org Mon Sep 29 03:43:57 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 29 Sep 2008 05:43:57 -0500 Subject: failed to build dia In-Reply-To: <48E0A383.4000702@gmail.com> References: <48E0A383.4000702@gmail.com> Message-ID: <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> On Sep 29, 2008, at 04:44, Normen M?ller wrote: > I am trying to install dia, but get the following error: > > # port install dia > ---> Fetching gtk2 > Error: Some libs are missing from your X11 installation. Please run > this command: > Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib > Error: Target org.macports.fetch returned: missing /usr/X11/lib/ > libXrandr.2.0.0.dylib So it needs the file "libXrandr.2.0.0.dylib". > Error: The following dependencies failed to build: gtk2 libart_lgpl > Error: Status 1 encountered during processing. > > However, at /usr/X11/lib there exist the following respective libs: > > # ls -al /usr/X11/lib/libXrandr.* > lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 /usr/X11/lib/ > libXrandr.2.1.0.dylib -> libXrandr.2.dylib > -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 /usr/X11/lib/ > libXrandr.2.dylib > lrwxr-xr-x 1 root wheel 17 Feb 21 2008 /usr/X11/lib/ > libXrandr.dylib -> libXrandr.2.dylib > -rwxr-xr-x 1 root wheel 955 May 10 11:41 /usr/X11/lib/ > libXrandr.la So you don't have the file "libXrandr.2.0.0.dylib". > BTW, aren't the parameter order of 'ln' in ``Error: sudo ln -s > libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' wrong? Looks exactly correct to me. The command says "Create a symlink at / usr/X11/lib/libXrandr.2.0.0.dylib that points to libXrandr.2.dylib in the same directory." And that's exactly what you want to do. You should run the command, like it says. From ryandesign at macports.org Mon Sep 29 03:48:27 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 29 Sep 2008 05:48:27 -0500 Subject: failed to build dia In-Reply-To: <48E0AAEA.7020007@gmail.com> References: <48E0A383.4000702@gmail.com> <48E0AAEA.7020007@gmail.com> Message-ID: <944B4497-DF0A-476E-BFD1-867E4780A642@macports.org> On Sep 29, 2008, at 05:16, Normen M?ller wrote: > # port install dia > ---> Fetching gtk2 > ---> Attempting to fetch gtk+-2.14.3.tar.bz2 from http:// > mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gtk+/2.14/ > ---> Verifying checksum(s) for gtk2 > ---> Extracting gtk2 > ---> Configuring gtk2 > ---> Building gtk2 with target all > ---> Staging gtk2 into destroot > ---> Installing gtk2 2.14.3_1+x11 > ---> Activating gtk2 2.14.3_1+x11 > ---> Cleaning gtk2 > ---> Fetching libart_lgpl > ---> Attempting to fetch libart_lgpl-2.3.20.tar.bz2 from http:// > mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libart_lgpl/2.3/ > ---> Verifying checksum(s) for libart_lgpl > ---> Extracting libart_lgpl > ---> Configuring libart_lgpl > ---> Building libart_lgpl with target all > ---> Staging libart_lgpl into destroot > ---> Installing libart_lgpl 2.3.20_0 > ---> Activating libart_lgpl 2.3.20_0 > ---> Cleaning libart_lgpl > ---> Fetching dia > ---> Attempting to fetch dia-0.96.1.tar.bz2 from http:// > mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/dia/0.96/ > ---> Verifying checksum(s) for dia > ---> Extracting dia > ---> Applying patches to dia > ---> Configuring dia > ---> Building dia 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_gnome > _dia/work/dia-0.96.1" && make all " returned error 2 > Command output: flat_namespace undefines in > libgdk_pixbuf-2.0.dylib > "_jas_stream_close", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_stream_write", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_stream_rewind", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_image_destroy", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_image_readcmpt", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_init", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_matrix_destroy", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_image_chclrspc", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_matrix_create", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_stream_memopen", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > "_jas_image_decode", referenced from: > flat_namespace undefines in libgdk_pixbuf-2.0.dylib > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[4]: *** [dia] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: Status 1 encountered during processing. Hmm, that looks similar to the error I just filed against the new version of gtk2: http://trac.macports.org/ticket/16689 Side note: Curious that gtk2 built for you, but not for me. Maybe it works on Leopard but not Tiger? From normen.mueller at googlemail.com Mon Sep 29 03:53:36 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 12:53:36 +0200 Subject: failed to build dia In-Reply-To: <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> Message-ID: <48E0B3B0.3000203@gmail.com> Ryan Schmidt wrote: > On Sep 29, 2008, at 04:44, Normen M?ller wrote: > >> I am trying to install dia, but get the following error: >> >> # port install dia >> ---> Fetching gtk2 >> Error: Some libs are missing from your X11 installation. Please run >> this command: >> Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib >> Error: Target org.macports.fetch returned: missing >> /usr/X11/lib/libXrandr.2.0.0.dylib > > So it needs the file "libXrandr.2.0.0.dylib". > > >> Error: The following dependencies failed to build: gtk2 libart_lgpl >> Error: Status 1 encountered during processing. >> >> However, at /usr/X11/lib there exist the following respective libs: >> >> # ls -al /usr/X11/lib/libXrandr.* >> lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 >> /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib >> -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 >> /usr/X11/lib/libXrandr.2.dylib >> lrwxr-xr-x 1 root wheel 17 Feb 21 2008 >> /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib >> -rwxr-xr-x 1 root wheel 955 May 10 11:41 /usr/X11/lib/libXrandr.la > > So you don't have the file "libXrandr.2.0.0.dylib". > > >> BTW, aren't the parameter order of 'ln' in ``Error: sudo ln -s >> libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' wrong? > > Looks exactly correct to me. The command says "Create a symlink at > /usr/X11/lib/libXrandr.2.0.0.dylib that points to libXrandr.2.dylib in > the same directory." And that's exactly what you want to do. You should > run the command, like it says. > > man ln says ln [-Ffhinsv] source_file [target_file] but if I run ``sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' from my home there exists no ``libXrandr.2.dylib'' Anyway, I will delete the first of the following two links, but leave the second one. /usr/X11/lib/libXrandr.2.0.0.dylib -> /usr/X11/lib/libXrandr.2.dylib /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib Eventually, that means we have to wait for bug fix, right? Cheers, /nm From ryandesign at macports.org Mon Sep 29 03:58:49 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 29 Sep 2008 05:58:49 -0500 Subject: failed to build dia In-Reply-To: <48E0B3B0.3000203@gmail.com> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> Message-ID: <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> On Sep 29, 2008, at 05:53, Normen M?ller wrote: > Ryan Schmidt wrote: >> On Sep 29, 2008, at 04:44, Normen M?ller wrote: >>> I am trying to install dia, but get the following error: >>> >>> # port install dia >>> ---> Fetching gtk2 >>> Error: Some libs are missing from your X11 installation. Please >>> run this command: >>> Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr. >>> 2.0.0.dylib >>> Error: Target org.macports.fetch returned: missing /usr/X11/lib/ >>> libXrandr.2.0.0.dylib >> So it needs the file "libXrandr.2.0.0.dylib". >>> Error: The following dependencies failed to build: gtk2 libart_lgpl >>> Error: Status 1 encountered during processing. >>> >>> However, at /usr/X11/lib there exist the following respective libs: >>> >>> # ls -al /usr/X11/lib/libXrandr.* >>> lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 /usr/X11/lib/ >>> libXrandr.2.1.0.dylib -> libXrandr.2.dylib >>> -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 /usr/X11/lib/ >>> libXrandr.2.dylib >>> lrwxr-xr-x 1 root wheel 17 Feb 21 2008 /usr/X11/lib/ >>> libXrandr.dylib -> libXrandr.2.dylib >>> -rwxr-xr-x 1 root wheel 955 May 10 11:41 /usr/X11/lib/ >>> libXrandr.la >> So you don't have the file "libXrandr.2.0.0.dylib". >>> BTW, aren't the parameter order of 'ln' in ``Error: sudo ln -s >>> libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' wrong? >> Looks exactly correct to me. The command says "Create a symlink >> at /usr/X11/lib/libXrandr.2.0.0.dylib that points to libXrandr. >> 2.dylib in the same directory." And that's exactly what you want >> to do. You should run the command, like it says. > man ln says > > ln [-Ffhinsv] source_file [target_file] > > but if I run ``sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr. > 2.0.0.dylib'' from my home there exists no ``libXrandr.2.dylib'' It doesn't look for a file libXrandr.2.dylib in the current working directory while you're making the symlink. Rather, it looks for a file libXrandr.2.dylib in the directory where the symlink is, which is /usr/X11/lib. > Anyway, I will delete the first of the following two links, but > leave the second one. > > /usr/X11/lib/libXrandr.2.0.0.dylib -> /usr/X11/lib/libXrandr.2.dylib > /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib You can delete the libXrandr.2.0.0.dylib symlink if you like, and re- create it as per the originally given command. Or you can leave it; it's not hurting anything that you put the full pathname into the symlink. > Eventually, that means we have to wait for bug fix, right? The libXrandr.2.0.0.dylib issue is completely fixed by creating the symlink as above. However, the missing _jas_whatever symbols from your second message is a mystery to me so someone with knowledge of gtk and jasper will have to look into that. I'm hoping Anthony will have some idea, or know where to ask for help. From normen.mueller at googlemail.com Mon Sep 29 04:09:36 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 13:09:36 +0200 Subject: failed to build dia In-Reply-To: <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> Message-ID: <48E0B770.2070008@gmail.com> Ryan Schmidt wrote: > > On Sep 29, 2008, at 05:53, Normen M?ller wrote: > >> Ryan Schmidt wrote: >>> On Sep 29, 2008, at 04:44, Normen M?ller wrote: >>>> I am trying to install dia, but get the following error: >>>> >>>> # port install dia >>>> ---> Fetching gtk2 >>>> Error: Some libs are missing from your X11 installation. Please run >>>> this command: >>>> Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib >>>> Error: Target org.macports.fetch returned: missing >>>> /usr/X11/lib/libXrandr.2.0.0.dylib >>> So it needs the file "libXrandr.2.0.0.dylib". >>>> Error: The following dependencies failed to build: gtk2 libart_lgpl >>>> Error: Status 1 encountered during processing. >>>> >>>> However, at /usr/X11/lib there exist the following respective libs: >>>> >>>> # ls -al /usr/X11/lib/libXrandr.* >>>> lrwxr-xr-x 1 root wheel 17 Aug 4 21:18 >>>> /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib >>>> -rwxr-xr-x 1 root wheel 164144 Mar 5 2008 >>>> /usr/X11/lib/libXrandr.2.dylib >>>> lrwxr-xr-x 1 root wheel 17 Feb 21 2008 >>>> /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib >>>> -rwxr-xr-x 1 root wheel 955 May 10 11:41 >>>> /usr/X11/lib/libXrandr.la >>> So you don't have the file "libXrandr.2.0.0.dylib". >>>> BTW, aren't the parameter order of 'ln' in ``Error: sudo ln -s >>>> libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib'' wrong? >>> Looks exactly correct to me. The command says "Create a symlink at >>> /usr/X11/lib/libXrandr.2.0.0.dylib that points to libXrandr.2.dylib >>> in the same directory." And that's exactly what you want to do. You >>> should run the command, like it says. >> man ln says >> >> ln [-Ffhinsv] source_file [target_file] >> >> but if I run ``sudo ln -s libXrandr.2.dylib >> /usr/X11/lib/libXrandr.2.0.0.dylib'' from my home there exists no >> ``libXrandr.2.dylib'' > > It doesn't look for a file libXrandr.2.dylib in the current working > directory while you're making the symlink. Rather, it looks for a file > libXrandr.2.dylib in the directory where the symlink is, which is > /usr/X11/lib. > > >> Anyway, I will delete the first of the following two links, but leave >> the second one. >> >> /usr/X11/lib/libXrandr.2.0.0.dylib -> /usr/X11/lib/libXrandr.2.dylib >> /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib > > You can delete the libXrandr.2.0.0.dylib symlink if you like, and > re-create it as per the originally given command. Or you can leave it; > it's not hurting anything that you put the full pathname into the symlink. > You are absolutely right. I removed my link and re-created with $ sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib and the result is: # ls -al /usr/X11/lib/libXrandr.* [...] /usr/X11/lib/libXrandr.2.0.0.dylib -> libXrandr.2.dylib /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib /usr/X11/lib/libXrandr.2.dylib /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib /usr/X11/lib/libXrandr.la > >> Eventually, that means we have to wait for bug fix, right? > > The libXrandr.2.0.0.dylib issue is completely fixed by creating the > symlink as above. > > However, the missing _jas_whatever symbols from your second message is a > mystery to me so someone with knowledge of gtk and jasper will have to > look into that. I'm hoping Anthony will have some idea, or know where to > ask for help. > Alright, I will wait ;-) Thanks for your help, anyway! Cheers, /nm From afb at macports.org Mon Sep 29 04:31:13 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Mon, 29 Sep 2008 13:31:13 +0200 Subject: failed to build dia In-Reply-To: <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> Message-ID: <926BB179-79EB-4186-BAD1-D20827773830@macports.org> Ryan Schmidt wrote: > However, the missing _jas_whatever symbols from your second message > is a mystery to me so someone with knowledge of gtk and jasper will > have to look into that. I'm hoping Anthony will have some idea, or > know where to ask for help. Seems to be fallout for doing the major upgrade GTK 2.12 to 2.14 and enabling jasper (JPEG200) in the process. Trying to sort out... http://trac.macports.org/ticket/16685 (r40275) http://trac.macports.org/ticket/16689 --anders From normen.mueller at googlemail.com Mon Sep 29 04:37:41 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 13:37:41 +0200 Subject: failed to build dia In-Reply-To: <926BB179-79EB-4186-BAD1-D20827773830@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> Message-ID: <48E0BE05.3020306@gmail.com> Anders F Bj?rklund wrote: > Ryan Schmidt wrote: > >> However, the missing _jas_whatever symbols from your second message >> is a mystery to me so someone with knowledge of gtk and jasper will >> have to look into that. I'm hoping Anthony will have some idea, or >> know where to ask for help. > > Seems to be fallout for doing the major upgrade GTK 2.12 to 2.14 > and enabling jasper (JPEG200) in the process. Trying to sort out... > > http://trac.macports.org/ticket/16685 (r40275) > http://trac.macports.org/ticket/16689 > I am sorry, but I am not sure if I understood you correctly, but is there anything I have to do or are you trying to fix this? Cheers, /nm From afb at macports.org Mon Sep 29 04:46:02 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Mon, 29 Sep 2008 13:46:02 +0200 Subject: failed to build dia In-Reply-To: <48E0BE05.3020306@gmail.com> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> Message-ID: Normen M?ller wrote: >> Seems to be fallout for doing the major upgrade GTK 2.12 to 2.14 >> and enabling jasper (JPEG200) in the process. Trying to sort out... >> http://trac.macports.org/ticket/16685 (r40275) >> http://trac.macports.org/ticket/16689 > > I am sorry, but I am not sure if I understood you correctly, but is > there anything I have to do or are you trying to fix this? Well, you can downgrade to 2.12 again while it is being fixed... Either that, or take out port:jasper and add --without-libjasper --anders From normen.mueller at googlemail.com Mon Sep 29 04:58:47 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 13:58:47 +0200 Subject: failed to build dia In-Reply-To: References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> Message-ID: <48E0C2F7.1090004@gmail.com> Anders F Bj?rklund wrote: > Normen M?ller wrote: > >>> Seems to be fallout for doing the major upgrade GTK 2.12 to 2.14 >>> and enabling jasper (JPEG200) in the process. Trying to sort out... >>> http://trac.macports.org/ticket/16685 (r40275) >>> http://trac.macports.org/ticket/16689 >> >> I am sorry, but I am not sure if I understood you correctly, but is >> there anything I have to do or are you trying to fix this? > > Well, you can downgrade to 2.12 again while it is being fixed... > > Either that, or take out port:jasper and add --without-libjasper > > --anders > As I am still a newbie to macports, I will just wait for the fix, cause I guess your suggested alternatives cause me further pains. :-( And due to a deadline tomorrow I don't have time for that, but after that I would appreciate to help as much as I can in fixing, well, testing this bug. Thanks for you help!!! Cheers, /nm From dave.evans55 at googlemail.com Mon Sep 29 05:08:16 2008 From: dave.evans55 at googlemail.com (David Evans) Date: Mon, 29 Sep 2008 13:08:16 +0100 Subject: Patch of doxygen failed Message-ID: <48E0C530.5090608@googlemail.com> ---> Applying patches to doxygen ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/doxygen/files/patch-qfiledefs_p.h DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_doxygen/work/doxygen-1.5.6" && patch -p0' patching file qtools/qfiledefs_p.h Hunk #1 FAILED at 56. 1 out of 1 hunk FAILED -- saving rejects to file qtools/qfiledefs_p.h.rej From afb at macports.org Mon Sep 29 07:24:16 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Mon, 29 Sep 2008 16:24:16 +0200 Subject: failed to build dia In-Reply-To: <48E0C2F7.1090004@gmail.com> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> Message-ID: <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> Normen M?ller wrote: >>> you trying to fix this? >> Well, you can downgrade to 2.12 again while it is being fixed... >> Either that, or take out port:jasper and add --without-libjasper >> --anders > As I am still a newbie to macports, I will just wait for the fix, > cause I guess your suggested alternatives cause me further pains. :- > ( And due to a deadline tomorrow I don't have time for that, but > after that I would appreciate to help as much as I can in fixing, > well, testing this bug. The building of GTK+ 2.14 has been fixed in revision 2. You will still get activation problems with conflicts against the "gail" port, but that is expected since gail has now been included in gtk2. This is the same as: http://trac.macports.org/ticket/16688 (for +quartz) --anders From normen.mueller at googlemail.com Mon Sep 29 08:03:50 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 17:03:50 +0200 Subject: failed to build dia In-Reply-To: <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> Message-ID: <48E0EE56.1020209@gmail.com> Anders F Bj?rklund wrote: > Normen M?ller wrote: > >>>> you trying to fix this? >>> Well, you can downgrade to 2.12 again while it is being fixed... >>> Either that, or take out port:jasper and add --without-libjasper >>> --anders >> As I am still a newbie to macports, I will just wait for the fix, >> cause I guess your suggested alternatives cause me further pains. :-( >> And due to a deadline tomorrow I don't have time for that, but after >> that I would appreciate to help as much as I can in fixing, well, >> testing this bug. > > The building of GTK+ 2.14 has been fixed in revision 2. > > You will still get activation problems with conflicts > against the "gail" port, but that is expected since > gail has now been included in gtk2. This is the same as: > http://trac.macports.org/ticket/16688 (for +quartz) > > --anders > Don't want to get on your nerves, but what does that mean. I still can't install dia and gtk 2.4, respectively? Is there any other choice to get dia installed? If yes, could please provide me with some installation instructions? Thanks for your patience and help... Cheers, -- Normen M?ller From chomiak at charter.net Mon Sep 29 08:17:48 2008 From: chomiak at charter.net (Cheryl Homiak) Date: Mon, 29 Sep 2008 10:17:48 -0500 (CDT) Subject: Using sane, tesseract and canoscan lide 60 with Macports Message-ID: I am using an Intel Mac Mini with Leopard's latest updates and have Macports installed, up-to-date and working. However, I installed sane-backends, tesseract, twain-sane and xsane (though I intend to use the command-line) and can't get scanimage to work with my canoscan lide60. I'm told there are no sane devices found. I also have a linux box on which I can use sane with my canoscan lide60, although I get the same errors about no sane devices being found unless I run scanimage as root. I have tried on my mac running scanimage as both a normal user and root with no success. Is there an element missing from the macports system that I would need in order to do this successfully or have I missed a necessary port? Would the fact that the Macosx driver for this scanner is loaded be a help or a hindrance? I am blind and want to scan from the command-line and then use tesseract to convert the images; I haven't been satisfied with the alternatives I've found in Macosx itself. If anybody can help me with this issue it would be much-appreciated. -- Cheryl "Where your treasure is, there will your heart be also." From afb at macports.org Mon Sep 29 08:19:44 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Mon, 29 Sep 2008 17:19:44 +0200 Subject: failed to build dia In-Reply-To: <48E0EE56.1020209@gmail.com> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> <48E0EE56.1020209@gmail.com> Message-ID: <0A1E7791-FD58-436D-B789-D2D33AE01B58@macports.org> Normen M?ller wrote: >> The building of GTK+ 2.14 has been fixed in revision 2. >> You will still get activation problems with conflicts >> against the "gail" port, but that is expected since >> gail has now been included in gtk2. This is the same as: >> http://trac.macports.org/ticket/16688 (for +quartz) >> --anders > Don't want to get on your nerves, but what does that mean. I still > can't install dia and gtk 2.4, respectively? > > Is there any other choice to get dia installed? If yes, could > please provide me with some installation instructions? It only means that when you install gtk2, you'll get a: Error: port activate failed: Image error: /opt/local/include/gail-1.0/ gail/gailwidget.h is being used by the active gail port. Please deactivate this port first, or use the -f flag to force the activation. And then you'll need to do an extra step like this: sudo port -f activate gtk2 @2.14.3_2+x11 That'll move the old gail inside, and then it's done. Eventually the old gail port will get deleted/removed. --anders From cssdev at mac.com Mon Sep 29 08:49:42 2008 From: cssdev at mac.com (cssdev at mac.com) Date: Mon, 29 Sep 2008 11:49:42 -0400 Subject: Patch of doxygen failed In-Reply-To: <48E0C530.5090608@googlemail.com> References: <48E0C530.5090608@googlemail.com> Message-ID: <27365792659768213363658692629990660360-Webmail2@me.com> On Monday, September 29, 2008, at 08:08AM, "David Evans" wrote: >---> Applying patches to doxygen >---> Applying >/opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/doxygen/files/patch-qfiledefs_p.h >DEBUG: Environment: >DEBUG: Assembled command: 'cd >"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_doxygen/work/doxygen-1.5.6" >&& patch -p0' >patching file qtools/qfiledefs_p.h >Hunk #1 FAILED at 56. >1 out of 1 hunk FAILED -- saving rejects to file qtools/qfiledefs_p.h.rej Yup ... I didn't include everything that was needed when I tried to sanitize my portfile to update the port. (I'm also trying to remove the tex dependency to make a lighter-weight install.) I'll get this fixed tonight. Thanks, Chris From normen.mueller at googlemail.com Mon Sep 29 08:52:18 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Mon, 29 Sep 2008 17:52:18 +0200 Subject: failed to build dia In-Reply-To: <0A1E7791-FD58-436D-B789-D2D33AE01B58@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> <48E0EE56.1020209@gmail.com> <0A1E7791-FD58-436D-B789-D2D33AE01B58@macports.org> Message-ID: <48E0F9B2.4010202@gmail.com> Anders F Bj?rklund wrote: > Normen M?ller wrote: > >>> The building of GTK+ 2.14 has been fixed in revision 2. >>> You will still get activation problems with conflicts >>> against the "gail" port, but that is expected since >>> gail has now been included in gtk2. This is the same as: >>> http://trac.macports.org/ticket/16688 (for +quartz) >>> --anders >> Don't want to get on your nerves, but what does that mean. I still >> can't install dia and gtk 2.4, respectively? >> >> Is there any other choice to get dia installed? If yes, could please >> provide me with some installation instructions? > > It only means that when you install gtk2, you'll get a: > > Error: port activate failed: Image error: > /opt/local/include/gail-1.0/gail/gailwidget.h is being used by the > active gail port. Please deactivate this port first, or use the -f flag > to force the activation. > > And then you'll need to do an extra step like this: > > sudo port -f activate gtk2 @2.14.3_2+x11 > > That'll move the old gail inside, and then it's done. > Eventually the old gail port will get deleted/removed. > > --anders > Hmmm, I did the following: # port install gtk2 [...] ---> Activating gtk2 2.14.3_2+x11 Error: Target org.macports.activate returned: Image error: Another version of this port (gtk2 @2.14.3_1+x11) is already active. Error: Status 1 encountered during processing. # port uninstall gtk2 @2.14.3_1+x11 ---> Deactivating gtk2 2.14.3_1+x11 ---> Uninstalling gtk2 2.14.3_1+x11 # port install gtk2 ---> Activating gtk2 2.14.3_2+x11 ---> Cleaning gtk2 and that just went through fine, without any complains. Then I searched for gail # port installed | grep gail without any hit. Then I tried to install dia again: # port install dia ---> Building dia with target all ---> Staging dia into destroot ---> Installing dia 0.96.1_0 ---> Activating dia 0.96.1_0 ---> Cleaning dia AND IT WORKS!!!! :-D Once again: Thank you!!! Cheers, -- Normen M?ller From ecronin at macports.org Mon Sep 29 10:43:37 2008 From: ecronin at macports.org (Eric Cronin) Date: Mon, 29 Sep 2008 13:43:37 -0400 Subject: Zfs & MacPorts In-Reply-To: References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> Message-ID: <105516C9-F376-48B1-A535-829A9B156F55@macports.org> On Sep 28, 2008, at 10:25 PM, Charles Darwin wrote: > > On 28-Sep-08, at 4:17 PM, Ryan Schmidt wrote: > >> On Sep 28, 2008, at 07:33, Rainer M?ller wrote: >> >>> Charles Darwin wrote: >>> >>>> Is it possible to install ports on a zfs formatted volume? >>> >>> Can't think of a reason why it should not be possible. >>> >>>> and if so, >>>> what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/ >>>> bin:/ >>>> usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/ >>>> dir/ >>>> opt? do it? >>> >>> If this is the only install of MacPorts on this Mac this will work. >>> It >>> will install the MacPorts Tcl package to /Library/Tcl. >>> But you can also specify another location in order to have >>> everything on >>> one filesystem, for example: >>> --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl >> >> Also consider your applications and frameworks. You may want to use >> --with-applications-dir and --with-frameworks-dir also. >> >> So if you want everything to be on the ZFS drive, then you may want: >> >> >> PREFIX=/path/to/zfs/some/dir >> Also keep in mind that with zfs its possible to just do "zfs set mountpoint=/opt mypool/macports" and then the default location (/opt) is under ZFS. I don't think this confuses the finder/carbon apps any more than the /Volumes/mypool/myfilesystem mountpoints do already. Thanks, Eric From chomiak at charter.net Mon Sep 29 11:26:56 2008 From: chomiak at charter.net (Cheryl Homiak) Date: Mon, 29 Sep 2008 13:26:56 -0500 (CDT) Subject: Solved: Using sane, tesseract and canoscan lide 60 with Macports In-Reply-To: References: Message-ID: It turned out I did indeed have to install the Macosx driver for the canoscan lide 60 before scanimage would work. -- Cheryl "Where your treasure is, there will your heart be also." From ryandesign at macports.org Mon Sep 29 12:50:43 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 29 Sep 2008 14:50:43 -0500 Subject: failed to build dia In-Reply-To: <48E0F9B2.4010202@gmail.com> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> <48E0EE56.1020209@gmail.com> <0A1E7791-FD58-436D-B789-D2D33AE01B58@macports.org> <48E0F9B2.4010202@gmail.com> Message-ID: <1488F372-62C9-421A-A927-024FE7FB1D64@macports.org> On Sep 29, 2008, at 10:52, Normen M?ller wrote: > Hmmm, I did the following: > > # port install gtk2 > [...] > ---> Activating gtk2 2.14.3_2+x11 > Error: Target org.macports.activate returned: Image error: Another > version of this port (gtk2 @2.14.3_1+x11) is already active. > Error: Status 1 encountered during processing. So since you already had gtk2 installed, you should have used "port upgrade gtk2" instead of "port install gtk2". To work around it now, you should uninstall the old version, like you did: > # port uninstall gtk2 @2.14.3_1+x11 > ---> Deactivating gtk2 2.14.3_1+x11 > ---> Uninstalling gtk2 2.14.3_1+x11 Then activate the new version, like you did: > # port install gtk2 > ---> Activating gtk2 2.14.3_2+x11 > ---> Cleaning gtk2 > > and that just went through fine, without any complains. So now gtk2 is installed properly. > Then I searched for gail > > # port installed | grep gail > > without any hit. Ok, you didn't have gail installed, so you didn't run into the error Anders mentioned. > Then I tried to install dia again: > > # port install dia > ---> Building dia with target all > ---> Staging dia into destroot > ---> Installing dia 0.96.1_0 > ---> Activating dia 0.96.1_0 > ---> Cleaning dia > > AND IT WORKS!!!! :-D Super! :) From sck at nogas.org Mon Sep 29 13:43:04 2008 From: sck at nogas.org (Scott C. Kennedy) Date: Mon, 29 Sep 2008 13:43:04 -0700 Subject: libglade2 fails to install with an xmlcatalog error? In-Reply-To: <1488F372-62C9-421A-A927-024FE7FB1D64@macports.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> <48E0EE56.1020209@gmail.com> <0A1E7791-FD58-436D-B789-D2D33AE01B58@macports.org> <48E0F9B2.4010202@gmail.com> <1488F372-62C9-421A-A927-024FE7FB1D64@macports.org> Message-ID: <48E13DD8.7050402@nogas.org> I noticed during this week's selfupdate that there was a bunch of things that got released, so I just did an uninstall of 2.6.2 and an install of 2.6.3 of libglade2 and got this error... Biko-2:~ sck$ sudo port install libglade2 ---> Fetching libglade2 ---> Verifying checksum(s) for libglade2 ---> Extracting libglade2 ---> Configuring libglade2 ---> Building libglade2 with target all ---> Staging libglade2 into destroot ---> Installing libglade2 2.6.3_0 ---> Activating libglade2 2.6.3_0 Error: Target org.macports.activate returned: shell command "xmlcatalog --noout --add system http://glade.gnome.org/glade-2.0.dtd /opt/local/share/xml/libglade/glade-2.0.dtd /opt/local/etc/xml/catalog" returned error 3 Command output: add command failed Error: Status 1 encountered during processing. This one is new to me. There was no /opt/local/etc/xml directory much less a file in it called ctatalog. Any ideas? Scott PS> Here's the complete -d run of the install. Biko-2:~ sck$ sudo port -d install libglade2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libglade2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libglade2 DEBUG: Requested variant darwin is not provided by port libglade2. DEBUG: Requested variant i386 is not provided by port libglade2. DEBUG: Requested variant macosx is not provided by port libglade2. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Requested variant darwin is not provided by port gettext. DEBUG: Requested variant i386 is not provided by port gettext. DEBUG: Requested variant macosx is not provided by port gettext. DEBUG: Searching for dependency: gettext DEBUG: Found Dependency: receipt exists for gettext DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig DEBUG: Requested variant darwin is not provided by port fontconfig. DEBUG: Requested variant i386 is not provided by port fontconfig. DEBUG: Executing variant macosx provides macosx DEBUG: Searching for dependency: fontconfig DEBUG: Found Dependency: receipt exists for fontconfig DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 DEBUG: Requested variant darwin is not provided by port libxml2. DEBUG: Requested variant i386 is not provided by port libxml2. DEBUG: Requested variant macosx is not provided by port libxml2. DEBUG: Searching for dependency: libxml2 DEBUG: Found Dependency: receipt exists for libxml2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/gtk2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/gtk2 DEBUG: Requested variant darwin is not provided by port gtk2. DEBUG: Requested variant i386 is not provided by port gtk2. DEBUG: Requested variant macosx is not provided by port gtk2. DEBUG: Executing variant x11 provides x11 DEBUG: Searching for dependency: gtk2 DEBUG: Found Dependency: receipt exists for gtk2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Requested variant darwin is not provided by port pkgconfig. DEBUG: Requested variant i386 is not provided by port pkgconfig. DEBUG: Requested variant macosx is not provided by port pkgconfig. DEBUG: Searching for dependency: pkgconfig DEBUG: Found Dependency: receipt exists for pkgconfig DEBUG: Executing org.macports.main (libglade2) ---> Fetching libglade2 DEBUG: Executing org.macports.fetch (libglade2) ---> Verifying checksum(s) for libglade2 DEBUG: Executing org.macports.checksum (libglade2) ---> Checksumming libglade-2.6.3.tar.bz2 DEBUG: Correct (md5) checksum for libglade-2.6.3.tar.bz2 DEBUG: Correct (sha1) checksum for libglade-2.6.3.tar.bz2 DEBUG: Correct (rmd160) checksum for libglade-2.6.3.tar.bz2 DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 ---> Extracting libglade2 DEBUG: Executing org.macports.extract (libglade2) ---> Extracting libglade-2.6.3.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/libglade2/libglade-2.6.3.tar.bz2 DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work" && /opt/local/bin/bzip2 -dc /opt/local/var/macports/distfiles/libglade2/libglade-2.6.3.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing org.macports.patch (libglade2) DEBUG: Executing proc-post-org.macports.patch-patch-0 ---> Configuring libglade2 DEBUG: Executing org.macports.configure (libglade2) DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/libglade-2.6.3" && ./configure --prefix=/opt/local --disable-gtktest --with-xml-catalog=/opt/local/etc/xml/catalog' checking for a BSD-compatible install... /usr/bin/install checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking build system type... i386-apple-darwin9.5.0 checking host system type... i386-apple-darwin9.5.0 checking for a sed that does not truncate output... /opt/local/bin/gsed checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.5.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool checking for pkg-config... /opt/local/bin/pkg-config checking for GTK+ - version >= 2.5.0... yes (version 2.14.3) checking for gtk_plug_get_type... yes checking pkg-config is at least version 0.9.0... yes checking for LIBGLADE... yes checking for native Win32... no checking for Win32 platform in general... no checking whether to build gtk-doc documentation... no checking for gtkdoc-check... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /opt/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext ./configure: line 12713: ./po/POTFILES.in: No such file or directory checking for a Python interpreter with version >= 2.0... python checking for python... /usr/bin/python checking for python version... 2.5 checking for python platform... darwin checking for python script directory... /Library/Python/2.5/site-packages checking for python extension module directory... /Library/Python/2.5/site-packages checking for the Python module xml.parsers.expat... yes checking for XML catalog (/opt/local/etc/xml/catalog)... found checking for xmlcatalog... /opt/local/bin/xmlcatalog configure: creating ./config.status config.status: creating Makefile config.status: creating libglade.spec config.status: creating libglade-zip config.status: creating glade/Makefile config.status: creating doc/Makefile config.status: creating doc/version.xml config.status: creating tests/Makefile config.status: creating libglade-2.0.pc config.status: creating libglade-2.0-uninstalled.pc config.status: creating libglade-convert config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands ---> Building libglade2 with target all DEBUG: Executing org.macports.build (libglade2) DEBUG: Environment: DEBUG: port allows a parallel build DEBUG: port allows a parallel build DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/libglade-2.6.3" && make all' make all-recursive Making all in glade /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-init.lo -MD -MP -MF .deps/glade-init.Tpo -c -o glade-init.lo glade-init.c mkdir .libs /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-init.lo -MD -MP -MF .deps/glade-init.Tpo -c glade-init.c -fno-common -DPIC -o .libs/glade-init.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-init.lo -MD -MP -MF .deps/glade-init.Tpo -c glade-init.c -o glade-init.o >/dev/null 2>&1 mv -f .deps/glade-init.Tpo .deps/glade-init.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-xml.lo -MD -MP -MF .deps/glade-xml.Tpo -c -o glade-xml.lo glade-xml.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-xml.lo -MD -MP -MF .deps/glade-xml.Tpo -c glade-xml.c -fno-common -DPIC -o .libs/glade-xml.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-xml.lo -MD -MP -MF .deps/glade-xml.Tpo -c glade-xml.c -o glade-xml.o >/dev/null 2>&1 mv -f .deps/glade-xml.Tpo .deps/glade-xml.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-parser.lo -MD -MP -MF .deps/glade-parser.Tpo -c -o glade-parser.lo glade-parser.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-parser.lo -MD -MP -MF .deps/glade-parser.Tpo -c glade-parser.c -fno-common -DPIC -o .libs/glade-parser.o glade-parser.c: In function 'create_widget_info': glade-parser.c:162: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:163: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:164: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:165: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c: In function 'handle_atk_action': glade-parser.c:270: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:271: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:272: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:274: warning: pointer targets in passing argument 2 of 'libintl_dgettext' differ in signedness glade-parser.c: In function 'handle_atk_relation': glade-parser.c:297: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:298: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:299: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:300: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c: In function 'handle_signal': glade-parser.c:324: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:325: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:326: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:327: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:328: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:330: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:331: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:332: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c: In function 'handle_accel': glade-parser.c:359: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:360: warning: pointer targets in passing argument 1 of 'gdk_keyval_from_name' differ in signedness glade-parser.c:361: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:366: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:368: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:371: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:374: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:377: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:378: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:392: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:393: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:407: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness glade-parser.c:414: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:415: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c: In function 'handle_child': glade-parser.c:452: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:453: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c: In function 'glade_parser_start_element': glade-parser.c:509: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:530: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:532: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:540: warning: pointer targets in passing argument 2 of 'alloc_string' differ in signedness glade-parser.c:546: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:578: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:586: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:588: warning: pointer targets in passing argument 2 of 'alloc_propname' differ in signedness glade-parser.c:589: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:590: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:591: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:592: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:593: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:594: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:595: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:610: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:616: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:619: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:622: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:639: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:646: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:648: warning: pointer targets in passing argument 2 of 'alloc_propname' differ in signedness glade-parser.c:649: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:650: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:651: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:652: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:653: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:660: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:663: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:674: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:696: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:699: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:702: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:719: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:722: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:739: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:750: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:769: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:781: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:791: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:799: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:801: warning: pointer targets in passing argument 2 of 'alloc_propname' differ in signedness glade-parser.c:802: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:803: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:804: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:805: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:806: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:807: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:808: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c: In function 'glade_parser_end_element': glade-parser.c:881: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:887: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:895: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:911: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:932: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:938: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:959: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:965: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:971: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:976: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:981: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:994: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:999: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:1005: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:1026: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:1031: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c:1036: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness glade-parser.c: In function 'glade_parser_characters': glade-parser.c:1058: warning: pointer targets in passing argument 2 of 'g_string_append_len' differ in signedness glade-parser.c: In function 'dump_widget': glade-parser.c:1288: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1291: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1291: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1292: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1292: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1294: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1300: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1301: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1302: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1302: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1303: warning: pointer targets in passing argument 2 of 'xmlNodeSetContent' differ in signedness glade-parser.c:1305: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1312: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1313: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1315: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1316: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1322: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1323: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1324: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1324: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1325: warning: pointer targets in passing argument 2 of 'xmlNodeSetContent' differ in signedness glade-parser.c:1327: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1330: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1337: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1339: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1340: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1340: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1341: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1341: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1343: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1343: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1345: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1345: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1347: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1354: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1356: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1357: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1357: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1358: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1358: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1359: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1359: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1361: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1370: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1372: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1374: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1374: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1376: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1377: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1383: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1384: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1385: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1385: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1386: warning: pointer targets in passing argument 2 of 'xmlNodeSetContent' differ in signedness glade-parser.c:1388: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1392: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1394: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1397: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1401: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c: In function 'glade_interface_dump': glade-parser.c:1419: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness glade-parser.c:1422: warning: pointer targets in passing argument 2 of 'xmlCreateIntSubset' differ in signedness glade-parser.c:1422: warning: pointer targets in passing argument 4 of 'xmlCreateIntSubset' differ in signedness glade-parser.c:1423: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1426: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1429: warning: pointer targets in passing argument 2 of 'xmlNewNode' differ in signedness glade-parser.c:1431: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness glade-parser.c:1431: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness glade-parser.c:1433: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1435: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1439: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness glade-parser.c:1441: warning: pointer targets in passing argument 2 of 'xmlNodeAddContent' differ in signedness /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-parser.lo -MD -MP -MF .deps/glade-parser.Tpo -c glade-parser.c -o glade-parser.o >/dev/null 2>&1 mv -f .deps/glade-parser.Tpo .deps/glade-parser.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-gtk.lo -MD -MP -MF .deps/glade-gtk.Tpo -c -o glade-gtk.lo glade-gtk.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-gtk.lo -MD -MP -MF .deps/glade-gtk.Tpo -c glade-gtk.c -fno-common -DPIC -o .libs/glade-gtk.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x -MT glade-gtk.lo -MD -MP -MF .deps/glade-gtk.Tpo -c glade-gtk.c -o glade-gtk.o >/dev/null 2>&1 mv -f .deps/glade-gtk.Tpo .deps/glade-gtk.Plo /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -Wall -std=c9x -version-info 0:7:0 -export-symbols-regex "^[^_].*" -no-undefined -L/opt/local/lib -o libglade-2.0.la -rpath /opt/local/lib glade-init.lo glade-xml.lo glade-parser.lo glade-gtk.lo -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -L/opt/local/lib -L/usr/X11R6/lib -lxml2 -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lSM -lICE -lpangoft2-1.0 -lpixman-1 -lpng12 -lXrender -lX11 -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv generating symbol list for `libglade-2.0.la' /usr/bin/nm -p .libs/glade-init.o .libs/glade-xml.o .libs/glade-parser.o .libs/glade-gtk.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /opt/local/bin/gsed 's/.* //' | sort | uniq > .libs/libglade-2.0.exp /usr/bin/grep -E -e "^[^_].*" ".libs/libglade-2.0.exp" > ".libs/libglade-2.0.expT" mv -f ".libs/libglade-2.0.expT" ".libs/libglade-2.0.exp" sed 's,^,_,' < .libs/libglade-2.0.exp > .libs/libglade-2.0-symbols.expsym /usr/bin/gcc-4.0 -dynamiclib -o .libs/libglade-2.0.0.0.7.dylib .libs/glade-init.o .libs/glade-xml.o .libs/glade-parser.o .libs/glade-gtk.o -L/opt/local/lib -L/usr/X11R6/lib /opt/local/lib/libxml2.dylib /opt/local/lib/libz.dylib -lpthread /opt/local/lib/libgtk-x11-2.0.dylib /opt/local/lib/libgdk-x11-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/libjasper.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib -L/usr/X11/lib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /opt/local/lib/libcairo.dylib /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib /opt/local/lib/libpangoft2-1.0.dylib /opt/local/lib/libpixman-1.dylib /opt/local/lib/libpng12.dylib /opt/local/lib/libXrender.dylib /usr/X11/lib/libX11.6.2.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib -lz /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -install_name /opt/local/lib/libglade-2.0.0.dylib -compatibility_version 1 -current_version 1.7 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libglade-2.0-symbols.expsym dsymutil .libs/libglade-2.0.0.0.7.dylib || : warning: no debug symbols in executable (-arch i386) (cd .libs && rm -f libglade-2.0.0.dylib && ln -s libglade-2.0.0.0.7.dylib libglade-2.0.0.dylib) (cd .libs && rm -f libglade-2.0.dylib && ln -s libglade-2.0.0.0.7.dylib libglade-2.0.dylib) ar cru .libs/libglade-2.0.a glade-init.o glade-xml.o glade-parser.o glade-gtk.o ranlib .libs/libglade-2.0.a creating libglade-2.0.la (cd .libs && rm -f libglade-2.0.la && ln -s ../libglade-2.0.la libglade-2.0.la) Making all in doc make[2]: Nothing to be done for `all'. Making all in tests make[2]: Nothing to be done for `all'. /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DXTHREADS -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include -O2 -Wall -std=c9x -MT test-libglade.o -MD -MP -MF .deps/test-libglade.Tpo -c -o test-libglade.o test-libglade.c mv -f .deps/test-libglade.Tpo .deps/test-libglade.Po /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -Wall -std=c9x -L/opt/local/lib -o test-libglade test-libglade.o glade/libglade-2.0.la -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -L/opt/local/lib -L/usr/X11R6/lib -lxml2 -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lSM -lICE -lpangoft2-1.0 -lpixman-1 -lpng12 -lXrender -lX11 -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv mkdir .libs /usr/bin/gcc-4.0 -O2 -Wall -std=c9x -o .libs/test-libglade test-libglade.o -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -L/opt/local/lib glade/.libs/libglade-2.0.dylib -L/usr/X11R6/lib -L/usr/X11/lib /opt/local/lib/libxml2.dylib -lpthread /opt/local/lib/libgtk-x11-2.0.dylib /opt/local/lib/libgdk-x11-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/libjasper.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libcairo.dylib /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib /opt/local/lib/libpangoft2-1.0.dylib /opt/local/lib/libpixman-1.dylib /opt/local/lib/libpng12.dylib /opt/local/lib/libXrender.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib -lz /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib -lc /opt/local/lib/libiconv.dylib creating test-libglade ---> Staging libglade2 into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./var/macports missing (created) ./var/macports/distfiles missing (created) ./var/macports/receipts missing (created) ./var/macports/registry missing (created) ./www missing (created) DEBUG: Executing org.macports.destroot (libglade2) DEBUG: Environment: DEBUG: port allows a parallel build DEBUG: port allows a parallel build DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/libglade-2.6.3" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot' Making install in glade test -z "/opt/local/lib" || /opt/local/bin/gmkdir -p "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install 'libglade-2.0.la' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.la' /usr/bin/install .libs/libglade-2.0.0.0.7.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.0.0.7.dylib (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib && { ln -s -f libglade-2.0.0.0.7.dylib libglade-2.0.0.dylib || { rm -f libglade-2.0.0.dylib && ln -s libglade-2.0.0.0.7.dylib libglade-2.0.0.dylib; }; }) (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib && { ln -s -f libglade-2.0.0.0.7.dylib libglade-2.0.dylib || { rm -f libglade-2.0.dylib && ln -s libglade-2.0.0.0.7.dylib libglade-2.0.dylib; }; }) /usr/bin/install .libs/libglade-2.0.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.la /usr/bin/install .libs/libglade-2.0.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.a chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.a ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' test -z "/opt/local/include/libglade-2.0/glade" || /opt/local/bin/gmkdir -p "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade" /usr/bin/install -m 644 'glade.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade.h' /usr/bin/install -m 644 'glade-init.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-init.h' /usr/bin/install -m 644 'glade-xml.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-xml.h' /usr/bin/install -m 644 'glade-build.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-build.h' /usr/bin/install -m 644 'glade-parser.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-parser.h' Making install in doc make[2]: Nothing to be done for `install-exec-am'. installfiles=`echo ./html/*`; \ if test "$installfiles" = './html/*'; \ then echo '-- Nothing to install' ; \ else \ /bin/sh ../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc/html/libglade; \ for i in $installfiles; do \ echo '-- Installing '$i ; \ /usr/bin/install -m 644 $i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc/html/libglade; \ done; \ echo '-- Installing ./html/index.sgml' ; \ /usr/bin/install -m 644 ./html/index.sgml /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc/html/libglade || :; \ which gtkdoc-rebase >/dev/null && \ gtkdoc-rebase --relative --dest-dir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot --html-dir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc/html/libglade ; \ fi mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc/html mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/gtk-doc/html/libglade -- Installing ./html/GladeXML.html -- Installing ./html/home.png -- Installing ./html/index.html -- Installing ./html/index.sgml -- Installing ./html/left.png -- Installing ./html/libglade-Libglade-Build.html -- Installing ./html/libglade-Libglade-Initialisation.html -- Installing ./html/libglade-Libglade-SAX-Parser.html -- Installing ./html/libglade-dtd-exceptions.html -- Installing ./html/libglade-dtd.html -- Installing ./html/libglade-embedding.html -- Installing ./html/libglade-extending.html -- Installing ./html/libglade-i18n.html -- Installing ./html/libglade-lib.html -- Installing ./html/libglade-modules.html -- Installing ./html/libglade-notes.html -- Installing ./html/libglade.devhelp -- Installing ./html/libglade.devhelp2 -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up.png -- Installing ./html/index.sgml make[2]: [install-data-local] Error 1 (ignored) Making install in tests make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. test -z "/opt/local/bin" || /opt/local/bin/gmkdir -p "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/bin" /usr/bin/install 'libglade-convert' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/bin/libglade-convert' test -z "/opt/local/lib/pkgconfig" || /opt/local/bin/gmkdir -p "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/pkgconfig" /usr/bin/install -m 644 'libglade-2.0.pc' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/pkgconfig/libglade-2.0.pc' test -z "/opt/local/share/xml/libglade" || /opt/local/bin/gmkdir -p "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/xml/libglade" /usr/bin/install -m 644 'glade-2.0.dtd' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/share/xml/libglade/glade-2.0.dtd' DEBUG: Executing destroot_finish DEBUG: checking for mtree violations ---> Installing libglade2 2.6.3_0 DEBUG: Executing org.macports.install (libglade2) DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/bin DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/bin/libglade-convert DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0 DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0/glade DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0/glade/glade-build.h DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0/glade/glade-init.h DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0/glade/glade-parser.h DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0/glade/glade-xml.h DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/include/libglade-2.0/glade/glade.h DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/libglade-2.0.0.0.7.dylib DEBUG: installing link: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/libglade-2.0.0.dylib DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/libglade-2.0.a DEBUG: installing link: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/libglade-2.0.dylib DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/libglade-2.0.la DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/pkgconfig DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/lib/pkgconfig/libglade-2.0.pc DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/GladeXML.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/home.png DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/index.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/index.sgml DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/left.png DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-Libglade-Build.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-Libglade-Initialisation.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-Libglade-SAX-Parser.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-dtd-exceptions.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-dtd.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-embedding.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-extending.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-i18n.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-lib.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-modules.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade-notes.html DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade.devhelp DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/libglade.devhelp2 DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/right.png DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/style.css DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/gtk-doc/html/libglade/up.png DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/xml DEBUG: installing directory: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/xml/libglade DEBUG: installing file: /opt/local/var/macports/software/libglade2/2.6.3_0/opt/local/share/xml/libglade/glade-2.0.dtd DEBUG: Executing org.macports.activate (libglade2) ---> Activating libglade2 2.6.3_0 DEBUG: activating directory: / DEBUG: activating directory: /opt DEBUG: activating directory: /opt/local DEBUG: activating directory: /opt/local/bin DEBUG: activating file: /opt/local/bin/libglade-convert DEBUG: activating directory: /opt/local/include DEBUG: activating directory: /opt/local/include/libglade-2.0 DEBUG: activating directory: /opt/local/include/libglade-2.0/glade DEBUG: activating file: /opt/local/include/libglade-2.0/glade/glade-build.h DEBUG: activating file: /opt/local/include/libglade-2.0/glade/glade-init.h DEBUG: activating file: /opt/local/include/libglade-2.0/glade/glade-parser.h DEBUG: activating file: /opt/local/include/libglade-2.0/glade/glade-xml.h DEBUG: activating file: /opt/local/include/libglade-2.0/glade/glade.h DEBUG: activating directory: /opt/local/lib DEBUG: activating file: /opt/local/lib/libglade-2.0.0.0.7.dylib DEBUG: activating link: /opt/local/lib/libglade-2.0.0.dylib DEBUG: activating file: /opt/local/lib/libglade-2.0.a DEBUG: activating link: /opt/local/lib/libglade-2.0.dylib DEBUG: activating file: /opt/local/lib/libglade-2.0.la DEBUG: activating directory: /opt/local/lib/pkgconfig DEBUG: activating file: /opt/local/lib/pkgconfig/libglade-2.0.pc DEBUG: activating directory: /opt/local/share DEBUG: activating directory: /opt/local/share/gtk-doc DEBUG: activating directory: /opt/local/share/gtk-doc/html DEBUG: activating directory: /opt/local/share/gtk-doc/html/libglade DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/GladeXML.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/home.png DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/index.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/index.sgml DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/left.png DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-Libglade-Build.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-Libglade-Initialisation.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-Libglade-SAX-Parser.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-dtd-exceptions.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-dtd.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-embedding.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-extending.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-i18n.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-lib.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-modules.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade-notes.html DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade.devhelp DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/libglade.devhelp2 DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/right.png DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/style.css DEBUG: activating file: /opt/local/share/gtk-doc/html/libglade/up.png DEBUG: activating directory: /opt/local/share/xml DEBUG: activating directory: /opt/local/share/xml/libglade DEBUG: activating file: /opt/local/share/xml/libglade/glade-2.0.dtd DEBUG: Adding file to file_map: /opt/local/bin/libglade-convert for: libglade2 DEBUG: Adding file to file_map: /opt/local/include/libglade-2.0/glade/glade-build.h for: libglade2 DEBUG: Adding file to file_map: /opt/local/include/libglade-2.0/glade/glade-init.h for: libglade2 DEBUG: Adding file to file_map: /opt/local/include/libglade-2.0/glade/glade-parser.h for: libglade2 DEBUG: Adding file to file_map: /opt/local/include/libglade-2.0/glade/glade-xml.h for: libglade2 DEBUG: Adding file to file_map: /opt/local/include/libglade-2.0/glade/glade.h for: libglade2 DEBUG: Adding file to file_map: /opt/local/lib/libglade-2.0.0.0.7.dylib for: libglade2 DEBUG: Adding link to file_map: /opt/local/lib/libglade-2.0.0.dylib for: libglade2 DEBUG: Adding file to file_map: /opt/local/lib/libglade-2.0.a for: libglade2 DEBUG: Adding link to file_map: /opt/local/lib/libglade-2.0.dylib for: libglade2 DEBUG: Adding file to file_map: /opt/local/lib/libglade-2.0.la for: libglade2 DEBUG: Adding file to file_map: /opt/local/lib/pkgconfig/libglade-2.0.pc for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/GladeXML.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/home.png for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/index.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/index.sgml for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/left.png for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-Libglade-Build.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-Libglade-Initialisation.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-Libglade-SAX-Parser.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-dtd-exceptions.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-dtd.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-embedding.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-extending.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-i18n.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-lib.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-modules.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade-notes.html for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade.devhelp for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/libglade.devhelp2 for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/right.png for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/style.css for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/gtk-doc/html/libglade/up.png for: libglade2 DEBUG: Adding file to file_map: /opt/local/share/xml/libglade/glade-2.0.dtd for: libglade2 DEBUG: Executing proc-post-org.macports.activate-activate-0 add command failed Error: Target org.macports.activate returned: shell command "xmlcatalog --noout --add system http://glade.gnome.org/glade-2.0.dtd /opt/local/share/xml/libglade/glade-2.0.dtd /opt/local/etc/xml/catalog" returned error 3 Command output: add command failed Warning: the following items did not execute (for libglade2): org.macports.activate Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080929/0b27966c/attachment.html From i.cue at dsl.pipex.com Mon Sep 29 17:02:38 2008 From: i.cue at dsl.pipex.com (Mine) Date: Tue, 30 Sep 2008 01:02:38 +0100 Subject: Configure error macport - mkvToolnix In-Reply-To: References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> <78BD3512-D9BA-42D7-9F76-EA8783769E51@dsl.pipex.com> Message-ID: <563B30C2-561F-4988-9D65-55322F04BAEC@dsl.pipex.com> Hi Ryan, Seems the problem is near solved. After reinstall with all the variants I was still getting the unknown encoder error. So I looked in the directories to see what had been install and then changed 'ffmpeg -i file.mkv -vn -acodec aac -ac 2 audio.aac' to 'ffmpeg -i file.mkv -vn -acodec libfaac -ac 2 audio.aac' and it worked. The only problem is the audio file created is loud and distorted. I have searched and found neroAACEnc, but it does not have a macPorts port. Would it be possible to install this and other apps into the same directory as macPorts using something like the following: ./configure --prefix=/opt/local Am I right in assuming that if I point the configure to either /opt or /opt/local the app would be install into the relevant folders? Thanks, Terrence On 28 Sep 2008, at 07:00, Ryan Schmidt wrote: > > On Sep 28, 2008, at 00:51, Mine wrote: > >> On 27 Sep 2008, at 05:36, Ryan Schmidt wrote: >> >>> On Sep 26, 2008, at 20:54, Mine wrote: >>> >>>> I have uninstalled everything and started again. Installing >>>> mpeg4ip and mkvtoolnix >>>> first, followed by ffmpeg, a52, faac, faad, lame, x264 and xvid. >>>> >>>> I am not sure if this is the right place for this next question, >>>> but hopefully you or >>>> someone else may have encountered this next problem. >>>> >>>> I have been able to extract a video track from and .mkv file, >>>> but when I try to convert >>>> the audio to aac using the following: >>>> >>>> ffmpeg -i file.mkv -vn -acodec aac -ac 2 audio.aac >>>> >>>> I get 'unknown encoder aac' >>>> >>>> It seems to start alright with the following: >>>> FFmpeg version UNKNOWN, Copyright (c) 2000-2008 Fabrice Bellard, >>>> et al. >>>> configuration: --prefix=/opt/local --disable-vhook --mandir=/ >>>> opt/local/share/man --enable-shared --enable-pthreads --disable- >>>> mmx --cc=gcc-4.0 --enable-gpl --enable-liba52 >>>> libavutil version: 49.7.0 >>>> libavcodec version: 51.60.0 >>>> libavformat version: 52.18.0 >>>> libavdevice version: 52.0.0 >>>> built on Sep 27 2008 00:52:03, gcc: 4.0.1 (Apple Computer, >>>> Inc. build 5370) >>>> >>>> followed by many lines of this: >>>> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1549a966 >>>> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x1654ae6b >>>> [matroska @ 0x1802800]Ignoring seekhead entry for ID=0x114d9b74 >>>> >>>> and ends with: >>>> Input #0, matroska, from '/Users/TWcomputer/vid_convert/Thomson/ >>>> Thomson_WMV-HD_720p.mkv': >>>> Duration: 00:04:39.56, start: 0.000000, bitrate: N/A >>>> Stream #0.0: Attachment: 0x0000 >>>> Stream #0.1: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR >>>> 16:9], 30.00 tb(r) >>>> Stream #0.2: Audio: vorbis, 44100 Hz, stereo >>>> Unknown encoder 'aac' >>>> >>>> I am not sure if ffmpeg has its own encoder or if it should try >>>> to use faac. Can anyone suggest how to >>>> solve this one. >>> >>> According to "port info ffmpeg" and "port variants ffmpeg", >>> ffmpeg can use faac to encode aac audio and faad to decode aac >>> audio. Did you install ffmpeg with the faac and faad variants? >>> I'm thinking you didn't, because ffmpeg showed you its >>> configuration line above, and it doesn't include the options "-- >>> enable-libfaac" and "--enable-libfaad" which should appear if you >>> had used those variants. >> >> After sending my email, I did some more searching and found a >> reference >> to "--enable-libfaac" and "--enable-libfaad". If I was >> installing from Terminal >> without macPorts I believe the following should work: >> ./configure --enable-libfaac" and "--enable-libfaad >> but I don't know how to set this option in macPorts. > > If you take a look at the Portfile ("port cat ffmpeg") you'll see > that using the +faac variant adds the --enable-libfaac configure > option, and using the +faad variant adds the --enable-libfaad > configure option. > >> I have now reinstalled ffmpeg using the following, >> sudo port install ffmpeg +a52 +faac +faad +gpl +lame +libogg >> +postproc +theora +vorbis +x264 +xvid > > So that should have been all you needed to do. > >> but I got an error 'unknown encoder aac' so it appears that I sill >> have to enable >> these options. Could you tell me how to enable these options in >> macPorts. > > Beyond using the available variants, I can't help. I don't use > ffmpeg myself. You might want to contact the maintainer of the > ffmpeg port, or the authors of the ffmpeg software. > >> I also downloaded and installed ffmpeg-export-2008-09-26, faac, >> and faad outside >> from the terminal without macPorts, to see if I could enable >> options. So I now have >> two versions of these apps. Is there a simple way to delete the >> non-macports version. >> Or can I get a list of where these apps install there files and >> delete them manually. > > Usually that would be specified by the configure option --prefix=/ > wherever. If you did not supply the --prefix flag to configure, > then usually they go in /usr/local. It's a bad idea to have things > in /usr/local while also trying to use MacPorts, so you should > remove what's in /usr/local. > From macports.users at gmail.com Mon Sep 29 20:55:50 2008 From: macports.users at gmail.com (Charles Darwin) Date: Mon, 29 Sep 2008 23:55:50 -0400 Subject: Zfs & MacPorts In-Reply-To: <105516C9-F376-48B1-A535-829A9B156F55@macports.org> References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> <105516C9-F376-48B1-A535-829A9B156F55@macports.org> Message-ID: <4CF9D7BF-52EC-408E-B93B-CE78141F3394@gmail.com> On 29-Sep-08, at 1:43 PM, Eric Cronin wrote: > > On Sep 28, 2008, at 10:25 PM, Charles Darwin wrote: > >> >> On 28-Sep-08, at 4:17 PM, Ryan Schmidt wrote: >> >>> On Sep 28, 2008, at 07:33, Rainer M?ller wrote: >>> >>>> Charles Darwin wrote: >>>> >>>>> Is it possible to install ports on a zfs formatted volume? >>>> >>>> Can't think of a reason why it should not be possible. >>>> >>>>> and if so, >>>>> what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/ >>>>> bin:/ >>>>> usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/ >>>>> dir/ >>>>> opt? do it? >>>> >>>> If this is the only install of MacPorts on this Mac this will work. >>>> It >>>> will install the MacPorts Tcl package to /Library/Tcl. >>>> But you can also specify another location in order to have >>>> everything on >>>> one filesystem, for example: >>>> --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl >>> >>> Also consider your applications and frameworks. You may want to use >>> --with-applications-dir and --with-frameworks-dir also. >>> >>> So if you want everything to be on the ZFS drive, then you may want: >>> >>> >>> PREFIX=/path/to/zfs/some/dir >>> > > > > Also keep in mind that with zfs its possible to just do "zfs set > mountpoint=/opt mypool/macports" and then the default location (/ > opt) is under ZFS. I don't think this confuses the finder/carbon > apps any more than the /Volumes/mypool/myfilesystem mountpoints do > already. > > Thanks, > Eric Would you care to elaborate please? Thanks From benlight at mac.com Mon Sep 29 21:18:38 2008 From: benlight at mac.com (Benedick Miller) Date: Tue, 30 Sep 2008 14:18:38 +1000 Subject: Gnome won't install Message-ID: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> Hello, I am new here. I couldn't find this issue in the archives, in fact I couldn't find a way to effectively search the archives. I have installed Macports mainly so I can install Gnucash 2.2.7 from source, for which I need gnome2 guile and slib . I have an intel MacBook pro with OS X 10.5.5 and Xcode 311_2517 (the latest I could find) and MacPorts 1.6.0 and I did a "port selfupdate" before starting. The steps I followed are listed below with the error messages. Having hardly got started I don't seem to have got very far. My initial reaction is not to bother with macports and simply run Gnucash in Windows in Parallels desktop :-( But perhaps some of you clever people can explain what I am doing wrong here? Any help much appreciated. Ben Step 1: $ sudo port install gnome Which exited with the following errors: Error: The following dependencies failed to build: gnome-desktop-suite bug-buddy evolution-data-server gnome-platform-suite libgnomeui libsoup gnutls lzo opencdk readline nspr nss gnome-desktop gnome- themes gtk-engines2 gvfs py25-gnome py25-gtk py25-cairo py25-numpy fftw-3 py25-orbit startup-notification gnome-menus libelf libgtop dasher gnome-speech libwnck eel librsvg libcroco libgsf bzip2 eog libexif libgnomeprintui libgnomeprint bison libgnomecups evince gdk- pixbuf glib1 gtk1 nautilus poppler poppler-data file-roller gcalctool gconf-editor gdm gzip howl gedit gtksourceview2 py25-pygtksourceview gnome-applets gnome-control-center gnome-panel libgweather gnome- settings-daemon gst-plugins-good aalib flac id3lib libogg gst-plugins- base cdparanoia gstreamer flex liboil libtheora libvorbis libcaca libcdio libcddb libdv libshout2 speex taglib wavpack libgnomekbd libxklavier metacity gnome-python-desktop gnome-media gtksourceview gnuregex totem-pl-parser gucharmap system-tools-backends p5-net-dbus p5-xml-twig gnome-audio gnome-backgrounds gnome-games ggz-client-libs libggz guile gmp libsdl_mixer libsdl smpeg py25-gtkglext gtkglext py25- opengl py25-pil py25-setuptools py25-zlib py25-tkinter tcl tk gnome- keyring-manager gnome-mag gnome-session gnome-system-monitor gtkmm cairomm glibmm libsigcxx2 gnome-terminal vte gnome-user-docs gnome- utils gnopernicus libgail-gnome libgtkhtml3 seahorse avahi dbus- python25 gdbm libdaemon py25-gdbm gpgme gnupg pth vino yelp firefox- x11 zip zenity Error: Status 1 encountered during processing. The last thing on the list was zenity so I tried: $ sudo port install zenity Which exited with the following errors: Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_gnome_libgnomeui/work/libgnomeui-2.22.1" && make all " returned error 2 Command output: gtkfilesystemgio.c:1877: error: syntax error before '*' token gtkfilesystemgio.c:1878: error: syntax error before '*' token gtkfilesystemgio.c:1881: warning: return type defaults to 'int' gtkfilesystemgio.c:1881: warning: no previous prototype for 'gtk_file_folder_gio_get_info' gtkfilesystemgio.c: In function 'gtk_file_folder_gio_get_info': gtkfilesystemgio.c:1888: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:1889: error: 'path' undeclared (first use in this function) gtkfilesystemgio.c:1889: warning: assignment makes pointer from integer without a cast gtkfilesystemgio.c:1894: error: 'GtkFileInfo' undeclared (first use in this function) gtkfilesystemgio.c:1894: error: 'info' undeclared (first use in this function) gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1908: error: syntax error before '*' token gtkfilesystemgio.c:1911: warning: 'gtk_file_folder_gio_list_children' was used with no prototype before its definition gtkfilesystemgio.c: In function 'gtk_file_folder_gio_list_children': gtkfilesystemgio.c:1917: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:1921: error: 'children' undeclared (first use in this function) gtkfilesystemgio.c:1921: warning: passing argument 2 of 'g_slist_prepend' makes pointer from integer without a cast gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1927: error: syntax error before '*' token gtkfilesystemgio.c:1928: warning: 'gtk_file_folder_gio_is_finished_loading' was used with no prototype before its definition gtkfilesystemgio.c: In function 'gtk_file_folder_gio_is_finished_loading': gtkfilesystemgio.c:1932: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1937: error: syntax error before '*' token gtkfilesystemgio.c:1939: warning: return type defaults to 'int' gtkfilesystemgio.c:1958: error: syntax error before '*' token gtkfilesystemgio.c:1960: warning: return type defaults to 'int' make[2]: *** [gtkfilesystemgio.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: The following dependencies failed to build: libgnomeui Error: Status 1 encountered during processing. which ended in an error, the last thing on the list was libgnomeui so I tried: $ sudo port install libgnomeui which exited with the following errors: Error: The following dependencies failed to build: libgnomeui Error: Status 1 encountered during processing. miranda:~ ben$ sudo port install libgnomeui ---> Building libgnomeui 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_gnome_libgnomeui/work/libgnomeui-2.22.1" && make all " returned error 2 Command output: gtkfilesystemgio.c:1877: error: syntax error before '*' token gtkfilesystemgio.c:1878: error: syntax error before '*' token gtkfilesystemgio.c:1881: warning: return type defaults to 'int' gtkfilesystemgio.c:1881: warning: no previous prototype for 'gtk_file_folder_gio_get_info' gtkfilesystemgio.c: In function 'gtk_file_folder_gio_get_info': gtkfilesystemgio.c:1888: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:1889: error: 'path' undeclared (first use in this function) gtkfilesystemgio.c:1889: warning: assignment makes pointer from integer without a cast gtkfilesystemgio.c:1894: error: 'GtkFileInfo' undeclared (first use in this function) gtkfilesystemgio.c:1894: error: 'info' undeclared (first use in this function) gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1908: error: syntax error before '*' token gtkfilesystemgio.c:1911: warning: 'gtk_file_folder_gio_list_children' was used with no prototype before its definition gtkfilesystemgio.c: In function 'gtk_file_folder_gio_list_children': gtkfilesystemgio.c:1917: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:1921: error: 'children' undeclared (first use in this function) gtkfilesystemgio.c:1921: warning: passing argument 2 of 'g_slist_prepend' makes pointer from integer without a cast gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1927: error: syntax error before '*' token gtkfilesystemgio.c:1928: warning: 'gtk_file_folder_gio_is_finished_loading' was used with no prototype before its definition gtkfilesystemgio.c: In function 'gtk_file_folder_gio_is_finished_loading': gtkfilesystemgio.c:1932: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1937: error: syntax error before '*' token gtkfilesystemgio.c:1939: warning: return type defaults to 'int' gtkfilesystemgio.c:1958: error: syntax error before '*' token gtkfilesystemgio.c:1960: warning: return type defaults to 'int' make[2]: *** [gtkfilesystemgio.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. At which point I gave up! From ecronin at macports.org Mon Sep 29 21:19:40 2008 From: ecronin at macports.org (Eric Cronin) Date: Tue, 30 Sep 2008 00:19:40 -0400 Subject: Zfs & MacPorts In-Reply-To: <4CF9D7BF-52EC-408E-B93B-CE78141F3394@gmail.com> References: <904BF133-CCC3-42E9-A9BD-F94D122FAC89@gmail.com> <48DF7993.4090006@macports.org> <105516C9-F376-48B1-A535-829A9B156F55@macports.org> <4CF9D7BF-52EC-408E-B93B-CE78141F3394@gmail.com> Message-ID: <46626893-6D49-4E0F-BD4F-B881EB1F83F8@macports.org> On Sep 29, 2008, at 11:55 PM, Charles Darwin wrote: > > On 29-Sep-08, at 1:43 PM, Eric Cronin wrote: > >> >> On Sep 28, 2008, at 10:25 PM, Charles Darwin wrote: >> >>> >>> On 28-Sep-08, at 4:17 PM, Ryan Schmidt wrote: >>> >>>> On Sep 28, 2008, at 07:33, Rainer M?ller wrote: >>>> >>>>> Charles Darwin wrote: >>>>> >>>>>> Is it possible to install ports on a zfs formatted volume? >>>>> >>>>> Can't think of a reason why it should not be possible. >>>>> >>>>>> and if so, >>>>>> what is the proper way of doing it? Would ?PATH=/bin:/sbin:/usr/ >>>>>> bin:/ >>>>>> usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/ >>>>>> dir/ >>>>>> opt? do it? >>>>> >>>>> If this is the only install of MacPorts on this Mac this will >>>>> work. >>>>> It >>>>> will install the MacPorts Tcl package to /Library/Tcl. >>>>> But you can also specify another location in order to have >>>>> everything on >>>>> one filesystem, for example: >>>>> --with-tclpackage=path/to/zfs/some/dir/opt/Library/Tcl >>>> >>>> Also consider your applications and frameworks. You may want to use >>>> --with-applications-dir and --with-frameworks-dir also. >>>> >>>> So if you want everything to be on the ZFS drive, then you may >>>> want: >>>> >>>> >>>> PREFIX=/path/to/zfs/some/dir >>>> >> >> >> >> Also keep in mind that with zfs its possible to just do "zfs set >> mountpoint=/opt mypool/macports" and then the default location (/ >> opt) is under ZFS. I don't think this confuses the finder/carbon >> apps any more than the /Volumes/mypool/myfilesystem mountpoints do >> already. >> >> Thanks, >> Eric > > Would you care to elaborate please? Thanks Which part? If you just install the macports .pkg or build from source and run make install, the infrastructure all lives under /opt/local. Because "filesystems" in ZFS are very lightweight it's trivial to make pretty much any subtree of your filesystem live on ZFS by setting the mountpoint attribute: [baldrick] ecronin% sudo zfs create fw-pool/MacPorts [baldrick] ecronin% ls /Volumes/fw-pool/MacPorts [baldrick] ecronin% ls /opt ls: /opt: No such file or directory [baldrick] ecronin% sudo zfs set mountpoint=/opt fw-pool/MacPorts [baldrick] ecronin% ls /Volumes/fw-pool/MacPorts ls: /Volumes/fw-pool/MacPorts: No such file or directory [baldrick] ecronin% ls /opt [baldrick] ecronin% mount | grep /opt fw-pool/MacPorts on /opt (zfs, local) [baldrick] ecronin% df /opt Filesystem Size Used Avail Capacity Mounted on fw-pool/MacPorts 206Gi 19Ki 206Gi 1% /opt To unix-heritage programs there's nothing unusual about having a filesystem anchored at an arbitrary location in the filesystem. To the Finder and other mac-heritage programs, however, each mount corresponds to an entry in /Volumes and a disk at the top of the device hierarchy in open/save windows for example. There's still a fair bit of odd behavior with zfs in these situations, but I don't think setting mountpoint=somewhere makes things better or worse. Thanks, Eric From rhubbell at ihubbell.com Mon Sep 29 21:50:03 2008 From: rhubbell at ihubbell.com (rhubbell) Date: Mon, 29 Sep 2008 21:50:03 -0700 Subject: Gnome won't install In-Reply-To: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> Message-ID: <1222750203.32386.29.camel@127> On Tue, 2008-09-30 at 14:18 +1000, Benedick Miller wrote: > sudo port install gnome I did this one: http://google.com/search?q=sudo+port+install+gnome then this one looks good: http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail Good luck. From 0x62_0x6c_0x62 at pobox.com Mon Sep 29 22:09:43 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Mon, 29 Sep 2008 23:09:43 -0600 Subject: Gnome won't install In-Reply-To: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> Message-ID: <20080930050943.GP902@ninagal.withay.com> On Tue, Sep 30, 2008 at 02:18:38PM +1000, Benedick Miller said: > Hello, > I am new here. I couldn't find this issue in the archives, in fact I > couldn't find a way to effectively search the archives. I have > installed Macports mainly so I can install Gnucash 2.2.7 from source, > for which I need gnome2 guile and slib . I have an intel MacBook pro > with OS X 10.5.5 and Xcode 311_2517 (the latest I could find) and > MacPorts 1.6.0 and I did a "port selfupdate" before starting. > Note that many of the gnome-related ports have been recently upgraded to the latest version (including the libgnomeui port which failed for you which is now 2.24.0). So first be sure to run $ sudo port selfupdate to get all the current Portfiles, then try again. Also note that there are many gnome-based ports, so some may have been missed or could fail because of the upgrade. If that happens, be sure to open tickets. Bryan [...] From ryandesign at macports.org Mon Sep 29 22:41:49 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 30 Sep 2008 00:41:49 -0500 Subject: Configure error macport - mkvToolnix In-Reply-To: <563B30C2-561F-4988-9D65-55322F04BAEC@dsl.pipex.com> References: <0C6B7001-DAFF-4377-93F3-22A08C15A3C9@dsl.pipex.com> <951A364A-AD0D-4D62-81E3-F2E07F1F1CE8@macports.org> <71CCB63D-35A4-41E8-8411-B0CC39F785FE@dsl.pipex.com> <3BE5A829-51FC-42C9-9764-D25290738DFC@dsl.pipex.com> <391DCBBA-883D-4F64-A704-F657E41C736E@dsl.pipex.com> <6354E307-1671-4DEC-B1FF-FEA28561CE5C@macports.org> <21433402-7495-473E-A1B4-17B1DCFE3EFA@macports.org> <3333A916-4CB1-428A-9A0C-0A49103EFAD9@dsl.pipex.com> <78BD3512-D9BA-42D7-9F76-EA8783769E51@dsl.pipex.com> <563B30C2-561F-4988-9D65-55322F04BAEC@dsl.pipex.com> Message-ID: <0713D899-E99B-46FA-BB23-099FB7A9C358@macports.org> On Sep 29, 2008, at 7:02 PM, Mine wrote: > Seems the problem is near solved. After reinstall with all the > variants I was still > getting the unknown encoder error. So I looked in the directories > to see what > had been install and then changed 'ffmpeg -i file.mkv -vn -acodec > aac -ac 2 audio.aac' > to 'ffmpeg -i file.mkv -vn -acodec libfaac -ac 2 audio.aac' and it > worked. The only problem > is the audio file created is loud and distorted. I have searched > and found neroAACEnc, > but it does not have a macPorts port. Would it be possible to > install this and other apps > into the same directory as macPorts using something like the > following: > ./configure --prefix=/opt/local > > Am I right in assuming that if I point the configure to either /opt > or /opt/local the app would be > install into the relevant folders? The correct prefix would be /opt/local, not /opt. However, do not install software into the MacPorts prefix manually. MacPorts has its own prefix because it wants to be in control of what's in there. I recommend you make a port for neroAACEnc. The Guide [1] is a good place to learn how to write ports. I also find it valuable to just look at some of the existing portfiles to see how they do things. [1] http://guide.macports.org/ From normen.mueller at googlemail.com Mon Sep 29 23:25:17 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Tue, 30 Sep 2008 08:25:17 +0200 Subject: failed to build gimp2 and libgnomeui, respectively Message-ID: <48E1C64D.6070500@gmail.com> He, I am trying to install gimp2, but get the following error: @scott: during the entire installation process I got the same error as you wrt. glade, but it ignored it in sense of keeping on installing all other required libs for gimp2. Now I reached at this one: # port install gimp2 ---> Building libgnomeui 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_gnome_libgnomeui/work/libgnomeui-2.22.1" && make all " returned error 2 Command output: gtkfilesystemgio.c:1877: error: syntax error before '*' token gtkfilesystemgio.c:1878: error: syntax error before '*' token gtkfilesystemgio.c:1881: warning: return type defaults to 'int' gtkfilesystemgio.c:1881: warning: no previous prototype for 'gtk_file_folder_gio_get_info' gtkfilesystemgio.c: In function 'gtk_file_folder_gio_get_info': gtkfilesystemgio.c:1888: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:1889: error: 'path' undeclared (first use in this function) gtkfilesystemgio.c:1889: warning: assignment makes pointer from integer without a cast gtkfilesystemgio.c:1894: error: 'GtkFileInfo' undeclared (first use in this function) gtkfilesystemgio.c:1894: error: 'info' undeclared (first use in this function) gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1908: error: syntax error before '*' token gtkfilesystemgio.c:1911: warning: 'gtk_file_folder_gio_list_children' was used with no prototype before its definition gtkfilesystemgio.c: In function 'gtk_file_folder_gio_list_children': gtkfilesystemgio.c:1917: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:1921: error: 'children' undeclared (first use in this function) gtkfilesystemgio.c:1921: warning: passing argument 2 of 'g_slist_prepend' makes pointer from integer without a cast gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1927: error: syntax error before '*' token gtkfilesystemgio.c:1928: warning: 'gtk_file_folder_gio_is_finished_loading' was used with no prototype before its definition gtkfilesystemgio.c: In function 'gtk_file_folder_gio_is_finished_loading': gtkfilesystemgio.c:1932: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1937: error: syntax error before '*' token gtkfilesystemgio.c:1939: warning: return type defaults to 'int' gtkfilesystemgio.c:1958: error: syntax error before '*' token gtkfilesystemgio.c:1960: warning: return type defaults to 'int' make[2]: *** [gtkfilesystemgio.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: The following dependencies failed to build: libgnomeui Error: Status 1 encountered during processing. -- Normen M?ller From benlight at mac.com Tue Sep 30 00:25:49 2008 From: benlight at mac.com (Benedick Miller) Date: Tue, 30 Sep 2008 17:25:49 +1000 Subject: Gnome won't install In-Reply-To: <1222750203.32386.29.camel@127> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> <1222750203.32386.29.camel@127> Message-ID: <863B0056-6FA2-45A2-86F2-704F6C866991@mac.com> On 30 Sep 2008, at 14:50, rhubbell wrote: > On Tue, 2008-09-30 at 14:18 +1000, Benedick Miller wrote: >> sudo port install gnome > > I did this one: > http://google.com/search?q=sudo+port+install+gnome > > then this one looks good: > http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail > > Good luck. Thanks for the tip, however that is where I started! Sep 1 is sudo port install gnome. As this doesn't work I am a bit disspaointed in macports! From benlight at mac.com Tue Sep 30 00:27:31 2008 From: benlight at mac.com (Benedick Miller) Date: Tue, 30 Sep 2008 17:27:31 +1000 Subject: Gnome won't install In-Reply-To: <20080930050943.GP902@ninagal.withay.com> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> <20080930050943.GP902@ninagal.withay.com> Message-ID: <1C112E81-AFBC-4EF0-8EAD-483BBED39612@mac.com> On 30 Sep 2008, at 15:09, Bryan Blackburn wrote: > On Tue, Sep 30, 2008 at 02:18:38PM +1000, Benedick Miller said: >> Hello, >> I am new here. I couldn't find this issue in the archives, in fact I >> couldn't find a way to effectively search the archives. I have >> installed Macports mainly so I can install Gnucash 2.2.7 from source, >> for which I need gnome2 guile and slib . I have an intel MacBook pro >> with OS X 10.5.5 and Xcode 311_2517 (the latest I could find) and >> MacPorts 1.6.0 and I did a "port selfupdate" before starting. >> > > Note that many of the gnome-related ports have been recently > upgraded to the > latest version (including the libgnomeui port which failed for you > which is > now 2.24.0). So first be sure to run > > $ sudo port selfupdate > > to get all the current Portfiles, then try again. Also note that > there are > many gnome-based ports, so some may have been missed or could fail > because > of the upgrade. If that happens, be sure to open tickets. > > Bryan > > [...] Thanks for the reply, but if you read my initial post I did "sudo port update" first you even quoted it! See above. From afb at macports.org Tue Sep 30 01:01:11 2008 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Tue, 30 Sep 2008 10:01:11 +0200 Subject: Gnome won't install In-Reply-To: <863B0056-6FA2-45A2-86F2-704F6C866991@mac.com> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> <1222750203.32386.29.camel@127> <863B0056-6FA2-45A2-86F2-704F6C866991@mac.com> Message-ID: <7373A42E-09B9-403E-BD39-B42E2B3C78F7@macports.org> Benedick Miller wrote: >> then this one looks good: >> http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail >> >> Good luck. > > Thanks for the tip, however that is where I started! Sep 1 is sudo > port install gnome. > As this doesn't work I am a bit disspaointed in macports! GNOME isn't being maintained at the moment. ("nomaintainer") So while it used to work fine earlier, it might not anymore. For it to work out of the box on newer systems like Leopard, someone needs to volunteer to check all the bits and pieces... Otherwise it's left to ticket-by-ticket, bug-by-bug fixing. --anders From ryandesign at macports.org Tue Sep 30 01:11:48 2008 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 30 Sep 2008 03:11:48 -0500 Subject: failed to build gimp2 and libgnomeui, respectively In-Reply-To: <48E1C64D.6070500@gmail.com> References: <48E1C64D.6070500@gmail.com> Message-ID: On Sep 30, 2008, at 1:25 AM, Normen M?ller wrote: > I am trying to install gimp2, but get the following error: > > @scott: during the entire installation process I got the same error > as you wrt. glade, but it ignored it in sense of keeping on > installing all other required libs for gimp2. I don't really know gnome and gimp, but it's probably not a good sign that you got a glade error earlier. You should resolve that first. It may have caused the error you have below. > Now I reached at this one: > > # port install gimp2 > ---> Building libgnomeui 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_gnome > _libgnomeui/work/libgnomeui-2.22.1" && make all " returned error 2 > Command output: gtkfilesystemgio.c:1877: error: syntax error before > '*' token > gtkfilesystemgio.c:1878: error: syntax error before '*' token > gtkfilesystemgio.c:1881: warning: return type defaults to 'int' > gtkfilesystemgio.c:1881: warning: no previous prototype for > 'gtk_file_folder_gio_get_info' > gtkfilesystemgio.c: In function 'gtk_file_folder_gio_get_info': > gtkfilesystemgio.c:1888: error: 'folder' undeclared (first use in > this function) > gtkfilesystemgio.c:1889: error: 'path' undeclared (first use in > this function) > gtkfilesystemgio.c:1889: warning: assignment makes pointer from > integer without a cast > gtkfilesystemgio.c:1894: error: 'GtkFileInfo' undeclared (first use > in this function) > gtkfilesystemgio.c:1894: error: 'info' undeclared (first use in > this function) > gtkfilesystemgio.c: At top level: > gtkfilesystemgio.c:1908: error: syntax error before '*' token > gtkfilesystemgio.c:1911: warning: > 'gtk_file_folder_gio_list_children' was used with no prototype > before its definition > gtkfilesystemgio.c: In function 'gtk_file_folder_gio_list_children': > gtkfilesystemgio.c:1917: error: 'folder' undeclared (first use in > this function) > gtkfilesystemgio.c:1921: error: 'children' undeclared (first use in > this function) > gtkfilesystemgio.c:1921: warning: passing argument 2 of > 'g_slist_prepend' makes pointer from integer without a cast > gtkfilesystemgio.c: At top level: > gtkfilesystemgio.c:1927: error: syntax error before '*' token > gtkfilesystemgio.c:1928: warning: > 'gtk_file_folder_gio_is_finished_loading' was used with no > prototype before its definition > gtkfilesystemgio.c: In function > 'gtk_file_folder_gio_is_finished_loading': > gtkfilesystemgio.c:1932: error: 'folder' undeclared (first use in > this function) > gtkfilesystemgio.c: At top level: > gtkfilesystemgio.c:1937: error: syntax error before '*' token > gtkfilesystemgio.c:1939: warning: return type defaults to 'int' > gtkfilesystemgio.c:1958: error: syntax error before '*' token > gtkfilesystemgio.c:1960: warning: return type defaults to 'int' > make[2]: *** [gtkfilesystemgio.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 I think the real error has been cut off. Try cleaning and then installing the failing port again with debug output to see more. port clean libgnomeui port -d install libgnomeui From 0x62_0x6c_0x62 at pobox.com Tue Sep 30 01:43:26 2008 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue, 30 Sep 2008 02:43:26 -0600 Subject: Gnome won't install In-Reply-To: <1C112E81-AFBC-4EF0-8EAD-483BBED39612@mac.com> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> <20080930050943.GP902@ninagal.withay.com> <1C112E81-AFBC-4EF0-8EAD-483BBED39612@mac.com> Message-ID: <20080930084326.GQ902@ninagal.withay.com> On Tue, Sep 30, 2008 at 05:27:31PM +1000, Benedick Miller said: > > On 30 Sep 2008, at 15:09, Bryan Blackburn wrote: > > > On Tue, Sep 30, 2008 at 02:18:38PM +1000, Benedick Miller said: > >> Hello, > >> I am new here. I couldn't find this issue in the archives, in fact I > >> couldn't find a way to effectively search the archives. I have > >> installed Macports mainly so I can install Gnucash 2.2.7 from source, > >> for which I need gnome2 guile and slib . I have an intel MacBook pro > >> with OS X 10.5.5 and Xcode 311_2517 (the latest I could find) and > >> MacPorts 1.6.0 and I did a "port selfupdate" before starting. > >> > > > > Note that many of the gnome-related ports have been recently > > upgraded to the > > latest version (including the libgnomeui port which failed for you > > which is > > now 2.24.0). So first be sure to run > > > > $ sudo port selfupdate > > > > to get all the current Portfiles, then try again. Also note that > > there are > > many gnome-based ports, so some may have been missed or could fail > > because > > of the upgrade. If that happens, be sure to open tickets. > > > > Bryan > > > > [...] > > Thanks for the reply, but if you read my initial post I did "sudo port > update" first you even quoted it! See above. > Hmm, did it fail then? If I run 'port info libgnomeui': libgnomeui 2.24.0, gnome/libgnomeui (Variants: universal) ... So you for some reason aren't picking up the latest, which selfupdate should have done. You can try 'sudo port -d selfupdate' to see more information on what it is and isn't doing. Bryan From normen.mueller at googlemail.com Tue Sep 30 04:27:43 2008 From: normen.mueller at googlemail.com (=?ISO-8859-1?Q?Normen_M=FCller?=) Date: Tue, 30 Sep 2008 13:27:43 +0200 Subject: failed to build gimp2 and libgnomeui, respectively In-Reply-To: References: <48E1C64D.6070500@gmail.com> Message-ID: <48E20D2F.3010502@gmail.com> Ryan Schmidt wrote: > On Sep 30, 2008, at 1:25 AM, Normen M?ller wrote: > >> I am trying to install gimp2, but get the following error: >> >> @scott: during the entire installation process I got the same error as >> you wrt. glade, but it ignored it in sense of keeping on installing >> all other required libs for gimp2. > > I don't really know gnome and gimp, but it's probably not a good sign > that you got a glade error earlier. You should resolve that first. It > may have caused the error you have below. > >> Now I reached at this one: >> >> # port install gimp2 >> ---> Building libgnomeui 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_gnome_libgnomeui/work/libgnomeui-2.22.1" >> && make all " returned error 2 >> Command output: gtkfilesystemgio.c:1877: error: syntax error before >> '*' token >> gtkfilesystemgio.c:1878: error: syntax error before '*' token >> gtkfilesystemgio.c:1881: warning: return type defaults to 'int' >> gtkfilesystemgio.c:1881: warning: no previous prototype for >> 'gtk_file_folder_gio_get_info' >> gtkfilesystemgio.c: In function 'gtk_file_folder_gio_get_info': >> gtkfilesystemgio.c:1888: error: 'folder' undeclared (first use in this >> function) >> gtkfilesystemgio.c:1889: error: 'path' undeclared (first use in this >> function) >> gtkfilesystemgio.c:1889: warning: assignment makes pointer from >> integer without a cast >> gtkfilesystemgio.c:1894: error: 'GtkFileInfo' undeclared (first use in >> this function) >> gtkfilesystemgio.c:1894: error: 'info' undeclared (first use in this >> function) >> gtkfilesystemgio.c: At top level: >> gtkfilesystemgio.c:1908: error: syntax error before '*' token >> gtkfilesystemgio.c:1911: warning: 'gtk_file_folder_gio_list_children' >> was used with no prototype before its definition >> gtkfilesystemgio.c: In function 'gtk_file_folder_gio_list_children': >> gtkfilesystemgio.c:1917: error: 'folder' undeclared (first use in this >> function) >> gtkfilesystemgio.c:1921: error: 'children' undeclared (first use in >> this function) >> gtkfilesystemgio.c:1921: warning: passing argument 2 of >> 'g_slist_prepend' makes pointer from integer without a cast >> gtkfilesystemgio.c: At top level: >> gtkfilesystemgio.c:1927: error: syntax error before '*' token >> gtkfilesystemgio.c:1928: warning: >> 'gtk_file_folder_gio_is_finished_loading' was used with no prototype >> before its definition >> gtkfilesystemgio.c: In function >> 'gtk_file_folder_gio_is_finished_loading': >> gtkfilesystemgio.c:1932: error: 'folder' undeclared (first use in this >> function) >> gtkfilesystemgio.c: At top level: >> gtkfilesystemgio.c:1937: error: syntax error before '*' token >> gtkfilesystemgio.c:1939: warning: return type defaults to 'int' >> gtkfilesystemgio.c:1958: error: syntax error before '*' token >> gtkfilesystemgio.c:1960: warning: return type defaults to 'int' >> make[2]: *** [gtkfilesystemgio.lo] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 > > I think the real error has been cut off. Try cleaning and then > installing the failing port again with debug output to see more. > > port clean libgnomeui > port -d install libgnomeui > After performing an ``selfupdate'' and ``update outdated'' gimp2 worked just fine!!! Thanks for all your help! Cheers, -- Normen M?ller From raimue at macports.org Tue Sep 30 05:23:25 2008 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue, 30 Sep 2008 14:23:25 +0200 Subject: Gnome won't install In-Reply-To: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> Message-ID: <48E21A3D.8080804@macports.org> Benedick Miller wrote: > I am new here. I couldn't find this issue in the archives, in fact I > couldn't find a way to effectively search the archives. I have > installed Macports mainly so I can install Gnucash 2.2.7 from source, > for which I need gnome2 guile and slib . I have an intel MacBook pro > with OS X 10.5.5 and Xcode 311_2517 (the latest I could find) and > MacPorts 1.6.0 and I did a "port selfupdate" before starting. You don't need the whole Gnome set of ports for Gnucash. Gnome has many dependencies and installs the desktop environment, but you don't need all that to run Gnucash. Why do you want to install Gnucash by hand and not by using MacPorts? Try 'sudo port install gnucash', that will install all necessary dependencies and gnucash itself. Rainer From benlight at mac.com Tue Sep 30 06:50:38 2008 From: benlight at mac.com (Benedick Miller) Date: Tue, 30 Sep 2008 23:50:38 +1000 Subject: Gnome won't install In-Reply-To: <48E21A3D.8080804@macports.org> References: <80EBE5A2-752F-42D2-8568-37F65C7BF707@mac.com> <48E21A3D.8080804@macports.org> Message-ID: On 30 Sep 2008, at 22:23, Rainer M?ller wrote: > Benedick Miller wrote: >> I am new here. I couldn't find this issue in the archives, in fact I >> couldn't find a way to effectively search the archives. I have >> installed Macports mainly so I can install Gnucash 2.2.7 from source, >> for which I need gnome2 guile and slib . I have an intel MacBook pro >> with OS X 10.5.5 and Xcode 311_2517 (the latest I could find) and >> MacPorts 1.6.0 and I did a "port selfupdate" before starting. > > You don't need the whole Gnome set of ports for Gnucash. Gnome has > many > dependencies and installs the desktop environment, but you don't need > all that to run Gnucash. Why do you want to install Gnucash by hand > and > not by using MacPorts? > > Try 'sudo port install gnucash', that will install all necessary > dependencies and gnucash itself. > > Rainer Thanks for the answers Rainer and everyone. The Gnucash homepage lists the Gnucash dependecies as Gnome 2, guile, and slib, so that seemed like a good way to go... As you suggest I tried: $ sudo port install gnucash but sadly that didn't work either! {{{---> Building libgnomeui 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_gnome_libgnomeui/work/libgnomeui-2.24.0" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_gnome_libgnomeui/work/libgnomeui-2.24.0: No such file or directory Error: The following dependencies failed to build: evince libgnomeui nautilus eel gnome-desktop gnome-themes gtk-engines2 gvfs libsoup gnutls lzo opencdk readline py25-gnome py25-gtk py25-cairo py25-numpy fftw-3 py25-nose py25-setuptools py25-zlib py25-orbit startup- notification gnome-menus librsvg libcroco libgsf bzip2 libexif poppler poppler-data goffice guile16 libgnomeprintui libgnomeprint bison libgnomecups libgtkhtml3 enchant p5-finance-quote p5-crypt-ssleay p5- libwww-perl p5-compress-zlib p5-compress-raw-zlib p5-io-compress-base p5-io-compress-zlib p5-html-parser p5-html-tagset p5-uri p5-datemanip p5-html-tableextract slib slib-guile16 Error: Status 1 encountered during processing.}}} From jberry at macports.org Tue Sep 30 09:18:00 2008 From: jberry at macports.org (James Berry) Date: Tue, 30 Sep 2008 09:18:00 -0700 Subject: Important: MacPorts PortMgr Changes Message-ID: As many of you know, MacPorts is loosely governed by the "PortMgr" team, which is currently made up of three people: Markus Weissmann, Juan Manual Palacios, and James Berry. We each love MacPorts, and hope to see it continue to prosper and grow in the future. And we want to continue to contribute to the success of MacPorts as our time and professional lives allow in the future. But we each also have other significant professional and personal commitments that have made it difficult for us to put what we feel is an appropriate amount of time, energy, and enthusiasm into MacPorts in recent months and years, to the extent that we feel that additional day-to-day leadership is needed to ensure continued success and growth for the MacPorts project. So we want to propose some ideas to get new leadership blood into MacPorts, while retaining the systemic knowledge and continuity that our continued presence can allow. We therefore want to put the following plan forward for community comment (and hopefully, thereafter, implementation): (1) That the MacPorts community elect a new slate of PortMgr individuals, probably three people, to continue to guide day-to-day MacPorts operations and direction. (2) That the three of us move into an Elder-council ("advisory board", "trustees", "steering committee", etc), which will continue to help out and give guidance as needed, and watch over the long-term health of MacPorts assets such as domains and finances. The idea for the Elder council is based on our experience in the last several years. We've hesitated to make changes to PortMgr because we didn't want to disrupt continuity, but that has meant that PortMgr has stagnated as year-by-year changes in our lives affected our respective abilities to effectively govern day to day. We (collectively) need the ability to make swifter more responsive changes at the PortMgr level, while also ensuring the longer term continuity of the community and the infrastructure it relies on. We propose that PortMgr members be appointed by the community and have full control of all day-to-day operations of MacPorts. The Elder council will give advice and help to PortMgr members as requested, or as they see fit, but will not have the ability to replace or remove PortMgr members: that responsibility lies with the community. The Elder council might from time to time add or remove its own members: it's primary function is to oversee the long-term health and direction of the project, including long-term assets such as finances and domains. We also see the Elder council as a broader group from which PortMgr can draw for help if its members become temporarily preoccupied with life. We have asked Jordan Hubbard, the father of MacPorts, to join us on the Elder Council, and he has given his tentative acceptance. We'd like to ask for community comment on this plan, following which we hope to call for new PortMgr nominations and election in the coming weeks. We believe that successful nominees for the portmgr positions will have demonstrated an active participation in the MacPorts community, will have the technical and organizational skills to help lead and direct the project, and will have the time, energy, and experience to make and inspire great contributions to the project. The PortMgr team: Markus, Juan, and James From ryan_ware at me.com Tue Sep 30 11:48:46 2008 From: ryan_ware at me.com (Ware, Ryan R) Date: Tue, 30 Sep 2008 11:48:46 -0700 Subject: Important: MacPorts PortMgr Changes In-Reply-To: References: Message-ID: <44210D5F-8BC8-476B-8D1F-19577F6120E6@me.com> I can't say that I've been a part of this community for very long. However, I think some of my experience speaks to this. First off, Thanks to Markus, Juan and James for the job they've done in getting Macports to where it is now. I was mentally comparing my experience with Macports to the efforts I had to go through when I first started using LinuxPPC. While Macports had the whole MacOS X infrastructure to build off of, it was still much easier to install and use even given that. If the three of you that make up the PortMgr feel that the project is languishing because you can't spend enough time on it, I can't think of anyone more qualified to make that judgement. This seems like a reasonable approach that will allow the community to still have access to your expertise, yet still allow you to focus on the demands in your personal lives. It also allows people to step in to the day-to-day roles that you've been filling. The only addition that I see which could be made to the plan would be to also define how the role of the PortMgr and Elder-councilor gets replaced in the future in the case where people need to move on. Ryan On Sep 30, 2008, at 9:18 AM, James Berry wrote: > As many of you know, MacPorts is loosely governed by the "PortMgr" > team, which is currently made up of three people: Markus Weissmann, > Juan Manual Palacios, and James Berry. > > We each love MacPorts, and hope to see it continue to prosper and grow > in the future. And we want to continue to contribute to the success of > MacPorts as our time and professional lives allow in the future. > > But we each also have other significant professional and personal > commitments that have made it difficult for us to put what we feel is > an appropriate amount of time, energy, and enthusiasm into MacPorts in > recent months and years, to the extent that we feel that additional > day-to-day leadership is needed to ensure continued success and growth > for the MacPorts project. > > So we want to propose some ideas to get new leadership blood into > MacPorts, while retaining the systemic knowledge and continuity that > our continued presence can allow. We therefore want to put the > following plan forward for community comment (and hopefully, > thereafter, implementation): > > (1) That the MacPorts community elect a new slate of PortMgr > individuals, probably three people, to continue to guide day-to-day > MacPorts operations and direction. > > (2) That the three of us move into an Elder-council ("advisory board", > "trustees", "steering committee", etc), which will continue to help > out and give guidance as needed, and watch over the long-term health > of MacPorts assets such as domains and finances. > > The idea for the Elder council is based on our experience in the last > several years. We've hesitated to make changes to PortMgr because we > didn't want to disrupt continuity, but that has meant that PortMgr has > stagnated as year-by-year changes in our lives affected our respective > abilities to effectively govern day to day. We (collectively) need the > ability to make swifter more responsive changes at the PortMgr level, > while also ensuring the longer term continuity of the community and > the infrastructure it relies on. > > We propose that PortMgr members be appointed by the community and have > full control of all day-to-day operations of MacPorts. The Elder > council will give advice and help to PortMgr members as requested, or > as they see fit, but will not have the ability to replace or remove > PortMgr members: that responsibility lies with the community. The > Elder council might from time to time add or remove its own members: > it's primary function is to oversee the long-term health and direction > of the project, including long-term assets such as finances and > domains. We also see the Elder council as a broader group from which > PortMgr can draw for help if its members become temporarily > preoccupied with life. > > We have asked Jordan Hubbard, the father of MacPorts, to join us on > the Elder Council, and he has given his tentative acceptance. > > We'd like to ask for community comment on this plan, following which > we hope to call for new PortMgr nominations and election in the coming > weeks. > > We believe that successful nominees for the portmgr positions will > have demonstrated an active participation in the MacPorts community, > will have the technical and organizational skills to help lead and > direct the project, and will have the time, energy, and experience to > make and inspire great contributions to the project. > > The PortMgr team: Markus, Juan, and James > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From jkh at apple.com Tue Sep 30 12:32:02 2008 From: jkh at apple.com (Jordan K. Hubbard) Date: Tue, 30 Sep 2008 12:32:02 -0700 Subject: Important: MacPorts PortMgr Changes In-Reply-To: References: Message-ID: On Sep 30, 2008, at 9:18 AM, James Berry wrote: > We have asked Jordan Hubbard, the father of MacPorts, to join us on > the Elder Council, and he has given his tentative acceptance. First, let me thank James, Markus and Juan for having both the insight and the courage to recognize their own life-induced limitations and put the project ahead of any personal attachments they may feel. That is a less common virtue than one might think, so I raise my hat to them for taking this step and for the degree of thought and care they so clearly put into this message! Second, I do fervently hope that their "call for volunteers" is not met with the sound of crickets chirping because this project really does need leadership to get to the next phase of its development - milestones like binary packages [available from macports.org], regular builds and associated regression testing, and further improvements to some of the more advanced technologies (at least by comparison to the make-based ports collections we're all familiar with) which underlie MacPorts. There is still a lot of untapped potential in the current design, and the next generation of leadership for MacPorts will have a lot to do with how much energy and focus is applied to these sorts of challenges, so if you're one of the regular faces we see around here (or even someone who's not so regular, but would like to be and sincerely feels they have the time and energy required), please, step up! Finally, I'd like to correct one small misperception, as flattering as it is, which is that I'm the "Father" of MacPorts. Landon Fuller really deserves that distinction, if any single individual does, and I think it's more accurate to refer to me as the "Godfather" of MacPorts since I got the project initially created and funded, and you can see my fingerprints here and there in the design (usually as a result of cornering Landon in his office and waving my arms until he gave in on some point), but Landon is the guy who put all the pieces together and actually coded version 1.0. From that point forward, we also owe a debt of gratitude to a number of non-Apple people (and they know who they are) for taking things much, much further and making sure that the baby we left on the community's doorstep did not subsequently die from exposure and neglect [OK, that's a HORRIBLE analogy, but I'm known for those, so I'll just leave it at that]. Thank you portmgr, and thank you macports volunteers! We at Apple will, in turn, continue to contribute where we can by keeping the infrastructure up and running, but it's really up to the community (that's you) at this point, so I really hope people will step into these rather large shoes and make the most of the opportunity to further organize and promote the wealth of open source offerings for Mac OS X! - Jordan From sck at nogas.org Tue Sep 30 13:39:16 2008 From: sck at nogas.org (Scott C. Kennedy) Date: Tue, 30 Sep 2008 13:39:16 -0700 Subject: libglade2 fails to install with an xmlcatalog error? In-Reply-To: <48E13DD8.7050402@nogas.org> References: <48E0A383.4000702@gmail.com> <1F230ECB-4DC5-4435-888A-1DA45C99FB0D@macports.org> <48E0B3B0.3000203@gmail.com> <95DDB700-F7DF-4FA3-BFAE-8E69524FD117@macports.org> <926BB179-79EB-4186-BAD1-D20827773830@macports.org> <48E0BE05.3020306@gmail.com> <48E0C2F7.1090004@gmail.com> <1BEFDFD4-5CAC-431E-B77E-B7A0CA220219@macports.org> <48E0EE56.1020209@gmail.com> <0A1E7791-FD58-436D-B789-D2D33AE01B58@macports.org> <48E0F9B2.4010202@gmail.com> <1488F372-62C9-421A-A927-024FE7FB1D64@macports.org> <48E13DD8.7050402@nogas.org> Message-ID: <48E28E74.2090603@nogas.org> Apart from a single person with a "me too", I haven't seen much traffic on this issue. Are other people having it? Or is it a weirdness with my environment? Scott Scott C. Kennedy wrote: > I noticed during this week's selfupdate that there was a bunch of > things that got released, so I just did an uninstall of 2.6.2 and an > install of 2.6.3 of libglade2 and got this error... > > Biko-2:~ sck$ sudo port install libglade2 > ---> Fetching libglade2 > ---> Verifying checksum(s) for libglade2 > ---> Extracting libglade2 > ---> Configuring libglade2 > ---> Building libglade2 with target all > ---> Staging libglade2 into destroot > ---> Installing libglade2 2.6.3_0 > ---> Activating libglade2 2.6.3_0 > Error: Target org.macports.activate returned: shell command > "xmlcatalog --noout --add system > http://glade.gnome.org/glade-2.0.dtd > /opt/local/share/xml/libglade/glade-2.0.dtd > /opt/local/etc/xml/catalog" returned error 3 > Command output: add command failed > > Error: Status 1 encountered during processing. > > This one is new to me. There was no /opt/local/etc/xml directory much > less a file in it called ctatalog. Any ideas? > > Scott > > PS> Here's the complete -d run of the install. > > Biko-2:~ sck$ sudo port -d install libglade2 > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libglade2 > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libglade2 > DEBUG: Requested variant darwin is not provided by port libglade2. > DEBUG: Requested variant i386 is not provided by port libglade2. > DEBUG: Requested variant macosx is not provided by port libglade2. > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext > DEBUG: Requested variant darwin is not provided by port gettext. > DEBUG: Requested variant i386 is not provided by port gettext. > DEBUG: Requested variant macosx is not provided by port gettext. > DEBUG: Searching for dependency: gettext > DEBUG: Found Dependency: receipt exists for gettext > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig > DEBUG: Requested variant darwin is not provided by port fontconfig. > DEBUG: Requested variant i386 is not provided by port fontconfig. > DEBUG: Executing variant macosx provides macosx > DEBUG: Searching for dependency: fontconfig > DEBUG: Found Dependency: receipt exists for fontconfig > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 > DEBUG: Requested variant darwin is not provided by port libxml2. > DEBUG: Requested variant i386 is not provided by port libxml2. > DEBUG: Requested variant macosx is not provided by port libxml2. > DEBUG: Searching for dependency: libxml2 > DEBUG: Found Dependency: receipt exists for libxml2 > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/gtk2 > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/gtk2 > DEBUG: Requested variant darwin is not provided by port gtk2. > DEBUG: Requested variant i386 is not provided by port gtk2. > DEBUG: Requested variant macosx is not provided by port gtk2. > DEBUG: Executing variant x11 provides x11 > DEBUG: Searching for dependency: gtk2 > DEBUG: Found Dependency: receipt exists for gtk2 > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig > DEBUG: Requested variant darwin is not provided by port pkgconfig. > DEBUG: Requested variant i386 is not provided by port pkgconfig. > DEBUG: Requested variant macosx is not provided by port pkgconfig. > DEBUG: Searching for dependency: pkgconfig > DEBUG: Found Dependency: receipt exists for pkgconfig > DEBUG: Executing org.macports.main (libglade2) > ---> Fetching libglade2 > DEBUG: Executing org.macports.fetch (libglade2) > ---> Verifying checksum(s) for libglade2 > DEBUG: Executing org.macports.checksum (libglade2) > ---> Checksumming libglade-2.6.3.tar.bz2 > DEBUG: Correct (md5) checksum for libglade-2.6.3.tar.bz2 > DEBUG: Correct (sha1) checksum for libglade-2.6.3.tar.bz2 > DEBUG: Correct (rmd160) checksum for libglade-2.6.3.tar.bz2 > DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 > ---> Extracting libglade2 > DEBUG: Executing org.macports.extract (libglade2) > ---> Extracting libglade-2.6.3.tar.bz2 > DEBUG: setting option extract.args to > /opt/local/var/macports/distfiles/libglade2/libglade-2.6.3.tar.bz2 > DEBUG: Environment: > DEBUG: Assembled command: 'cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work" > && /opt/local/bin/bzip2 -dc > /opt/local/var/macports/distfiles/libglade2/libglade-2.6.3.tar.bz2 | > /usr/bin/gnutar --no-same-owner -xf -' > DEBUG: Executing org.macports.patch (libglade2) > DEBUG: Executing proc-post-org.macports.patch-patch-0 > ---> Configuring libglade2 > DEBUG: Executing org.macports.configure (libglade2) > DEBUG: Using compiler 'Mac OS X gcc 4.0' > DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' > CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' > F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' > OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' > FFLAGS='-O2' CC='/usr/bin/gcc-4.0' > DEBUG: Assembled command: 'cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/libglade-2.6.3" > && ./configure --prefix=/opt/local --disable-gtktest > --with-xml-catalog=/opt/local/etc/xml/catalog' > checking for a BSD-compatible install... /usr/bin/install > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... /usr/bin/gcc-4.0 > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /usr/bin/gcc-4.0 accepts -g... yes > checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of /usr/bin/gcc-4.0... gcc3 > checking for library containing strerror... none required > checking how to run the C preprocessor... /usr/bin/cpp-4.0 > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking build system type... i386-apple-darwin9.5.0 > checking host system type... i386-apple-darwin9.5.0 > checking for a sed that does not truncate output... /opt/local/bin/gsed > checking for ld used by /usr/bin/gcc-4.0... > /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld > checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) > is GNU ld... no > checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to > reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -p > checking whether ln -s works... yes > checking how to recognize dependent libraries... pass_all > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking the maximum length of command line arguments... 196608 > checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 > object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking for dsymutil... dsymutil > checking for nmedit... nmedit > checking for -single_module linker flag... yes > checking for -exported_symbols_list linker flag... yes > checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no > checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common > checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes > checking if /usr/bin/gcc-4.0 static flag -static works... no > checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes > checking whether the /usr/bin/gcc-4.0 linker > (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared > libraries... yes > checking dynamic linker characteristics... darwin9.5.0 dyld > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > checking for pkg-config... /opt/local/bin/pkg-config > checking for GTK+ - version >= 2.5.0... yes (version 2.14.3) > checking for gtk_plug_get_type... yes > checking pkg-config is at least version 0.9.0... yes > checking for LIBGLADE... yes > checking for native Win32... no > checking for Win32 platform in general... no > checking whether to build gtk-doc documentation... no > checking for gtkdoc-check... no > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > checking for libintl.h... yes > checking for ngettext in libc... no > checking for bindtextdomain in -lintl... yes > checking for ngettext in -lintl... yes > checking for dgettext in -lintl... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... /opt/local/bin/msgfmt > checking for dcgettext... yes > checking if msgfmt accepts -c... yes > checking for gmsgfmt... /opt/local/bin/msgfmt > checking for xgettext... /opt/local/bin/xgettext > ./configure: line 12713: ./po/POTFILES.in: No such file or directory > checking for a Python interpreter with version >= 2.0... python > checking for python... /usr/bin/python > checking for python version... 2.5 > checking for python platform... darwin > checking for python script directory... /Library/Python/2.5/site-packages > checking for python extension module directory... > /Library/Python/2.5/site-packages > checking for the Python module xml.parsers.expat... yes > checking for XML catalog (/opt/local/etc/xml/catalog)... found > checking for xmlcatalog... /opt/local/bin/xmlcatalog > configure: creating ./config.status > config.status: creating Makefile > config.status: creating libglade.spec > config.status: creating libglade-zip > config.status: creating glade/Makefile > config.status: creating doc/Makefile > config.status: creating doc/version.xml > config.status: creating tests/Makefile > config.status: creating libglade-2.0.pc > config.status: creating libglade-2.0-uninstalled.pc > config.status: creating libglade-convert > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing default-1 commands > ---> Building libglade2 with target all > DEBUG: Executing org.macports.build (libglade2) > DEBUG: Environment: > DEBUG: port allows a parallel build > DEBUG: port allows a parallel build > DEBUG: Assembled command: 'cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/libglade-2.6.3" > && make all' > make all-recursive > Making all in glade > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 > -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS > -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" > -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED > -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x > -MT glade-init.lo -MD -MP -MF .deps/glade-init.Tpo -c -o glade-init.lo > glade-init.c > mkdir .libs > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-init.lo -MD -MP -MF > .deps/glade-init.Tpo -c glade-init.c -fno-common -DPIC -o > .libs/glade-init.o > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-init.lo -MD -MP -MF > .deps/glade-init.Tpo -c glade-init.c -o glade-init.o >/dev/null 2>&1 > mv -f .deps/glade-init.Tpo .deps/glade-init.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 > -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS > -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" > -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED > -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x > -MT glade-xml.lo -MD -MP -MF .deps/glade-xml.Tpo -c -o glade-xml.lo > glade-xml.c > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-xml.lo -MD -MP -MF > .deps/glade-xml.Tpo -c glade-xml.c -fno-common -DPIC -o .libs/glade-xml.o > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-xml.lo -MD -MP -MF > .deps/glade-xml.Tpo -c glade-xml.c -o glade-xml.o >/dev/null 2>&1 > mv -f .deps/glade-xml.Tpo .deps/glade-xml.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 > -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS > -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" > -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED > -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x > -MT glade-parser.lo -MD -MP -MF .deps/glade-parser.Tpo -c -o > glade-parser.lo glade-parser.c > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-parser.lo -MD -MP > -MF .deps/glade-parser.Tpo -c glade-parser.c -fno-common -DPIC -o > .libs/glade-parser.o > glade-parser.c: In function 'create_widget_info': > glade-parser.c:162: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:163: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:164: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:165: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c: In function 'handle_atk_action': > glade-parser.c:270: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:271: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:272: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:274: warning: pointer targets in passing argument 2 of > 'libintl_dgettext' differ in signedness > glade-parser.c: In function 'handle_atk_relation': > glade-parser.c:297: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:298: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:299: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:300: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c: In function 'handle_signal': > glade-parser.c:324: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:325: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:326: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:327: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:328: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:330: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:331: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:332: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c: In function 'handle_accel': > glade-parser.c:359: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:360: warning: pointer targets in passing argument 1 of > 'gdk_keyval_from_name' differ in signedness > glade-parser.c:361: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:366: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:368: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:371: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:374: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:377: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:378: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:392: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:393: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:407: warning: pointer targets in passing argument 1 of > 'strncmp' differ in signedness > glade-parser.c:414: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:415: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c: In function 'handle_child': > glade-parser.c:452: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:453: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c: In function 'glade_parser_start_element': > glade-parser.c:509: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:530: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:532: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:540: warning: pointer targets in passing argument 2 of > 'alloc_string' differ in signedness > glade-parser.c:546: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:578: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:586: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:588: warning: pointer targets in passing argument 2 of > 'alloc_propname' differ in signedness > glade-parser.c:589: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:590: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:591: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:592: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:593: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:594: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:595: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:610: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:616: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:619: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:622: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:639: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:646: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:648: warning: pointer targets in passing argument 2 of > 'alloc_propname' differ in signedness > glade-parser.c:649: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:650: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:651: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:652: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:653: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:660: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:663: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:674: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:696: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:699: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:702: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:719: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:722: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:739: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:750: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:769: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:781: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:791: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:799: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:801: warning: pointer targets in passing argument 2 of > 'alloc_propname' differ in signedness > glade-parser.c:802: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:803: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:804: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:805: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:806: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:807: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:808: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c: In function 'glade_parser_end_element': > glade-parser.c:881: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:887: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:895: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:911: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:932: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:938: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:959: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:965: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:971: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:976: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:981: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:994: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:999: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:1005: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:1026: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:1031: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c:1036: warning: pointer targets in passing argument 1 of > 'strcmp' differ in signedness > glade-parser.c: In function 'glade_parser_characters': > glade-parser.c:1058: warning: pointer targets in passing argument 2 of > 'g_string_append_len' differ in signedness > glade-parser.c: In function 'dump_widget': > glade-parser.c:1288: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1291: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1291: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1292: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1292: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1294: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1300: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1301: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1302: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1302: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1303: warning: pointer targets in passing argument 2 of > 'xmlNodeSetContent' differ in signedness > glade-parser.c:1305: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1312: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1313: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1315: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1316: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1322: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1323: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1324: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1324: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1325: warning: pointer targets in passing argument 2 of > 'xmlNodeSetContent' differ in signedness > glade-parser.c:1327: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1330: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1337: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1339: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1340: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1340: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1341: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1341: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1343: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1343: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1345: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1345: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1347: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1354: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1356: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1357: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1357: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1358: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1358: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1359: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1359: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1361: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1370: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1372: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1374: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1374: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1376: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1377: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1383: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1384: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1385: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1385: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1386: warning: pointer targets in passing argument 2 of > 'xmlNodeSetContent' differ in signedness > glade-parser.c:1388: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1392: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1394: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1397: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1401: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c: In function 'glade_interface_dump': > glade-parser.c:1419: warning: pointer targets in passing argument 1 of > 'xmlNewDoc' differ in signedness > glade-parser.c:1422: warning: pointer targets in passing argument 2 of > 'xmlCreateIntSubset' differ in signedness > glade-parser.c:1422: warning: pointer targets in passing argument 4 of > 'xmlCreateIntSubset' differ in signedness > glade-parser.c:1423: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1426: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1429: warning: pointer targets in passing argument 2 of > 'xmlNewNode' differ in signedness > glade-parser.c:1431: warning: pointer targets in passing argument 2 of > 'xmlSetProp' differ in signedness > glade-parser.c:1431: warning: pointer targets in passing argument 3 of > 'xmlSetProp' differ in signedness > glade-parser.c:1433: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1435: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1439: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > glade-parser.c:1441: warning: pointer targets in passing argument 2 of > 'xmlNodeAddContent' differ in signedness > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-parser.lo -MD -MP > -MF .deps/glade-parser.Tpo -c glade-parser.c -o glade-parser.o > >/dev/null 2>&1 > mv -f .deps/glade-parser.Tpo .deps/glade-parser.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 > -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" -I.. -DXTHREADS > -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/usr/X11R6/include -DGLADE_LIBDIR=\""/opt/local/lib"\" > -DGLADE_PREFIX=\""/opt/local"\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED > -DGNOME_DISABLE_DEPRECATED -I/opt/local/include -O2 -Wall -std=c9x > -MT glade-gtk.lo -MD -MP -MF .deps/glade-gtk.Tpo -c -o glade-gtk.lo > glade-gtk.c > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-gtk.lo -MD -MP -MF > .deps/glade-gtk.Tpo -c glade-gtk.c -fno-common -DPIC -o .libs/glade-gtk.o > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libglade\" > -I.. -DXTHREADS -I/opt/local/include/libxml2 > -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include > -DGLADE_LIBDIR=\"/opt/local/lib\" -DGLADE_PREFIX=\"/opt/local\" > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/opt/local/include -O2 -Wall -std=c9x -MT glade-gtk.lo -MD -MP -MF > .deps/glade-gtk.Tpo -c glade-gtk.c -o glade-gtk.o >/dev/null 2>&1 > mv -f .deps/glade-gtk.Tpo .deps/glade-gtk.Plo > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -Wall > -std=c9x -version-info 0:7:0 -export-symbols-regex "^[^_].*" > -no-undefined -L/opt/local/lib -o libglade-2.0.la -rpath > /opt/local/lib glade-init.lo glade-xml.lo glade-parser.lo glade-gtk.lo > -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices > -L/opt/local/lib -L/usr/X11R6/lib -lxml2 -lpthread -lgtk-x11-2.0 > -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 > -lcairo -lSM -lICE -lpangoft2-1.0 -lpixman-1 -lpng12 -lXrender -lX11 > -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 > -lgmodule-2.0 -lglib-2.0 -lintl -liconv > generating symbol list for `libglade-2.0.la' > /usr/bin/nm -p .libs/glade-init.o .libs/glade-xml.o > .libs/glade-parser.o .libs/glade-gtk.o | sed -n -e 's/^.*[ > ]\([BCDEGRST][BCDEGRST]*\)[ ][ > ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /opt/local/bin/gsed > 's/.* //' | sort | uniq > .libs/libglade-2.0.exp > /usr/bin/grep -E -e "^[^_].*" ".libs/libglade-2.0.exp" > > ".libs/libglade-2.0.expT" > mv -f ".libs/libglade-2.0.expT" ".libs/libglade-2.0.exp" > sed 's,^,_,' < .libs/libglade-2.0.exp > .libs/libglade-2.0-symbols.expsym > /usr/bin/gcc-4.0 -dynamiclib -o .libs/libglade-2.0.0.0.7.dylib > .libs/glade-init.o .libs/glade-xml.o .libs/glade-parser.o > .libs/glade-gtk.o -L/opt/local/lib -L/usr/X11R6/lib > /opt/local/lib/libxml2.dylib /opt/local/lib/libz.dylib -lpthread > /opt/local/lib/libgtk-x11-2.0.dylib > /opt/local/lib/libgdk-x11-2.0.dylib /opt/local/lib/libatk-1.0.dylib > /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib > /opt/local/lib/libtiff.dylib /opt/local/lib/libjasper.dylib > /opt/local/lib/libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib > -L/usr/X11/lib /usr/X11/lib/libXau.6.0.0.dylib > /usr/X11/lib/libXdmcp.6.0.0.dylib /opt/local/lib/libcairo.dylib > /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib > /opt/local/lib/libpangoft2-1.0.dylib /opt/local/lib/libpixman-1.dylib > /opt/local/lib/libpng12.dylib /opt/local/lib/libXrender.dylib > /usr/X11/lib/libX11.6.2.0.dylib /opt/local/lib/libpango-1.0.dylib -lm > /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib > /opt/local/lib/libfreetype.dylib -lz > /opt/local/lib/libgobject-2.0.dylib > /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib > /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib > -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices > -install_name /opt/local/lib/libglade-2.0.0.dylib > -compatibility_version 1 -current_version 1.7 -Wl,-single_module > -Wl,-exported_symbols_list,.libs/libglade-2.0-symbols.expsym > dsymutil .libs/libglade-2.0.0.0.7.dylib || : > warning: no debug symbols in executable (-arch i386) > (cd .libs && rm -f libglade-2.0.0.dylib && ln -s > libglade-2.0.0.0.7.dylib libglade-2.0.0.dylib) > (cd .libs && rm -f libglade-2.0.dylib && ln -s > libglade-2.0.0.0.7.dylib libglade-2.0.dylib) > ar cru .libs/libglade-2.0.a glade-init.o glade-xml.o glade-parser.o > glade-gtk.o > ranlib .libs/libglade-2.0.a > creating libglade-2.0.la > (cd .libs && rm -f libglade-2.0.la && ln -s ../libglade-2.0.la > libglade-2.0.la) > Making all in doc > make[2]: Nothing to be done for `all'. > Making all in tests > make[2]: Nothing to be done for `all'. > /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DXTHREADS > -I/opt/local/include/libxml2 -I/opt/local/include/atk-1.0 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/usr/X11R6/include -I/opt/local/include -O2 -Wall -std=c9x -MT > test-libglade.o -MD -MP -MF .deps/test-libglade.Tpo -c -o > test-libglade.o test-libglade.c > mv -f .deps/test-libglade.Tpo .deps/test-libglade.Po > /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -Wall > -std=c9x -L/opt/local/lib -o test-libglade test-libglade.o > glade/libglade-2.0.la -Wl,-framework,CoreServices > -Wl,-framework,ApplicationServices -L/opt/local/lib -L/usr/X11R6/lib > -lxml2 -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 > -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lSM -lICE -lpangoft2-1.0 > -lpixman-1 -lpng12 -lXrender -lX11 -lpango-1.0 -lm -lfontconfig > -lexpat -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl > -liconv > mkdir .libs > /usr/bin/gcc-4.0 -O2 -Wall -std=c9x -o .libs/test-libglade > test-libglade.o -Wl,-framework -Wl,CoreServices -Wl,-framework > -Wl,ApplicationServices -L/opt/local/lib > glade/.libs/libglade-2.0.dylib -L/usr/X11R6/lib -L/usr/X11/lib > /opt/local/lib/libxml2.dylib -lpthread > /opt/local/lib/libgtk-x11-2.0.dylib > /opt/local/lib/libgdk-x11-2.0.dylib /opt/local/lib/libatk-1.0.dylib > /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libgio-2.0.dylib > /opt/local/lib/libtiff.dylib /opt/local/lib/libjasper.dylib > /opt/local/lib/libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib > /opt/local/lib/libcairo.dylib /usr/X11/lib/libSM.6.0.0.dylib > /usr/X11/lib/libICE.6.3.0.dylib /opt/local/lib/libpangoft2-1.0.dylib > /opt/local/lib/libpixman-1.dylib /opt/local/lib/libpng12.dylib > /opt/local/lib/libXrender.dylib /usr/X11/lib/libX11.6.2.0.dylib > /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib > /opt/local/lib/libpango-1.0.dylib -lm > /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib > /opt/local/lib/libfreetype.dylib -lz > /opt/local/lib/libgobject-2.0.dylib > /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib > /opt/local/lib/libintl.dylib -lc /opt/local/lib/libiconv.dylib > creating test-libglade > ---> Staging libglade2 into destroot > . changed > gid expected 0 found 80 modified > ./usr missing (created) > . missing (directory not created: File exists) > ./Applications missing (created) > ./Developer missing (created) > ./Library missing (created) > . changed > gid expected 80 found 0 modified > ./bin missing (created) > ./etc missing (created) > ./include missing (created) > ./lib missing (created) > ./libexec missing (created) > ./sbin missing (created) > ./share missing (created) > ./share/info missing (created) > ./share/man missing (created) > ./share/man/cat1 missing (created) > ./share/man/cat2 missing (created) > ./share/man/cat3 missing (created) > ./share/man/cat4 missing (created) > ./share/man/cat5 missing (created) > ./share/man/cat6 missing (created) > ./share/man/cat7 missing (created) > ./share/man/cat8 missing (created) > ./share/man/cat9 missing (created) > ./share/man/catl missing (created) > ./share/man/catn missing (created) > ./share/man/man1 missing (created) > ./share/man/man2 missing (created) > ./share/man/man3 missing (created) > ./share/man/man4 missing (created) > ./share/man/man5 missing (created) > ./share/man/man6 missing (created) > ./share/man/man7 missing (created) > ./share/man/man8 missing (created) > ./share/man/man9 missing (created) > ./share/man/manl missing (created) > ./share/man/mann missing (created) > ./share/nls missing (created) > ./share/nls/C missing (created) > ./share/nls/af_ZA.ISO8859-1 missing (created) > ./share/nls/af_ZA.ISO8859-15 missing (created) > ./share/nls/bg_BG.CP1251 missing (created) > ./share/nls/cs_CZ.ISO8859-2 missing (created) > ./share/nls/da_DK.ISO8859-1 missing (created) > ./share/nls/da_DK.ISO8859-15 missing (created) > ./share/nls/de_AT.ISO8859-1 missing (created) > ./share/nls/de_AT.ISO8859-15 missing (created) > ./share/nls/de_CH.ISO8859-1 missing (created) > ./share/nls/de_CH.ISO8859-15 missing (created) > ./share/nls/de_DE.ISO8859-1 missing (created) > ./share/nls/de_DE.ISO8859-15 missing (created) > ./share/nls/el_GR.ISO8859-7 missing (created) > ./share/nls/en_AU.ISO8859-1 missing (created) > ./share/nls/en_AU.ISO8859-15 missing (created) > ./share/nls/en_AU.US-ASCII missing (created) > ./share/nls/en_CA.ISO8859-1 missing (created) > ./share/nls/en_CA.ISO8859-15 missing (created) > ./share/nls/en_CA.US-ASCII missing (created) > ./share/nls/en_GB.ISO8859-1 missing (created) > ./share/nls/en_GB.ISO8859-15 missing (created) > ./share/nls/en_GB.US-ASCII missing (created) > ./share/nls/en_NZ.ISO8859-1 missing (created) > ./share/nls/en_NZ.ISO8859-15 missing (created) > ./share/nls/en_NZ.US-ASCII missing (created) > ./share/nls/en_US.ISO8859-1 missing (created) > ./share/nls/en_US.ISO8859-15 missing (created) > ./share/nls/es_ES.ISO8859-1 missing (created) > ./share/nls/es_ES.ISO8859-15 missing (created) > ./share/nls/et_EE.ISO8859-15 missing (created) > ./share/nls/fi_FI.ISO8859-1 missing (created) > ./share/nls/fi_FI.ISO8859-15 missing (created) > ./share/nls/fr_BE.ISO8859-1 missing (created) > ./share/nls/fr_BE.ISO8859-15 missing (created) > ./share/nls/fr_CA.ISO8859-1 missing (created) > ./share/nls/fr_CA.ISO8859-15 missing (created) > ./share/nls/fr_CH.ISO8859-1 missing (created) > ./share/nls/fr_CH.ISO8859-15 missing (created) > ./share/nls/fr_FR.ISO8859-1 missing (created) > ./share/nls/fr_FR.ISO8859-15 missing (created) > ./share/nls/hi_IN.ISCII-DEV missing (created) > ./share/nls/hr_HR.ISO8859-2 missing (created) > ./share/nls/hu_HU.ISO8859-2 missing (created) > ./share/nls/is_IS.ISO8859-1 missing (created) > ./share/nls/is_IS.ISO8859-15 missing (created) > ./share/nls/it_CH.ISO8859-1 missing (created) > ./share/nls/it_CH.ISO8859-15 missing (created) > ./share/nls/it_IT.ISO8859-1 missing (created) > ./share/nls/it_IT.ISO8859-15 missing (created) > ./share/nls/ja_JP.SJIS missing (created) > ./share/nls/ja_JP.eucJP missing (created) > ./share/nls/ko_KR.eucKR missing (created) > ./share/nls/la_LN.ISO8859-1 missing (created) > ./share/nls/la_LN.ISO8859-15 missing (created) > ./share/nls/la_LN.ISO8859-2 missing (created) > ./share/nls/la_LN.ISO8859-4 missing (created) > ./share/nls/la_LN.US-ASCII missing (created) > ./share/nls/lt_LT.ISO8859-4 missing (created) > ./share/nls/nl_BE.ISO8859-1 missing (created) > ./share/nls/nl_BE.ISO8859-15 missing (created) > ./share/nls/nl_NL.ISO8859-1 missing (created) > ./share/nls/nl_NL.ISO8859-15 missing (created) > ./share/nls/no_NO.ISO8859-1 missing (created) > ./share/nls/no_NO.ISO8859-15 missing (created) > ./share/nls/pl_PL.ISO8859-2 missing (created) > ./share/nls/pt_BR.ISO8859-1 missing (created) > ./share/nls/pt_PT.ISO8859-1 missing (created) > ./share/nls/pt_PT.ISO8859-15 missing (created) > ./share/nls/ro_RO.ISO8859-2 missing (created) > ./share/nls/ru_RU.CP866 missing (created) > ./share/nls/ru_RU.ISO8859-5 missing (created) > ./share/nls/ru_RU.KOI8-R missing (created) > ./share/nls/sk_SK.ISO8859-2 missing (created) > ./share/nls/sl_SI.ISO8859-2 missing (created) > ./share/nls/sv_SE.ISO8859-1 missing (created) > ./share/nls/sv_SE.ISO8859-15 missing (created) > ./share/nls/tr_TR.ISO8859-9 missing (created) > ./share/nls/uk_UA.ISO8859-5 missing (created) > ./share/nls/uk_UA.KOI8-U missing (created) > ./share/nls/zh_CN.eucCN missing (created) > ./share/nls/zh_TW.Big5 missing (created) > ./share/skel missing (created) > ./src missing (created) > ./var missing (created) > ./var/macports missing (created) > ./var/macports/distfiles missing (created) > ./var/macports/receipts missing (created) > ./var/macports/registry missing (created) > ./www missing (created) > DEBUG: Executing org.macports.destroot (libglade2) > DEBUG: Environment: > DEBUG: port allows a parallel build > DEBUG: port allows a parallel build > DEBUG: Assembled command: 'cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/libglade-2.6.3" > && make install > DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot' > Making install in glade > test -z "/opt/local/lib" || /opt/local/bin/gmkdir -p > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib" > /bin/sh ../libtool --mode=install /usr/bin/install > 'libglade-2.0.la' > '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.la' > /usr/bin/install .libs/libglade-2.0.0.0.7.dylib > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.0.0.7.dylib > (cd > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib > && { ln -s -f libglade-2.0.0.0.7.dylib libglade-2.0.0.dylib || { rm -f > libglade-2.0.0.dylib && ln -s libglade-2.0.0.0.7.dylib > libglade-2.0.0.dylib; }; }) > (cd > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib > && { ln -s -f libglade-2.0.0.0.7.dylib libglade-2.0.dylib || { rm -f > libglade-2.0.dylib && ln -s libglade-2.0.0.0.7.dylib > libglade-2.0.dylib; }; }) > /usr/bin/install .libs/libglade-2.0.lai > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.la > /usr/bin/install .libs/libglade-2.0.a > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.a > chmod 644 > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.a > ranlib > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/lib/libglade-2.0.a > libtool: install: warning: remember to run `libtool --finish > /opt/local/lib' > test -z "/opt/local/include/libglade-2.0/glade" || > /opt/local/bin/gmkdir -p > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade" > /usr/bin/install -m 644 'glade.h' > '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade.h' > /usr/bin/install -m 644 'glade-init.h' > '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-init.h' > /usr/bin/install -m 644 'glade-xml.h' > '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-xml.h' > /usr/bin/install -m 644 'glade-build.h' > '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-build.h' > /usr/bin/install -m 644 'glade-parser.h' > '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/work/destroot/opt/local/include/libglade-2.0/glade/glade-parser.h' > Making install in doc > make[2]: Nothing to be done for `install-exec-am'. > installfiles=`echo ./html/*`; \ > if test "$installfiles" = './html/*'; \ > then echo '-- Nothing to install' ; \ > else \ > /bin/sh ../mkinstalldirs > /opt/l