Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94025 - net-misc/cidr: compiles cleanly on amd64
Summary: net-misc/cidr: compiles cleanly on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High minor
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-05-25 18:29 UTC by dave
Modified: 2005-05-26 03:32 UTC (History)
0 users

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 dave 2005-05-25 18:29:59 UTC
[ root @ frack (x86_64) ] /usr/portage # cp ./net-misc/cidr/cidr-2.3.1-r1.ebuild
./net-misc/cidr/cidr-2.3.1-r2.ebuild
[ root @ frack (x86_64) ] /usr/portage # nano ./net-misc/cidr/cidr-2.3.1-r2.ebuild

*snip* add amd64 keyword */snip*

[ root @ frack (x86_64) ] /usr/portage # ebuild
./net-misc/cidr/cidr-2.3.1-r2.ebuild digest
>>> Generating digest file...
<<< cidr-current.tar.gz
>>> Generating manifest file...
<<< ChangeLog
<<< cidr-2.3.1-r1.ebuild
<<< cidr-2.3.1-r2.ebuild
<<< files/cidr-2.3.1.patch
<<< files/digest-cidr-2.3.1-r1
<<< files/digest-cidr-2.3.1-r2
>>> Computed message digests.

[ root @ frack (x86_64) ] /usr/portage # emerge ./net-misc/cidr/cidr-2.3.1-r2.ebuild
emerging by path implies --oneshot... adding --oneshot to options.

*** emerging by path is broken and may not always work!!!

Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/cidr-2.3.1-r2 to /
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) cidr-2.3.1-r1.ebuild
>>> md5 files   ;-) cidr-2.3.1-r2.ebuild
>>> md5 files   ;-) files/cidr-2.3.1.patch
>>> md5 files   ;-) files/digest-cidr-2.3.1-r1
>>> md5 files   ;-) files/digest-cidr-2.3.1-r2
>>> md5 src_uri ;-) cidr-current.tar.gz
>>> Unpacking source...
>>> Unpacking cidr-current.tar.gz to /var/tmp/portage/cidr-2.3.1-r2/work
 * Applying cidr-2.3.1.patch ...                                               
                                                                               
                                   [ ok ]
>>> Source unpacked.
cc -O3 -march=athlon64 -ffast-math -funroll-loops -funit-at-a-time -fpeel-loops
-ftracer -funswitch-loops -fomit-frame-pointer -pipe -finline-functions
-frename-registers -fweb -fforce-addr -fmove-all-movables -fmerge-all-constants
  -c -o cidr.o cidr.c
gcc -Wall -o cidr cidr.c
>>> Test phase [not enabled]: net-misc/cidr-2.3.1-r2

>>> Install cidr-2.3.1-r2 into /var/tmp/portage/cidr-2.3.1-r2/image/ category
net-misc
man:
prepallstrip:
strip: x86_64-pc-linux-gnu-strip --strip-unneeded
strip: x86_64-pc-linux-gnu-strip --strip-unneeded
   usr/bin/cidr
>>> Completed installing cidr-2.3.1-r2 into /var/tmp/portage/cidr-2.3.1-r2/image/

./
./usr/
./usr/bin/
./usr/bin/cidr
./usr/share/
./usr/share/doc/
./usr/share/doc/cidr-2.3.1-r2/
./usr/share/doc/cidr-2.3.1-r2/README.gz
./usr/share/doc/cidr-2.3.1-r2/ChangeLog.gz
./usr/share/man/
./usr/share/man/man1/
./usr/share/man/man1/cidr.1.gz
>>> Done.
>>> extracting info
>>> extracting cidr-2.3.1-r2
>>> Merging net-misc/cidr-2.3.1-r2 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/cidr
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/cidr-2.3.1-r2/
>>> /usr/share/doc/cidr-2.3.1-r2/README.gz
>>> /usr/share/doc/cidr-2.3.1-r2/ChangeLog.gz
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/cidr.1.gz
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
>>> net-misc/cidr-2.3.1-r2 merged.

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.
 * IMPORTANT: 25 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.

[ root @ frack (x86_64) ] /usr/portage # cidr 192.168.0.0/26

ip address..........:  192.168.0.0
netmask.............:  255.255.255.192

network address.....:  192.168.0.0
broadcast address...:  192.168.0.63

please wait while host addresses are validated...

total host addresses:  62

[ root @ frack (x86_64) ] /usr/portage #   

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-26 03:32:11 UTC
keyword added ,thanks for reporting