Re: How to build a BROKEN port?

2010-12-30 Thread Chris Rees
On 30 December 2010 07:21, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 12/30/10 15:52, per...@pluto.rain.com wrote: Charlie Kestercorky1...@comcast.net  wrote: Most of the time, possessives are formed with apostrophe+s.  I'm not sure, but its might be the only exception

Re: How to build a BROKEN port?

2010-12-30 Thread Da Rock
On 12/30/10 18:10, Chris Rees wrote: On 30 December 2010 07:21, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 12/30/10 15:52, per...@pluto.rain.com wrote: Charlie Kestercorky1...@comcast.netwrote: Most of the time, possessives are formed with

Re: How to build a BROKEN port?

2010-12-30 Thread Da Rock
On 12/30/10 20:12, Eitan Adler wrote: Edit the port's Makefile and comment-out the BROKEN line. Generally - don't do this. I kinda got that impression already, but can someone enlighten me why (apart from the obvious, of course- it could break the makefile if you forget)? And is

Re: How to build a BROKEN port?

2010-12-30 Thread Eitan Adler
Edit the port's Makefile and comment-out the BROKEN line. Generally - don't do this. Oh, the irony! :) I considered doing that, but I thought there might have been some magic incantation that got around this... There is make -DTRYBROKEN -- Eitan Adler

Re: How to build a BROKEN port?

2010-12-30 Thread Giorgos Keramidas
On Wed, 29 Dec 2010 17:31:37 -0800, mer...@stonehenge.com (Randal L. Schwartz) wrote: Giorgos == Giorgos Keramidas keram...@ceid.upatras.gr writes: Giorgos Edit it's 'Makefile'. Look for an assignment of the form: Minor nit... that's its not it's. If you can't say it is or it has in

Re: How to build a BROKEN port?

2010-12-30 Thread Matthew Seaman
On 30/12/2010 10:37, Da Rock wrote: On 12/30/10 20:12, Eitan Adler wrote: Edit the port's Makefile and comment-out the BROKEN line. Generally - don't do this. I kinda got that impression already, but can someone enlighten me why (apart from the obvious, of course- it could break the

Re: How to build a BROKEN port?

2010-12-30 Thread Eitan Adler
Thanks for the reply, but can someone tell me if this is documented anywhere particularly? I'm going to be pissed if I missed it ;) It does not seem to be documented anywhere. I found it by grepping for BROKEN in the Mk subdirectory. I will submit a pr now to add it to ports(7) and the top of

Re: How to build a BROKEN port?

2010-12-30 Thread Chris Rees
I'm pretty sure it's in the Porter's Handbook under the marking as BROKEN section Chris Sorry for top-posting, Android won't let me quote, but K-9 can't yet do threading. On 30 Dec 2010 11:32, Eitan Adler li...@eitanadler.com wrote: Thanks for the reply, but can someone tell me if

Re: How to build a BROKEN port?

2010-12-30 Thread Eitan Adler
On Thu, Dec 30, 2010 at 6:35 AM, Chris Rees utis...@gmail.com wrote: I'm pretty sure it's in the Porter's Handbook under the marking as BROKEN section Heh - now I feel silly for missing it :-{ Either way it should be documented in ports(7) and bsd.port.mk. -- Eitan Adler

Re: How to build a BROKEN port?

2010-12-30 Thread Chris Rees
I agree. Go for it! Chris Sorry for top-posting, Android won't let me quote, but K-9 can't yet do threading. On 30 Dec 2010 11:44, Eitan Adler li...@eitanadler.com wrote: On Thu, Dec 30, 2010 at 6:35 AM, Chris Rees utis...@gmail.com wrote: I'm pretty sure it's in the Porter's

Re: How to build a BROKEN port?

2010-12-30 Thread Da Rock
On 12/30/10 21:44, Eitan Adler wrote: On Thu, Dec 30, 2010 at 6:35 AM, Chris Reesutis...@gmail.com wrote: I'm pretty sure it's in the Porter's Handbook under the marking as BROKEN section Heh - now I feel silly for missing it :-{ Either way it should be documented in ports(7)

Re: How to build a BROKEN port?

2010-12-30 Thread Polytropon
On Wed, 29 Dec 2010 21:52:48 -0800, per...@pluto.rain.com wrote: Interestingly, I've never seen anyone write hi's when meaning his. Come to Germany, where ' is used to * indicate that a s will follow, * indicate that a t will follow, or * indicate that the word will end.

How to build a BROKEN port?

2010-12-29 Thread Da Rock
Pardon me for being the queer one to ask this- but how does one force/override building a port marked as broken? I'm not about to run a make install clean on it, but I would like to at least have a crack at trying to fix whats wrong. In this particular case its involving a particular arch,

Re: How to build a BROKEN port?

2010-12-29 Thread Bruce Cran
On Thu, 30 Dec 2010 10:49:25 +1000 Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: Pardon me for being the queer one to ask this- but how does one force/override building a port marked as broken? Edit the port's Makefile and comment-out the BROKEN line. -- Bruce Cran

Re: How to build a BROKEN port?

2010-12-29 Thread Giorgos Keramidas
On Thu, 30 Dec 2010 10:49:25 +1000, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: Pardon me for being the queer one to ask this- but how does one force/override building a port marked as broken? I'm not about to run a make install clean on it, but I would like to at least have a

Re: How to build a BROKEN port?

2010-12-29 Thread Da Rock
On 12/30/10 11:09, Bruce Cran wrote: On Thu, 30 Dec 2010 10:49:25 +1000 Da Rockfreebsd-questi...@herveybayaustralia.com.au wrote: Pardon me for being the queer one to ask this- but how does one force/override building a port marked as broken? Edit the port's Makefile and

Re: How to build a BROKEN port?

2010-12-29 Thread Da Rock
On 12/30/10 11:10, Giorgos Keramidas wrote: On Thu, 30 Dec 2010 10:49:25 +1000, Da Rockfreebsd-questi...@herveybayaustralia.com.au wrote: Pardon me for being the queer one to ask this- but how does one force/override building a port marked as broken? I'm not about to run a make install

Re: How to build a BROKEN port?

2010-12-29 Thread Randal L. Schwartz
Giorgos == Giorgos Keramidas keram...@ceid.upatras.gr writes: Giorgos Edit it's 'Makefile'. Look for an assignment of the form: Minor nit... that's its not it's. If you can't say it is or it has in place, then it's its, not it's. :) -- Randal L. Schwartz - Stonehenge Consulting Services,

Re: How to build a BROKEN port?

2010-12-29 Thread Da Rock
On 12/30/10 11:31, Randal L. Schwartz wrote: Giorgos == Giorgos Keramidaskeram...@ceid.upatras.gr writes: Giorgos Edit it's 'Makefile'. Look for an assignment of the form: Minor nit... that's its not it's. If you can't say it is or it has in place, then it's its, not it's. :)

Re: How to build a BROKEN port?

2010-12-29 Thread Charlie Kester
On Wed 29 Dec 2010 at 17:31:37 PST Randal L. Schwartz wrote: Giorgos == Giorgos Keramidas keram...@ceid.upatras.gr writes: Giorgos Edit it's 'Makefile'. Look for an assignment of the form: Minor nit... that's its not it's. If you can't say it is or it has in place, then it's its, not it's.

Re: How to build a BROKEN port?

2010-12-29 Thread Rob Farmer
On Wed, Dec 29, 2010 at 17:42, Charlie Kester corky1...@comcast.net wrote: Most of the time, possessives are formed with apostrophe+s.  I'm not sure, but its might be the only exception to the rule. So I tend to be more forgiving when people get it wrong -- especially when English is not their

Re: How to build a BROKEN port?

2010-12-29 Thread RW
On Thu, 30 Dec 2010 11:10:04 +1000 Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 12/30/10 11:09, Bruce Cran wrote: On Thu, 30 Dec 2010 10:49:25 +1000 Da Rockfreebsd-questi...@herveybayaustralia.com.au wrote: Pardon me for being the queer one to ask this- but how

Re: How to build a BROKEN port?

2010-12-29 Thread Da Rock
On 12/30/10 12:27, RW wrote: On Thu, 30 Dec 2010 11:10:04 +1000 Da Rockfreebsd-questi...@herveybayaustralia.com.au wrote: On 12/30/10 11:09, Bruce Cran wrote: On Thu, 30 Dec 2010 10:49:25 +1000 Da Rockfreebsd-questi...@herveybayaustralia.com.au wrote: Pardon me for

Re: How to build a BROKEN port?

2010-12-29 Thread perryh
Charlie Kester corky1...@comcast.net wrote: Most of the time, possessives are formed with apostrophe+s. I'm not sure, but its might be the only exception to the rule ... It's seems to be the most common misusage, but I have seen her's, our's, and occasionally their's. Interestingly, I've

Re: How to build a BROKEN port?

2010-12-29 Thread Da Rock
On 12/30/10 15:52, per...@pluto.rain.com wrote: Charlie Kestercorky1...@comcast.net wrote: Most of the time, possessives are formed with apostrophe+s. I'm not sure, but its might be the only exception to the rule ... It's seems to be the most common misusage, but I have seen

Broken port?

2010-11-29 Thread Modulok
List, I tried to install django with sqlite support from ports and got the error shown below. What do I do to fix this? Do I email a port maintainer or something? I used portsnap to update my ports collection before trying the install. I'm on 8.1-RELEASE amd64. Thanks! -Modulok- Error Below:

Re: Broken port?

2010-11-29 Thread Armin Pirkovitsch
Hi! The current version of databases/py-sqlite3 is 2.6.6_1 (python version 2.6.6) - therefore I suggest you update your ports tree and your ports. See http://www.freebsd.org/doc/handbook/ports-using.html for more information on how to do that if you have not done that before. If the problem

Re: Broken port?

2010-11-29 Thread Chris Brennan
On 11/29/10 19:34, Modulok wrote: List, I tried to install django with sqlite support from ports and got the error shown below. What do I do to fix this? Do I email a port maintainer or something? I used portsnap to update my ports collection before trying the install. I'm on 8.1-RELEASE

Broken port 'py-sqlite3'... or maybe something else?

2010-04-30 Thread Modulok
List, I tried to install 'py-sqlite3' with the usual 'make install clean' routine. Instead, I got this: === Vulnerability check disabled, database not found === Extracting for py25-sqlite3-2.5.1_1 = No MD5 checksum recorded for python/Python-2.5.1.tgz. = No SHA256 checksum recorded for

Re: Broken port link

2007-11-15 Thread Muhammad Usman
Here is the complete error that its showing. === p5-Apache-Filter-1.024 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/mach/mod_perl.pm - not found ===Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/mach/mod_perl.pm in /usr/ports/www/mod_perl === Building for

Broken port link

2007-11-13 Thread Muhammad Usman
Hello There! While i was trying to install p5-Apache-ASP i got error. /usr/ports/www/mod_perl/work/mod_perl-1.30/apaci is corrupted. There are some files missing in this port. Will anybody let me know that where to report this bug. /usr/ports/www/mod_perl/work/mod_perl-1.30/apaci -- B.RGDS

Re: Broken port link

2007-11-13 Thread Tino Engel
Muhammad Usman schrieb: Hello There! While i was trying to install p5-Apache-ASP i got error. /usr/ports/www/mod_perl/work/mod_perl-1.30/apaci is corrupted. There are some files missing in this port. Will anybody let me know that where to report this bug.

Re: Broken port link

2007-11-13 Thread Philip M. Gollucci
Muhammad Usman wrote: Hello There! While i was trying to install p5-Apache-ASP i got error. /usr/ports/www/mod_perl/work/mod_perl-1.30/apaci is corrupted. There are some files missing in this port. Will anybody let me know that where to report this bug.

Re: Broken port link

2007-11-13 Thread Philip M. Gollucci
Tino Engel wrote: Muhammad Usman schrieb: Hello There! While i was trying to install p5-Apache-ASP i got error. /usr/ports/www/mod_perl/work/mod_perl-1.30/apaci is corrupted. There are some files missing in this port. Will anybody let me know that where to report this bug.

Broken port? Broken port tree?

2006-09-15 Thread Bob
Or am I doing something dumb? portaudit reported: Affected package: mailman-with-htdig-2.1.8_3 Type of problem: mailman -- Multiple Vulnerabilities. Reference: http://www.FreeBSD.org/ports/portaudit/fffa9257-3c17-11db-86ab-00123ffe8333.html Simple fix right? # portupgrade mailman-with-htdig

Re: Broken port? Broken port tree?

2006-09-15 Thread Kris Kennaway
On Fri, Sep 15, 2006 at 02:22:53PM -0400, Bob wrote: Or am I doing something dumb? portaudit reported: Affected package: mailman-with-htdig-2.1.8_3 Type of problem: mailman -- Multiple Vulnerabilities. Reference:

broken port with no makefile?

2006-05-19 Thread nthwaver
I've been upgrading to the latest Apache PHP versions, but seem to be unable to get PHP to work again. The crux of the problem is that mod_php5 has no makefile and seems to be eternally stuck building, even after updating the whole collection: $ su [prompt edited out] $ cvsup

Re: broken port with no makefile?

2006-05-19 Thread Matthew Seaman
[EMAIL PROTECTED] wrote: I've been upgrading to the latest Apache PHP versions, but seem to be unable to get PHP to work again. The crux of the problem is that mod_php5 has no makefile and seems to be eternally stuck building, even after updating the whole collection: mod_php5 is dead. It

Re: broken port with no makefile?

2006-05-19 Thread Kris Kennaway
On Fri, May 19, 2006 at 02:00:01PM -0400, [EMAIL PROTECTED] wrote: I've been upgrading to the latest Apache PHP versions, but seem to be unable to get PHP to work again. The crux of the problem is that mod_php5 has no makefile and seems to be eternally stuck building, even after updating the

Broken port ? : mysql50-server.tar.gz

2005-11-01 Thread Ian Lord
Hi, I downloaded the port from here: http://cvsweb.freebsd.org/ports/databases/mysql50-server/mysql50-server.tar.gz?tarball=1 when I try to use make, I get the following error output: ~ === mysql-server-5.0.15 depends on file: /usr/local/bin/libtool15 - found === mysql-server-5.0.15

Re: Broken port ? : mysql50-server.tar.gz

2005-11-01 Thread Kris Kennaway
On Wed, Nov 02, 2005 at 12:26:27AM -0500, Ian Lord wrote: Hi, I downloaded the port from here: http://cvsweb.freebsd.org/ports/databases/mysql50-server/mysql50-server.tar.gz?tarball=1 when I try to use make, I get the following error output: ~ === mysql-server-5.0.15 depends on

Re: Broken port ? : mysql50-server.tar.gz

2005-11-01 Thread Kris Kennaway
On Wed, Nov 02, 2005 at 12:34:21AM -0500, Ian Lord wrote: I knew I was the cause of the problem :) Sorry for the trouble, but could you direct me to a page explaining how to update the port directories It's described in considerable detail in the Handbook available on the website. Kris

Broken port tree: how to repair ?

2005-04-10 Thread Xavier Maillard
Hello, I had a problem of corrupted database and I did a big mistake: I incidentally deleted my port tree instead of the database. Now I have big troubles whenever I want to upgrade/install any new port. Is there any way to fix this ? Thank you. -- Registered Linux-User #340967 with the Linux

Re: Broken port tree: how to repair ?

2005-04-10 Thread Ash
Xavier Maillard wrote: Hello, I had a problem of corrupted database and I did a big mistake: I incidentally deleted my port tree instead of the database. Now I have big troubles whenever I want to upgrade/install any new port. Is there any way to fix this ? Thank you. You can cvsup your ports tree

Re: Broken port tree: how to repair ?

2005-04-10 Thread Bachelier Vincent
delete /var/db/pkg/pkgdb.db do a cvsup of your port tree ... do a make fetchindex under /usr/ports now, check portversion -l'' it should reconstruct everything Le Lundi 11 Avril 2005 00:02, Xavier Maillard a écrit : Hello, I had a problem of corrupted database and I did a big mistake: I

Re: Broken port tree: how to repair ?

2005-04-10 Thread Xavier Maillard
On 11 Apr 2005, Bachelier Vincent wrote: delete /var/db/pkg/pkgdb.db do a cvsup of your port tree ... do a make fetchindex under /usr/ports now, check portversion -l'' it should reconstruct everything And what about stalled dependancies ? -- In Gruuik we trust

Re: Broken port tree: how to repair ?

2005-04-10 Thread Kris Kennaway
On Mon, Apr 11, 2005 at 01:25:41AM +0200, Xavier Maillard wrote: On 11 Apr 2005, Bachelier Vincent wrote: delete /var/db/pkg/pkgdb.db do a cvsup of your port tree ... do a make fetchindex under /usr/ports now, check portversion -l'' it should reconstruct everything And what about

Re: Broken port tree: how to repair ?

2005-04-10 Thread Joel
delete /var/db/pkg/pkgdb.db (B do a cvsup of your port tree ... (B do a "make fetchindex" under /usr/ports (B now, check portversion -l'' (B it should reconstruct everything (B (B And what about stalled dependancies ? (B (B What is a stalled dependency? (B (BOr, perhaps

Broken port: gettext

2005-03-03 Thread Andrew Lewis
Help! :( Spent all day @ a client trying to recover some data, then stayed up all night recovering it now doing a fresh setup on FreeBSD 5.3-RELEASE, cvsupped with latest ports, and gettext port is broken (need for Samba3, PHP). Supposed to go back in about an hour to install new box. :(

Re: Broken port: gettext

2005-03-03 Thread Kent Stewart
On Thursday 03 March 2005 08:00 pm, Andrew Lewis wrote: Help! :( Spent all day @ a client trying to recover some data, then stayed up all night recovering it now doing a fresh setup on FreeBSD 5.3-RELEASE, cvsupped with latest ports, and gettext port is broken (need for Samba3, PHP). Supposed

broken port

2005-01-05 Thread Kiffin Gish
Sometimes when I am trying to make something from the ports I get the message that the port is 'broken'. For example, while trying to build the enlightenment window manager. What does that mean and what can I do to get around it? -- Kiffin Gish Gouda, The Netherlands

Re: broken port

2005-01-05 Thread Charles Swiger
On Jan 5, 2005, at 4:19 PM, Kiffin Gish wrote: Sometimes when I am trying to make something from the ports I get the message that the port is 'broken'. For example, while trying to build the enlightenment window manager. What does that mean and what can I do to get around it? The BROKEN line in

Re: broken port

2005-01-05 Thread daniel quinn
On January 5, 2005 04:19 pm, Kiffin Gish wrote: Sometimes when I am trying to make something from the ports I get the message that the port is 'broken'. For example, while trying to build the enlightenment window manager. What does that mean and what can I do to get around it? from the bsd

Re: broken port

2005-01-05 Thread Kris Kennaway
On Wed, Jan 05, 2005 at 10:19:21PM +0100, Kiffin Gish wrote: Sometimes when I am trying to make something from the ports I get the message that the port is 'broken'. For example, while trying to build the enlightenment window manager. What does that mean and what can I do to get around it?

Broken Port

2004-08-25 Thread Abid Saigol
Hi, I was using portcheckout to fetch courier-0.45.4 and got the following message: === courier-0.45.4 is marked as broken: Unknown LIBTOOL version: 15. === Vulnerability check disabled expat-1.95.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/. Attempting to fetch from

fwbuilder - broken port?

2004-04-25 Thread Robert Storey
.tar.gz. === Patching for fwbuilder-1.0.11_1 === Applying FreeBSD patches for fwbuilder-1.0.11_1 ===! Running aclocal aclocal: not found *** Error code 127 Stop in /usr/ports/security/fwbuilder. What exactly was that all about? A broken port perhaps? best regards, Robert

Re: How to patch and fix a broken port?

2003-09-22 Thread Dan Pelleg
Rob Lahaye [EMAIL PROTECTED] writes: Hi, I have never done this. So I apologize for my ignorant questions... Last week I discovered that the molden port is broken in many ways (md5 sum wrong, Mesa depence absent install broken). I reported it to the freebsd-ports mailing list and to the

Re: How to patch and fix a broken port?

2003-09-22 Thread Robert Huff
Dan Pelleg writes: File a PR, and wait. Eventually someone will take care of it. I'm sure someone will confirm or refute this, but I believe the ports system is currently frozen in preparation for the release of 4.9. Due to unusually extensive pre-release changes, the freeze is now

How to patch and fix a broken port?

2003-09-21 Thread Rob Lahaye
Hi, I have never done this. So I apologize for my ignorant questions... Last week I discovered that the molden port is broken in many ways (md5 sum wrong, Mesa depence absent install broken). I reported it to the freebsd-ports mailing list and to the maintainer. I even attached a sort of

Re: Broken port: sendmail-milter

2003-07-14 Thread Dan Nelson
In the last episode (Jul 14), Martin Schweizer said: Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it reinstall because it occurs the following error: [snip] Starting final network daemons: . ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib a.out

Re: Broken port: sendmail-milter

2003-07-14 Thread Martin Schweizer
Hello Dan Thank you for your hint. Am Mon, Jul 14, 2003 at 01:07:33AM -0500 Dan Nelson schrieb: In the last episode (Jul 14), Martin Schweizer said: Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it reinstall because it occurs the following error: [snip] Starting final

Broken port: sendmail-milter

2003-07-13 Thread Martin Schweizer
Hello Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it reinstall because it occurs the following error: [snip] Starting final network daemons: . ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout

Broken port: sendmail-milter

2003-07-13 Thread Martin Schweizer
Hello Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it reinstall because it occurs the following error: [snip] Starting final network daemons: . ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout

Re: Broken port?

2002-10-18 Thread Rafter Man
Bwt, please CC to me as I am not on the list, thanks :-) Best regards Rafter -- Get your free email from www.linuxmail.org Powered by Outblaze To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Broken port?

2002-10-17 Thread Rafter Man
Hi again I have installed the base system of FreeBSD 4.7-Release and now I am trying to get X windows, gnome2 and sawfish on my computer, so I go into: /usr/ports/x11/gnome2 and write make install clean, but /usr/ports/databases/libgnomedb can't build (something with checksum not matching, but

Re: Broken port?

2002-10-17 Thread Kris Kennaway
On Fri, Oct 18, 2002 at 06:09:55AM +0800, Rafter Man wrote: Hi again I have installed the base system of FreeBSD 4.7-Release and now I am trying to get X windows, gnome2 and sawfish on my computer, so I go into: /usr/ports/x11/gnome2 and write make install clean, but