Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493056 - app-editors/gummi-9999 should run autogen
Summary: app-editors/gummi-9999 should run autogen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexander van der Meij
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-12-01 19:14 UTC by Simon Levermann
Modified: 2014-01-03 22:54 UTC (History)
2 users (show)

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


Attachments
Fix for ebuild (gummi.diff,474 bytes, patch)
2013-12-01 19:19 UTC, Simon Levermann
Details | Diff
|| die instead of | die (gummi.diff,475 bytes, patch)
2013-12-01 19:22 UTC, Simon Levermann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Levermann 2013-12-01 19:14:10 UTC
When trying to install app-editors/gummi-9999 from portage, it failed to install, as no 'make install' target was present.

Reproducible: Always

Steps to Reproduce:
1.Unmask app-editors/gummi-9999
2.emerge gummi
Actual Results:  
Emerge process failed, complaining about the missing install target in the Makefile

Expected Results:  
Gummi should be successfully installed.

This seems to be caused because the ebuild fails to invoke ./autogen.sh, thus producing no Makefile, or a faulty one when ./configure is invoked.
Comment 1 Simon Levermann 2013-12-01 19:19:30 UTC
Created attachment 364356 [details, diff]
Fix for ebuild
Comment 2 Simon Levermann 2013-12-01 19:22:03 UTC
Created attachment 364360 [details, diff]
|| die instead of | die
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2014-01-03 22:54:16 UTC
autogen should be run in src_prepare()

But it's better if we use eautoreconf

+  03 Jan 2014; Markos Chandras <hwoarang@gentoo.org> gummi-9999.ebuild:
+  Add eautoreconf to simulate the upstream autogen.sh script. Bug #493056
+