|
|
|
|
|
|
| Author |
Message |
mrosales@exabyte.cl *nix forums beginner
Joined: 04 Feb 2005
Posts: 1
|
Posted: Fri Feb 04, 2005 5:14 pm Post subject:
Squid TRansparent
|
|
|
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
|
Posted: Sat Feb 05, 2005 2:09 am Post subject:
Re: Squid TRansparent
|
|
|
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
|
Posted: Mon Feb 07, 2005 2:49 pm Post subject:
Re: Squid TRansparent
|
|
|
"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
|
Posted: Mon Feb 07, 2005 8:06 pm Post subject:
Re: Squid TRansparent
|
|
|
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
|
Posted: Tue Feb 08, 2005 8:20 pm Post subject:
Re: Squid TRansparent
|
|
|
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
|
Posted: Tue Feb 08, 2005 9:06 pm Post subject:
Re: Squid TRansparent
|
|
|
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
|
Posted: Fri Feb 11, 2005 9:08 pm Post subject:
Re: Squid TRansparent
|
|
|
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 |
|
 |
|
|
The time now is Fri Jan 09, 2009 11:00 am | All times are GMT
|
|
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
|
|