tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Building Abiword 3.0.0 fails in build stage



On 22 December 2014 at 17:04, Greg Troxel <gdt%ir.bbn.com@localhost> wrote:
> So how does that lead to a set of binary packages produced by a bulk
> build which are a reasonable tradeoff of having things available and not
> bringing in unreasonable dependencies for the base package?

I'm not sure about the "unreasonable dependencies". If they are
already in pkgsrc and they are not broken, why worry? In my builds,
most of the work is done by building the package itself, not the
dependencies.

> I'm not trying to argue that opendocument should be separate.  A world
> where a few plugins that don't hurt much dependency-wise and that almost
> all users want are bundled, and others aren't, is totally fine.

This is something we could discuss after the package has been tested
to be working sufficiently ok. Then we could ask ourselves which
plugins are needed and which not.

For example Slackware, which is relatively minimalistic, maintains a
Slackbuild with these options:

./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --docdir=/usr/doc/$PRGNAM-$VERSION \
  --disable-static \
  --enable-shared \
  --enable-clipart \
  --enable-templates \
  --enable-plugins \

Re:
http://slackbuilds.org/slackbuilds/14.1/office/abiword/abiword.SlackBuild

What I am trying to do is to build Abiword with various options and
see how it works. I would like to compare the size of various
binaries.

Is the alternative to make a separate plugin package? In which case
who volunteers?

> But maybe only two of you use AbiWord anyway, so if you're both
> content, that might be entirely good enough.

It could be that netbsd/pkgsrc users are discouraged with having to
make do with older and unmaintained software and silently move to
somewhere else.


Home | Main Index | Thread Index | Old Index