Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22576 Details for
Bug 36309
portmap-5b-r7 searches for libs in wrong dir
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
log of portmap compile success
portmap-success.log (text/plain), 6.06 KB, created by
Lesley van Zijl
on 2003-12-23 05:06:19 UTC
(
hide
)
Description:
log of portmap compile success
Filename:
MIME Type:
Creator:
Lesley van Zijl
Created:
2003-12-23 05:06:19 UTC
Size:
6.06 KB
patch
obsolete
>ws root # emerge portmap >Calculating dependencies ...done! >>>> emerge (1 of 1) net-nds/portmap-5b-r7 to / >>>> md5 src_uri ;-) portmap_5beta.tar.gz >>>> Unpacking source... >>>> Unpacking portmap_5beta.tar.gz to /var/tmp/portage/portmap-5b-r7/work > * Applying portmap_5beta.dif... [ ok ] > * Applying portmap-5b-include-errno_h.patch... [ ok ] >>>> Source unpacked. >gcc -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -Wall -march=athlon-xp -O3 -pipe -mmmx -m3dnow -msse -pipe -c -o portmap.o portmap.c >portmap.c:152: warning: return type defaults to `int' >portmap.c: In function `main': >portmap.c:161: warning: implicit declaration of function `getopt' >portmap.c:180: warning: implicit declaration of function `daemon' >portmap.c: In function `reg_service': >portmap.c:352: warning: passing arg 2 of `svc_sendreply' from incompatible pointer type >portmap.c:361: warning: passing arg 2 of pointer to function from incompatible pointer type >portmap.c:361: warning: passing arg 3 of pointer to function from incompatible pointer type >portmap.c:403: warning: passing arg 2 of `svc_sendreply' from incompatible pointer type >portmap.c:415: warning: passing arg 2 of pointer to function from incompatible pointer type >portmap.c:415: warning: passing arg 3 of pointer to function from incompatible pointer type >portmap.c:449: warning: passing arg 2 of `svc_sendreply' from incompatible pointer type >portmap.c:461: warning: passing arg 2 of pointer to function from incompatible pointer type >portmap.c:461: warning: passing arg 3 of pointer to function from incompatible pointer type >portmap.c:476: warning: passing arg 2 of `svc_sendreply' from incompatible pointer type >portmap.c:488: warning: passing arg 2 of pointer to function from incompatible pointer type >portmap.c:500: warning: passing arg 2 of `svc_sendreply' from incompatible pointer type >portmap.c: In function `callit': >portmap.c:647: warning: passing arg 2 of pointer to function from incompatible pointer type >portmap.c:647: warning: passing arg 3 of pointer to function from incompatible pointer type >portmap.c:660: warning: implicit declaration of function `fork' >portmap.c:676: warning: passing arg 3 of pointer to function from incompatible pointer type >portmap.c:676: warning: passing arg 4 of pointer to function from incompatible pointer type >portmap.c:676: warning: passing arg 5 of pointer to function from incompatible pointer type >portmap.c:676: warning: passing arg 6 of pointer to function from incompatible pointer type >portmap.c:678: warning: passing arg 2 of `svc_sendreply' from incompatible pointer type >portmap.c:683: warning: implicit declaration of function `close' >portmap.c: At top level: >portmap.c:41: warning: `sccsid' defined but not used >gcc -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -Wall -march=athlon-xp -O3 -pipe -mmmx -m3dnow -msse -pipe -c -o pmap_check.o pmap_check.c >pmap_check.c: In function `check_startup': >pmap_check.c:104: warning: implicit declaration of function `setuid' >pmap_check.c: At top level: >pmap_check.c:114: warning: return type defaults to `int' >pmap_check.c: In function `check_default': >pmap_check.c:119: warning: implicit declaration of function `hosts_ctl' >pmap_check.c: At top level: >pmap_check.c:132: warning: return type defaults to `int' >pmap_check.c:177: warning: return type defaults to `int' >pmap_check.c:201: warning: return type defaults to `int' >pmap_check.c: In function `logit': >pmap_check.c:252: warning: missing braces around initializer >pmap_check.c:252: warning: (near initialization for `procmap[0]') >pmap_check.c:266: warning: implicit declaration of function `fork' >pmap_check.c:272: warning: suggest parentheses around assignment used as truth value >pmap_check.c: At top level: >pmap_check.c:36: warning: `sccsid' defined but not used >gcc -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -Wall -march=athlon-xp -O3 -pipe -mmmx -m3dnow -msse -pipe -c -o from_local.o from_local.c >from_local.c: In function `grow_addrs': >from_local.c:88: warning: implicit declaration of function `memcpy' >from_local.c: At top level: >from_local.c:101: warning: return type defaults to `int' >from_local.c: In function `find_local': >from_local.c:122: warning: implicit declaration of function `close' >from_local.c: At top level: >from_local.c:159: warning: return type defaults to `int' >from_local.c: In function `from_local': >from_local.c:167: warning: implicit declaration of function `memcmp' >from_local.c: At top level: >from_local.c:39: warning: `sccsid' defined but not used >gcc -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -Wall -march=athlon-xp -O3 -pipe -mmmx -m3dnow -msse -pipe -o portmap portmap.o pmap_check.o from_local.o /usr/lib/libwrap.a -lwrap -lutil >gcc -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -Wall -march=athlon-xp -O3 -pipe -mmmx -m3dnow -msse -pipe -o pmap_dump pmap_dump.c -lwrap -lutil >pmap_dump.c:27: warning: return type defaults to `int' >pmap_dump.c: In function `main': >pmap_dump.c:46: warning: implicit declaration of function `perror' >pmap_dump.c: At top level: >pmap_dump.c:9: warning: `sccsid' defined but not used >gcc -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -Wall -march=athlon-xp -O3 -pipe -mmmx -m3dnow -msse -pipe -o pmap_set pmap_set.c -lwrap -lutil >pmap_set.c:21: warning: return type defaults to `int' >pmap_set.c: In function `main': >pmap_set.c:31: warning: implicit declaration of function `parse_line' >pmap_set.c: At top level: >pmap_set.c:44: warning: return type defaults to `int' >pmap_set.c:9: warning: `sccsid' defined but not used > >>>> Install portmap-5b-r7 into /var/tmp/portage/portmap-5b-r7/image/ category net-nds
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36309
:
22575
| 22576 |
22585
|
22586
|
22670