Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302470 - Please stabilize app-misc/lockfile-progs
Summary: Please stabilize app-misc/lockfile-progs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Paweł Hajdan, Jr. (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2010-01-27 17:05 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2010-02-06 11:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-01-27 17:05:01 UTC
- in portage since 18 Dec 2009 (new package)
- small
- no reported bugs
- probably not widely tested in Gentoo
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-01-27 17:12:54 UTC
Some minimal instructions to test:

ph@localhost /tmp $ mkdir test
ph@localhost /tmp $ cd test
ph@localhost /tmp/test $ lockfile-create test
ph@localhost /tmp/test $ ls -l
total 4
-rw-r--r-- 1 ph users 2 Jan 27 18:10 test.lock
ph@localhost /tmp/test $ lockfile-check test
ph@localhost /tmp/test $ echo $?
0
ph@localhost /tmp/test $ lockfile-remove test
ph@localhost /tmp/test $ ls -l
total 0
ph@localhost /tmp/test $ lockfile-check test
ph@localhost /tmp/test $ echo $?
255

It may be worth checking on an NFS-mounted volume too.
Comment 2 Andreas Schürch gentoo-dev 2010-02-05 09:15:08 UTC
Test passed on x86, works also fine here on an nfs-mounted directory.
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2010-02-05 18:06:32 UTC
x86 stable, thanks Andreas for testing
Comment 4 Thomas Beierlein gentoo-dev 2010-02-06 09:49:46 UTC
Install and works fine on stable amd64 chroot too. No chance to test on NFS.
Comment 5 Thomas Beierlein gentoo-dev 2010-02-06 09:54:35 UTC
Re comment #4: Test was with old liblockfile-1.06-r2. But just retested with unstable 1-08. Same good results here.
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2010-02-06 11:40:18 UTC
Stable on amd64

all arches done