Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./configure gives a "bad version string" for libparted 3.3 because it's not a "1.6.0" format #16

Closed
mikebdp2 opened this issue Apr 3, 2020 · 1 comment

Comments

@mikebdp2
Copy link

mikebdp2 commented Apr 3, 2020

Temporary solution is to insert a return 0; to line 4795 to skip this check.

@ya-mouse
Copy link
Owner

ya-mouse commented Apr 4, 2020

That is going to be fixed in v1.1.0. Thanks for reporting.

ya-mouse added a commit that referenced this issue Apr 5, 2020
 - drop support for libparted older than 2.4 (#16)
 - introduce `-n, --partition` to set a partition number when
   dealing with file dumps, /dev/loop and /dev/ram devices (#15)
 - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
   add `-f, --force` option to not prompt (#13)
 - do not limit FAT32 usage on small partitions (#11)
 - update changelog (#10)
ya-mouse added a commit that referenced this issue Apr 5, 2020
Grand update:
 - drop support for libparted older than 2.4 (#16)
 - introduce `-n, --partition` to set a partition number when
   dealing with file dumps, /dev/loop and /dev/ram devices (#15)
 - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
   add `-f, --force` option to not prompt (#13)
 - do not limit FAT32 usage on small partitions (#11)
 - update changelog (#10)
@ya-mouse ya-mouse closed this as completed Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants