From marshaw3 at imail.losrios.edu Thu Nov 1 01:04:13 2007 From: marshaw3 at imail.losrios.edu (Will Marshall) Date: Thu Nov 1 01:03:31 2007 Subject: libglade problems Message-ID: <4729887D.70306@imail.losrios.edu> I was trying to build libglade, and got the following error: #port install libglade ---> Building libglade 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_libglade/work/libglade-0.17" && make all " returned error 2 Command output: glade-init.c: In function 'glade_init': glade-init.c:41: error: nested functions are disabled, use -fnested-functions to re-enable glade-init.c:41: error: syntax error before 'initialised' glade-init.c:43: error: 'initialised' undeclared (first use in this function) glade-init.c:43: error: (Each undeclared identifier is reported only once glade-init.c:43: error: for each function it appears in.) glade-init.c:44: error: 'TRUE' undeclared (first use in this function) glade-init.c: In function 'glade_load_module': glade-init.c:66: error: 'GModule' undeclared (first use in this function) glade-init.c:66: error: 'mod' undeclared (first use in this function) glade-init.c:68: error: 'NULL' undeclared (first use in this function) glade-init.c:70: warning: implicit declaration of function 'g_module_supported' glade-init.c:71: warning: implicit declaration of function 'g_warning' glade-init.c:76: warning: implicit declaration of function 'g_strdup' glade-init.c:76: warning: assignment makes pointer from integer without a cast How would one go about fixing this problem? -- Regards, Will "We are all agreed that your theory is crazy. The question that divides us is whether it is crazy enough to have a chance of being correct." - Neils Bohr From rhwood at mac.com Thu Nov 1 02:19:36 2007 From: rhwood at mac.com (Randall Wood) Date: Thu Nov 1 02:18:58 2007 Subject: Unable to info port javahl-bindings In-Reply-To: <33764AA4-8C3C-48DD-A084-F8ED95C9A1B4@gmail.com> References: <3D2F799B-D529-43DC-92C7-90625EF4EA8A@gmail.com> <33764AA4-8C3C-48DD-A084-F8ED95C9A1B4@gmail.com> Message-ID: <7044D5A0-7497-4A9C-B884-6926822F6DEC@mac.com> On 31 Oct 2007, at 22:04, Yvan Barth?lemy wrote: > Ok, fixed. > > But I still don't understand what this means... It means that your version of port was unable to parse the portfile to get the infomation desired from it. > > Le what 1 nov. 07 ? 02:45, Yvan Barth?lemy a ?crit : > >> Hello, >> >> I am getting : >> >> $ sudo port info subversion-javahlbindings >> Error: Unable to open port: invalid command name "configure.cxx" >> >> and I have no idea what does it means. >> >> Thanks for your help >> Yvan >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From rhwood at mac.com Thu Nov 1 02:21:31 2007 From: rhwood at mac.com (Randall Wood) Date: Thu Nov 1 02:20:52 2007 Subject: libglade problems In-Reply-To: <4729887D.70306@imail.losrios.edu> References: <4729887D.70306@imail.losrios.edu> Message-ID: Try using libglade2 instead. On 1 Nov 2007, at 04:04, Will Marshall wrote: > I was trying to build libglade, and got the following error: > > #port install libglade > ---> Building libglade 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 > _libglade/work/libglade-0.17" > && make all " returned error 2 > Command output: glade-init.c: In function 'glade_init': > glade-init.c:41: error: nested functions are disabled, use > -fnested-functions to re-enable > glade-init.c:41: error: syntax error before 'initialised' > glade-init.c:43: error: 'initialised' undeclared (first use in this > function) > glade-init.c:43: error: (Each undeclared identifier is reported > only once > glade-init.c:43: error: for each function it appears in.) > glade-init.c:44: error: 'TRUE' undeclared (first use in this function) > glade-init.c: In function 'glade_load_module': > glade-init.c:66: error: 'GModule' undeclared (first use in this > function) > glade-init.c:66: error: 'mod' undeclared (first use in this function) > glade-init.c:68: error: 'NULL' undeclared (first use in this function) > glade-init.c:70: warning: implicit declaration of function > 'g_module_supported' > glade-init.c:71: warning: implicit declaration of function 'g_warning' > glade-init.c:76: warning: implicit declaration of function 'g_strdup' > glade-init.c:76: warning: assignment makes pointer from integer > without > a cast > > How would one go about fixing this problem? > > -- > Regards, > Will > > "We are all agreed that your theory is crazy. The question that > divides > us is whether it is crazy enough to have a chance of being correct." > - Neils Bohr > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From tyoshida at mac.com Thu Nov 1 04:18:28 2007 From: tyoshida at mac.com (Takashi Yoshida) Date: Thu Nov 1 04:17:46 2007 Subject: Apache2: Default configuration does not work? Message-ID: Hi, This evening, I had some free time to set up my Apache 2 server on my MacBook Pro. I was wondering why my Apache 2 server was not starting up when my machine boot up. When I ran '/opt/local/apache2/bin/apachectl configtest', I had the following response: httpd: Syntax error on line 96 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_ssl.so into server: Symbol not found: _ssl_cmd_SSLCACertificateFile\n Referenced from: /opt/ local/apache2/modules/mod_ssl.so\n Expected in: flat namespace\n I never had this error when I had my Apache 2 server installed via MacPorts (in Tiger) before. Is anyone having this problem on a fresh Leopard installation? Regards, -- Takashi Yoshida tyoshida [at] mac [dot] com From peter at farsinsen.dk Thu Nov 1 04:28:14 2007 From: peter at farsinsen.dk (Peter Farsinsen) Date: Thu Nov 1 04:27:32 2007 Subject: Apache2: Default configuration does not work? In-Reply-To: References: Message-ID: <4729B84E.10206@farsinsen.dk> Hi, I had the exact same problem. Have no clue what it means or what the problem is, but uncomment line 96 in httpd.conf and you are up and running ;) Guess it's not really a solution though... -- Peter Farsinsen E-mail peter@farsinsen.dk Mobil +45 2380 7506 Takashi Yoshida wrote: > Hi, > > This evening, I had some free time to set up my Apache 2 server on my > MacBook Pro. > I was wondering why my Apache 2 server was not starting up when my > machine boot up. > > When I ran '/opt/local/apache2/bin/apachectl configtest', I had the > following response: > > httpd: Syntax error on line 96 of /opt/local/apache2/conf/httpd.conf: > Cannot load /opt/local/apache2/modules/mod_ssl.so into server: Symbol > not found: _ssl_cmd_SSLCACertificateFile\n Referenced from: > /opt/local/apache2/modules/mod_ssl.so\n Expected in: flat namespace\n > > I never had this error when I had my Apache 2 server installed via > MacPorts (in Tiger) before. > Is anyone having this problem on a fresh Leopard installation? > > Regards, > > -- > Takashi Yoshida > tyoshida [at] mac [dot] com > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From pgijnxn02 at sneakemail.com Thu Nov 1 05:27:12 2007 From: pgijnxn02 at sneakemail.com (Joel Thibault (MacPorts)) Date: Thu Nov 1 05:26:29 2007 Subject: Speed up build phase with "make -j" In-Reply-To: <7a665ffc0710300749q6a85ff13gced7b19efef4901f@mail.gmail.com> References: <56a36aa84d5a9d48062daf11e004978d@macports.org> <7a665ffc0710300749q6a85ff13gced7b19efef4901f@mail.gmail.com> Message-ID: <7a665ffc0711010527w4b0d0d86u5230b041342573a3@mail.gmail.com> On 10/30/07, I wrote: > > Cool! When do you expect (or estimate) release 1.6 will be available? > Is there a roadmap or other document available showing milestones such as these? Thanks, Joel -- Joel Thibault [AIM: Jole Tebo] Software Engineer in Boston From pburleson at gmail.com Thu Nov 1 06:18:03 2007 From: pburleson at gmail.com (Patrick Burleson) Date: Thu Nov 1 06:17:31 2007 Subject: Adding myself to CC on Trac Issues Message-ID: <48CE3C43-7016-40C8-A889-D1A86035B1C3@gmail.com> Can regular users add themselves to the CC on Trac issues? I'm logged in, but all I can seem to do is add comments. Patrick From queshaw at pacbell.net Thu Nov 1 09:38:04 2007 From: queshaw at pacbell.net (Kendall Shaw) Date: Thu Nov 1 09:37:26 2007 Subject: ssh percent_expand: NULL replacement Message-ID: I've upgraded to leopard on my G4 powerbook, and installed openssh. If I run ssh from macports I get an error: "percent_expand: NULL replacement". /usr/bin/ssh still works though. Do any have any idea what could be causing the error? Incidentally, the reason why I'm installing openssh is that I'm having a problem where X windows over ssh disconnect if I don't interact with them within some amount of time. That used to happen to me and then stopped at some point. I was guessing that it may have been that I had installed openssh from macports previously under Tiger and that that had changed that behavior. From Jean-Philippe.Humbert at gmx.de Thu Nov 1 11:34:12 2007 From: Jean-Philippe.Humbert at gmx.de (Jean-Philippe Humbert) Date: Thu Nov 1 11:33:30 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: References: Message-ID: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> Hi, I don?t find a way to install macports from scratch on leopard. I mean you can download and install the dmg file for 10.5 But after this port selfupdate does not work... So the solution was to copy a tiger installation and it seems to work. Regards // Jph Le 30 oct. 07 ? 13:13, Jean-Philippe Humbert a ?crit : > Hi, > > I have tried a new installation on Leopard. > I have installed XCode and the Unix SDK. > > When I try sudo port selfupdate (I have a version 1.5 installed), I > receive this error message: > configure: Please install the BSD SDK package from the Xcode > Developer Tools CD. > configure: error: libmd was found, but md5.h is missing. > > Well the file md5.h exists (spotlight find it in crypto and sys ...)? > > Can someone help? > > Thanks > // Jph > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From Jean-Philippe.Humbert at gmx.de Thu Nov 1 11:41:06 2007 From: Jean-Philippe.Humbert at gmx.de (Jean-Philippe Humbert) Date: Thu Nov 1 11:40:22 2007 Subject: =?iso-8859-1?q?Leopard=3A_Can=B4t_upgrade_swi-prolog_to_5=2E6=2E?= =?iso-8859-1?q?45=5F0?= Message-ID: <1585867B-61D2-4368-B936-DECD01DB43C3@gmx.de> Hi, it seems that something is broken with this port and leopard. During the stage "Configuring swi-prolog" the process conftest needs a lot of cpu and does not seem to stop. It runs one hour and then I stop it. I have tested this on a iMac G5 2,1. Can someone help? Regards // Jph From frstan at bellsouth.net Thu Nov 1 12:01:13 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 12:00:28 2007 Subject: x-11 doesnt use ~/.profile env values Message-ID: <2483FEF7-2256-422F-B0F1-8A0642495CFF@bellsouth.net> Terminal is using values in ~/.profile but after starting x-11 and going to a xterm window I see from env that /opt/local/bin & sbin are not in my PATH. However SOFTWARE UPDATE is repeatedly timing-out so I believe Apple may have a major (=big) update up now. hope so :) From ttelford.groups at gmail.com Thu Nov 1 12:03:55 2007 From: ttelford.groups at gmail.com (Troy Telford) Date: Thu Nov 1 12:03:13 2007 Subject: ssh percent_expand: NULL replacement In-Reply-To: References: Message-ID: <5C7B292A-C7F8-43A2-905E-24894B612C5F@gmail.com> You're not the first with this problem. There is a ticket filed in the MacPorts database: http://trac.macports.org/projects/macports/ticket/13046 The following is shamelessly pulled from an earlier posting (courtesy of jptix, whom gives credit to Allan Odgaard.): The solution to this problem is to use the -i flag when connecting to the server: ssh user@host -i ~/.ssh/id_dsa You can also make this permanent for all servers by adding this line to your ~/.ssh/config: IdentityFile ~/.ssh/id_dsa On Nov 1, 2007, at 10:38 AM, Kendall Shaw wrote: > I've upgraded to leopard on my G4 powerbook, and installed openssh. > If I run ssh from macports I get an error: "percent_expand: NULL > replacement". /usr/bin/ssh still works though. Do any have any idea > what could be causing the error? > > Incidentally, the reason why I'm installing openssh is that I'm > having a problem where X windows over ssh disconnect if I don't > interact with them within some amount of time. That used to happen > to me and then stopped at some point. I was guessing that it may > have been that I had installed openssh from macports previously > under Tiger and that that had changed that behavior. > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users -- Troy Telford ttelford.groups@gmail.com From queshaw at pacbell.net Thu Nov 1 12:14:34 2007 From: queshaw at pacbell.net (Kendall Shaw) Date: Thu Nov 1 12:13:52 2007 Subject: ssh percent_expand: NULL replacement In-Reply-To: <5C7B292A-C7F8-43A2-905E-24894B612C5F@gmail.com> References: <5C7B292A-C7F8-43A2-905E-24894B612C5F@gmail.com> Message-ID: <3F1C3A4D-09D2-40C7-9920-D72F354A6926@pacbell.net> That works. Thanks. On Nov 1, 2007, at 12:03 PM, Troy Telford wrote: > You're not the first with this problem. > > There is a ticket filed in the MacPorts database: > http://trac.macports.org/projects/macports/ticket/13046 > > The following is shamelessly pulled from an earlier posting > (courtesy of jptix, whom gives credit to Allan Odgaard.): > > The solution to this problem is to use the -i flag when connecting > to the > server: > > ssh user@host -i ~/.ssh/id_dsa > > You can also make this permanent for all servers by adding this line > to your > ~/.ssh/config: > > IdentityFile ~/.ssh/id_dsa > > On Nov 1, 2007, at 10:38 AM, Kendall Shaw wrote: > >> I've upgraded to leopard on my G4 powerbook, and installed openssh. >> If I run ssh from macports I get an error: "percent_expand: NULL >> replacement". /usr/bin/ssh still works though. Do any have any idea >> what could be causing the error? >> >> Incidentally, the reason why I'm installing openssh is that I'm >> having a problem where X windows over ssh disconnect if I don't >> interact with them within some amount of time. That used to happen >> to me and then stopped at some point. I was guessing that it may >> have been that I had installed openssh from macports previously >> under Tiger and that that had changed that behavior. >> >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > -- > Troy Telford > ttelford.groups@gmail.com > > From n.oxyde at gmail.com Thu Nov 1 12:23:34 2007 From: n.oxyde at gmail.com (N_Ox) Date: Thu Nov 1 12:23:05 2007 Subject: x-11 doesnt use ~/.profile env values In-Reply-To: <2483FEF7-2256-422F-B0F1-8A0642495CFF@bellsouth.net> References: <2483FEF7-2256-422F-B0F1-8A0642495CFF@bellsouth.net> Message-ID: <918EDE53-3DD4-4142-8ACC-651ACE9C5D2B@gmail.com> Le 1 nov. 07 ? 20:01, William Davis a ?crit : > Terminal is using values in ~/.profile but after starting x-11 and > going to a xterm window I see from env that /opt/local/bin & sbin > are not in my PATH. > > However SOFTWARE UPDATE is repeatedly timing-out so I believe Apple > may have a major (=big) update up now. hope so :) > xterm launched by Apple X11.app is not a login shell by the default. So it won't read init file. Leopard upgrade may have overwritten your xinitrc file which you should have modified to get a login shell behaviour: Change the "xterm" line in /private/etc/X11/xinit/xinitrc by "xterm - ls". You may also want to edit the Applications menu xterm entry. But I might be totally wrong there, I don't have Leopard yet. Regards, -- Anthony Ramine, the "Ports tree cleaning Maestro". From frstan at bellsouth.net Thu Nov 1 13:01:38 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 13:00:53 2007 Subject: x-11 doesnt use ~/.profile env values:SOLVED In-Reply-To: <918EDE53-3DD4-4142-8ACC-651ACE9C5D2B@gmail.com> References: <2483FEF7-2256-422F-B0F1-8A0642495CFF@bellsouth.net> <918EDE53-3DD4-4142-8ACC-651ACE9C5D2B@gmail.com> Message-ID: <303682C1-D23D-43F0-A084-B21E79F9A8FD@bellsouth.net> On Nov 1, 2007, at 3:23 PM, N_Ox wrote: > Le 1 nov. 07 ? 20:01, William Davis a ?crit : > >> Terminal is using values in ~/.profile but after starting x-11 and >> going to a xterm window I see from env that /opt/local/bin & sbin >> are not in my PATH. >> > > xterm launched by Apple X11.app is not a login shell by the default. > So it won't read init file. > Leopard upgrade may have overwritten your xinitrc file which you > should have modified to get a login shell behaviour: > Change the "xterm" line in /private/etc/X11/xinit/xinitrc by "xterm - > ls". > You may also want to edit the Applications menu xterm entry. > > But I might be totally wrong there, I don't have Leopard yet. > > Regards, > > -- > Anthony Ramine, the "Ports tree cleaning Maestro". > > I did have xterm -ls in the X11 Applications menu but under Leopard it seems I have to login .......duh..... ;) all ok then. thanks for tip! W. Davis From ryandesign at macports.org Thu Nov 1 13:24:01 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 13:25:47 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> References: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> Message-ID: <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> On Nov 1, 2007, at 13:34, Jean-Philippe Humbert wrote: > Le 30 oct. 07 ? 13:13, Jean-Philippe Humbert a ?crit : > >> I have tried a new installation on Leopard. >> I have installed XCode and the Unix SDK. >> >> When I try sudo port selfupdate (I have a version 1.5 installed), >> I receive this error message: >> configure: Please install the BSD SDK package from the Xcode >> Developer Tools CD. >> configure: error: libmd was found, but md5.h is missing. >> >> Well the file md5.h exists (spotlight find it in crypto and sys ...)? >> >> Can someone help? > > I don?t find a way to install macports from scratch on leopard. > I mean you can download and install the dmg file for 10.5 > But after this port selfupdate does not work... > > So the solution was to copy a tiger installation and it seems to work. That's not a solution, that's a workaround. Has anybody else been able to selfupdate on Leopard? From ryandesign at macports.org Thu Nov 1 13:24:34 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 13:26:18 2007 Subject: =?iso-8859-1?q?Re=3A_Leopard=3A_Can=B4t_upgrade_swi-prolog_to_5?= =?iso-8859-1?q?=2E6=2E45=5F0?= In-Reply-To: <1585867B-61D2-4368-B936-DECD01DB43C3@gmx.de> References: <1585867B-61D2-4368-B936-DECD01DB43C3@gmx.de> Message-ID: <27EB1D53-9570-4C66-BE23-B8736923DFBF@macports.org> On Nov 1, 2007, at 13:41, Jean-Philippe Humbert wrote: > it seems that something is broken with this port and leopard. > During the stage "Configuring swi-prolog" the process conftest > needs a lot of cpu and does not seem to stop. > It runs one hour and then I stop it. > I have tested this on a iMac G5 2,1. > > Can someone help? Please report a bug in Trac (if one does not already exist) and Cc it to the port's maintainer, thank you. From ryandesign at macports.org Thu Nov 1 13:25:11 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 13:26:57 2007 Subject: Adding myself to CC on Trac Issues In-Reply-To: <48CE3C43-7016-40C8-A889-D1A86035B1C3@gmail.com> References: <48CE3C43-7016-40C8-A889-D1A86035B1C3@gmail.com> Message-ID: <5AACC6A7-8038-4384-A6FC-66475A86B006@macports.org> On Nov 1, 2007, at 08:18, Patrick Burleson wrote: > Can regular users add themselves to the CC on Trac issues? I'm > logged in, but all I can seem to do is add comments. I'm led to believe that this is not currently possible, we're waiting for the Mac OS Forge admins to install some Trac upgrade or plugin or something that would allow this to happen. From ryandesign at macports.org Thu Nov 1 13:25:30 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 13:27:14 2007 Subject: Speed up build phase with "make -j" In-Reply-To: <7a665ffc0711010527w4b0d0d86u5230b041342573a3@mail.gmail.com> References: <56a36aa84d5a9d48062daf11e004978d@macports.org> <7a665ffc0710300749q6a85ff13gced7b19efef4901f@mail.gmail.com> <7a665ffc0711010527w4b0d0d86u5230b041342573a3@mail.gmail.com> Message-ID: <529FBDEE-4804-422C-A383-49CE06A3ECA4@macports.org> On Nov 1, 2007, at 07:27, Joel Thibault (MacPorts) wrote: > On 10/30/07, I wrote: > >> Cool! When do you expect (or estimate) release 1.6 will be >> available? > > Is there a roadmap or other document available showing milestones > such as these? Not that I'm aware of. From afb at macports.org Thu Nov 1 13:33:12 2007 From: afb at macports.org (=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?=) Date: Thu Nov 1 13:32:31 2007 Subject: Speed up build phase with "make -j" In-Reply-To: <7a665ffc0711010527w4b0d0d86u5230b041342573a3@mail.gmail.com> References: <56a36aa84d5a9d48062daf11e004978d@macports.org> <7a665ffc0710300749q6a85ff13gced7b19efef4901f@mail.gmail.com> <7a665ffc0711010527w4b0d0d86u5230b041342573a3@mail.gmail.com> Message-ID: <15e9110e10f826c79ef76166d847171d@macports.org> Joel Thibault wrote: > Cool! When do you expect (or estimate) release 1.6 will be available? > > Is there a roadmap or other document available showing milestones such > as these? The milestones are in Trac, but jmpp hasn't got around to defining 1.6 yet... http://trac.macports.org/projects/macports/roadmap (MacPorts 1.5 latest) You can see the changes that have been made since 1.5.0, in the svn ChangeLog: http://trac.macports.org/projects/macports/browser/trunk/base/ChangeLog --anders From frstan at bellsouth.net Thu Nov 1 13:58:56 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 13:58:11 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> References: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> Message-ID: <8CC42A6D-578D-4F2C-8568-91854E4384F1@bellsouth.net> On Nov 1, 2007, at 4:24 PM, Ryan Schmidt wrote: > On Nov 1, 2007, at 13:34, Jean-Philippe Humbert wrote: > >> Le 30 oct. 07 ? 13:13, Jean-Philippe Humbert a ?crit : >> >>> I have tried a new installation on Leopard. >>> I have installed XCode and the Unix SDK. >>> >>> When I try sudo port selfupdate (I have a version 1.5 installed), >>> I receive this error message: >>> configure: Please install the BSD SDK package from the Xcode >>> Developer Tools CD. >>> configure: error: libmd was found, but md5.h is missing. >>> >>> Well the file md5.h exists (spotlight find it in crypto and >>> sys ...)? >>> >>> Can someone help? >> >> I don?t find a way to install macports from scratch on leopard. >> I mean you can download and install the dmg file for 10.5 >> But after this port selfupdate does not work... >> >> So the solution was to copy a tiger installation and it seems to >> work. > > That's not a solution, that's a workaround. Has anybody else been > able to selfupdate on Leopard? > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users I have had no problem doing port selfupdate on Leopard William Davis From frstan at bellsouth.net Thu Nov 1 14:02:42 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 14:01:57 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> References: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> Message-ID: <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> On Nov 1, 2007, at 4:24 PM, Ryan Schmidt wrote: > On Nov 1, 2007, at 13:34, Jean-Philippe Humbert wrote: > >> Le 30 oct. 07 ? 13:13, Jean-Philippe Humbert a ?crit : >> >>> I have tried a new installation on Leopard. >>> I have installed XCode and the Unix SDK. >>> >>> When I try sudo port selfupdate (I have a version 1.5 installed), >>> I receive this error message: >>> configure: Please install the BSD SDK package from the Xcode >>> Developer Tools CD. >>> configure: error: libmd was found, but md5.h is missing. >>> >>> Well the file md5.h exists (spotlight find it in crypto and >>> sys ...)? >>> >>> Can someone help? >> >> I don?t find a way to install macports from scratch on leopard. >> I mean you can download and install the dmg file for 10.5 >> But after this port selfupdate does not work... >> >> So the solution was to copy a tiger installation and it seems to >> work. > > That's not a solution, that's a workaround. Has anybody else been > able to selfupdate on Leopard? > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users opps selfupdate ok with 1.52 have you tried doing sudo port -duf upgrade MacPorts? From ryandesign at macports.org Thu Nov 1 14:02:32 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 14:04:18 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> References: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> Message-ID: <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> On Nov 1, 2007, at 16:02, William Davis wrote: > On Nov 1, 2007, at 4:24 PM, Ryan Schmidt wrote: > >> On Nov 1, 2007, at 13:34, Jean-Philippe Humbert wrote: >> >>> Le 30 oct. 07 ? 13:13, Jean-Philippe Humbert a ?crit : >>> >>>> I have tried a new installation on Leopard. >>>> I have installed XCode and the Unix SDK. >>>> >>>> When I try sudo port selfupdate (I have a version 1.5 >>>> installed), I receive this error message: >>>> configure: Please install the BSD SDK package from the Xcode >>>> Developer Tools CD. >>>> configure: error: libmd was found, but md5.h is missing. >>>> >>>> Well the file md5.h exists (spotlight find it in crypto and >>>> sys ...)? >>>> >>>> Can someone help? >>> >>> I don?t find a way to install macports from scratch on leopard. >>> I mean you can download and install the dmg file for 10.5 >>> But after this port selfupdate does not work... >>> >>> So the solution was to copy a tiger installation and it seems to >>> work. >> >> That's not a solution, that's a workaround. Has anybody else been >> able to selfupdate on Leopard? > > opps > selfupdate ok with 1.52 > > have you tried doing sudo port -duf upgrade MacPorts? What the heck is that -- I mean the port called "MacPorts"? From frstan at bellsouth.net Thu Nov 1 14:16:39 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 14:15:53 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> References: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> Message-ID: <1F3D2E87-5168-4786-81A6-2CADD7810FA6@bellsouth.net> On Nov 1, 2007, at 5:02 PM, Ryan Schmidt wrote: > On Nov 1, 2007, at 16:02, William Davis wrote: > >> On Nov 1, 2007, at 4:24 PM, Ryan Schmidt wrote: >> >>> On Nov 1, 2007, at 13:34, Jean-Philippe Humbert wrote: >>> >>>> Le 30 oct. 07 ? 13:13, Jean-Philippe Humbert a ?crit : >>>> >>>>> I have tried a new installation on Leopard. >>>>> I have installed XCode and the Unix SDK. >>>>> >>>>> When I try sudo port selfupdate (I have a version 1.5 >>>>> installed), I receive this error message: >>>>> configure: Please install the BSD SDK package from the Xcode >>>>> Developer Tools CD. >>>>> configure: error: libmd was found, but md5.h is missing. >>>>> >>>>> Well the file md5.h exists (spotlight find it in crypto and >>>>> sys ...)? >>>>> >>>>> Can someone help? >>>> >>>> I don?t find a way to install macports from scratch on leopard. >>>> I mean you can download and install the dmg file for 10.5 >>>> But after this port selfupdate does not work... >>>> >>>> So the solution was to copy a tiger installation and it seems to >>>> work. >>> >>> That's not a solution, that's a workaround. Has anybody else been >>> able to selfupdate on Leopard? >> >> opps >> selfupdate ok with 1.52 >> >> have you tried doing sudo port -duf upgrade MacPorts? > > What the heck is that -- I mean the port called "MacPorts"? > well, I dont mean to teach the Pope catechism but! MacPorts is the name of the "port" portfile. someone must be maintaining it because it now has a varrant +darwin_9_i386 :) macintosh:~ frstan$ port list MacPorts MacPorts @1.5.0 sysutils/MacPorts macintosh:~ frstan$ port info MacPorts MacPorts 1.5.0, sysutils/MacPorts (Variants: universal, darwin_7, darwin_8, darwin_8_powerpc, darwin_8_i386, darwin_9, darwin_9_powerpc, darwin_9_i386) http://www.macports.org MacPorts provides the infrastructure that allows easy installation and management of freely available software on Mac OS X 10.3 or newer systems. Platforms: darwin freebsd Maintainers: macports-mgr@lists.macosforge.org macintosh:~ frstan$ From jberry at macports.org Thu Nov 1 14:25:00 2007 From: jberry at macports.org (James Berry) Date: Thu Nov 1 14:24:36 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <1F3D2E87-5168-4786-81A6-2CADD7810FA6@bellsouth.net> References: <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> <1F3D2E87-5168-4786-81A6-2CADD7810FA6@bellsouth.net> Message-ID: On Nov 1, 2007, at 2:16 PM, William Davis wrote: >>> have you tried doing sudo port -duf upgrade MacPorts? >> >> What the heck is that -- I mean the port called "MacPorts"? >> > > well, I dont mean to teach the Pope catechism but! > MacPorts is the name of the "port" portfile. someone must be > maintaining it because it now has a varrant +darwin_9_i386 :) The MacPorts port is a PortFile that is used to create the dmg files that we release when we release a binary version of MacPorts. It just treats MacPorts itself like any other port. James From markd at macports.org Thu Nov 1 14:30:30 2007 From: markd at macports.org (markd@macports.org) Date: Thu Nov 1 14:29:07 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: References: < > <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> < > <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> < > <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> < > <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> < > <1F3D2E87-5168-4786-81A6-2CADD7810FA6@bellsouth.net> Message-ID: James Berry writes: >The MacPorts port is a PortFile that is used to create the dmg files >that we release when we release a binary version of MacPorts. It just >treats MacPorts itself like any other port. I think that port's description should be updated so it's purpose is more clear. Mark From ryandesign at macports.org Thu Nov 1 16:03:22 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 16:05:07 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: References: < > <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> < > <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> < > <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> < > <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> < > <1F3D2E87-5168-4786-81A6-2CADD7810FA6@bellsouth.net> Message-ID: <514D5B50-35D4-4046-A78F-4C2FA8716FAD@macports.org> On Nov 1, 2007, at 16:30, markd@macports.org wrote: > James Berry writes: > >> The MacPorts port is a PortFile that is used to create the dmg files >> that we release when we release a binary version of MacPorts. It just >> treats MacPorts itself like any other port. > > I think that port's description should be updated so it's purpose > is more > clear. A bit weird that this functionality is implemented as a port, isn't it? And getting back on track: then the "MacPorts" port can't have anything to do with the original poster's problem. From frstan at bellsouth.net Thu Nov 1 16:32:35 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 16:31:50 2007 Subject: Try selfupdate with Leopard => Error md5.h is missing In-Reply-To: <514D5B50-35D4-4046-A78F-4C2FA8716FAD@macports.org> References: < > <352C6819-17E4-4002-B506-D1DE5FCBC156@gmx.de> < > <5D3097AC-F633-4ABC-96AA-8C624CABC07C@macports.org> < > <83158607-12FA-4F65-816D-E72FC6A7C3D0@bellsouth.net> < > <3F67B521-D887-4CE8-A84D-22B8488508FD@macports.org> < > <1F3D2E87-5168-4786-81A6-2CADD7810FA6@bellsouth.net> <514D5B50-35D4-4046-A78F-4C2FA8716FAD@macports.org> Message-ID: On Nov 1, 2007, at 7:03 PM, Ryan Schmidt wrote: > > On Nov 1, 2007, at 16:30, markd@macports.org wrote: > >> James Berry writes: >> >>> The MacPorts port is a PortFile that is used to create the dmg files >>> that we release when we release a binary version of MacPorts. It >>> just >>> treats MacPorts itself like any other port. >> >> I think that port's description should be updated so it's purpose >> is more >> clear. > > A bit weird that this functionality is implemented as a port, isn't > it? > > And getting back on track: then the "MacPorts" port can't have > anything to do with the original poster's problem. > I didnt say it did have to do with his problem. :) but it is how I downloaded and built from the source........ and I could then do selfupdate on Leopard --- which is what he asked about and what made me think it might have something to do with the *answer* to his problem...... but what do I know? only that I can selfupdate on Leopard..... ymmv From t-murakami at ak.jp.nec.com Thu Nov 1 17:25:24 2007 From: t-murakami at ak.jp.nec.com (Toru Murakami) Date: Thu Nov 1 17:23:52 2007 Subject: Inkscape does not start Message-ID: <472A6E74.4020209@ak.jp.nec.com> Hi folks, Having upgraded several ports, I cannot start inkscape. How could I spot the problem ? I am on G4 10.4.10, macports 1.520. The following ports are currently installed: aalib @1.4rc5_2 (active) apache2 @2.2.6_0 (active) apr @1.2.11_0 (active) apr-util @1.2.10_0 (active) atk @1.20.0_1 (active) audiofile @0.2.6_1 (active) autoconf @2.61_1 (active) automake @1.10_0 (active) bash @3.2.17_0 (active) bison @2.3_0 (active) boehmgc @7.0_0+darwin_8 (active) bzip2 @1.0.4_1 (active) cairo @1.4.10_0 (active) cairomm @1.2.4_0 (active) cclient @2006h_0 (active) cups-headers @1.1.15_1 (active) curl @7.17.0_0+darwin_8 (active) db4 @4.3.29_1+darwin_8 (active) db44 @4.4.20_1+darwin_8 (active) dbus @1.0.2_2 (active) dbus-glib @0.74_0 (active) docbook-xml-4.1.2 @4.1.2_1 (active) docbook-xml-4.2 @4.2_0 (active) docbook-xsl @1.72.0_0 (active) esound @0.2.38_1 (active) expat @2.0.1_0 (active) fontconfig @2.4.2_1+macosx (active) freetype @2.3.5_0 (active) gail @1.20.1_1 (active) gconf @2.20.1_0 (active) gd2 @2.0.35_0 (active) getopt @1.1.4_1 (active) gettext @0.16.1_0 (active) ghostscript @8.60_0 (active) ghostscript-fonts-hiragino @8.60_1 (active) gimp-print @4.2.7_0 (active) glib2 @2.14.2_0 (active) glibmm @2.14.0_0 (active) gnome-icon-theme @2.20.0_1 (active) gnome-keyring @2.20.1_0 (active) gnome-mime-data @2.18.0_3 (active) gnome-vfs @2.20.0_1 (active) gnutls @2.0.0_0+darwin_8 (active) gtk2 @2.12.1_0 (active) gtkmm @2.12.0_0 (active) gzip @1.3.12_0+darwin_8 (active) help2man @1.36.4_1+darwin_8 (active) hicolor-icon-theme @0.10_0 (active) howl @1.0.0_0 (active) icon-naming-utils @0.8.6_0 (active) ImageMagick @6.3.6-2_0+darwin_8+jpeg2+lcms (active) inkscape @0.45.1_0 (active) intltool @0.36.2_0 (active) jasper @1.701.0_0 (active) jpeg @6b_2 (active) kinput2-macim @3.1.20050629_3 (active) lcms @1.16_0 (active) lha @1.14i-ac20050924p1_2 (active) libart_lgpl @2.3.19_2 (active) libbonobo @2.20.1_1 (active) libbonoboui @2.20.0_1 (active) libcroco @0.6.1_1 (active) libexif @0.6.16_1 (active) libgcrypt @1.2.4_1+darwin_8 (active) libglade2 @2.6.2_0 (active) libgnome @2.20.1.1_1 (active) libgnomecanvas @2.20.1.1_0 (active) libgnomecups @0.2.2_1 (active) libgnomeprint @2.18.2_0 (active) libgnomeprintui @2.18.1_0 (active) libgnomeui @2.20.1.1_0 (active) libgpg-error @1.5_1 (active) libgsf @1.14.7_0 (active) libgtkhtml @2.11.1_0 (active) libiconv @1.11_6+darwin_8 (active) libidl @0.8.9_0 (active) libmcrypt @2.5.8_0+darwin_8 (active) libmng @1.0.9_0 (active) libpcap @0.9.5_1 (active) libpixman @0.9.5_0 (active) libpng @1.2.22_0+darwin_8 (active) librsvg @2.18.2_1 (active) libsigcxx2 @2.0.18_0+darwin_8 (active) libtasn1 @1.1_0 (active) libtool @1.5.24_1 (active) libwmf @0.2.8.4_0 (active) libxml2 @2.6.30_0 (active) libxslt @1.1.22_0 (active) loudmouth @1.2.1_0 (active) lv @4.51_2+lesslikeslash (active) lzo @1.08_0 (active) m4 @1.4.10_1 (active) mhash @0.9.9_0+darwin_8 (active) mysql4 @4.1.22_0+darwin_8+server (active) ncurses @5.6_0+darwin_8 (active) ncursesw @5.6_0+darwin_8 (active) neon @0.26.4_0 (active) nkf @2.0.8b_0 (active) opencdk @0.6.4_0 (active) openmotif @2.3.0-20060106_0+darwin_8 (active) openssl @0.9.8g_0+darwin_8 (active) orbit2 @2.14.10_1 (active) p5-getopt-long @2.37_0 (active) p5-locale-gettext @1.05_0 (active) p5-test-harness @2.64_1 (active) p5-test-simple @0.72_0 (active) p5-xml-namespacesupport @1.09_0 (active) p5-xml-parser @2.34_4 (active) p5-xml-sax @0.16_1 (active) p5-xml-simple @2.18_0 (active) pango @1.18.3_0 (active) pcre @7.4_0 (active) perl5.8 @5.8.8_0+darwin_8 (active) php5 @5.2.4_1+apache2+darwin_8+macosx+mysql4 (active) pkgconfig @0.22_0 (active) poppler @0.6_0 (active) poppler-data @0.1_0 (active) popt @1.12_0 (active) pTeX @20071004_0+euc+motif (active) py25-cairo @1.4.0_1 (active) py25-gobject @2.14.0_0 (active) py25-gtk @2.12.0_0 (active) py25-numeric @24.2_1+macosx (active) py25-xml @0.8.4_0 (active) python25 @2.5.1_2+darwin_8 (active) readline @5.2.007_0 (active) render @0.9_1 (active) rsync @2.6.9_1+darwin_8 (active) sqlite3 @3.5.1_0+darwin_8 (active) t1lib @5.1.1_0 (active) texi2html @1.76_3 (active) texinfo @4.11_0 (active) tidy @20051026_0+darwin_8 (active) tiff @3.8.2_1+darwin_8+macosx (active) tsocks @1.8.3_0 (active) urw-fonts @1.0.7pre43_0 (active) wget @1.10.2_0+darwin_8 (active) wireshark @0.99.6_0+darwin_8 (active) Xft2 @2.1.12_0 (active) xmlcatmgr @2.2_1 (active) xmlto @0.0.18_3 (active) xorg-util-macros @1.1.5_0 (active) xorg-xproto @7.0.11_0 (active) xrender @0.9.0_1+darwin_8 (active) zlib @1.2.3_1 (active) -- toru From nspessard at yahoo.com Thu Nov 1 20:20:01 2007 From: nspessard at yahoo.com (Nelson Spessard) Date: Thu Nov 1 20:19:28 2007 Subject: Pextlib Message-ID: <5637BD29-ACC8-41B5-900A-058D7A989296@yahoo.com> Just tried to install the 10.5 version of macports on a 10.4.10 machine and got the error: can't find package Pextlib 1.0 while executing "package require Pextlib 1.0" (procedure "mportinit" line 365) invoked from within "mportinit ui_options global_options global_variations" Error: /opt/local/bin/port: Failed to initialize MacPorts, can't find package Pextlib 1.0 pextlib.dylib is located in /opt/local/share/macports/tcl/pextlib1.0/ thoughts? no help in tickets they referred the question here. Nelson Spessard Mobile: 1.301.471.3044 Email: nspessard@yahoo.com IM: cybrpaldin (AIM) ?http://www.linkedin.com/in/nelsonspessard www.linkedin.com -------------- next part -------------- Skipped content of type multipart/related From pburleson at gmail.com Thu Nov 1 20:28:53 2007 From: pburleson at gmail.com (Patrick Burleson) Date: Thu Nov 1 20:29:31 2007 Subject: Pextlib In-Reply-To: <5637BD29-ACC8-41B5-900A-058D7A989296@yahoo.com> References: <5637BD29-ACC8-41B5-900A-058D7A989296@yahoo.com> Message-ID: <6BBCB070-AE02-4966-BF55-9701CAC7D8B7@gmail.com> On Nov 1, 2007, at 10:20 PM, Nelson Spessard wrote: > Just tried to install the 10.5 version of macports on a 10.4.10 > machine and got the error: > > can't find package Pextlib 1.0 > while executing > "package require Pextlib 1.0" > (procedure "mportinit" line 365) > invoked from within > "mportinit ui_options global_options global_variations" > Error: /opt/local/bin/port: Failed to initialize MacPorts, can't > find package Pextlib 1.0 > > pextlib.dylib is located in /opt/local/share/macports/tcl/pextlib1.0/ > > thoughts? no help in tickets they referred the question here I would think that the 10.5 version is specifically for Leopard and would not work well on Tiger. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20071101/6ff2e23e/attachment.html From rufferto at mac.com Thu Nov 1 20:58:49 2007 From: rufferto at mac.com (Barry Wilson) Date: Thu Nov 1 20:58:11 2007 Subject: sqlite3 In-Reply-To: <20071102031932.417D913541D@lists.macosforge.org> References: <20071102031932.417D913541D@lists.macosforge.org> Message-ID: <51297E23-5C23-4E80-BB4A-F1B8032B905E@mac.com> After upgrading to Leopard sudo port selfupdate then sudo port upgrade outdated I get this. Can anyone tell me what is going on or how to fix this? ---> 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.5.1" && gnumake all " returned error 2 Command output: ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 - DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./ src/alter.c /usr/bin/gcc-4.0 -O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 - DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./ src/alter.c -fno-common -DPIC -o .libs/alter.o ./src/alter.c: In function 'renameTableFunc': ./src/alter.c:77: error: 'TK_SPACE' undeclared (first use in this function) ./src/alter.c:77: error: (Each undeclared identifier is reported only once ./src/alter.c:77: error: for each function it appears in.) ./src/alter.c:79: error: 'TK_LP' undeclared (first use in this function) ./src/alter.c:79: error: 'TK_USING' undeclared (first use in this function) ./src/alter.c: In function 'renameTriggerFunc': ./src/alter.c:135: error: 'TK_SPACE' undeclared (first use in this function) ./src/alter.c:148: error: 'TK_DOT' undeclared (first use in this function) ./src/alter.c:148: error: 'TK_ON' undeclared (first use in this function) ./src/alter.c:151: error: 'TK_WHEN' undeclared (first use in this function) ./src/alter.c:151: error: 'TK_FOR' undeclared (first use in this function) ./src/alter.c:151: error: 'TK_BEGIN' undeclared (first use in this function) ./src/alter.c: In function 'reloadTableSchema': ./src/alter.c:246: error: 'OP_DropTrigger' undeclared (first use in this function) ./src/alter.c:251: error: 'OP_DropTable' undeclared (first use in this function) ./src/alter.c:256: error: 'OP_ParseSchema' undeclared (first use in this function) ./src/alter.c: In function 'sqlite3AlterRenameTable': ./src/alter.c:358: error: 'OP_String8' undeclared (first use in this function) ./src/alter.c:359: error: 'OP_VRename' undeclared (first use in this function) ./src/alter.c: In function 'sqlite3AlterFinishAddColumn': ./src/alter.c:471: error: 'TK_NULL' undeclared (first use in this function) gnumake: *** [alter.lo] Error 1 Error: Unable to upgrade port: 1 From frstan at bellsouth.net Thu Nov 1 21:07:31 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 21:06:45 2007 Subject: sqlite3 In-Reply-To: <51297E23-5C23-4E80-BB4A-F1B8032B905E@mac.com> References: <20071102031932.417D913541D@lists.macosforge.org> <51297E23-5C23-4E80-BB4A-F1B8032B905E@mac.com> Message-ID: On Nov 1, 2007, at 11:58 PM, Barry Wilson wrote: > > After upgrading to Leopard > > sudo port selfupdate > > then > > sudo port upgrade outdated > > I get this. Can anyone tell me what is going on or how to fix this? > > ---> 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.5.1" && > gnumake all " returned error 2 > Command output: ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 - > O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 - > DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./ > src/alter.c > /usr/bin/gcc-4.0 -O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 - > DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./ > src/alter.c -fno-common -DPIC -o .libs/alter.o > ./src/alter.c: In function 'renameTableFunc': > ./src/alter.c:77: error: 'TK_SPACE' undeclared (first use in this > function) > ./src/alter.c:77: error: (Each undeclared identifier is reported > only once > ./src/alter.c:77: error: for each function it appears in.) > ./src/alter.c:79: error: 'TK_LP' undeclared (first use in this > function) > ./src/alter.c:79: error: 'TK_USING' undeclared (first use in this > function) > ./src/alter.c: In function 'renameTriggerFunc': > ./src/alter.c:135: error: 'TK_SPACE' undeclared (first use in this > function) > ./src/alter.c:148: error: 'TK_DOT' undeclared (first use in this > function) > ./src/alter.c:148: error: 'TK_ON' undeclared (first use in this > function) > ./src/alter.c:151: error: 'TK_WHEN' undeclared (first use in this > function) > ./src/alter.c:151: error: 'TK_FOR' undeclared (first use in this > function) > ./src/alter.c:151: error: 'TK_BEGIN' undeclared (first use in this > function) > ./src/alter.c: In function 'reloadTableSchema': > ./src/alter.c:246: error: 'OP_DropTrigger' undeclared (first use in > this function) > ./src/alter.c:251: error: 'OP_DropTable' undeclared (first use in > this function) > ./src/alter.c:256: error: 'OP_ParseSchema' undeclared (first use in > this function) > ./src/alter.c: In function 'sqlite3AlterRenameTable': > ./src/alter.c:358: error: 'OP_String8' undeclared (first use in this > function) > ./src/alter.c:359: error: 'OP_VRename' undeclared (first use in this > function) > ./src/alter.c: In function 'sqlite3AlterFinishAddColumn': > ./src/alter.c:471: error: 'TK_NULL' undeclared (first use in this > function) > gnumake: *** [alter.lo] Error 1 > > Error: Unable to upgrade port: 1 > do sudo port clean --all sqlite3 and then do port -du upgrade sqlite3 this will show the debug mesgs for the earlier phases . copy and post that please. From frstan at bellsouth.net Thu Nov 1 21:09:06 2007 From: frstan at bellsouth.net (William Davis) Date: Thu Nov 1 21:08:19 2007 Subject: sqlite3 In-Reply-To: <51297E23-5C23-4E80-BB4A-F1B8032B905E@mac.com> References: <20071102031932.417D913541D@lists.macosforge.org> <51297E23-5C23-4E80-BB4A-F1B8032B905E@mac.com> Message-ID: On Nov 1, 2007, at 11:58 PM, Barry Wilson wrote: > > After upgrading to Leopard > > sudo port selfupdate > > then > > sudo port upgrade outdated > > I get this. Can anyone tell me what is going on or how to fix this? > > ---> 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.5.1" && > gnumake all " returned error 2 btw you did install XCode 3.0 and the new SDKs from the Leopard DVD, did you not? From ryandesign at macports.org Thu Nov 1 22:43:59 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu Nov 1 22:43:16 2007 Subject: Inkscape does not start In-Reply-To: <472A6E74.4020209@ak.jp.nec.com> References: <472A6E74.4020209@ak.jp.nec.com> Message-ID: <86E90159-A0B9-4823-A646-788ED44907EE@macports.org> On Nov 1, 2007, at 19:25, Toru Murakami wrote: > Having upgraded several ports, I cannot start inkscape. > > How could I spot the problem ? > > I am on G4 10.4.10, macports 1.520. Xcode version? What happens when you try to start inkscape? From piet at cs.uu.nl Fri Nov 2 02:42:36 2007 From: piet at cs.uu.nl (Piet van Oostrum) Date: Fri Nov 2 02:42:07 2007 Subject: Inkscape does not start In-Reply-To: <472A6E74.4020209@ak.jp.nec.com> (Toru Murakami's message of "Fri\, 02 Nov 2007 09\:25\:24 +0900") References: <472A6E74.4020209@ak.jp.nec.com> Message-ID: >>>>> Toru Murakami (TM) wrote: >TM> Hi folks, >TM> Having upgraded several ports, I cannot start inkscape. >TM> How could I spot the problem ? Have you tried to rebuild inkscape? -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org From isa at mike2k.de Fri Nov 2 06:15:12 2007 From: isa at mike2k.de (Isabella Thomm) Date: Fri Nov 2 06:14:31 2007 Subject: Installing GIMP Message-ID: <6627C2C6-322F-43C2-BCA4-E711B956AEBA@mike2k.de> Hi! If I try to install gimp, I get a linkage error with libglade2: ld: duplicate symbol _g_bit_nth_lsf in .libs/glade-xml.o and .libs/ glade-init.o collect2: ld returned 1 exit status Any idea how to circumvent this problem? From gjznituv at gmail.com Fri Nov 2 07:26:25 2007 From: gjznituv at gmail.com (gjznituv) Date: Fri Nov 2 07:26:03 2007 Subject: py-game on Leopard ? (pyobjc failing to build) Message-ID: Hi I can't get py-game to install on my new Leopard, as pyobjc keeps failing with the errors below. I'm running it after a port selfupdate (until yesterday, it was py-numeric which was failing but today it seems to have been fixed for Leopard). Any ideas? Many thanks, Guy [~] sudo port install py-game ---> Fetching py-pyobjc ---> Attempting to fetch pyobjc-1.4.tar.gz from http://pyobjc.sourceforge.net/software/ ---> Verifying checksum(s) for py-pyobjc ---> Extracting py-pyobjc ---> Configuring py-pyobjc ---> Building py-pyobjc 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_py-pyobjc/work/pyobjc-1.4" && /opt/ local/bin/python2.4 setup.py build " returned error 1 Command output: build/codegen/_SyncServices_Enum.inc:51: warning: missing initializer build/codegen/_SyncServices_Enum.inc:51: warning: (near initialization for 'enum_table[12].value') build/codegen/_SyncServices_Enum.inc:52: error: 'ISyncSessionDriverChangeRefused' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:52: warning: missing initializer build/codegen/_SyncServices_Enum.inc:52: warning: (near initialization for 'enum_table[13].value') build/codegen/_SyncServices_Enum.inc:53: error: 'ISyncSessionDriverChangeAccepted' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:53: warning: missing initializer build/codegen/_SyncServices_Enum.inc:53: warning: (near initialization for 'enum_table[14].value') build/codegen/_SyncServices_Enum.inc:54: error: 'ISyncSessionDriverChangeIgnored' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:54: warning: missing initializer build/codegen/_SyncServices_Enum.inc:54: warning: (near initialization for 'enum_table[15].value') build/codegen/_SyncServices_Enum.inc:55: error: 'ISyncSessionDriverChangeError' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:55: warning: missing initializer build/codegen/_SyncServices_Enum.inc:55: warning: (near initialization for 'enum_table[16].value') build/codegen/_SyncServices_Enum.inc:62: error: 'ISyncSessionClientAlreadySyncingError' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:62: warning: missing initializer build/codegen/_SyncServices_Enum.inc:62: warning: (near initialization for 'enum_table[17].value') build/codegen/_SyncServices_Enum.inc:63: error: 'ISyncSessionUserCanceledSessionError' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:63: warning: missing initializer build/codegen/_SyncServices_Enum.inc:63: warning: (near initialization for 'enum_table[18].value') build/codegen/_SyncServices_Enum.inc:64: error: 'ISyncSessionDriverRegistrationError' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:64: warning: missing initializer build/codegen/_SyncServices_Enum.inc:64: warning: (near initialization for 'enum_table[19].value') build/codegen/_SyncServices_Enum.inc:65: error: 'ISyncSessionDriverPullFailureError' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:65: warning: missing initializer build/codegen/_SyncServices_Enum.inc:65: warning: (near initialization for 'enum_table[20].value') build/codegen/_SyncServices_Enum.inc:66: error: 'ISyncSessionDriverFatalError' undeclared here (not in a function) build/codegen/_SyncServices_Enum.inc:66: warning: missing initializer build/codegen/_SyncServices_Enum.inc:66: warning: (near initialization for 'enum_table[21].value') error: command 'gcc' failed with exit status 1 Error: The following dependencies failed to build: py-pyobjc Error: Status 1 encountered during processing. From ryandesign at macports.org Fri Nov 2 09:48:01 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri Nov 2 09:47:17 2007 Subject: py-game on Leopard ? (pyobjc failing to build) In-Reply-To: References: Message-ID: On Nov 2, 2007, at 09:26, gjznituv wrote: > I can't get py-game to install on my new Leopard, as pyobjc keeps > failing with the errors below. I'm running it after a port > selfupdate (until yesterday, it was py-numeric which was failing > but today it seems to have been fixed for Leopard). > > Any ideas? > > Many thanks, > Guy > > > [~] sudo port install py-game > ---> Fetching py-pyobjc > ---> Attempting to fetch pyobjc-1.4.tar.gz from http:// > pyobjc.sourceforge.net/software/ > ---> Verifying checksum(s) for py-pyobjc > ---> Extracting py-pyobjc > ---> Configuring py-pyobjc > ---> Building py-pyobjc with target build According to Trac, py-game doesn't work on 10.4 either. http://trac.macports.org/projects/macports/ticket/12425 http://trac.macports.org/projects/macports/ticket/10642 But I don't see any (open) bugs filed on py-pyobjc. You should file a bug in Trac. Thanks. From ryandesign at macports.org Fri Nov 2 09:51:10 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri Nov 2 09:50:25 2007 Subject: Installing GIMP In-Reply-To: <6627C2C6-322F-43C2-BCA4-E711B956AEBA@mike2k.de> References: <6627C2C6-322F-43C2-BCA4-E711B956AEBA@mike2k.de> Message-ID: <4614EACB-AAB6-4539-B3C7-156B9B1D69B2@macports.org> On Nov 2, 2007, at 08:15, Isabella Thomm wrote: > If I try to install gimp, I get a linkage error with libglade2: > > ld: duplicate symbol _g_bit_nth_lsf in .libs/glade-xml.o and .libs/ > glade-init.o > collect2: ld returned 1 exit status > > > Any idea how to circumvent this problem? That's this bug, which I thought was fixed but has apparently been reopened: http://trac.macports.org/projects/macports/ticket/13006 From olaf at foellinger.de Fri Nov 2 10:21:09 2007 From: olaf at foellinger.de (Olaf Foellinger) Date: Fri Nov 2 10:20:11 2007 Subject: version bump for mutt-devel to 1.5.17 Message-ID: <20071102172109.GA14863@foellinger.de> Hi, ticket #13107 contains a patch for the current portfile. Please review it and commit it if possible. Gruss Olaf From vmcgarry at austin.rr.com Fri Nov 2 12:47:14 2007 From: vmcgarry at austin.rr.com (Vincent McGarry) Date: Fri Nov 2 12:46:25 2007 Subject: libgnome-duplicate symbol failure Message-ID: On a MacBok Pro, Core 2 Duo, 2.4 GHz, running Leopard. gcc -dynamiclib -o .libs/libgnome-2.0.2000.1.dylib .libs/ libgnometypebuiltins.o .libs/gnome-config.o .libs/gnome-sound.o .libs/ gnome-triggers.o .libs/gnome-program.o .libs/gnome-help.o .libs/gnome- exec.o .libs/gnome-gconf.o .libs/gnome-i18n.o .libs/gnome-url.o .libs/ gnome-util.o .libs/gnome-score.o .libs/gnome-init.o -L/opt/local/lib / opt/local/lib/libgnomevfs-2.dylib /opt/local/lib/libxml2.dylib /opt/ local/lib/libdbus-glib-1.dylib /opt/local/lib/libdbus-1.dylib /opt/ local/lib/libssl.dylib /opt/local/lib/libcrypto.dylib /opt/local/lib/ libz.dylib /opt/local/lib/libhowl.dylib /opt/local/lib/ libbonobo-2.dylib /opt/local/lib/libORBitCosNaming-2.dylib /opt/local/ lib/libbonobo-activation.dylib /opt/local/lib/libgconf-2.dylib /opt/ local/lib/libORBit-2.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/ local/lib/libgthread-2.0.dylib /opt/local/lib/libgobject-2.0.dylib / opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/ local/lib/libiconv.dylib /opt/local/lib/libesd.dylib /opt/local/lib/ libaudiofile.dylib -lm /opt/local/lib/libpopt.dylib -Wl,-framework - Wl,CoreAudio -install_name /opt/local/lib/libgnome-2.0.dylib - compatibility_version 2001 -current_version 2001.1 ld: duplicate symbol _g_bit_nth_lsf in .libs/gnome-config.o and .libs/ libgnometypebuiltins.o collect2: ld returned 1 exit status make[3]: *** [libgnome-2.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for libgnome): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. Thanks for any help. Vince From expiation at devils.com Fri Nov 2 13:41:00 2007 From: expiation at devils.com (Quintin) Date: Fri Nov 2 13:41:02 2007 Subject: Macports and http proxy Message-ID: <9813E386-46B2-4369-B6B6-A06F624C592D@devils.com> Hey I'm not able to get a connection with MacPorts 1.5 running on Leopard. It loops trying to download the files from all the mirrors it knows but isn't able to make a connection. Arg, I didn't used to have this problem in 10.4. I've set a http_proxy env variable as well as a "proxy =" line in .curlrc. Curl itself from the commandline works perfectly fine, however when invoked by Macports it just doesn't make the connection. Can anyone help? Thanks! Q From ramercer at gmail.com Fri Nov 2 15:31:01 2007 From: ramercer at gmail.com (Adam Mercer) Date: Fri Nov 2 15:30:11 2007 Subject: odcctools fails to build on Leopard In-Reply-To: <3E525526-8CF9-4796-9395-5E1BB1964639@gnu-darwin.org> References: <799406d60710280934l5e1001f3l3c10f743aaa84542@mail.gmail.com> <3E525526-8CF9-4796-9395-5E1BB1964639@gnu-darwin.org> Message-ID: <799406d60711021531k18cf7f52ue5c50b2e02fbb1a@mail.gmail.com> On 02/11/2007, Yves de Champlain wrote: > My guess is that g95 might work without odcctools Thanks, although at the moment I'm trying to get the numpy and scipy ports to build using gfortran-mp-4.2 from the gcc42 port. I can get them building by creating a gfortran symlink, but not otherwise... Cheers Adam From alwyn.schoeman at gmail.com Sat Nov 3 00:29:15 2007 From: alwyn.schoeman at gmail.com (Alwyn Schoeman) Date: Sat Nov 3 00:28:22 2007 Subject: Problem installing Firefox-X11 with Gnucash In-Reply-To: <46EF9298.9080509@freeuk.com> References: <46EF9298.9080509@freeuk.com> Message-ID: <13486573.post@talk.nabble.com> Hi everyone, I'm having the same problem with gnucash. However, I don't want to install firefox-x11 using macports as I already use the dmg from the Mozilla foundation. How can I specify that it should not use firefox-x11 when I build gnucash? Thanks Alwyn -- View this message in context: http://www.nabble.com/Problem-installing-Firefox-X11-with-Gnucash-tf4472748.html#a13486573 Sent from the MacPorts - Users mailing list archive at Nabble.com. From rhwood at mac.com Sat Nov 3 01:23:25 2007 From: rhwood at mac.com (Randall Wood) Date: Sat Nov 3 01:22:39 2007 Subject: Problem installing Firefox-X11 with Gnucash In-Reply-To: <13486573.post@talk.nabble.com> References: <46EF9298.9080509@freeuk.com> <13486573.post@talk.nabble.com> Message-ID: <707AC18B-5940-4664-AE46-0F13F4249789@mac.com> On 3 Nov 2007, at 03:29, Alwyn Schoeman wrote: > > Hi everyone, > > I'm having the same problem with gnucash. > > However, I don't want to install firefox-x11 using macports as I > already use > the dmg from the Mozilla foundation. The Mozilla supplied Firefox can not be used to build X11-based applications against. > How can I specify that it should not use firefox-x11 when I build > gnucash? sudo port install gnucash +without_docs should not attempt to install yelp (which depends on firefox-x11) or the gnucash documentation. > Thanks > Alwyn > -- > View this message in context: http://www.nabble.com/Problem- > installing-Firefox-X11-with-Gnucash-tf4472748.html#a13486573 > Sent from the MacPorts - Users mailing list archive at Nabble.com. > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From frstan at bellsouth.net Sat Nov 3 10:03:32 2007 From: frstan at bellsouth.net (William Davis) Date: Sat Nov 3 10:02:39 2007 Subject: orbit2 duplicate symbol Message-ID: <6DD3A45F-EEEB-4A05-B41D-F359CD2E9D2D@bellsouth.net> here is another of these orbit2 build failed on Leopard mkdir .libs gcc -O2 -Werror-implicit-function-declaration -o test-linc test- linc.o -L/opt/local/lib ../src/.libs/liblinc.a /opt/local/lib/ libgobject-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib -lc /opt/local/lib/ libiconv.dylib -lresolv ld: duplicate symbol _g_bit_nth_lsf in ../src/.libs/liblinc.a(linc- protocols.o) and test-linc.o collect2: ld returned 1 exit status make[3]: *** [test-linc] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for orbit2): org.macports.destroot org.macports.build DEBUG: Error: Unable to upgrade port: 1 William Davis -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20071103/6ab037c4/attachment.html From frstan at bellsouth.net Sat Nov 3 10:33:54 2007 From: frstan at bellsouth.net (William Davis) Date: Sat Nov 3 10:33:02 2007 Subject: pango ,atk, gtk2 fail build with dup symbol Message-ID: atk: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED - DATK_LOCALEDIR=\"/opt/local/share/locale\" -D_REENTRANT -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/ include -I/opt/local/include -no-cpp-precomp -O2 -funroll-loops - fstrict-aliasing -Wall -MT atk-enum-types.lo -MD -MP -MF .deps/atk- enum-types.Tpo -c atk-enum-types.c -fno-common -DPIC -o .libs/atk- enum-types.o /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops - fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo atkhypertext.lo atkimage.lo atknoopobject.lo atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/opt/local/lib -lgobject-2.0 - lgmodule-2.0 -lglib-2.0 -lintl -liconv gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/ atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /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 -install_name /opt/local/lib/libatk-1.0.0.dylib - compatibility_version 2010 -current_version 2010.1 ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/ atkaction.o collect2: ld returned 1 exit status make[3]: *** [libatk-1.0.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for atk): org.macports.destroot org.macports.build DEBUG: Error: Unable to upgrade port: 1 gtk2 gtk2 /bin/sh ../../libtool --mode=link gcc -I/usr/X11R6/include -L/opt/ local/lib -lpango-1.0 -o timescale timescale.o libpixops.la -L/opt/ local/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl - liconv -L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 - lintl -liconv -ltiff -ljpeg -L/opt/local/lib -lpng12 -lm gcc -I/usr/X11R6/include -o timescale timescale.o -L/opt/local/ lib ./.libs/libpixops.a /opt/local/lib/libpango-1.0.dylib /opt/local/ lib/libgthread-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/ local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/ local/lib/libintl.dylib /opt/local/lib/libiconv.dylib /opt/local/lib/ libtiff.dylib -lc /opt/local/lib/libjpeg.dylib /opt/local/lib/ libpng12.dylib -lz -lm ld: duplicate symbol _g_bit_nth_lsf in ./.libs/libpixops.a(pixops.o) and timescale.o collect2: ld returned 1 exit status make[4]: *** [timescale] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for gtk2): org.macports.destroot org.macports.build DEBUG: Registry error: xorg not registered as installed. invoked from within "registry_installed ${portname}" invoked from within "$workername eval registry_installed \${portname}" Error: Unable to upgrade port: 1 pango gcc -dynamiclib -o .libs/libpango-1.0.0.1800.3.dylib .libs/ break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/ modules.o .libs/pango-attributes.o .libs/pango-color.o .libs/pango- context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango- fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/pango- gravity.o .libs/pango-item.o .libs/pango-language.o .libs/pango- layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/pango- renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/pango- utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum- types.o .libs/module-defs-lang.o .libs/libpango-1.0.lax/libmini- fribidi.a/fribidi.o .libs/libpango-1.0.lax/libmini-fribidi.a/ fribidi_char_type.o .libs/libpango-1.0.lax/libmini-fribidi.a/ fribidi_types.o -L/opt/local/lib /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 -lm -install_name /opt/local/lib/libpango-1.0.0.dylib -Wl,-compatibility_version -Wl,1801 -Wl,-current_version -Wl,1801.3 ld: duplicate symbol _g_bit_nth_lsf in .libs/ellipsize.o and .libs/ break.o collect2: ld returned 1 exit status make[4]: *** [libpango-1.0.la] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for pango): org.macports.destroot org.macports.build -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20071103/7da992d4/attachment-0001.html From ryandesign at macports.org Sat Nov 3 11:14:58 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 11:14:10 2007 Subject: pango ,atk, gtk2 fail build with dup symbol In-Reply-To: References: Message-ID: <8E766177-621C-4706-A8CB-EE1E359F9F63@macports.org> Bugs have been filed for atk and pango: atk: http://trac.macports.org/projects/macports/ticket/13094 pango: http://trac.macports.org/projects/macports/ticket/13123 I have added your email address to the Cc list for those bugs so you'll be informed of their progress. I don't see a bug for gtk2. You may want to ask the maintainer or just file a bug (and Cc yourself and the maintainer). On Nov 3, 2007, at 12:33, William Davis wrote: > atk: > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED - > DATK_LOCALEDIR=\"/opt/local/share/locale\" -D_REENTRANT -I/opt/ > local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ > local/include -I/opt/local/include -no-cpp-precomp -O2 -funroll- > loops -fstrict-aliasing -Wall -MT atk-enum-types.lo -MD -MP - > MF .deps/atk-enum-types.Tpo -c atk-enum-types.c -fno-common -DPIC - > o .libs/atk-enum-types.o > /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops - > fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o > libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 > atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo > atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo > atkhypertext.lo atkimage.lo atknoopobject.lo > atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo > atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo > atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo > atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/ > opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv > gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/ > atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ > atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ > atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ > atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ > atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ > atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ > atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ > atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ > atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /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 -install_name /opt/local/lib/libatk-1.0.0.dylib - > compatibility_version 2010 -current_version 2010.1 > ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o > and .libs/atkaction.o > > collect2: ld returned 1 exit status > make[3]: *** [libatk-1.0.la] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Warning: the following items did not execute (for atk): > org.macports.destroot org.macports.build > DEBUG: > Error: Unable to upgrade port: 1 > > gtk2 > gtk2 > /bin/sh ../../libtool --mode=link gcc -I/usr/X11R6/include -L/opt/ > local/lib -lpango-1.0 -o timescale timescale.o libpixops.la -L/opt/ > local/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 - > lintl -liconv -L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 - > lglib-2.0 -lintl -liconv -ltiff -ljpeg -L/opt/local/lib - > lpng12 -lm > gcc -I/usr/X11R6/include -o timescale timescale.o -L/opt/local/ > lib ./.libs/libpixops.a /opt/local/lib/libpango-1.0.dylib /opt/ > local/lib/libgthread-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib / > opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ > libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ > libiconv.dylib /opt/local/lib/libtiff.dylib -lc /opt/local/lib/ > libjpeg.dylib /opt/local/lib/libpng12.dylib -lz -lm > ld: duplicate symbol _g_bit_nth_lsf in ./.libs/libpixops.a > (pixops.o) and timescale.o > > collect2: ld returned 1 exit status > make[4]: *** [timescale] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Warning: the following items did not execute (for gtk2): > org.macports.destroot org.macports.build > DEBUG: Registry error: xorg not registered as installed. > invoked from within > "registry_installed ${portname}" > invoked from within > "$workername eval registry_installed \${portname}" > Error: Unable to upgrade port: 1 > > pango > > gcc -dynamiclib -o .libs/libpango-1.0.0.1800.3.dylib .libs/ > break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/ > modules.o .libs/pango-attributes.o .libs/pango-color.o .libs/pango- > context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango- > fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/ > pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/ > pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/ > pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/ > pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum- > types.o .libs/module-defs-lang.o .libs/libpango-1.0.lax/libmini- > fribidi.a/fribidi.o .libs/libpango-1.0.lax/libmini-fribidi.a/ > fribidi_char_type.o .libs/libpango-1.0.lax/libmini-fribidi.a/ > fribidi_types.o -L/opt/local/lib /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 -lm -install_name /opt/local/lib/ > libpango-1.0.0.dylib -Wl,-compatibility_version -Wl,1801 -Wl,- > current_version -Wl,1801.3 > ld: duplicate symbol _g_bit_nth_lsf in .libs/ellipsize.o and .libs/ > break.o > > collect2: ld returned 1 exit status > make[4]: *** [libpango-1.0.la] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Warning: the following items did not execute (for pango): > org.macports.destroot org.macports.build From ryandesign at macports.org Sat Nov 3 11:16:06 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 11:15:15 2007 Subject: orbit2 duplicate symbol In-Reply-To: <6DD3A45F-EEEB-4A05-B41D-F359CD2E9D2D@bellsouth.net> References: <6DD3A45F-EEEB-4A05-B41D-F359CD2E9D2D@bellsouth.net> Message-ID: <771E660E-44B1-488E-9589-3047D472D220@macports.org> Please file a bug report in Trac and assign in to the port maintainer and Cc yourself and the port maintainer. Thanks. On Nov 3, 2007, at 12:03, William Davis wrote: > here is another of these > orbit2 build failed on Leopard > mkdir .libs > gcc -O2 -Werror-implicit-function-declaration -o test-linc test- > linc.o -L/opt/local/lib ../src/.libs/liblinc.a /opt/local/lib/ > libgobject-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ > lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib -lc /opt/local/ > lib/libiconv.dylib -lresolv > ld: duplicate symbol _g_bit_nth_lsf in ../src/.libs/liblinc.a(linc- > protocols.o) and test-linc.o > > collect2: ld returned 1 exit status > make[3]: *** [test-linc] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Warning: the following items did not execute (for orbit2): > org.macports.destroot org.macports.build > DEBUG: > Error: Unable to upgrade port: 1 From ryandesign at macports.org Sat Nov 3 11:22:41 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 11:21:53 2007 Subject: libgnome-duplicate symbol failure In-Reply-To: References: Message-ID: <3C9501A3-EA81-4B44-A1D1-E23D580289B3@macports.org> Please submit a bug report in Trac for this problem, and Cc yourself and the maintainer, and assign the bug to the maintainer. Thanks. On Nov 2, 2007, at 14:47, Vincent McGarry wrote: > On a MacBok Pro, Core 2 Duo, 2.4 GHz, running Leopard. > > gcc -dynamiclib -o .libs/libgnome-2.0.2000.1.dylib .libs/ > libgnometypebuiltins.o .libs/gnome-config.o .libs/gnome- > sound.o .libs/gnome-triggers.o .libs/gnome-program.o .libs/gnome- > help.o .libs/gnome-exec.o .libs/gnome-gconf.o .libs/gnome- > i18n.o .libs/gnome-url.o .libs/gnome-util.o .libs/gnome- > score.o .libs/gnome-init.o -L/opt/local/lib /opt/local/lib/ > libgnomevfs-2.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/ > libdbus-glib-1.dylib /opt/local/lib/libdbus-1.dylib /opt/local/lib/ > libssl.dylib /opt/local/lib/libcrypto.dylib /opt/local/lib/ > libz.dylib /opt/local/lib/libhowl.dylib /opt/local/lib/ > libbonobo-2.dylib /opt/local/lib/libORBitCosNaming-2.dylib /opt/ > local/lib/libbonobo-activation.dylib /opt/local/lib/ > libgconf-2.dylib /opt/local/lib/libORBit-2.dylib /opt/local/lib/ > libgmodule-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ > lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/ > local/lib/libintl.dylib /opt/local/lib/libiconv.dylib /opt/local/ > lib/libesd.dylib /opt/local/lib/libaudiofile.dylib -lm /opt/local/ > lib/libpopt.dylib -Wl,-framework -Wl,CoreAudio -install_name /opt/ > local/lib/libgnome-2.0.dylib -compatibility_version 2001 - > current_version 2001.1 > ld: duplicate symbol _g_bit_nth_lsf in .libs/gnome-config.o > and .libs/libgnometypebuiltins.o > > collect2: ld returned 1 exit status > make[3]: *** [libgnome-2.la] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Warning: the following items did not execute (for libgnome): > org.macports.activate org.macports.build org.macports.destroot > org.macports.install > Error: Status 1 encountered during processing. > > Thanks for any help. From frstan at bellsouth.net Sat Nov 3 11:41:21 2007 From: frstan at bellsouth.net (William Davis) Date: Sat Nov 3 11:40:27 2007 Subject: pango ,atk, gtk2 fail build with dup symbol In-Reply-To: <8E766177-621C-4706-A8CB-EE1E359F9F63@macports.org> References: <8E766177-621C-4706-A8CB-EE1E359F9F63@macports.org> Message-ID: On Nov 3, 2007, at 2:14 PM, Ryan Schmidt wrote: > Bugs have been filed for atk and pango: > > > atk: > > http://trac.macports.org/projects/macports/ticket/13094 > > > pango: > > http://trac.macports.org/projects/macports/ticket/13123 > > > I have added your email address to the Cc list for those bugs so > you'll be informed of their progress. > > I don't see a bug for gtk2. You may want to ask the maintainer or > just file a bug (and Cc yourself and the maintainer). > > bug filed on trac http://trac.macports.org/projects/macports/ticket/13128 by William Davis (frstanATbellsouthDOTnet) > On Nov 3, 2007, at 12:33, William Davis wrote: > >> atk: >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED - >> DATK_LOCALEDIR=\"/opt/local/share/locale\" -D_REENTRANT -I/opt/ >> local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ >> local/include -I/opt/local/include -no-cpp-precomp -O2 -funroll- >> loops -fstrict-aliasing -Wall -MT atk-enum-types.lo -MD -MP - >> MF .deps/atk-enum-types.Tpo -c atk-enum-types.c -fno-common -DPIC - >> o .libs/atk-enum-types.o >> /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops - >> fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o >> libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 >> atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo >> atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo >> atkhypertext.lo atkimage.lo atknoopobject.lo >> atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo >> atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo >> atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo >> atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/ >> opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv >> gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/ >> atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ >> atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ >> atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ >> atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ >> atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ >> atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ >> atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ >> atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ >> atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /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 -install_name /opt/local/lib/libatk-1.0.0.dylib - >> compatibility_version 2010 -current_version 2010.1 >> ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o >> and .libs/atkaction.o >> >> collect2: ld returned 1 exit status >> make[3]: *** [libatk-1.0.la] Error 1 >> make[2]: *** [all] Error 2 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Warning: the following items did not execute (for atk): >> org.macports.destroot org.macports.build >> DEBUG: >> Error: Unable to upgrade port: 1 >> >> gtk2 >> gtk2 >> /bin/sh ../../libtool --mode=link gcc -I/usr/X11R6/include -L/opt/ >> local/lib -lpango-1.0 -o timescale timescale.o libpixops.la -L/opt/ >> local/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 - >> lintl -liconv -L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 - >> lglib-2.0 -lintl -liconv -ltiff -ljpeg -L/opt/local/lib - >> lpng12 -lm >> gcc -I/usr/X11R6/include -o timescale timescale.o -L/opt/local/ >> lib ./.libs/libpixops.a /opt/local/lib/libpango-1.0.dylib /opt/ >> local/lib/libgthread-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib / >> opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ >> libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ >> libiconv.dylib /opt/local/lib/libtiff.dylib -lc /opt/local/lib/ >> libjpeg.dylib /opt/local/lib/libpng12.dylib -lz -lm >> ld: duplicate symbol _g_bit_nth_lsf in ./.libs/ >> libpixops.a(pixops.o) and timescale.o >> >> collect2: ld returned 1 exit status >> make[4]: *** [timescale] Error 1 >> make[3]: *** [all-recursive] Error 1 >> make[2]: *** [all] Error 2 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Warning: the following items did not execute (for gtk2): >> org.macports.destroot org.macports.build >> DEBUG: Registry error: xorg not registered as installed. >> invoked from within >> "registry_installed ${portname}" >> invoked from within >> "$workername eval registry_installed \${portname}" >> Error: Unable to upgrade port: 1 >> >> pango >> >> gcc -dynamiclib -o .libs/libpango-1.0.0.1800.3.dylib .libs/ >> break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/ >> modules.o .libs/pango-attributes.o .libs/pango-color.o .libs/pango- >> context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango- >> fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/ >> pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/ >> pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/ >> pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/ >> pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum- >> types.o .libs/module-defs-lang.o .libs/libpango-1.0.lax/libmini- >> fribidi.a/fribidi.o .libs/libpango-1.0.lax/libmini-fribidi.a/ >> fribidi_char_type.o .libs/libpango-1.0.lax/libmini-fribidi.a/ >> fribidi_types.o -L/opt/local/lib /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 -lm -install_name /opt/local/lib/ >> libpango-1.0.0.dylib -Wl,-compatibility_version -Wl,1801 -Wl,- >> current_version -Wl,1801.3 >> ld: duplicate symbol _g_bit_nth_lsf in .libs/ellipsize.o and .libs/ >> break.o >> >> collect2: ld returned 1 exit status >> make[4]: *** [libpango-1.0.la] Error 1 >> make[3]: *** [all-recursive] Error 1 >> make[2]: *** [all] Error 2 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Warning: the following items did not execute (for pango): >> org.macports.destroot org.macports.build > From frstan at bellsouth.net Sat Nov 3 11:44:05 2007 From: frstan at bellsouth.net (William Davis) Date: Sat Nov 3 11:43:12 2007 Subject: orbit2 duplicate symbol In-Reply-To: <771E660E-44B1-488E-9589-3047D472D220@macports.org> References: <6DD3A45F-EEEB-4A05-B41D-F359CD2E9D2D@bellsouth.net> <771E660E-44B1-488E-9589-3047D472D220@macports.org> Message-ID: <3DDDDDE5-0D87-4CDF-91A4-CD2CF4034A94@bellsouth.net> On Nov 3, 2007, at 2:16 PM, Ryan Schmidt wrote: > Please file a bug report in Trac and assign in to the port > maintainer and Cc yourself and the port maintainer. Thanks. > On Nov 3, 2007, at 12:03, William Davis wrote: ok filed ticket #13127 on orbit2 William Davis (frstanATbellsouthDOTnet) > >> here is another of these >> orbit2 build failed on Leopard >> mkdir .libs >> gcc -O2 -Werror-implicit-function-declaration -o test-linc test- >> linc.o -L/opt/local/lib ../src/.libs/liblinc.a /opt/local/lib/ >> libgobject-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ >> lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib -lc /opt/local/ >> lib/libiconv.dylib -lresolv >> ld: duplicate symbol _g_bit_nth_lsf in ../src/.libs/liblinc.a(linc- >> protocols.o) and test-linc.o >> >> collect2: ld returned 1 exit status >> make[3]: *** [test-linc] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Warning: the following items did not execute (for orbit2): >> org.macports.destroot org.macports.build >> DEBUG: >> Error: Unable to upgrade port: 1 > From ebrombaugh at earthlink.net Sat Nov 3 13:35:46 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 13:35:08 2007 Subject: Problem installing pdflib Message-ID: <1BBE9F92-EA4F-4764-9595-414140F5CB2D@earthlink.net> Hi, I'm trying to install octave & octave-forge and the process failed while compiling pdflib. Details: Mac OS X 10.5 2.2GHz Intel Macbook Macports base version 1.520 A log from the command 'sudo port -v install pdflib >& log' is attached. Thanks, Eric -------------- next part -------------- A non-text attachment was scrubbed... Name: log Type: application/octet-stream Size: 28445 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20071103/6a932465/log-0001.obj -------------- next part -------------- From ebrombaugh at earthlink.net Sat Nov 3 13:52:10 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 13:51:18 2007 Subject: Problem installing pdflib In-Reply-To: <1BBE9F92-EA4F-4764-9595-414140F5CB2D@earthlink.net> References: <1BBE9F92-EA4F-4764-9595-414140F5CB2D@earthlink.net> Message-ID: <801F29D9-8B55-44A0-8609-38B82E004DEA@earthlink.net> Just a quick update: Commenting out the typedef of uint32 in the file tiff.h of the pdflib source allowed the package to build correctly. Eric On Nov 3, 2007, at 1:35 PM, Eric Brombaugh wrote: > Hi, > > I'm trying to install octave & octave-forge and the process failed > while compiling pdflib. Details: > > Mac OS X 10.5 > 2.2GHz Intel Macbook > Macports base version 1.520 > > A log from the command 'sudo port -v install pdflib >& log' is > attached. > > Thanks, > > Eric > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From olaf at foellinger.de Sat Nov 3 14:04:58 2007 From: olaf at foellinger.de (Olaf Foellinger) Date: Sat Nov 3 14:03:54 2007 Subject: slrn-devel doesn't build Message-ID: <20071103210458.GA25316@foellinger.de> Hi, slrn-devel doesn't build since it cannot find slang libraries. A solution and a patchfile is included in ticket #13130. Gruss Olaf From jochen at fhi-berlin.mpg.de Sat Nov 3 14:45:39 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Sat Nov 3 14:44:53 2007 Subject: Qt4 port In-Reply-To: <9EF58D2B-42CC-4006-ACE3-0FF6BAF783BB@alum.mit.edu> References: <4F277F32-FD91-4EA9-BE9D-25D2CABA0F2E@alum.mit.edu> <9DF2C139-AF68-41DC-9DF6-CF23607EAE33@fhi-berlin.mpg.de> <843B8F7E-42E6-48DA-BD02-E29B92127740@alum.mit.edu> <1983EC35-2E97-4BB1-B3B8-3F8A88278750@fhi-berlin.mpg.de> <9EF58D2B-42CC-4006-ACE3-0FF6BAF783BB@alum.mit.edu> Message-ID: <16A71A6C-9CA9-4C8A-B88A-2BAAB3774A38@fhi-berlin.mpg.de> On 03.11.2007, at 22:28, Adam Dershowitz wrote: >> On 24.10.2007, at 06:46, Adam Dershowitz wrote: >> >>> I just noticed that 4.3.2_0 was now in macports. So I tried doing: >>> sudo port upgrade outdated >>> and it worked just fine to go from 4.3.1_1. This time I did not >>> have to first deactivate. > Right after I did this install I built sqliteman (http:// > sqliteman.com/) a Qt gui application that was the reason that I > needed to include sqlite in Qt. It built fine. > > Just yesterday I tried to use it, and it fails to open any > databases. But that is the same error that I was getting when I > first tried to build the Qt port and sqlite was not an option. What is the exact error message? > The following ports are currently installed: > qt4-mac @4.3.2_0+sqlite (active) > > But is there any way to confirm that sqlite was actually being > included properly with Qt. I know that it worked fine for the old > version that I first sent to you. So something is different. Any > ideas? What does sudo port contents qt4-mac | grep sqlite give you? I get this: /opt/local/include/qt4/Qt/qsql_sqlite.h /opt/local/include/qt4/Qt/qsql_sqlite2.h /opt/local/include/qt4/QtSql/qsql_sqlite.h /opt/local/include/qt4/QtSql/qsql_sqlite2.h /opt/local/lib/qt4-plugins/sqldrivers/libqsqlite.dylib Since I have never used any real db with Qt: what is an easy way to check whether Qt's sqlite plugin works in a given installation? 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: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20071103/a3e9b4d4/PGP.bin From ebrombaugh at earthlink.net Sat Nov 3 14:49:21 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 14:48:29 2007 Subject: Problem installing teTeX Message-ID: Hi again, Still trying to get octave and octave-forge installed on a Leopard / Santa Rosa Macbook. This time the teTex install bailed out. The relevant error is: /bin/sh ../libtool --mode=link gcc -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/local (from old Mac)/lib -L/usr/X11/lib -lXaw - lXmu -lXt -lSM -lICE -lXp -lXext -lX11 -liconv -lXpm ../kpathsea/ libkpathsea.la -lm /bin/sh: -c: line 0: syntax error near unexpected token `(' /bin/sh: -c: line 0: `/bin/sh ../libtool --mode=link gcc -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/local (from old Mac)/lib -L/usr/ X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -lX11 -liconv - lXpm ../kpathsea/libkpathsea.la -lm ' make[2]: *** [xdvi-xaw.bin] Error 2 make[1]: *** [all] Error 1 make: *** [all] Error 1 Digging in it appears that the 'config.cache' file wasn't cleaned out prior to distribution and a bad definition for one of the library paths was left in resulting in the following entry in the xdvik Makefile: x_ldflags=-L/usr/local (from old Mac)/lib -L/usr/X11/lib Removing the " (from old Mac) " in the Makefile allowed the build to proceed to completion. Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20071103/e0117aa9/attachment.html From mac at the-evangelist.info Sat Nov 3 16:13:03 2007 From: mac at the-evangelist.info (mac@the-evangelist.info) Date: Sat Nov 3 16:12:09 2007 Subject: Warning in sipcalc port Message-ID: Hi,, I have a new clean Leopard install and macports (1.5.0 - 10.5) and my first port install sipcalc show this warning: $ sudo port install sipcalc Password: ---> Fetching sipcalc ---> Attempting to fetch sipcalc-1.1.2.tar.gz from http://www.routemeister.net/projects/sipcalc/files/ ---> Verifying checksum(s) for sipcalc ---> Extracting sipcalc ---> Configuring sipcalc ---> Building sipcalc with target all ---> Staging sipcalc into destroot Warning: violation by /opt/local/man Warning: sipcalc violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! ---> Installing sipcalc 1.1.2_0 ---> Activating sipcalc 1.1.2_0 ---> Cleaning sipcalc The program runs perfectly, but a write you to inform you of the warning. Thanks for your work. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20071104/394559d4/attachment.html From ebrombaugh at earthlink.net Sat Nov 3 16:20:39 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 16:19:51 2007 Subject: Problems building octave Message-ID: <95C861D0-4BF6-4216-B148-70266706561C@earthlink.net> Hi again, I'm all the way to building octave on my Leopard / Santa Rosa Macbook. It bombs out during the documentation formatting process: making arith.texi from arith.txi /bin/sh: line 1: 79234 Segmentation fault ./munge-texi -d ../../ src/DOCSTRI NGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi.t make[3]: *** [arith.texi] Error 139 make[2]: *** [interpreter] Error 2 make[1]: *** [doc] Error 2 make: *** [all] Error 2 Digging around in the munge-texi program (rebuilt with the -g flag) with gdb, I see the following: (gdb) run -d ../../src/DOCSTRINGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi.t Starting program: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_math_octave/work/octave-2.9.9/doc/ interpreter/munge-texi -d ../../src/DOCSTRINGS -d ../../scripts/ DOCSTRINGS < arith.txi > arith.texi.t Reading symbols for shared libraries +++. done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: 13 at address: 0x00000000 0x8fe18aa2 in __dyld_misaligned_stack_error () Looks like a null pointer dereference. Anyone have any clues about how to get around this one? Eric From hippoman at potamuses.net Sat Nov 3 17:05:25 2007 From: hippoman at potamuses.net (Lloyd Zusman) Date: Sat Nov 3 17:19:13 2007 Subject: Something to "tail -f" during a long build? Message-ID: Once I've started a long build (for example, of something like gcc42), is there a file somewhere that I can look at with "tail -f" in order to watch the progress of the build? I know that I can start a build with the "-v" or maybe "-d" flag to see more info, but I'm specfically wondering if there's a log file somewhere for the non-"-v" case (for example, for a simple "port install gcc42") that I can look at while the build is running. Thanks in advance. -- Lloyd Zusman hippoman@potamuses.net God bless you. From hippoman at potamuses.net Sat Nov 3 17:35:13 2007 From: hippoman at potamuses.net (Lloyd Zusman) Date: Sat Nov 3 17:34:29 2007 Subject: mplayer doesn't build for me under Leopard on MacBook Pro Message-ID: I have recently upgraded to Leopard, XCode 3.0, and Darwin Ports 1.5.0 on my MacBook Pro. I am trying to install mplayer, but the build goes for a while and then finally fails with this error (some long lines manually broken in order to get this posted via Gmane): . Error: Target org.macports.build returned: shell command . "cd "/opt/local/var/macports/build/ . _opt_local_var_macports_sources_rsync.macports. . org_release_ports_multimedia_MPlayer/work/MPlayer-1.0rc1" && make all " . returned error 2 . Command output: make -C libavformat LIBPREF=lib LIBSUF=.a . make[1]: Nothing to be done for `all'. . make -C libavcodec LIBPREF=lib LIBSUF=.a . cc -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m . -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer . -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN . -shared-libgcc -arch i386 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 . -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -I. . -I./libavutil -I./libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 . -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil . -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m . -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer . -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN . -shared-libgcc -arch i386 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 . -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include . -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c . i386/h264dsp_mmx.c: In function 'h264_h_loop_filter_luma_mmx2': . i386/dsputil_mmx.c:634: error: can't find a register in class . 'GENERAL_REGS' while reloading 'asm' . i386/dsputil_mmx.c:634: error: can't find a register in class . 'GENERAL_REGS' while reloading 'asm' . make[1]: *** [i386/dsputil_mmx.o] Error 1 . make: *** [libavcodec/libavcodec.a] Error 2 . . Error: Status 1 encountered during processing. Based on my googling and looking elsewhere, I think this is related to the choice of C compiler that is used. Here are the results of "cc --version": . i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) . Copyright (C) 2005 Free Software Foundation, Inc. . This is free software; see the source for copying conditions. There is NO . warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Does anyone have any ideas as to what I can do to get mplayer to build under my configuration? Thanks in advance. -- Lloyd Zusman hippoman@potamuses.net God bless you. From ryandesign at macports.org Sat Nov 3 17:58:09 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 17:57:19 2007 Subject: mplayer doesn't build for me under Leopard on MacBook Pro In-Reply-To: References: Message-ID: A bug has been filed for this: http://trac.macports.org/projects/macports/ticket/13021 I have added your email address to the Cc list so you'll be notified when changes are made to the bug. On Nov 3, 2007, at 19:35, Lloyd Zusman wrote: > I have recently upgraded to Leopard, XCode 3.0, and Darwin Ports > 1.5.0 on > my MacBook Pro. > > I am trying to install mplayer, but the build goes for a while and > then > finally fails with this error (some long lines manually broken in > order > to get this posted via Gmane): > > . Error: Target org.macports.build returned: shell command > . "cd "/opt/local/var/macports/build/ > . _opt_local_var_macports_sources_rsync.macports. > . org_release_ports_multimedia_MPlayer/work/MPlayer-1.0rc1" && > make all " > . returned error 2 > . Command output: make -C libavformat LIBPREF=lib LIBSUF=.a > . make[1]: Nothing to be done for `all'. > . make -C libavcodec LIBPREF=lib LIBSUF=.a > . cc -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m > . -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer > . -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN > . -shared-libgcc -arch i386 -D_LARGEFILE_SOURCE - > D_FILE_OFFSET_BITS=64 > . -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/ > include -I. > . -I./libavutil -I./libavcodec -DHAVE_AV_CONFIG_H - > D_FILE_OFFSET_BITS=64 > . -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil > . -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m > . -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer > . -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN > . -shared-libgcc -arch i386 -D_LARGEFILE_SOURCE - > D_FILE_OFFSET_BITS=64 > . -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include > . -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c > . i386/h264dsp_mmx.c: In function 'h264_h_loop_filter_luma_mmx2': > . i386/dsputil_mmx.c:634: error: can't find a register in class > . 'GENERAL_REGS' while reloading 'asm' > . i386/dsputil_mmx.c:634: error: can't find a register in class > . 'GENERAL_REGS' while reloading 'asm' > . make[1]: *** [i386/dsputil_mmx.o] Error 1 > . make: *** [libavcodec/libavcodec.a] Error 2 > . > . Error: Status 1 encountered during processing. > > Based on my googling and looking elsewhere, I think this is related to > the choice of C compiler that is used. Here are the results of > "cc --version": > > . i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) > . Copyright (C) 2005 Free Software Foundation, Inc. > . This is free software; see the source for copying conditions. > There is NO > . warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > > Does anyone have any ideas as to what I can do to get mplayer to build > under my configuration? From ryandesign at macports.org Sat Nov 3 17:58:38 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 17:57:46 2007 Subject: Something to "tail -f" during a long build? In-Reply-To: References: Message-ID: On Nov 3, 2007, at 19:05, Lloyd Zusman wrote: > Once I've started a long build (for example, of something like > gcc42), is > there a file somewhere that I can look at with "tail -f" in order > to watch > the progress of the build? > > I know that I can start a build with the "-v" or maybe "-d" flag to > see > more info, but I'm specfically wondering if there's a log file > somewhere > for the non-"-v" case (for example, for a simple "port install gcc42") > that I can look at while the build is running. No, there's no such option (no such log file). From hippoman at potamuses.net Sat Nov 3 18:01:35 2007 From: hippoman at potamuses.net (Lloyd Zusman) Date: Sat Nov 3 18:00:47 2007 Subject: Something to "tail -f" during a long build? References: Message-ID: Ryan Schmidt macports.org> writes: > On Nov 3, 2007, at 19:05, Lloyd Zusman wrote: > > > Once I've started a long build (for example, of something like > > gcc42), is there a file somewhere that I can look at with > > "tail -f" in order to watch the progress of the build? > > > > [ ... ] > > No, there's no such option (no such log file). Oh well ... Thanks for your reply. -- Lloyd Zusman hippoman@potamuses.net God bless you From hippoman at potamuses.net Sat Nov 3 18:04:49 2007 From: hippoman at potamuses.net (Lloyd Zusman) Date: Sat Nov 3 18:04:12 2007 Subject: mplayer doesn't build for me under Leopard on MacBook Pro References: Message-ID: Ryan Schmidt macports.org> writes: > A bug has been filed for this: > > http://trac.macports.org/projects/macports/ticket/13021 > > I have added your email address to the Cc list so you'll be notified > when changes are made to the bug. > > On Nov 3, 2007, at 19:35, Lloyd Zusman wrote: > > > [ ... ] > > > > I am trying to install mplayer, but the build goes for a while and > > then finally fails with this error [ ... ] Thank you very much! I'm new to macports and I didn't know about this tracker. Next time, I'll check there first. -- Lloyd Zusman hippoman@potamuses.net God bless you. From rhwood at mac.com Sat Nov 3 18:06:23 2007 From: rhwood at mac.com (Randall Wood) Date: Sat Nov 3 18:05:32 2007 Subject: Something to "tail -f" during a long build? In-Reply-To: References: Message-ID: On 3 Nov 2007, at 20:58, Ryan Schmidt wrote: > > On Nov 3, 2007, at 19:05, Lloyd Zusman wrote: > >> Once I've started a long build (for example, of something like >> gcc42), is >> there a file somewhere that I can look at with "tail -f" in order >> to watch >> the progress of the build? >> >> I know that I can start a build with the "-v" or maybe "-d" flag >> to see >> more info, but I'm specfically wondering if there's a log file >> somewhere >> for the non-"-v" case (for example, for a simple "port install >> gcc42") >> that I can look at while the build is running. > > No, there's no such option (no such log file). This is what I do: 1) sudo port install whatever > ~/whatever.install.log 2>&1 2) Ctrl+Z 3) open ~/whatever.install.log 4) fg The end result is that I have Console.app open with the log file while port is running in the Terminal. Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From ryandesign at macports.org Sat Nov 3 18:07:05 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 18:06:15 2007 Subject: Problems building octave In-Reply-To: <95C861D0-4BF6-4216-B148-70266706561C@earthlink.net> References: <95C861D0-4BF6-4216-B148-70266706561C@earthlink.net> Message-ID: <90B478BC-9F86-415A-8860-E0BF94FDB619@macports.org> Presumably you are trying to use octave 2.9.9 which is the version in MacPorts at this time. Patches have been submitted to update the octave port to 2.9.15. You could try those patches and see if they help. http://trac.macports.org/projects/macports/ticket/12937 On Nov 3, 2007, at 18:20, Eric Brombaugh wrote: > Hi again, > > I'm all the way to building octave on my Leopard / Santa Rosa > Macbook. It bombs out during the documentation formatting process: > > making arith.texi from arith.txi > /bin/sh: line 1: 79234 Segmentation fault ./munge-texi - > d ../../src/DOCSTRI > NGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi.t > make[3]: *** [arith.texi] Error 139 > make[2]: *** [interpreter] Error 2 > make[1]: *** [doc] Error 2 > make: *** [all] Error 2 > > Digging around in the munge-texi program (rebuilt with the -g flag) > with gdb, I see the following: > > (gdb) run -d ../../src/DOCSTRINGS -d ../../scripts/DOCSTRINGS < > arith.txi > arith.texi.t > Starting program: /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_math_ > octave/work/octave-2.9.9/doc/interpreter/munge-texi -d ../../src/ > DOCSTRINGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi.t > Reading symbols for shared libraries +++. done > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: 13 at address: 0x00000000 > 0x8fe18aa2 in __dyld_misaligned_stack_error () > > Looks like a null pointer dereference. Anyone have any clues about > how to get around this one? From ryandesign at macports.org Sat Nov 3 18:12:06 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 18:11:15 2007 Subject: Warning in sipcalc port In-Reply-To: References: Message-ID: <26DC8309-1D59-4D67-BBCB-8B8C056FE49D@macports.org> On Nov 3, 2007, at 18:13, mac@the-evangelist.info wrote: > I have a new clean Leopard install and macports (1.5.0 - 10.5) and > my first port install sipcalc show this warning: > > $ sudo port install sipcalc > Password: > ---> Fetching sipcalc > ---> Attempting to fetch sipcalc-1.1.2.tar.gz from http:// > www.routemeister.net/projects/sipcalc/files/ > ---> Verifying checksum(s) for sipcalc > ---> Extracting sipcalc > ---> Configuring sipcalc > ---> Building sipcalc with target all > ---> Staging sipcalc into destroot > Warning: violation by /opt/local/man > Warning: sipcalc violates the layout of the ports-filesystems! > Warning: Please fix or indicate this misbehavior (if it is > intended), it will be an error in future releases! > ---> Installing sipcalc 1.1.2_0 > ---> Activating sipcalc 1.1.2_0 > ---> Cleaning sipcalc > > > The program runs perfectly, but a write you to inform you of the > warning. > Thank you for reporting this problem. I fixed it in r30681 and r30682. It should show up within 12 hours. In the future, you can report problems in our Trac issue tracker, but make sure to Cc the maintainer of the port. From ryandesign at macports.org Sat Nov 3 18:21:51 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 18:21:01 2007 Subject: Problem installing pdflib In-Reply-To: <801F29D9-8B55-44A0-8609-38B82E004DEA@earthlink.net> References: <1BBE9F92-EA4F-4764-9595-414140F5CB2D@earthlink.net> <801F29D9-8B55-44A0-8609-38B82E004DEA@earthlink.net> Message-ID: <4F3237D8-CEEB-4631-89B2-6A9D48DF7CB3@macports.org> A bug has been filed about pdflib's failure to build on Mac OS X 10.5 Leopard: http://trac.macports.org/projects/macports/ticket/13024 Could you check if that's the same error you got? If so, could you mention your solution in that ticket? Thanks. On Nov 3, 2007, at 15:52, Eric Brombaugh wrote: > Just a quick update: > > Commenting out the typedef of uint32 in the file tiff.h of the > pdflib source allowed the package to build correctly. > > Eric > > On Nov 3, 2007, at 1:35 PM, Eric Brombaugh wrote: > >> Hi, >> >> I'm trying to install octave & octave-forge and the process failed >> while compiling pdflib. Details: >> >> Mac OS X 10.5 >> 2.2GHz Intel Macbook >> Macports base version 1.520 >> >> A log from the command 'sudo port -v install pdflib >& log' is >> attached. >> >> Thanks, >> >> Eric >> >> From hippoman at potamuses.net Sat Nov 3 18:22:46 2007 From: hippoman at potamuses.net (Lloyd Zusman) Date: Sat Nov 3 18:22:06 2007 Subject: Something to "tail -f" during a long build? References: Message-ID: Randall Wood mac.com> writes: > > [ ... ] > > This is what I do: > > 1) sudo port install whatever > ~/whatever.install.log 2>&1 > 2) Ctrl+Z > 3) open ~/whatever.install.log > 4) fg > > The end result is that I have Console.app open with the log file > while port is running in the Terminal. Yes, I can do that ... or simply this: "port -v install whatever". I was talking about the case where I already have started a build without "-v" (for example, "port install whatever"), and I want to open another terminal window and look at its progress. I now know this can't be done. Thanks. -- Lloyd Zusman hippoman@potamuses.net God bless you. From ryandesign at macports.org Sat Nov 3 18:29:01 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 18:28:10 2007 Subject: version bump for mutt-devel to 1.5.17 In-Reply-To: <20071102172109.GA14863@foellinger.de> References: <20071102172109.GA14863@foellinger.de> Message-ID: <7C68F8E1-6E97-4F87-B080-7353466DCC9B@macports.org> On Nov 2, 2007, at 12:21, Olaf Foellinger wrote: > ticket #13107 contains a patch for the current portfile. Please > review > it and commit it if possible. Done! Thanks. From ebrombaugh at earthlink.net Sat Nov 3 18:36:36 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 18:35:42 2007 Subject: Problem installing pdflib In-Reply-To: <4F3237D8-CEEB-4631-89B2-6A9D48DF7CB3@macports.org> References: <1BBE9F92-EA4F-4764-9595-414140F5CB2D@earthlink.net> <801F29D9-8B55-44A0-8609-38B82E004DEA@earthlink.net> <4F3237D8-CEEB-4631-89B2-6A9D48DF7CB3@macports.org> Message-ID: <622CAF8C-39B8-4DCD-8079-53444F23FFEB@earthlink.net> Looks like it might be the same issue but they didn't do a -v install so I can't be certain. I'll update the ticket once I figure out how Trac works. Eric On Nov 3, 2007, at 6:21 PM, Ryan Schmidt wrote: > A bug has been filed about pdflib's failure to build on Mac OS X > 10.5 Leopard: > > http://trac.macports.org/projects/macports/ticket/13024 > > Could you check if that's the same error you got? If so, could you > mention your solution in that ticket? Thanks. > > On Nov 3, 2007, at 15:52, Eric Brombaugh wrote: > >> Just a quick update: >> >> Commenting out the typedef of uint32 in the file tiff.h of the >> pdflib source allowed the package to build correctly. >> >> Eric >> >> On Nov 3, 2007, at 1:35 PM, Eric Brombaugh wrote: >> >>> Hi, >>> >>> I'm trying to install octave & octave-forge and the process failed >>> while compiling pdflib. Details: >>> >>> Mac OS X 10.5 >>> 2.2GHz Intel Macbook >>> Macports base version 1.520 >>> >>> A log from the command 'sudo port -v install pdflib >& log' is >>> attached. >>> >>> Thanks, >>> >>> Eric >>> >>> From ebrombaugh at earthlink.net Sat Nov 3 18:37:21 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 18:36:27 2007 Subject: Problems building octave In-Reply-To: <12a697af0711031828h647d396j71d2ef4a2e8b5ece@mail.gmail.com> References: <95C861D0-4BF6-4216-B148-70266706561C@earthlink.net> <90B478BC-9F86-415A-8860-E0BF94FDB619@macports.org> <12a697af0711031828h647d396j71d2ef4a2e8b5ece@mail.gmail.com> Message-ID: <11909C62-C03F-42A5-BD11-D29BBB814B5A@earthlink.net> No problem - I'm trying a workaround. Eric On Nov 3, 2007, at 6:28 PM, Andre Stechert wrote: > Apologies for not engaging on this right away -- work is furiously > active right > now and upgrading to Leopard would be a bad idea. I can re-engage > within a > couple weeks, but if you need the port *right* now, please go ahead > without me. > > Thanks, > Andre > > On 11/3/07, Ryan Schmidt wrote: > Presumably you are trying to use octave 2.9.9 which is the version in > MacPorts at this time. Patches have been submitted to update the > octave port to 2.9.15. You could try those patches and see if they > help. > > http://trac.macports.org/projects/macports/ticket/12937 > > > On Nov 3, 2007, at 18:20, Eric Brombaugh wrote: > > > Hi again, > > > > I'm all the way to building octave on my Leopard / Santa Rosa > > Macbook. It bombs out during the documentation formatting process: > > > > making arith.texi from arith.txi > > /bin/sh: line 1: 79234 Segmentation fault ./munge-texi - > > d ../../src/DOCSTRI > > NGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi.t > > make[3]: *** [arith.texi] Error 139 > > make[2]: *** [interpreter] Error 2 > > make[1]: *** [doc] Error 2 > > make: *** [all] Error 2 > > > > Digging around in the munge-texi program (rebuilt with the -g flag) > > with gdb, I see the following: > > > > (gdb) run -d ../../src/DOCSTRINGS -d ../../scripts/DOCSTRINGS < > > arith.txi > arith.texi.t > > Starting program: /opt/local/var/macports/build/ > > > _opt_local_var_macports_sources_rsync.macports.org_release_ports_math_ > > octave/work/octave-2.9.9/doc/interpreter/munge-texi -d ../../src/ > > DOCSTRINGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi.t > > Reading symbols for shared libraries +++. done > > > > Program received signal EXC_BAD_ACCESS, Could not access memory. > > Reason: 13 at address: 0x00000000 > > 0x8fe18aa2 in __dyld_misaligned_stack_error () > > > > Looks like a null pointer dereference. Anyone have any clues about > > how to get around this one? > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20071103/3d3e9814/attachment.html From ryandesign at macports.org Sat Nov 3 18:40:33 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat Nov 3 18:39:42 2007 Subject: Problem installing teTeX In-Reply-To: References: Message-ID: On Nov 3, 2007, at 16:49, Eric Brombaugh wrote: > Still trying to get octave and octave-forge installed on a > Leopard / Santa Rosa Macbook. This time the teTex install bailed > out. The relevant error is: > > /bin/sh ../libtool --mode=link gcc -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/local (from old Mac)/lib -L/usr/ > X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -lX11 -liconv - > lXpm ../kpathsea/libkpathsea.la -lm > /bin/sh: -c: line 0: syntax error near unexpected token `(' > /bin/sh: -c: line 0: `/bin/sh ../libtool --mode=link gcc -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/local (from old > Mac)/lib -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext - > lX11 -liconv -lXpm ../kpathsea/libkpathsea.la -lm ' > make[2]: *** [xdvi-xaw.bin] Error 2 > make[1]: *** [all] Error 1 > make: *** [all] Error 1 > > Digging in it appears that the 'config.cache' file wasn't cleaned > out prior to distribution and a bad definition for one of the > library paths was left in resulting in the following entry in the > xdvik Makefile: > > x_ldflags=-L/usr/local (from old Mac)/lib -L/usr/X11/lib > > Removing the " (from old Mac) " in the Makefile allowed the build > to proceed to completion. tetex is distributed without a config.cache file. That file must have been generated on your machine during the build process. Also, I downloaded the tetex 3.0 source code and found no occurrences of the string "from old Mac" anywhere in it. Do you have a directory "/usr/ local (from old Mac)" on your Mac? If so, try moving it elsewhere or getting rid of it. Then try "sudo port clean --work tetex" and try installing again. Also, note that there is a bug titled "tetex is dead" which you might want to read to see if "tetex" is really the software package you want to be using: http://trac.macports.org/projects/macports/ticket/12913 From hippoman at potamuses.net Sat Nov 3 18:46:28 2007 From: hippoman at potamuses.net (Lloyd Zusman) Date: Sat Nov 3 18:45:47 2007 Subject: mplayer doesn't build for me under Leopard on MacBook Pro References: Message-ID: Ryan Schmidt macports.org> writes: > > A bug has been filed for this: > > http://trac.macports.org/projects/macports/ticket/13021 Based on one of the comments in this bug report, I did the following and got a workable mplayer: % sudo -s # port install mplayer After the build fails, do this ... # cd /opt/local/var/macports/sources/rsync.macports.org # cd release/ports/multimedia/mplayer (I broke this into two 'cd' commands here because the single line is too long for the Gmane software that I'm using to post this message) # vi Portfile At the end of the "configure.args-append" attribute, add these options, and then save the file and exit 'vi'. --disable-mmx --disable-sse --disable-xinerama (if you put these on a new line, make sure that the previous line ends with a space followed by a backslash) Then, just do this again: # port install mplayer # exit (make sure you do this 'exit' ... it gets you out of the root shell that 'sudo -s' put you in, above) According to the bug report comments, this produces a version that doesn't use make use of assembler source code and which therefore isn't as fast as it could be. The package maintainer said that he'd get back and fix this properly some time after Dec. 7, but at least this build will provide something usable until then. -- Lloyd Zusman hippoman@potamuses.net God bless you. From ebrombaugh at earthlink.net Sat Nov 3 18:51:43 2007 From: ebrombaugh at earthlink.net (Eric Brombaugh) Date: Sat Nov 3 18:50:50 2007 Subject: Problem installing teTeX In-Reply-To: References: Message-ID: <84E5B5CF-9430-4CF9-AC2A-F8DF634ED93C@earthlink.net> Thanks for checking that. I don't have a directory '/usr/local (from old Mac)/lib' on my machine, but that nomenclature sounds like something that Migration Assistant might generate - possibly that was added to a library list somewhere and the config process picked it up from there. I understand that 'tetex is dead' and given my druthers I wouldn't be installing it - it's huge and I don't directly use it. Unfortunately though it is a dependency of octave, so there's no choice. Eric On Nov 3, 2007, at 6:40 PM, Ryan Schmidt wrote: > On Nov 3, 2007, at 16:49, Eric Brombaugh wrote: > >> Still trying to get octave and octave-forge installed on a >> Leopard / Santa Rosa Macbook. This time the teTex install bailed >> out. The relevant error is: >> >> /bin/sh ../libtool --mode=link gcc -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/local (from old Mac)/lib -L/usr/ >> X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -lX11 -liconv - >> lXpm ../kpathsea/libkpathsea.la -lm >> /bin/sh: -c: line 0: syntax error near unexpected token `(' >> /bin/sh: -c: line 0: `/bin/sh ../libtool --mode=link gcc -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/local (from old >> Mac)/lib -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext - >> lX11 -liconv -lXpm ../kpathsea/libkpathsea.la -lm ' >> make[2]: *** [xdvi-xaw.bin] Error 2 >> make[1]: *** [all] Error 1 >> make: *** [all] Error 1 >> >> Digging in it appears that the 'config.cache' file wasn't cleaned >> out prior to distribution and a bad definition for one of the >> library paths was left in resulting in the following entry in the >> xdvik Makefile: >> >> x_ldflags=-L/usr/local (from old Mac)/lib -L/usr/X11/lib >> >> Removing the " (from old Mac) " in the Makefile allowed the build >> to proceed to completion. > > tetex is distributed without a config.cache file. That file must > have been generated on your machine du