Hello, I hope I have the right list. I'm pretty new to OpenBSD and this is the 1st thing I've ever posted. I'm trying to upgrade a Sun Netra T1-105 from 3.6-stable to 3.7-stable. I've got the instructions and everything is going great until this command: cd /usr/src/etc && env DESTDIR=/ make distrib-dirs When I execute this command I get: if [ ! -d //. ]; then install -d -o root -g wheel -m 755 /; fi mtree -qdef mtree/4.4BSD.dist -p // -U if [ ! -d //usr/src ]; then install -d -o root -g wsrc -m 775 //usr/src; fi cd //; rm -f sys; ln -s usr/src/sys sys rm: sys: is a directory *** Error code 1
Stop in /usr/src/etc (line 246 of Makefile). Now it looks like it's trying to remove the sys directory....but I'm really not sure. So I thought I would ask the people that would know. Here is a dmesg of my server, if I need to provide any more info please let me know. OpenBSD 3.6 (GENERIC) #304: Fri Sep 17 13:01:33 MDT 2004 [EMAIL PROTECTED]:/usr/src/sys/arch/sparc64/compile/GENERIC total memory = 335544320 avail memory = 295665664 using 2048 buffers containing 16777216 bytes of memory bootpath: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED],0/[EMAIL PROTECTED],0 mainbus0 (root): Netra t1 (UltraSPARC-IIi 360MHz) cpu0 at mainbus0: SUNW,UltraSPARC-IIi @ 360.015 MHz, version 0 FPU cpu0: physical 32K instruction (32 b/l), 16K data (32 b/l), 1024K external (64 b/l) psycho0 at mainbus0 addr 0xfffc0000 SUNW,sabre: impl 0, version 0: ign 7c0 bus range 0 to 3; PCI bus 0 DVMA map: c0000000 to e0000000 IOTDB: 1896000 to 1916000 pci0 at psycho0 ppb0 at pci0 dev 1 function 1 "Sun Simba PCI-PCI" rev 0x13 pci1 at ppb0 bus 1 ebus0 at pci1 dev 1 function 0 "Sun PCIO Ebus2" rev 0x01 auxio0 at ebus0 addr 726000-726003, 728000-728003, 72a000-72a003, 72c000-72c003, 72f000-72f003 power at ebus0 addr 724000-724003 ipl 37 not configured SUNW,pll at ebus0 addr 504000-504002 not configured com0 at ebus0 addr 3803f8-3803ff ipl 28: ns16550a, 16 byte fifo com0: console com1 at ebus0 addr 3602f8-3602ff ipl 20: ns16550a, 16 byte fifo lpt0 at ebus0 addr 340278-340287, 30015c-30015d, 700000-70000f ipl 34: polled fdthree at ebus0 addr 3203f0-3203f7, 706000-70600f, 720000-720003 ipl 39 not configured clock0 at ebus0 addr 0-1fff: mk48t59: hostid 80c2a980 flashprom at ebus0 addr 0-fffff not configured watchdog at ebus0 addr 200000-20003f ipl 4 not configured display7seg at ebus0 addr 200040-200040 not configured beeper0 at ebus0 addr 722000-722003: can't map register space flashprom at ebus0 addr 400000-5fffff not configured flashprom at ebus0 addr 800000-9fffff not configured i2c at ebus0 addr 600000-600003 ipl 40 not configured i2c at ebus0 addr 100000-100003 ipl 27 not configured SUNW,lom at ebus0 addr 400000-400063 not configured hme0 at pci1 dev 1 function 1 "Sun HME" rev 0x01: address 08:00:20:c2:a9:80 ukphy0 at hme0 phy 0: Generic IEEE 802.3u media interface ukphy0: OUI 0x00601d, model 0x000c, rev. 1 hme0: using ivec 3021 for interrupt siop0 at pci1 dev 2 function 0 "Symbios Logic 53c875" rev 0x03: ivec 20, using 4K of on-board RAM scsibus0 at siop0: 16 targets sd0 at scsibus0 targ 0 lun 0: <IBM-PSG, DNES-309170Y !#, SAHR> SCSI3 0/direct fixed sd0: 8678MB, 11474 cyl, 5 head, 309 sec, 512 bytes/sec, 17774160 sec total ppb1 at pci0 dev 1 function 0 "Sun Simba PCI-PCI" rev 0x13 pci2 at ppb1 bus 2 ppb2 at pci2 dev 1 function 0 "DEC 21150 PCI-PCI" rev 0x04 pci3 at ppb2 bus 3 pciide0 at pci3 dev 14 function 0 "CMD Technology PCI0646" rev 0x03: DMA, channel 0 configured to native-PCI, channel 1 configured to native-PCI pciide0: using ivec 1802 for native-PCI interrupt pciide0: channel 0 disabled (no drives) atapiscsi0 at pciide0 channel 1 drive 0 scsibus1 at atapiscsi0: 2 targets cd0 at scsibus1 targ 0 lun 0: <TOSHIBA, CD-ROM XM-7002Bc, 1110> SCSI0 5/cdrom removable cd0(pciide0:1:0): using PIO mode 4, DMA mode 2 pcons at mainbus0 not configured No counter-timer -- using %tick at 360MHz as system clock. root on sd0a siop0: target 0 now using tagged 16 bit 20.0 MHz 16 REQ/ACK offset xfers rootdev=0x700 rrootdev=0x1100 rawdev=0x1102 Cody Holland