Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#4556 closed task (fixed)

Add package: lsof_4.87

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (10)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned
Type: enhancementtask

comment:2 by bdubbs@…, 10 years ago

This one is a little unusual:

tar -xf lsof_4.87.tar.bz2
cd lsof_4.87
tar -xf lsof_4.87_src
cd lsof_4.87_src
yes n |./Configure linux
make CFGL="-L./lib -ltirpc"

pushd tests
make
popd

The install is manual. I recommend something like:

groupadd -g 63 lsof
install -4750 -o root -g lsof lsof /lib
install lsof.8 /usr/share/man/man.8

comment:3 by Fernando de Oliveira, 10 years ago

Thanks, Bruce.

There is a thread related to this ticket at dev:

http://www.mail-archive.com/blfs-dev@linuxfromscratch.org/msg15926.html

comment:4 by Fernando de Oliveira, 10 years ago

Bruce knows it, the link was for anybody else wanting to see the discussion.

Last edited 10 years ago by Fernando de Oliveira (previous) (diff)

comment:5 by Fernando de Oliveira, 10 years ago

Owner: changed from Fernando de Oliveira to blfs@…
Priority: normallow
Status: assignednew

I have problems to decide about dependencies of packages. This makes difficult for me to add the page, sorry.

comment:6 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs@… to Fernando de Oliveira
Priority: lownormal
Status: newassigned

I will try. If I make some mistake with dependencies or anything else, please, forgive me and correct me.

comment:7 by Fernando de Oliveira, 10 years ago

Planning to insert under

  1. General Utilities

Is it OK?

in reply to:  7 comment:8 by bdubbs@…, 10 years ago

Replying to fo:

Planning to insert under

  1. General Utilities

Is it OK?

Actually, I think Security may be reasonable, but General Utilities seems OK too. Your call.

comment:9 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r12625.

Thanks to all of you who helped me with this task, including: akhiezer, Armin, Bruce, Igor, ĸen.

Please, apologies, if I forgot somebody.

Sorry, Bruce. Had already put in General...

comment:10 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.