Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 226437 - app-text/htmltidy: autotools are being rebuilt through maintainer-mode
Summary: app-text/htmltidy: autotools are being rebuilt through maintainer-mode
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bad-autotools
  Show dependency tree
 
Reported: 2008-06-13 20:40 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-07-22 17:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-06-13 20:40:59 UTC
Rebuilding autotools through maintainer-mode is _not_ good, because it usually means you forget to add dependencies, and they'll magically use the same version as used by upstream, which might not be what the user have installed at all.

If you patch Makefile.am or configure.in/configure.ac you _have to_ use autotools.eclass and eautomake/eautoreconf. Exceptions are granted _only_ for system packages that would make it impossible to run autotools during stagebuilding.

Please fix your package.
Comment 1 Robert Buchholz (RETIRED) gentoo-dev 2009-07-22 17:28:31 UTC
+  22 Jul 2009; Robert Buchholz <rbu@gentoo.org>
+  +files/htmltidy-20090325-tidyrc.patch, htmltidy-4.8.6.ebuild,
+  htmltidy-5.10.26-r2.ebuild, +htmltidy-20090325.ebuild:
+  Version bump to latest CVS sources. Remove xml use flag and html2db as it was
+  never integrated upstream and does not compile due to usage of internal tidy
+  API. Enable /etc/tidyrc and ~/.tidyrc config paths and build autotools
+  properly, closes bugs 154834, 219450, 226437 and 278604.
+