[Bug 9267] New: Ubuntu 12.04 install docs broken
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Bug ID: 9267 Summary: Ubuntu 12.04 install docs broken Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Documentation Assignee: nengard@gmail.com Reporter: tomascohen@gmail.com Current install instructions are broken in the (1.6) step. On amd64 architectures it breaks the whole dependency tree, pulling i386 packages. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Change sponsored?|--- |Sponsored Assignee|nengard@gmail.com |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 14015 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14015&action=edit Bug 9267 - Ubuntu 12.04 install docs broken Current install instructions are broken in the (1.6) step. On amd64 architectures it breaks the whole dependency tree, pulling i386 packages. This patch replaces the 'dpkg --set-selections' combo and replacess some spaces for tabs in one line. This should be cherry-picked for other releases that have 12.04 install instructions as the problem is related to multiarch. Regards To+ -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14015|0 |1 is obsolete| | --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> --- Created attachment 14654 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14654&action=edit Bug 9267 - Ubuntu 12.04 install docs broken Current install instructions are broken in the (1.6) step. On amd64 architectures it breaks the whole dependency tree, pulling i386 packages. This patch replaces the 'dpkg --set-selections' combo and replacess some spaces for tabs in one line. This should be cherry-picked for other releases that have 12.04 install instructions as the problem is related to multiarch. Regards To+ Signed-off-by: Galen Charlton <gmc@esilibrary.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #3 from Galen Charlton <gmcharlt@gmail.com> --- I did a successful Git-based, dev-mode installation on a clean 12.04 VM using the instructions as modified by the patch. As a side note, it was necessary to use the squeeze-dev repository from debian.koha-community.org to get the right versions of libchi-perl and libdigest-jhash-perl for Koha 3.10. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Elliott Davis <elliott@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |elliott@bywatersolutions.co | |m --- Comment #4 from Elliott Davis <elliott@bywatersolutions.com> --- This patch looks like it adheres to the coding standards. My only concern has been documented in splinter. I am still marking it passed QA since the change doesn't appear to have changed anything. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 --- Comment #5 from Elliott Davis <elliott@bywatersolutions.com> --- Comment on attachment 14654 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14654 Bug 9267 - Ubuntu 12.04 install docs broken Review of attachment 14654: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9267&attachment=14654) ----------------------------------------------------------------- ::: install_misc/ubuntu.12.04.packages @@ +64,4 @@
libdatetime-perl install libdatetime-event-ical-perl install libdatetime-format-dateparse-perl install +libdatetime-format-ical-perl install
Why is this modified? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.10.x and 3.8.x will be in 3.10.4 and 3.8.11 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- Just curious why: git checkout -b myinstall origin was changed to: git checkout -b myinstall origin/3.10.x The latter is not "timeless" and will require continued updates. Just a thought. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to comment #8)
Just curious why: git checkout -b myinstall origin was changed to: git checkout -b myinstall origin/3.10.x The latter is not "timeless" and will require continued updates. Just a thought.
The problem is: You belive installing outside packages is only for devs [1] and thus instructions on the tarball are targeted for them and (for that reason) master is what to put there. I belive that (as with any other software package) bundled instructions are for installing the piece of software. They should be concise, and clear. I it was up to me, I'd have a different instruction files set for each Koha release. I don't put effort on maintaining that because te QA process takes so much time that this gets obsolete (this patch was targeted for the 3.10 release for instance). [1] The fact is packages is what people uses less (just quoting chris cormack on this). And instructions inside the tarball should be... for installing from that tarball. The git stuff should even be removed from there, as makes install instructions tl;dr and people willing to develop have other ways of getting the proper instructions and tutorials. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org