Re: Problem compiling wget from ports

2005-06-06 Thread Marco Peereboom
If you don't understand why please use binary packages instead.   
That's why they exist!  I use packages exclusively unless I have to  
use ports (e.g. using a more unusual platform that does not have  
everything I want).


There could be a hundred reasons why it didn't work.

On Jun 6, 2005, at 12:40 PM, Federico Giannici wrote:


Marco Peereboom wrote:


On Jun 6, 2005, at 11:38 AM, Federico Giannici wrote:


Tony Lambiris wrote:



Why not just:
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.7/packages/`uname - 
m`/ wget-1.8.2.tgz





In fact, this is what I did!
But I'd like to know the reason of that error. I don't like the   
idea that something is wrong in the system...



PEBKAC.



I simply issued the "make" command into the wget port directory.
Could you be so kind to briefly summary what mistake I have done?


Thanks.

--
___
__
   |-  [EMAIL PROTECTED]
   |ederico Giannici  http://www.neomedia.it
___




Re: Problem compiling wget from ports

2005-06-06 Thread Federico Giannici

Marco Peereboom wrote:

On Jun 6, 2005, at 11:38 AM, Federico Giannici wrote:


Tony Lambiris wrote:


Why not just:
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.7/packages/`uname -m`/ 
wget-1.8.2.tgz




In fact, this is what I did!
But I'd like to know the reason of that error. I don't like the  idea 
that something is wrong in the system...


PEBKAC.


I simply issued the "make" command into the wget port directory.
Could you be so kind to briefly summary what mistake I have done?


Thanks.

--
___
__
   |-  [EMAIL PROTECTED]
   |ederico Giannici  http://www.neomedia.it
___



Re: Problem compiling wget from ports

2005-06-06 Thread Marco Peereboom

On Jun 6, 2005, at 11:38 AM, Federico Giannici wrote:


Tony Lambiris wrote:


Why not just:
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.7/packages/`uname -m`/ 
wget-1.8.2.tgz




In fact, this is what I did!
But I'd like to know the reason of that error. I don't like the  
idea that something is wrong in the system...


PEBKAC.



Re: Problem compiling wget from ports

2005-06-06 Thread Federico Giannici

Tony Lambiris wrote:

Why not just:
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.7/packages/`uname 
-m`/wget-1.8.2.tgz


In fact, this is what I did!
But I'd like to know the reason of that error. I don't like the idea 
that something is wrong in the system...


Bye.



Federico Giannici wrote:


Clint M. Sand wrote:


On Sun, Jun 05, 2005 at 11:09:23PM +0200, Federico Giannici wrote:


I have a problem compiling wget from the ports.
Here is the final part of the "make" output:

cc -O2 -pipe -DINET6 -o wget cmpt.o connect.o cookies.o fnmatch.o 
ftp.o ftp-basic.o ftp-ls.o ftp-opie.o hash.o headers.o host.o 
html-parse.o html-url.o http.o init.o log.o main.o gen-md5.o 
gnu-md5.o netrc.o progress.o rbuf.o recur.o res.o retr.o 
safe-ctype.o snprintf.o url.o utils.o version.o  -L/usr/local/lib

connect.o(.text+0x1dd): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1eb): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1f7): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x219): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x235): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x259): more undefined references to `__errno' follow
collect2: ld returned 1 exit status
gmake[1]: *** [wget] Error 1
gmake[1]: Leaving directory 
`/usr/ports/net/wget/w-wget-1.8.2/wget-1.8.2/src'

gmake: *** [src] Error 2
*** Error code 2

Stop in /usr/ports/net/wget (line 1769 of 
/usr/ports/infrastructure/mk/bsd.port.mk).



The system is an i386 installed with an almost final 3.7 (the kernel 
was the same of the release one) and then I made an Upgrade from the 
official 3.7 CD when arrived.


A lot of other ports compiled without any problem.

Any hints?


Thanks.

--
___
   __
  |-  [EMAIL PROTECTED]
  |ederico Giannici  http://www.neomedia.it
___





You didn't mention if ou also upgraded your ports tree to 3.7-release or
just the base binaries and Kernel. 




Yes, it is from 3.7 CD too.


Bye.






--
___
__
   |-  [EMAIL PROTECTED]
   |ederico Giannici  http://www.neomedia.it

Presidente del cda - NEOMEDIA srl
___



Re: Problem compiling wget from ports

2005-06-06 Thread Tony Lambiris

Why not just:
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.7/packages/`uname 
-m`/wget-1.8.2.tgz


Federico Giannici wrote:

Clint M. Sand wrote:


On Sun, Jun 05, 2005 at 11:09:23PM +0200, Federico Giannici wrote:


I have a problem compiling wget from the ports.
Here is the final part of the "make" output:

cc -O2 -pipe -DINET6 -o wget cmpt.o connect.o cookies.o fnmatch.o 
ftp.o ftp-basic.o ftp-ls.o ftp-opie.o hash.o headers.o host.o 
html-parse.o html-url.o http.o init.o log.o main.o gen-md5.o 
gnu-md5.o netrc.o progress.o rbuf.o recur.o res.o retr.o safe-ctype.o 
snprintf.o url.o utils.o version.o  -L/usr/local/lib

connect.o(.text+0x1dd): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1eb): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1f7): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x219): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x235): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x259): more undefined references to `__errno' follow
collect2: ld returned 1 exit status
gmake[1]: *** [wget] Error 1
gmake[1]: Leaving directory 
`/usr/ports/net/wget/w-wget-1.8.2/wget-1.8.2/src'

gmake: *** [src] Error 2
*** Error code 2

Stop in /usr/ports/net/wget (line 1769 of 
/usr/ports/infrastructure/mk/bsd.port.mk).



The system is an i386 installed with an almost final 3.7 (the kernel 
was the same of the release one) and then I made an Upgrade from the 
official 3.7 CD when arrived.


A lot of other ports compiled without any problem.

Any hints?


Thanks.

--
___
   __
  |-  [EMAIL PROTECTED]
  |ederico Giannici  http://www.neomedia.it
___




You didn't mention if ou also upgraded your ports tree to 3.7-release or
just the base binaries and Kernel. 



Yes, it is from 3.7 CD too.


Bye.



--
Tony Lambiris [ [EMAIL PROTECTED] ]
"so if it is really hard for you then perhaps you are just
retarded and need treatment w/ electricity and if that does
not help then perhaps should not use computers..."



Re: Problem compiling wget from ports

2005-06-06 Thread Federico Giannici

Clint M. Sand wrote:

On Sun, Jun 05, 2005 at 11:09:23PM +0200, Federico Giannici wrote:


I have a problem compiling wget from the ports.
Here is the final part of the "make" output:

cc -O2 -pipe -DINET6 -o wget cmpt.o connect.o cookies.o fnmatch.o ftp.o 
ftp-basic.o ftp-ls.o ftp-opie.o hash.o headers.o host.o html-parse.o 
html-url.o http.o init.o log.o main.o gen-md5.o gnu-md5.o netrc.o 
progress.o rbuf.o recur.o res.o retr.o safe-ctype.o snprintf.o url.o 
utils.o version.o  -L/usr/local/lib

connect.o(.text+0x1dd): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1eb): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1f7): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x219): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x235): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x259): more undefined references to `__errno' follow
collect2: ld returned 1 exit status
gmake[1]: *** [wget] Error 1
gmake[1]: Leaving directory 
`/usr/ports/net/wget/w-wget-1.8.2/wget-1.8.2/src'

gmake: *** [src] Error 2
*** Error code 2

Stop in /usr/ports/net/wget (line 1769 of 
/usr/ports/infrastructure/mk/bsd.port.mk).



The system is an i386 installed with an almost final 3.7 (the kernel was 
the same of the release one) and then I made an Upgrade from the 
official 3.7 CD when arrived.


A lot of other ports compiled without any problem.

Any hints?


Thanks.

--
___
   __
  |-  [EMAIL PROTECTED]
  |ederico Giannici  http://www.neomedia.it
___



You didn't mention if ou also upgraded your ports tree to 3.7-release or
just the base binaries and Kernel. 


Yes, it is from 3.7 CD too.


Bye.

--
___
__
   |-  [EMAIL PROTECTED]
   |ederico Giannici  http://www.neomedia.it

Presidente del cda - NEOMEDIA srl
___



Re: Problem compiling wget from ports

2005-06-05 Thread Clint M. Sand
On Sun, Jun 05, 2005 at 11:09:23PM +0200, Federico Giannici wrote:
> I have a problem compiling wget from the ports.
> Here is the final part of the "make" output:
> 
> cc -O2 -pipe -DINET6 -o wget cmpt.o connect.o cookies.o fnmatch.o ftp.o 
> ftp-basic.o ftp-ls.o ftp-opie.o hash.o headers.o host.o html-parse.o 
> html-url.o http.o init.o log.o main.o gen-md5.o gnu-md5.o netrc.o 
> progress.o rbuf.o recur.o res.o retr.o safe-ctype.o snprintf.o url.o 
> utils.o version.o  -L/usr/local/lib
> connect.o(.text+0x1dd): In function `connect_to_one':
> : undefined reference to `__errno'
> connect.o(.text+0x1eb): In function `connect_to_one':
> : undefined reference to `__errno'
> connect.o(.text+0x1f7): In function `connect_to_one':
> : undefined reference to `__errno'
> connect.o(.text+0x219): In function `connect_to_one':
> : undefined reference to `__errno'
> connect.o(.text+0x235): In function `connect_to_one':
> : undefined reference to `__errno'
> connect.o(.text+0x259): more undefined references to `__errno' follow
> collect2: ld returned 1 exit status
> gmake[1]: *** [wget] Error 1
> gmake[1]: Leaving directory 
> `/usr/ports/net/wget/w-wget-1.8.2/wget-1.8.2/src'
> gmake: *** [src] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/net/wget (line 1769 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).
> 
> 
> The system is an i386 installed with an almost final 3.7 (the kernel was 
> the same of the release one) and then I made an Upgrade from the 
> official 3.7 CD when arrived.
> 
> A lot of other ports compiled without any problem.
> 
> Any hints?
> 
> 
> Thanks.
> 
> -- 
> ___
> __
>|-  [EMAIL PROTECTED]
>|ederico Giannici  http://www.neomedia.it
> ___

You didn't mention if ou also upgraded your ports tree to 3.7-release or
just the base binaries and Kernel. 



Problem compiling wget from ports

2005-06-05 Thread Federico Giannici

I have a problem compiling wget from the ports.
Here is the final part of the "make" output:

cc -O2 -pipe -DINET6 -o wget cmpt.o connect.o cookies.o fnmatch.o ftp.o 
ftp-basic.o ftp-ls.o ftp-opie.o hash.o headers.o host.o html-parse.o 
html-url.o http.o init.o log.o main.o gen-md5.o gnu-md5.o netrc.o 
progress.o rbuf.o recur.o res.o retr.o safe-ctype.o snprintf.o url.o 
utils.o version.o  -L/usr/local/lib

connect.o(.text+0x1dd): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1eb): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x1f7): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x219): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x235): In function `connect_to_one':
: undefined reference to `__errno'
connect.o(.text+0x259): more undefined references to `__errno' follow
collect2: ld returned 1 exit status
gmake[1]: *** [wget] Error 1
gmake[1]: Leaving directory 
`/usr/ports/net/wget/w-wget-1.8.2/wget-1.8.2/src'

gmake: *** [src] Error 2
*** Error code 2

Stop in /usr/ports/net/wget (line 1769 of 
/usr/ports/infrastructure/mk/bsd.port.mk).



The system is an i386 installed with an almost final 3.7 (the kernel was 
the same of the release one) and then I made an Upgrade from the 
official 3.7 CD when arrived.


A lot of other ports compiled without any problem.

Any hints?


Thanks.

--
___
__
   |-  [EMAIL PROTECTED]
   |ederico Giannici  http://www.neomedia.it
___