https://bugzilla.wikimedia.org/show_bug.cgi?id=66807

Matthew Flaschen <mflasc...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mflasc...@wikimedia.org

--- Comment #3 from Matthew Flaschen <mflasc...@wikimedia.org> ---
It looks like it's trying to install the version from apt.wikimedia.org:

vagrant@mediawiki-vagrant:~$ apt-cache policy mediawiki-math
mediawiki-math:
  Installed: (none)
  Candidate: 2:1.0+git20140526-1
  Version table:
     2:1.0+git20140526-1 0
        500 http://apt.wikimedia.org/wikimedia/ precise-wikimedia/main amd64
Packages
     1:1.15.5-7 0
        500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

That then apparently depends on mediawiki-extensions-math:

vagrant@mediawiki-vagrant:~$ apt-cache depends mediawiki-math
mediawiki-math
  Depends: mediawiki-extensions-math
  Conflicts: mediawiki-math:i386

It's not clear why mediawiki-extensions-math won't install, but I don't think
it would make sense if it did.

vagrant@mediawiki-vagrant:~$ apt-cache depends mediawiki-extensions-math
mediawiki-extensions-math
  Depends: mediawiki
  Depends: mediawiki-math-texvc
  Recommends: mediawiki-extensions-base

We don't want to use Mediawiki from an Ubuntu package.

MediaWiki-Vagrant should probably depend on the required packages.  I.E. it
should install everything http://packages.ubuntu.com/precise/mediawiki-math
depends on, but not mediawiki-math itself, which is apparently just texvc
(http://packages.ubuntu.com/precise/amd64/mediawiki-math/filelist) (not
confirmed since that's Ubuntu's list, not the list from our own deb repo)

I think it should build texvc, since that's still part of the Math repo
(https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FMath.git/877a0b447ba661ef0a3618bf3c7c5620f25eac59/math%2Ftexvc.ml),
and MWV is primarily a tool for development.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to