Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2004 15:34:54 +0000
From:      Luciano Musacchio <l0kit0@exactas.org>
To:        freebsd-questions@freebsd.org
Subject:   problems with #make buildworld
Message-ID:  <200412041534.55112.l0kit0@exactas.org>

next in thread | raw e-mail | index | archive | help
hi,
i get this when #make buildworld (cvsupped today):
(thanks in advance)

/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/lib/libc/lo
cale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP 
-DHESIOD -Wsystem-headers -We
rror -Wall -Wno-format-y2k -Wno-uninitialized 
-c /usr/src/lib/libc/net/res_debug.c
In file included from /usr/src/lib/libc/net/res_debug.c:786:
/usr/src/lib/libc/net/res_debug.c: In function `__loc_aton':
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton' from incompatible p
ointer type
In file included from /usr/src/lib/libc/net/res_debug.c:797:
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton' from incompatible p
ointer type
In file included from /usr/src/lib/libc/net/res_debug.c:808:
/usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of 
`precsize_aton' from incompatible p
ointer type
*** Error code 1

Stop in /usr/src/lib/libc.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

What i dont under stand here is that gcc doesnt trhrow an /error/, just a 
warning, so, this is a behavior just por buildworld?, i mean, when building a 
port it doesnt stop on warnings, just on errors; i guess we are more 
exigent(?) (i dont know the word for: "exigente" :P) when building world, is 
that right?


###############my info:

###############root@chiba# uname -a
FreeBSD chiba.exactas.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Nov  9 
17:19:54 UTC 2004     
root@chiba.exactas.org:/usr/obj/usr/src/sys/CHIBA.STABLE  i386

###############modified variables in make.conf:
CFLAGS= -O3 -pipe -funroll-loops -ffast-math -fomit-frame-pointer
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math -fomit-frame-pointer
MAKEOPTS= -j2
NO_BLUETOOTH=  true
NO_DYNAMICROOT=true
NO_GDB=  true
NO_I4B=  true
NO_PF=      true
NO_AUTHPF=  true
NO_KERBEROS=   true
NO_MAILWRAPPER=true
NO_MODULES= true
NO_TOOLCHAIN=  true
NO_VINUM=   true
NOATM=      true
NOCRYPT= true
NOGAMES= true
NOINET6= true
NO_BIND=    true
MODULES_WITH_WORLD=true

######################dmesg:
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.3-STABLE #1: Tue Nov  9 17:19:54 UTC 2004
    root@chiba.exactas.org:/usr/obj/usr/src/sys/CHIBA.STABLE
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) Processor (800.04-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x642  Stepping = 2
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
  AMD Features=0xc0440000<RSVD,AMIE,DSP,3DNow!>
real memory  = 536805376 (511 MB)
avail memory = 511434752 (487 MB)
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <SOYO AWRDACPI> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0: <ACPI CPU (3 Cx states)> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
ACPI link \\_SB_.PCI0.LNKC has invalid initial irq 9, ignoring
pci0: <ACPI PCI bus> on pcib0
agp0: <VIA 82C8363 (Apollo KT133A) host to PCI bridge> mem 
0xd8000000-0xdbffffff at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
nvidia0: <GeForce2 MX/MX 400> mem 0xd0000000-0xd7ffffff,0xdc000000-0xdcffffff 
irq 10 at device 0.0 on pci1
nvidia0: [GIANT-LOCKED]
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 82C686A UDMA66 controller> port 
0xc000-0xc00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
uhci0: <VIA 83C572 USB controller> port 0xc400-0xc41f irq 5 at device 7.2 on 
pci0
uhci0: [GIANT-LOCKED]
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xc800-0xc81f irq 5 at device 7.3 on 
pci0
uhci1: [GIANT-LOCKED]
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: <bridge, PCI-unknown> at device 7.4 (no driver attached)
pci0: <multimedia, audio> at device 7.5 (no driver attached)
rl0: <RealTek 8139 10/100BaseTX> port 0xdc00-0xdcff mem 0xde000000-0xde0000ff 
irq 11 at device 10.0 on pci0
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:e0:7d:8c:ba:b7
pcm0: <Creative EMU10K1> port 0xe000-0xe01f irq 5 at device 12.0 on pci0
pcm0: <Cirrus Logic CS4297A AC97 Codec>
fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 800036728 Hz quality 800
Timecounters tick every 10.000 msec
ipfw2 initialized, divert enabled, rule-based forwarding disabled, default to 
accept, logging unlimited
acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0%
ad0: 19595MB <QUANTUM FIREBALLP AS20.5/A1Y.1500> [39813/16/63] at ata0-master 
UDMA66
ad1: 76351MB <SAMSUNG SP0802N/TK100-23> [155127/16/63] at ata0-slave UDMA66
acd0: CDRW <SONY CD-RW CRX225E/QYB1> at ata1-master UDMA33
acd1: CDRW <MATSHITA CD-RW CW-7585/1.04> at ata1-slave PIO4
cd0 at ata1 bus 0 target 0 lun 0
cd0: <SONY CD-RW  CRX225E QYB1> Removable CD-ROM SCSI-0 device 
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
cd1 at ata1 bus 0 target 1 lun 0
cd1: <MATSHITA CD-RW  CW-7585 1.04> Removable CD-ROM SCSI-0 device 
cd1: 16.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present - tray 
closed
Mounting root from ufs:/dev/ad0s1a
IP Filter: v3.4.35 initialized.  Default = pass all, Logging = enabled
cd9660: Joliet Extension (Level 1)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412041534.55112.l0kit0>