[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Josh Triplett
URL: http://savannah.gnu.org/bugs/?39721 Summary: File conflicts between installations with different prefixes Project: GNU GRUB Submitted by: joshtriplett Submitted on: Wed 07 Aug 2013 02:09:47 PM PDT Category:

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Vladimir Serbinenko
Follow-up Comment #1, bug #39721 (project grub): I don't see how grub-mkconfig_lib would be different between platforms. In my tests they are identical. Please show the difference. ___ Reply to this item at:

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Josh Triplett
Follow-up Comment #2, bug #39721 (project grub): The data below comes from bzr revno 5086. ~/src/grub-bzr$ ./configure --program-prefix=i386-pc- --target=i386 --with-platform=pc make DESTDIR=/tmp/grub-i386-pc-inst install [...] ~/src/grub-bzr$ make distclean # build broken with missing headers

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Vladimir Serbinenko
Update of bug #39721 (project grub): Status:None = Invalid Open/Closed:Open = Closed ___ Follow-up Comment #3: program-transform-name

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Josh Triplett
Follow-up Comment #4, bug #39721 (project grub): Then what *is* the recommended approach for installing two copies of grub to the same prefix with different target platforms? (Note that I'm currently using program-transform-name for this successfully, because I don't actually need to run any

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Vladimir Serbinenko
Follow-up Comment #5, bug #39721 (project grub): Just install both of them: ./configure --with-platform=A make sudo make install make distclean ./configure --with-platform=B make sudo make install ___ Reply to this item at:

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Josh Triplett
Follow-up Comment #6, bug #39721 (project grub): The binaries in bin and sbin installed for any grub target will work for any other grub target installed to the same prefix? ___ Reply to this item at: http://savannah.gnu.org/bugs/?39721

[bug #39721] File conflicts between installations with different prefixes

2013-08-07 Thread Vladimir Serbinenko
Follow-up Comment #7, bug #39721 (project grub): Yes, binaries are identical (other than some debug information which may contain e.g. time). ___ Reply to this item at: http://savannah.gnu.org/bugs/?39721