niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » BSD » OpenBSD
Squid TRansparent
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
Author Message
mrosales@exabyte.cl
*nix forums beginner


Joined: 04 Feb 2005
Posts: 1

PostPosted: Fri Feb 04, 2005 5:14 pm    Post subject: Squid TRansparent Reply with quote

Hi there,

I'm try to install squid in transparent mode from cvs and get the
following message whe try to install autoconf, my info is:

system = 3.5 GENERIC#34 i386

steps

1.- cvs -q -d anoncvs@ftp.openbsd.org:/cvs up -r OPENBSD_3_5 -Pd
2.- cd /usr/ports/www/squid
3.- env FLAVOR=transparent make install

error:

===> Installing autoconf-2.13p0 from
/usr/ports/packages/i386/all/autoconf-2.13p0.tgz
Adding /usr/ports/packages/i386/all/autoconf-2.13p0.tgz
Collision: the following files already exists
/usr/local/bin/autoconf-2.13
/usr/local/bin/autoheader-2.13
/usr/local/bin/autoreconf-2.13
/usr/local/bin/autoscan-2.13
/usr/local/bin/autoupdate-2.13
/usr/local/bin/ifnames-2.13
*** Error code 1

Stop in /usr/ports/devel/autoconf/2.13 (line 1769 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/squid (line 1258 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Any assistance is appreciated.

- Miguel
Back to top
Bas Keur
*nix forums beginner


Joined: 06 Apr 2005
Posts: 38

PostPosted: Sat Feb 05, 2005 2:09 am    Post subject: Re: Squid TRansparent Reply with quote

Quote:
Hi there,

Hi

Quote:
I'm try to install squid in transparent mode from cvs and get the
following message whe try to install autoconf, my info is:
1.- cvs -q -d anoncvs@ftp.openbsd.org:/cvs up -r OPENBSD_3_5 -Pd
2.- cd /usr/ports/www/squid
3.- env FLAVOR=transparent make install

All good

Quote:
Adding /usr/ports/packages/i386/all/autoconf-2.13p0.tgz
Collision: the following files already exists
/usr/local/bin/autoconf-2.13
/usr/local/bin/autoheader-2.13
/usr/local/bin/autoupdate-2.13
/usr/local/bin/ifnames-2.13
Any assistance is appreciated.

The Obsd squid port makefile wants the patched/fixed/latest autoconf
package,
however, the package content conflicts with your `outdated` installed
version.
The package autoconf version *2.13* is installed
The package autoconf version *2.13p0* needs to be installed.
In short, deinstall the old, install the new and try again.

# pkg_delete autoconf-2.13
# pkg_add -v
ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/autoconf-2.13p0.tgz


] Bas Keur
] `Energizer Bunny arrested, charged with battery`
Back to top
Mike
*nix forums beginner


Joined: 07 Feb 2005
Posts: 1

PostPosted: Mon Feb 07, 2005 2:49 pm    Post subject: Re: Squid TRansparent Reply with quote

"Bas Keur" <bas.keur@dmrt.net> wrote in message news:<420438a3$0$28994$e4fe514c@news.xs4all.nl>...
Quote:
Hi there,

Hi

I'm try to install squid in transparent mode from cvs and get the
following message whe try to install autoconf, my info is:
1.- cvs -q -d anoncvs@ftp.openbsd.org:/cvs up -r OPENBSD_3_5 -Pd
2.- cd /usr/ports/www/squid
3.- env FLAVOR=transparent make install

All good

Adding /usr/ports/packages/i386/all/autoconf-2.13p0.tgz
Collision: the following files already exists
/usr/local/bin/autoconf-2.13
/usr/local/bin/autoheader-2.13
/usr/local/bin/autoupdate-2.13
/usr/local/bin/ifnames-2.13
Any assistance is appreciated.

The Obsd squid port makefile wants the patched/fixed/latest autoconf
package,
however, the package content conflicts with your `outdated` installed
version.
The package autoconf version *2.13* is installed
The package autoconf version *2.13p0* needs to be installed.
In short, deinstall the old, install the new and try again.

# pkg_delete autoconf-2.13
# pkg_add -v
ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/autoconf-2.13p0.tgz


] Bas Keur
] `Energizer Bunny arrested, charged with battery`


Thanks Bas,

I try wit your recommendation but the same error again. there are any
option to remove completely autoconf? or force to install?

TIA.

- Mike
Back to top
Mike
*nix forums beginner


Joined: 07 Feb 2005
Posts: 1

PostPosted: Mon Feb 07, 2005 8:06 pm    Post subject: Re: Squid TRansparent Reply with quote

mrosales@exabyte.cl (Mike) wrote in message news:<d89e205f.0502070749.a6c6f0e@posting.google.com>...
Quote:
"Bas Keur" <bas.keur@dmrt.net> wrote in message news:<420438a3$0$28994$e4fe514c@news.xs4all.nl>...
Hi there,

Hi

I'm try to install squid in transparent mode from cvs and get the
following message whe try to install autoconf, my info is:
1.- cvs -q -d anoncvs@ftp.openbsd.org:/cvs up -r OPENBSD_3_5 -Pd
2.- cd /usr/ports/www/squid
3.- env FLAVOR=transparent make install

All good

Adding /usr/ports/packages/i386/all/autoconf-2.13p0.tgz
Collision: the following files already exists
/usr/local/bin/autoconf-2.13
/usr/local/bin/autoheader-2.13
/usr/local/bin/autoupdate-2.13
/usr/local/bin/ifnames-2.13
Any assistance is appreciated.

The Obsd squid port makefile wants the patched/fixed/latest autoconf
package,
however, the package content conflicts with your `outdated` installed
version.
The package autoconf version *2.13* is installed
The package autoconf version *2.13p0* needs to be installed.
In short, deinstall the old, install the new and try again.

# pkg_delete autoconf-2.13
# pkg_add -v
ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/autoconf-2.13p0.tgz


] Bas Keur
] `Energizer Bunny arrested, charged with battery`


Thanks Bas,

I try wit your recommendation but the same error again. there are any
option to remove completely autoconf? or force to install?

TIA.

- Mike


I delete /usr/local/bin/auto* /usr/local/bin/if* and try
# pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/autoconf-2.13p0.tgz

and work fine, I will try with "squid" now......

Tnks.
Back to top
Mike
*nix forums beginner


Joined: 08 Feb 2005
Posts: 1

PostPosted: Tue Feb 08, 2005 8:20 pm    Post subject: Re: Squid TRansparent Reply with quote

mrosales@exabyte.cl (Mike) wrote in message news:<d89e205f.0502071306.542c8dc9@posting.google.com>...
Quote:
mrosales@exabyte.cl (Mike) wrote in message news:<d89e205f.0502070749.a6c6f0e@posting.google.com>...
"Bas Keur" <bas.keur@dmrt.net> wrote in message news:<420438a3$0$28994$e4fe514c@news.xs4all.nl>...
Hi there,

Hi

I'm try to install squid in transparent mode from cvs and get the
following message whe try to install autoconf, my info is:
1.- cvs -q -d anoncvs@ftp.openbsd.org:/cvs up -r OPENBSD_3_5 -Pd
2.- cd /usr/ports/www/squid
3.- env FLAVOR=transparent make install

All good

Adding /usr/ports/packages/i386/all/autoconf-2.13p0.tgz
Collision: the following files already exists
/usr/local/bin/autoconf-2.13
/usr/local/bin/autoheader-2.13
/usr/local/bin/autoupdate-2.13
/usr/local/bin/ifnames-2.13
Any assistance is appreciated.

The Obsd squid port makefile wants the patched/fixed/latest autoconf
package,
however, the package content conflicts with your `outdated` installed
version.
The package autoconf version *2.13* is installed
The package autoconf version *2.13p0* needs to be installed.
In short, deinstall the old, install the new and try again.

# pkg_delete autoconf-2.13
# pkg_add -v
ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/autoconf-2.13p0.tgz


] Bas Keur
] `Energizer Bunny arrested, charged with battery`


Thanks Bas,

I try wit your recommendation but the same error again. there are any
option to remove completely autoconf? or force to install?

TIA.

- Mike


I delete /usr/local/bin/auto* /usr/local/bin/if* and try
# pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/autoconf-2.13p0.tgz

and work fine, I will try with "squid" now......

Tnks.

Now, when I make the installation of squid from ports the following
error appear:

/usr/ports/www/squid# env FLAVOR=transparent make install
===> Patching for squid-2.5.STABLE7p2-transparent
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to configure.in.rej
***> patch-configure_in did not apply cleanly
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to errors/Makefile.in.rej
***> patch-errors_Makefile_in did not apply cleanly
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to
helpers/basic_auth/MSNT/Makefile.in.rej
***> patch-helpers_basic_auth_MSNT_Makefile_in did not apply cleanly
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to icons/Makefile.in.rej
***> patch-icons_Makefile_in did not apply cleanly
Ignoring previously applied (or reversed) patch.
7 out of 7 hunks ignored--saving rejects to src/Makefile.in.rej
***> patch-src_Makefile_in did not apply cleanly
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to src/cf.data.pre.rej
***> patch-src_cf_data_pre did not apply cleanly
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to lib/Makefile.in.rej
***> gcc-patch-lib_Makefile_in did not apply cleanly
*** Error code 1

Stop in /usr/ports/www/squid (line 1588 of
/usr/ports/infrastructure/mk/bsd.port.mk).


Any assistance is appreciated.

- Miguel
Back to top
Dorian Büttner
*nix forums addict


Joined: 03 Mar 2005
Posts: 63

PostPosted: Tue Feb 08, 2005 9:06 pm    Post subject: Re: Squid TRansparent Reply with quote

Mike schrieb:

Quote:
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to configure.in.rej

Any assistance is appreciated.

problably 'make clean' before rebuilding the port?
Back to top
Bas Keur
*nix forums beginner


Joined: 06 Apr 2005
Posts: 38

PostPosted: Fri Feb 11, 2005 9:08 pm    Post subject: Re: Squid TRansparent Reply with quote

Dorian Büttner wrote:
Quote:
Mike schrieb:

Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to configure.in.rej


Any assistance is appreciated.


problably 'make clean' before rebuilding the port?

I was out for a week heh, but yes a make clean should
help out. Let us know.

--
] Bas Keur
] Energizer Bunny arrested, charged with battery
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
The time now is Fri Jan 09, 2009 11:00 am | All times are GMT
navigation Forum index » *nix » BSD » OpenBSD
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Insert header and footer in every page served by squid ehmedk Squid 0 Tue Apr 22, 2008 6:16 pm
No new posts transparent proxy Crystal Akimoto Squid 3 Fri Jan 26, 2007 5:58 am
No new posts Urgent and imp. Making Squid 2.6 stable as tranpsarent proxy SHERDIL Squid 0 Thu Aug 03, 2006 11:18 am
No new posts Help required for making squid 2.6 stable 2 transparent SHERDIL Squid 0 Tue Aug 01, 2006 6:55 am
No new posts Help required for making squid 2.6 stable 2 transparent SHERDIL Squid 0 Tue Aug 01, 2006 6:52 am

Personal Finance | Bankruptcy | Refinance | MPAA | Debt Consolidation
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1992s ][ Queries: 16 (0.0749s) ][ GZIP on - Debug on ]