Summary: | kprof doesn't emerge | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexey Parshin <alexeyp> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
patches kprofwidget.cpp
new ebuild which applies patch Alternate patch to provide assert by including <cassert> Alternate ebuild to use the "include_cassert.patch" Alternate ebuild to use the "include_cassert.patch" (with some cleanups) kprof-1.4.2.ebuild |
Description
Alexey Parshin
2004-02-14 10:54:14 UTC
Created attachment 29095 [details, diff]
patches kprofwidget.cpp
This patch adds an #include <assert.h> statement to kprofwidget.cpp so that
kprof compiles without errors
Created attachment 29097 [details]
new ebuild which applies patch
The original ebuild plus a line to apply the assert-patch
Thanks for the patch. Should it be <cassert> rather than <assert.h> ? Created attachment 30878 [details, diff]
Alternate patch to provide assert by including <cassert>
Created attachment 30879 [details]
Alternate ebuild to use the "include_cassert.patch"
Created attachment 30880 [details]
Alternate ebuild to use the "include_cassert.patch" (with some cleanups)
Merc: Use emake instead of make. When overriding a inherited function, call it. In this case it would be "kde_src_compile all". Patches should be applied in src_unpack. The ebuild header is invalid >> http://www.gentoo.org/doc/en/ebuild-mistakes.xml Created attachment 30965 [details]
kprof-1.4.2.ebuild
committed :) |