mrosales@exabyte.cl (Mike) wrote in message news:<d89e205f.0502071306.542c8dc9@posting.google. com>...
> mrosales@exabyte.cl (Mike) wrote in message news:<d89e205f.0502070749.a6c6f0e@posting.google.c om>...
> > "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....onf-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....onf-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