Opened 14 years ago

Closed 13 years ago

Last modified 11 years ago

#3215 closed task (fixed)

Parted-2.3

Reported by: Randy McMurchy Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Version increment to 2.3

http://ftp.gnu.org/gnu/parted/

Notes:

1) make check requires http://sourceforge.net/projects/check/

2) if make check is not run as root many checks are skipped and there is one failure

3) it should be noted in the instructions that this package does not support the default LFS ext3 filesystem.

4)make docs

make -C doc html
makeinfo --html      -o doc/html       doc/parted.texi
makeinfo --plaintext -o doc/parted.txt doc/parted.texi

more docs (PDF, Postscript) can be built if there is a Tex installation

5)install docs

install -v -m755 -d /usr/share/doc/parted-&parted-version;/html
install -v -m644    doc/html/* \
                    /usr/share/doc/parted-&parted-version;/html
install -v -m644    doc/FAT doc/API doc/parted.{texi,txt,html,pdf,ps,dvi} \
                    /usr/share/doc/parted-&parted-version;

Change History (4)

comment:1 by bdubbs@…, 14 years ago

Item 3 is unclear to me. Parted doesn't support ext3 or the make check doesn't support ext3?

Seems wrong that a gnu package wouldn't support the most common filesystem. Can you clarify?

comment:2 by Randy McMurchy, 14 years ago

There is really nothing to clarify. The docs clearly point out that ext3 filesystems are not supported and it even says to use the e2fsprog tools to manipulate ext3 filesystems. I thought it strange as well, that is why I think it should be mentioned in the book.

For more information download the package and read the docs.

comment:3 by Armin K, 13 years ago

Resolution: fixed
Status: newclosed

Parted 3.0 is in BLFS SVN. Marking as fixed.

comment:4 by bdubbs@…, 11 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.