Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 226433 - app-text/txt2pdbdoc: autotools are being rebuilt through maintainer-mode
Summary: app-text/txt2pdbdoc: 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 255816 (view as bug list)
Depends on:
Blocks: bad-autotools
  Show dependency tree
 
Reported: 2008-06-13 20:38 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-02-22 17:17 UTC (History)
0 users

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:38:11 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 Christoph Mende (RETIRED) gentoo-dev 2009-01-03 00:38:37 UTC
+  03 Jan 2009; Christoph Mende <angelos@gentoo.org> txt2pdbdoc-1.4.4.ebuild:
+  Prevent automatic autotools rebuilding (bug 226433) and respect CFLAGS
+  (bug 240145)
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-02-22 17:17:55 UTC
*** Bug 255816 has been marked as a duplicate of this bug. ***