Re: update libpthread

2005-06-21 Thread Nguyen Tam Chinh

Hi Khanh,

Libpthread is in the base system. You should get it by using cvsup or 
extract it from the install CD.


On Tue, 21 Jun 2005, Khanh Cao Van wrote:


Peter Jeremy tell me that I have to update libpthread to be able to
install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports
contain that lib . Help me if you know .

Please do not tell me about why still using freeBSD 4.7 . It not my
own , it the customer's and I have to work on it if I do not want my
project false . If I was , I'll take the latest 5.4 immediatly
--
--
Cao Van Khanh
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]



-
With best regards,  |The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.su   |
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: update libpthread

2005-06-21 Thread Khanh Cao Van
hic , because I just have only 5 hour to conform with the boss that
could or could not install JDK 1.4 on freeBSD 4.7 , so please give me
some more detail . I could not find out what ports contain the
libpthread so looking at the CD or cvs could not give me anything :(


On 6/21/05, Nguyen Tam Chinh [EMAIL PROTECTED] wrote:
 Hi Khanh,
 
 Libpthread is in the base system. You should get it by using cvsup or
 extract it from the install CD.
 
 On Tue, 21 Jun 2005, Khanh Cao Van wrote:
 
  Peter Jeremy tell me that I have to update libpthread to be able to
  install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports
  contain that lib . Help me if you know .
 
  Please do not tell me about why still using freeBSD 4.7 . It not my
  own , it the customer's and I have to work on it if I do not want my
  project false . If I was , I'll take the latest 5.4 immediatly
  --
  --
  Cao Van Khanh
  ___
  freebsd-stable@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-stable
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 -
 With best regards,  |The Power to Serve
 Nguyen Tam Chinh|  http://www.FreeBSD.org
 Loc: sp.cs.msu.su   |
 


-- 
--
Cao Van Khanh
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: update libpthread

2005-06-21 Thread Kipp Holger
Khanh Cao Van wrote on Tue 21.06.2005 16:00

 Peter Jeremy tell me that I have to update libpthread to be able to
 install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports
 contain that lib . Help me if you know .

Not port. Base system. Considering this, the best solution for you
seems to be to upgrade the base system to 4.8-RELEASE or later.

 Please do not tell me about why still using freeBSD 4.7 . It not my
 own , it the customer's and I have to work on it if I do not want my
 project false . If I was , I'll take the latest 5.4 immediatly

For cvsup see:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html

Regards,
Holger Kipp
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: update libpthread

2005-06-21 Thread Daniel Eischen
On Tue, 21 Jun 2005, Kipp Holger wrote:

 Khanh Cao Van wrote on Tue 21.06.2005 16:00

  Peter Jeremy tell me that I have to update libpthread to be able to
  install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports
  contain that lib . Help me if you know .

 Not port. Base system. Considering this, the best solution for you
 seems to be to upgrade the base system to 4.8-RELEASE or later.

src/libpthread is not in 4.x and can not be made to work in 4.x.
In 4.x, your only solution is to use src/libc_r, which is now
marked for deprecation in -current (6.x).  If you want reliable
Java support, I suggest you use -stable (5.x) which has libpthread.
Go ask the -java mailing list for more info.

-- 
DE

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


Re: update libpthread

2005-06-21 Thread Khanh Cao Van
I find the libpthread in the src/lib/libpthread on the cvs server ,
but I could not get only that source code to my PC .
In the cvs file I edited :

*default host=cvsup.freebsd.org
*default base=/usr
*default prefix=/usr/local
*default release=cvs tag=RELENG_4
*default delete use-rel-suffix

# If your network link is a T1 or faster, comment out the following line.
*default compress

## Ports Collection.
#
# The easiest way to get the ports tree is to use the ports-all
# mega-collection.  It includes all of the individual ports-*
# collections,
ports-all
src-all

and the src-all will get all the sourcecode down . I did not want this
happend , just the sourcecode of my expecial packet only . How could I
get only the libpthread down ?



On 6/21/05, Daniel Eischen [EMAIL PROTECTED] wrote:
 On Tue, 21 Jun 2005, Kipp Holger wrote:
 
  Khanh Cao Van wrote on Tue 21.06.2005 16:00
 
   Peter Jeremy tell me that I have to update libpthread to be able to
   install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports
   contain that lib . Help me if you know .
 
  Not port. Base system. Considering this, the best solution for you
  seems to be to upgrade the base system to 4.8-RELEASE or later.
 
 src/libpthread is not in 4.x and can not be made to work in 4.x.
 In 4.x, your only solution is to use src/libc_r, which is now
 marked for deprecation in -current (6.x).  If you want reliable
 Java support, I suggest you use -stable (5.x) which has libpthread.
 Go ask the -java mailing list for more info.
 
 --
 DE
 
 


-- 
--
Cao Van Khanh
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: update libpthread

2005-06-21 Thread Marc Olzheim
On Tue, Jun 21, 2005 at 09:00:05PM +0700, Khanh Cao Van wrote:
 Peter Jeremy tell me that I have to update libpthread to be able to
 install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports
 contain that lib . Help me if you know .

There is no /usr/src/lib/libpthread for FreeBSD-4.x He probably meant
/usr/src/lib/libc_r

 Please do not tell me about why still using freeBSD 4.7 . It not my
 own , it the customer's and I have to work on it if I do not want my
 project false . If I was , I'll take the latest 5.4 immediatly

Why doesn't it work on 4.7 then ?
The oldest one I still have running is:

drwxr-xr-x  2 root  wheel  512 Jan 23  2004 /var/db/pkg/jdk-1.4.2p5

on:

FreeBSD world.ilse.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jul 21
17:26:16 CEST 2003

Zlo


pgpougnY2IzJ1.pgp
Description: PGP signature


Re: update libpthread

2005-06-21 Thread Michael Nottebrock
On Tuesday, 21. June 2005 17:30, Khanh Cao Van wrote:
 I find the libpthread in the src/lib/libpthread on the cvs server ,
 but I could not get only that source code to my PC .
 In the cvs file I edited :

 *default host=cvsup.freebsd.org
 *default base=/usr
 *default prefix=/usr/local
 *default release=cvs tag=RELENG_4
 *default delete use-rel-suffix

 # If your network link is a T1 or faster, comment out the following line.
 *default compress

 ## Ports Collection.
 #
 # The easiest way to get the ports tree is to use the ports-all
 # mega-collection.  It includes all of the individual ports-*
 # collections,
 ports-all
 src-all

 and the src-all will get all the sourcecode down . I did not want this
 happend , just the sourcecode of my expecial packet only . How could I
 get only the libpthread down ?

You don't need libpthread, you need libc_r. I suggest you follow the advice 
from the jdk port Makefile and upgrade the complete FreeBSD 4.7 sources to a 
4-STABLE after February 2003:

*default host=cvsup.freebsd.org
*default base=/usr
*default prefix=/usr/local
*default release=cvs tag=RELENG_4
*default date=2003.03.01.00.00.00
*default delete use-rel-suffix

Then cd /usr/src and make buildworld and make installworld. I'd personally 
recommend to make and install a new kernel as well to be on the safe side, 
but that's your call. The jdk port should build after that.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpqciK7ecXAR.pgp
Description: PGP signature