Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 483800 - dev-util/insight fails to build with automake-1.13
Summary: dev-util/insight fails to build with automake-1.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
: 486414 (view as bug list)
Depends on:
Blocks: automake-1.13
  Show dependency tree
 
Reported: 2013-09-05 20:23 UTC by Mark I Manning IV
Modified: 2013-11-03 17:11 UTC (History)
1 user (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 Mark I Manning IV 2013-09-05 20:23:09 UTC
emerging insight results in a fatal error in automake due to cygnus style trees (what ever they are) having been deprecated and removed.

Makefile.am:3: error: support for Cygnus-style trees has been removed


Reproducible: Always

Steps to Reproduce:
1. emerge insight

Actual Results:  
insight fails to build

Expected Results:  
insight should build

hope i filed this right, this is not exactly non developer friendly
Comment 1 Rafał Mużyło 2013-09-05 21:12:01 UTC
Not looked at the package, but most likely that line goes something like
AUTOMAKE_OPTIONS = ... cygnus ...
likely needs 'foreign' instead.
Comment 2 Julian Ospald 2013-11-03 17:10:18 UTC
*** Bug 486414 has been marked as a duplicate of this bug. ***
Comment 3 Julian Ospald 2013-11-03 17:11:33 UTC
+  03 Nov 2013; Julian Ospald <hasufell@gentoo.org> insight-6.8.1.ebuild,
+  insight-6.8.1-r1.ebuild, +files/insight-6.8.1-automake-1.13.patch:
+  fix build with automake-1.13 wrt #486414