RE: Portinstall problem (config.guess not found)

2004-09-23 Thread Philip Payne
Hi Adam,

> Am Donnerstag, 23. September 2004 01:54 schrieb Adam Smith:
> > On Wed, Sep 22, 2004 at 02:59:35PM +0100, Philip Payne said:
> > > Didn't use Konsole but I am using KDE. It appears to be a 
> problem in
> > > aterm & xterm, but strangely not Eterm.
> >
> > Exactly what I found, too.  Any compiles I do need to be 
> done in an Eterm
> > or directly on the console.
> >
> > For the time being you should use Eterm.  I will upgrade to 
> BETA5 and see
> > if it still exists there.  If it does, it would seem that a 
> bug report
> > needs to be filed.
> 
> I'd like to x-reference this postings:
> http://docs.freebsd.org/cgi/getmsg.cgi?fetch=666353+0+archive/
> 2004/freebsd-current/20040919.freebsd-current
> with
> http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1237945+0+current
> /freebsd-questions
> 
> I hope this helps finding the solution.
> 
> Thanks,
> 
> -Mano

I'm using BETA5 and problem still exists. I found a post suggesting it was
an environment issue in a similar vein to Emanuel's link and found the
workaround. 

It does appear that you need to either start you root xterm/aterm with
"-ls"... or you need to "su -" instead of just "su" to be able to "make"
properly. Eterm works because it starts as a login shell by default. xterm &
aterm do not.

This bug also affected my ability to do a make installkernel.

I'm not a coder so I have no idea what in the environment causes a login
shell to work & a non-login shell not work.

Thanks,
Phil.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Portinstall problem (config.guess not found)

2004-09-22 Thread Emanuel Strobl
Am Donnerstag, 23. September 2004 01:54 schrieb Adam Smith:
> On Wed, Sep 22, 2004 at 02:59:35PM +0100, Philip Payne said:
> > Didn't use Konsole but I am using KDE. It appears to be a problem in
> > aterm & xterm, but strangely not Eterm.
>
> Exactly what I found, too.  Any compiles I do need to be done in an Eterm
> or directly on the console.
>
> For the time being you should use Eterm.  I will upgrade to BETA5 and see
> if it still exists there.  If it does, it would seem that a bug report
> needs to be filed.

I'd like to x-reference this postings:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=666353+0+archive/2004/freebsd-current/20040919.freebsd-current
with
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1237945+0+current/freebsd-questions

I hope this helps finding the solution.

Thanks,

-Mano

>
> What I don't understand is why Xterm specific unless it's something to do
> with the environment variables themselves, but I've checked the variables
> between Xterm and Eterm, and they're identical!
>
>
> Weird.


pgpcNoYzGZxOp.pgp
Description: PGP signature


Re: Portinstall problem (config.guess not found)

2004-09-22 Thread Adam Smith
On Wed, Sep 22, 2004 at 02:59:35PM +0100, Philip Payne said:
> Didn't use Konsole but I am using KDE. It appears to be a problem in aterm &
> xterm, but strangely not Eterm.

Exactly what I found, too.  Any compiles I do need to be done in an Eterm
or directly on the console.  

For the time being you should use Eterm.  I will upgrade to BETA5 and see
if it still exists there.  If it does, it would seem that a bug report
needs to be filed.

What I don't understand is why Xterm specific unless it's something to do
with the environment variables themselves, but I've checked the variables
between Xterm and Eterm, and they're identical!


Weird.


-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

Dog for sale: Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Portinstall problem (config.guess not found)

2004-09-22 Thread Philip Payne
> > I just rebuilt the machine as the problem was doing my 
> head-in. Freebsd
> > 5.3-beta5. Basically, X-Developer distro with KDE installed 
> as desktop.
> >
> > The first port I try to to install is generally CVSUP. I get the
> > "config.guess not found" error straight away... as below.
> >
> > I am not sure how to proceed. I'm tempted to fall back to 
> 4-Stable which
> > was working fine. Switching to FreeBSD-5 has been a 
> nightmare. I just
> > wanted to try PF & Fwbuilder2 as a firewall.
> >
> > There doesn't seem to be a lot of posts on the list with 
> this problem so
> > I'm assuming its a problem specific to me... but weird.
> 
> It's not specific to you, let me guess, you're using konsole from KDE?
> And you do a 'su'? Try to 'su -' and everything is fine again.
> Haven't had the time yet to figure out if it's a KDE problem 
> or anything else 
> but I reported this one too and got no answer.

Didn't use Konsole but I am using KDE. It appears to be a problem in aterm &
xterm, but strangely not Eterm.

I do use "su" rather than "su -"

I'm really just a networky person rather than unix sysadmin so its way over
my head as to what the problem is. I'm just happy there's a workaround
rather than having a system I can't update.

I'm happy to assist where possible in identifying what the issue is but
wouldn't have the skill to do it myself.

Cheers,
Phil.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Portinstall problem (config.guess not found)

2004-09-22 Thread Emanuel Strobl
Am Dienstag, 21. September 2004 18:12 schrieb Philip Payne:
> Ooer... this gets weirder... see below...
>
> > > Philip Payne <[EMAIL PROTECTED]> writes:
> > > > Hi,
> > > >
> > > > I'm getting the following error when trying to build any port.
> > > >
> > > >  /usr/ports//work/config.guess: No such file
> > >
[...]
>
> I just rebuilt the machine as the problem was doing my head-in. Freebsd
> 5.3-beta5. Basically, X-Developer distro with KDE installed as desktop.
>
> The first port I try to to install is generally CVSUP. I get the
> "config.guess not found" error straight away... as below.
>
> I am not sure how to proceed. I'm tempted to fall back to 4-Stable which
> was working fine. Switching to FreeBSD-5 has been a nightmare. I just
> wanted to try PF & Fwbuilder2 as a firewall.
>
> There doesn't seem to be a lot of posts on the list with this problem so
> I'm assuming its a problem specific to me... but weird.

It's not specific to you, let me guess, you're using konsole from KDE?
And you do a 'su'? Try to 'su -' and everything is fine again.
Haven't had the time yet to figure out if it's a KDE problem or anything else 
but I reported this one too and got no answer.

Best regards,

-Mano


>
> Any help much appreciated.
>
> Cheers,
> Phil.
>
>
> w# cd /usr/ports/net/cvsup-without-gui/
> gw# make install clean
> ===>  Vulnerability check disabled, database not found
>
> >> cvsup-snap-16.1h.tar.gz doesn't seem to exist in
>
> /usr/ports/distfiles/.
>
> >> Attempting to fetch from
>
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
> cvsup-snap-16.1h.tar.gz   100% of  420 kB   55 kBps
> ===>  Extracting for cvsup-without-gui-16.1h
>
> >> Checksum OK for cvsup-snap-16.1h.tar.gz.
>
> ===>  Patching for cvsup-without-gui-16.1h
> ===>   cvsup-without-gui-16.1h depends on file:
> /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found
> ===>Verifying install for
> /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3
> ===>  Vulnerability check disabled, database not found
>
> >> ezm3-1.2-FreeBSD4-boot.tar.bz2 doesn't seem to exist in
>
> /usr/ports/distfiles/ezm3.
>
> >> Attempting to fetch from
>
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
> ezm3-1.2-FreeBSD4-boot.tar.bz2100% of 1334 kB   55 kBps
> 00m00s
>
> >> ezm3-1.2-src.tar.bz2 doesn't seem to exist in
>
> /usr/ports/distfiles/ezm3.
>
> >> Attempting to fetch from
>
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
> ezm3-1.2-src.tar.bz2  100% of   10 MB   56 kBps
> 00m00s
> ===>  Extracting for ezm3-1.2
>
> >> Checksum OK for ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
> >> Checksum OK for ezm3/ezm3-1.2-src.tar.bz2.
>
> ===>  Patching for ezm3-1.2
> ===>  Applying FreeBSD patches for ezm3-1.2
> ===>   ezm3-1.2 depends on executable: gmake - not found
> ===>Verifying install for gmake in /usr/ports/devel/gmake
> ===>   gmake-3.80_2 depends on shared library: intl - found
> ===>  Configuring for gmake-3.80_2
> cp: /usr/ports/devel/gmake/work/make-3.80/config
> /usr/ports/devel/gmake/work/make-3.80/config/config.guess: No such file
> or directory
> *** Error code 1
>
> Stop in /usr/ports/devel/gmake.
> *** Error code 1
>
> Stop in /usr/ports/lang/ezm3.
> *** Error code 1
>
> Stop in /usr/ports/net/cvsup-without-gui.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgpO7PQYWusZv.pgp
Description: PGP signature


Re: Portinstall problem (config.guess not found) ANSWER (sort of)

2004-09-22 Thread Lowell Gilbert
Philip Payne <[EMAIL PROTECTED]> writes:

> Had another search of the archives and found someone having a similar
> problem making gtk12.
> http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/0581
> 90.html
> 
> Saw an answer that the issue was running the make in X.
> 
> So, I switched to a console and tried to install the port... bingo... no
> problem. 
> 
> Switch back to X and try in aterm or xterm, still same "config.guess not
> found" error.
> 
> Bizarre bug.. but at least there's a workaround for now. Don't do any "make"
> functions in X.

Hmm.  It's specific to X.Org (XFree86 doesn't display this bug)...
Probably something in the process environment.
I don't have a box to investigate this on...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Portinstall problem (config.guess not found) ANSWER (sort of)

2004-09-22 Thread Philip Payne
Hi,

Had another search of the archives and found someone having a similar
problem making gtk12.
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/0581
90.html

Saw an answer that the issue was running the make in X.

So, I switched to a console and tried to install the port... bingo... no
problem. 

Switch back to X and try in aterm or xterm, still same "config.guess not
found" error.

Bizarre bug.. but at least there's a workaround for now. Don't do any "make"
functions in X.

Phil.

PS: This bug was also affecting my ability to make a new kernel.

> -Original Message-
> From: Philip Payne [mailto:[EMAIL PROTECTED]
> Sent: 21 September 2004 23:16
> To: Lowell Gilbert
> Cc: FreeBSD Questions (E-mail)
> Subject: RE: Portinstall problem (config.guess not found)
> 
> 
> 
> > cp: /usr/ports/devel/gmake/work/make-3.80/config
> > > /usr/ports/devel/gmake/work/make-3.80/config/config.guess: 
> > No such file
> > > or directory
> > > *** Error code 1
> > > 
> > > Stop in /usr/ports/devel/gmake.
> > > *** Error code 1
> > > 
> > > Stop in /usr/ports/lang/ezm3.
> > > *** Error code 1
> > > 
> > > Stop in /usr/ports/net/cvsup-without-gui.
> > 
> > What is in your /etc/make.conf?
> > 
> 
> Nothing special:
> 
> > cat /etc/make.conf 
> # -- use.perl generated deltas -- #
> # Created: Tue Sep 21 12:41:08 2004
> # Setting to use base perl from ports:
> PERL_VER=5.8.5
> PERL_VERSION=5.8.5
> PERL_ARCH=mach
> NOPERL=yo
> NO_PERL=yo
> NO_PERL_WRAPPER=yo
> 
> Cheers,
> Phil.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne

> cp: /usr/ports/devel/gmake/work/make-3.80/config
> > /usr/ports/devel/gmake/work/make-3.80/config/config.guess: 
> No such file
> > or directory
> > *** Error code 1
> > 
> > Stop in /usr/ports/devel/gmake.
> > *** Error code 1
> > 
> > Stop in /usr/ports/lang/ezm3.
> > *** Error code 1
> > 
> > Stop in /usr/ports/net/cvsup-without-gui.
> 
> What is in your /etc/make.conf?
> 

Nothing special:

> cat /etc/make.conf 
# -- use.perl generated deltas -- #
# Created: Tue Sep 21 12:41:08 2004
# Setting to use base perl from ports:
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

Cheers,
Phil.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Portinstall problem (config.guess not found)

2004-09-21 Thread Lowell Gilbert
Philip Payne <[EMAIL PROTECTED]> writes:

> w# cd /usr/ports/net/cvsup-without-gui/
> gw# make install clean
> ===>  Vulnerability check disabled, database not found
> >> cvsup-snap-16.1h.tar.gz doesn't seem to exist in
> /usr/ports/distfiles/.
> >> Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
> cvsup-snap-16.1h.tar.gz   100% of  420 kB   55 kBps
> ===>  Extracting for cvsup-without-gui-16.1h
> >> Checksum OK for cvsup-snap-16.1h.tar.gz.
> ===>  Patching for cvsup-without-gui-16.1h
> ===>   cvsup-without-gui-16.1h depends on file:
> /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found
> ===>Verifying install for
> /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3
> ===>  Vulnerability check disabled, database not found
> >> ezm3-1.2-FreeBSD4-boot.tar.bz2 doesn't seem to exist in
> /usr/ports/distfiles/ezm3.
> >> Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
> ezm3-1.2-FreeBSD4-boot.tar.bz2100% of 1334 kB   55 kBps
> 00m00s
> >> ezm3-1.2-src.tar.bz2 doesn't seem to exist in
> /usr/ports/distfiles/ezm3.
> >> Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
> ezm3-1.2-src.tar.bz2  100% of   10 MB   56 kBps
> 00m00s
> ===>  Extracting for ezm3-1.2
> >> Checksum OK for ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
> >> Checksum OK for ezm3/ezm3-1.2-src.tar.bz2.
> ===>  Patching for ezm3-1.2
> ===>  Applying FreeBSD patches for ezm3-1.2
> ===>   ezm3-1.2 depends on executable: gmake - not found
> ===>Verifying install for gmake in /usr/ports/devel/gmake
> ===>   gmake-3.80_2 depends on shared library: intl - found
> ===>  Configuring for gmake-3.80_2
> cp: /usr/ports/devel/gmake/work/make-3.80/config
> /usr/ports/devel/gmake/work/make-3.80/config/config.guess: No such file
> or directory
> *** Error code 1
> 
> Stop in /usr/ports/devel/gmake.
> *** Error code 1
> 
> Stop in /usr/ports/lang/ezm3.
> *** Error code 1
> 
> Stop in /usr/ports/net/cvsup-without-gui.

What is in your /etc/make.conf?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
Ooer... this gets weirder... see below...

> > Philip Payne <[EMAIL PROTECTED]> writes:
> > 
> > > Hi,
> > > 
> > > I'm getting the following error when trying to build any port.
> > > 
> > >   /usr/ports//work/config.guess: No such file 
> > or directory.
> > > 
> > > I've googled & searched the mailing list archives which 
> > gave 2 suggestions. 
> > > 
> > > Autoconf or libtool have got fubar'd and I should reinstall 
> > and/or to cvsup
> > > & update the ports index.
> > > 
> > > I tried both & neither succeeded. Boo :-(
> > > 
> > > Now if a port tries to re-install libtool, it also bums out 
> > with the above
> > > error.
> > > 
> > > I'm using Freebsd-5.3-beta4. 
> > > 
> > > Does anyone have further suggestions on what the error 
> > could be and how it
> > > can be resolved?

I just rebuilt the machine as the problem was doing my head-in. Freebsd
5.3-beta5. Basically, X-Developer distro with KDE installed as desktop. 

The first port I try to to install is generally CVSUP. I get the
"config.guess not found" error straight away... as below.

I am not sure how to proceed. I'm tempted to fall back to 4-Stable which was
working fine. Switching to FreeBSD-5 has been a nightmare. I just wanted to
try PF & Fwbuilder2 as a firewall.

There doesn't seem to be a lot of posts on the list with this problem so I'm
assuming its a problem specific to me... but weird.

Any help much appreciated. 

Cheers,
Phil.


w# cd /usr/ports/net/cvsup-without-gui/
gw# make install clean
===>  Vulnerability check disabled, database not found
>> cvsup-snap-16.1h.tar.gz doesn't seem to exist in
/usr/ports/distfiles/.
>> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
cvsup-snap-16.1h.tar.gz   100% of  420 kB   55 kBps
===>  Extracting for cvsup-without-gui-16.1h
>> Checksum OK for cvsup-snap-16.1h.tar.gz.
===>  Patching for cvsup-without-gui-16.1h
===>   cvsup-without-gui-16.1h depends on file:
/usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found
===>Verifying install for
/usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3
===>  Vulnerability check disabled, database not found
>> ezm3-1.2-FreeBSD4-boot.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ezm3.
>> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
ezm3-1.2-FreeBSD4-boot.tar.bz2100% of 1334 kB   55 kBps
00m00s
>> ezm3-1.2-src.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ezm3.
>> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
ezm3-1.2-src.tar.bz2  100% of   10 MB   56 kBps
00m00s
===>  Extracting for ezm3-1.2
>> Checksum OK for ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
>> Checksum OK for ezm3/ezm3-1.2-src.tar.bz2.
===>  Patching for ezm3-1.2
===>  Applying FreeBSD patches for ezm3-1.2
===>   ezm3-1.2 depends on executable: gmake - not found
===>Verifying install for gmake in /usr/ports/devel/gmake
===>   gmake-3.80_2 depends on shared library: intl - found
===>  Configuring for gmake-3.80_2
cp: /usr/ports/devel/gmake/work/make-3.80/config
/usr/ports/devel/gmake/work/make-3.80/config/config.guess: No such file
or directory
*** Error code 1

Stop in /usr/ports/devel/gmake.
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

Stop in /usr/ports/net/cvsup-without-gui.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
> Philip Payne <[EMAIL PROTECTED]> writes:
> 
> > Hi,
> > 
> > I'm getting the following error when trying to build any port.
> > 
> > /usr/ports//work/config.guess: No such file 
> or directory.
> > 
> > I've googled & searched the mailing list archives which 
> gave 2 suggestions. 
> > 
> > Autoconf or libtool have got fubar'd and I should reinstall 
> and/or to cvsup
> > & update the ports index.
> > 
> > I tried both & neither succeeded. Boo :-(
> > 
> > Now if a port tries to re-install libtool, it also bums out 
> with the above
> > error.
> > 
> > I'm using Freebsd-5.3-beta4. 
> > 
> > Does anyone have further suggestions on what the error 
> could be and how it
> > can be resolved?
> 
> Did you try completely *removing* all installed versions of autoconf,
> automake, and libtool?

Yup... no autoconf, automake or libtool present. Problem still persits.

Doesn't matter which port I try I get the same error. e.g. fwbuilder, gimp,
gmake, portupgrade.

Any help much appreciated. 

Phil.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Portinstall problem (config.guess not found)

2004-09-21 Thread Lowell Gilbert
Philip Payne <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I'm getting the following error when trying to build any port.
> 
>   /usr/ports//work/config.guess: No such file or directory.
> 
> I've googled & searched the mailing list archives which gave 2 suggestions. 
> 
> Autoconf or libtool have got fubar'd and I should reinstall and/or to cvsup
> & update the ports index.
> 
> I tried both & neither succeeded. Boo :-(
> 
> Now if a port tries to re-install libtool, it also bums out with the above
> error.
> 
> I'm using Freebsd-5.3-beta4. 
> 
> Does anyone have further suggestions on what the error could be and how it
> can be resolved?

Did you try completely *removing* all installed versions of autoconf,
automake, and libtool?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"