Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9479 - netcat update fails
Summary: netcat update fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 07:04 UTC by Andrei Ivanov
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
patch for netcat-110-r1.ebuild (netcat-110-r1.ebuild.patch,304 bytes, patch)
2002-10-22 10:04 UTC, Dries Harnie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Ivanov 2002-10-22 07:04:25 UTC
This happens while updating to netcat-110-r1:
>>> emerge net-analyzer/netcat-110-r1 to /
>>> md5 ;-) nc110.tgz
>>> Unpacking source...
>>> Unpacking nc110.tgz
>>> Source unpacked.
 * Makefile corrections
 * netcat.c corrections
make -e netcat  XFLAGS='-DLINUX' STATIC=-static
make[1]: Entering directory `/mnt/hdc/tmp/portage/netcat-110-r1/work'
gcc -march=i686 -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -
frerun-cse-after-loop -frerun-loop-opt -malign-funetcattions=4 -s   -DLINUX -
static -o netcat netcat.c
cc1: Invalid option `align-funetcattions=4'
make[1]: *** [netcat] Error 1
make[1]: Leaving directory `/mnt/hdc/tmp/portage/netcat-110-r1/work'
make: *** [linux] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -77, Exitcode 2
!!! (no error message)

CFLAGS="-march=i686 -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -
frerun-cse-after-loop -frerun-loop-opt -malign-functions=4"

I don't know how it gets from -malign-functions=4 to -malign-funetcattions=4
Comment 1 Dries Harnie 2002-10-22 10:04:34 UTC
Created attachment 4900 [details, diff]
patch for netcat-110-r1.ebuild

works for me
Comment 2 Andrei Ivanov 2002-10-22 10:47:27 UTC
It works, thanks...
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-22 11:44:18 UTC
sorry about that, shadow.  thanks drie.