You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by JasonHirsh <hi...@att.net> on 2009/03/29 18:56:08 UTC

[users@httpd] Problem Installing 2.11 from FreeBsd Port

I have been trying to upgrade my installed ports.   The upgrade of 2.11 fails 

I get a
sed: 1: "s,%%FTPUSERS%%,$FreeBSD ...": bad flag in substitute command: 'v'
*** Error code 1

I tried a google search and can't find any information on this error...Can
some one point me in the right direction?



-- 
View this message in context: http://www.nabble.com/Problem-Installing-2.11-from-FreeBsd-Port-tp22769785p22769785.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem Installing 2.11 from FreeBsd Port

Posted by Glen Barber <gl...@gmail.com>.
On Sun, Mar 29, 2009 at 1:12 PM, Glen Barber <gl...@gmail.com> wrote:
> On Sun, Mar 29, 2009 at 1:09 PM, JasonHirsh <hi...@att.net> wrote:
>>> Another thing to try:
>>>  cd /usr/ports/www/apache22/; make deinstall; make rmconfig; make
>>> config; make install
>>>
>>> That'll make sure everything is clean (old configs, etc, etc).
>>
>> tried that same error
>>
>
> When I can get in front of my build box, I'll deinstall/reinstall
> apache (unless you get this resolved beforehand).
>
> It'll be another hour or so before I can do so.
>

Rebuilding from the latest ports tree built successfully for me.

What exactly are you doing?

What configuration options did you make?

Did you edit the Makefile?


-- 
Glen Barber

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem Installing 2.11 from FreeBsd Port

Posted by JasonHirsh <hi...@att.net>.




> When I can get in front of my build box, I'll deinstall/reinstall
> apache (unless you get this resolved beforehand).
> 
> It'll be another hour or so before I can do so.
> 
> 
fixed it found this
http://pcshare.com/Operating-Systems/84-make-error-sed-1-sFTPUSERS$FreeBSD.html

which referred to a problem with a ftpusers file in /etc

deleted that and installation did fine

thanks for your help
-- 
View this message in context: http://www.nabble.com/Problem-Installing-2.11-from-FreeBsd-Port-tp22769785p22771767.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem Installing 2.11 from FreeBsd Port

Posted by Glen Barber <gl...@gmail.com>.
On Sun, Mar 29, 2009 at 1:09 PM, JasonHirsh <hi...@att.net> wrote:
>> Another thing to try:
>>  cd /usr/ports/www/apache22/; make deinstall; make rmconfig; make
>> config; make install
>>
>> That'll make sure everything is clean (old configs, etc, etc).
>
> tried that same error
>

When I can get in front of my build box, I'll deinstall/reinstall
apache (unless you get this resolved beforehand).

It'll be another hour or so before I can do so.

-- 
Glen Barber

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem Installing 2.11 from FreeBsd Port

Posted by JasonHirsh <hi...@att.net>.
Same error




This really should be asked on the ports@freebsd.org mailing list.


oops

You're trying to upgrade your installed ports, but did you update the
ports tree?  I installed Apache 2.2.11 approximately 2 days ago, and
did not see this error.

Do you have any oddities in /etc/make.conf ?


no that i Know of

Another thing to try:
  cd /usr/ports/www/apache22/; make deinstall; make rmconfig; make
config; make install

That'll make sure everything is clean (old configs, etc, etc).

tried that same error

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org




-- 
View this message in context: http://www.nabble.com/Problem-Installing-2.11-from-FreeBsd-Port-tp22769785p22769931.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem Installing 2.11 from FreeBsd Port

Posted by Glen Barber <gl...@gmail.com>.
Also, how exactly are you upgrading your ports?  (portmanager,
portupgrade, etc?)

-- 
Glen Barber

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem Installing 2.11 from FreeBsd Port

Posted by Glen Barber <gl...@gmail.com>.
On Sun, Mar 29, 2009 at 12:56 PM, JasonHirsh <hi...@att.net> wrote:
>
> I have been trying to upgrade my installed ports.   The upgrade of 2.11 fails
>
> I get a
> sed: 1: "s,%%FTPUSERS%%,$FreeBSD ...": bad flag in substitute command: 'v'
> *** Error code 1
>
> I tried a google search and can't find any information on this error...Can
> some one point me in the right direction?
>

This really should be asked on the ports@freebsd.org mailing list.

You're trying to upgrade your installed ports, but did you update the
ports tree?  I installed Apache 2.2.11 approximately 2 days ago, and
did not see this error.

Do you have any oddities in /etc/make.conf ?

Another thing to try:
  cd /usr/ports/www/apache22/; make deinstall; make rmconfig; make
config; make install

That'll make sure everything is clean (old configs, etc, etc).


-- 
Glen Barber

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org