Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#246 closed defect (fixed)

linuxthreads API man pages aren't installed

Reported by: gerard@… Owned by: lfs-book@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Add to Glibc installation: cd linuxthreads/man && make && make install

Change History (11)

comment:1 by markh@…, 22 years ago

Owner: changed from lfs-book@… to markh@…
Status: newassigned

these commands work with glibc-2.2.5 (stuck on the end of the glibc installation)

cd ../glibc-2.2.5/linuxthreads/man && make && make install

I'll add them when I add 2.2.5 to the book in a minute

comment:2 by markh@…, 22 years ago

Resolution: fixed
Status: assignedclosed

added to book

comment:3 by markh@…, 22 years ago

Resolution: fixed
Status: closedreopened

The installation of these man pages needs perl which isn't installed when we do the glibc installation. The changes have been backed out of CVS until we can think of a way to install them.

comment:4 by gimli@…, 22 years ago

The easiest way is to patch glibc with the missing manpages. The patch would be 14KB though (bzip2ed) or 81KB when extracted...

comment:5 by gerard@…, 22 years ago

Or we can suggest after the Glibc installation not to remove the glibc-2.2.5 directory yet and keep it until after the perl installation. Then after perl, add a note to the book "you can install the linuxthreads man pages now if you want"

comment:6 by gimli@…, 22 years ago

Comment by gerard@…:

after perl installation you can unpack the glibc-linuxthreads package, cd into the 'linuxthreads/man' directory (not linuxthreads_db dir) and run make && make install in it.

I just did that, it works fine unless there are more dependencies to satisfy which we can figure out when we get to it.

comment:7 by gerard@…, 22 years ago

Priority: normalhighest

comment:8 by markh@…, 22 years ago

Owner: changed from markh@… to lfs-book@…
Status: reopenednew

comment:9 by gerard@…, 22 years ago

Status: newassigned

comment:10 by gerard@…, 22 years ago

The nicest thing would be to add a seperate page after the Perl installation that install the linux threads man pages.

comment:11 by gerard@…, 22 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.