Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85416 - net-analyzer/flow-tools should be ~amd64
Summary: net-analyzer/flow-tools should be ~amd64
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 14:09 UTC by Jeremy Hanmer
Modified: 2005-03-25 13:12 UTC (History)
0 users

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


Attachments
allow compilation with USE="debug" (flow-tools-0.67-fix-debug.patch,313 bytes, patch)
2005-03-25 13:02 UTC, Jeremy Hanmer
Details | Diff
updated ebuild to use the attached patch if hasuse debug (flow-tools-0.67.ebuild,2.08 KB, text/plain)
2005-03-25 13:03 UTC, Jeremy Hanmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Hanmer 2005-03-15 14:09:59 UTC
flow-tools works on amd64 and should be keyworded for the platform

I only tested relatively simple flow-capture/flow-cat/flow-print, but had no issues at all.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
won't merge

Expected Results:  
should merge
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-03-25 06:35:22 UTC
fails here with USE="debug", sorry.

flow-export.c: In function `format3':
flow-export.c:761: error: `debug' undeclared (first use in this function)
flow-export.c:761: error: (Each undeclared identifier is reported only once
flow-export.c:761: error: for each function it appears in.)
make[1]: *** [flow_export-flow-export.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/flow-tools-0.67/work/flow-tools-0.67/src'
make: *** [all-recursive] Error 1

!!! ERROR: net-analyzer/flow-tools-0.67 failed.
!!! Function src_compile, Line 64, Exitcode 2
!!! emake failed
Comment 2 Jeremy Hanmer 2005-03-25 13:02:21 UTC
Created attachment 54468 [details, diff]
allow compilation with USE="debug"

This patch allows compilation with USE="debug"
Comment 3 Jeremy Hanmer 2005-03-25 13:03:16 UTC
Created attachment 54469 [details]
updated ebuild to use the attached patch if hasuse debug

updated ebuild to use the attached patch if hasuse debug
Comment 4 Simon Stelling (RETIRED) gentoo-dev 2005-03-25 13:12:44 UTC
thanks, added both the patch and keyword -> FIXED