Re: Delivery Status Notification (Failure)

2017-03-19 Thread Roberto Rodriguez Jr
Hi all, My latest findings... Revision: 315577 Last Changed Author: ian Last Changed Rev: 315577 Last Changed Date: 2017-03-19 18:50:03 + (Sun, 19 Mar 2017) FreeBSD krsna 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r315577: Sun Mar 19 19:22:52 UTC 2017 # make -j5 buildworld --- libc.a --- ranlib -D

Re: fail world build

2017-03-16 Thread Roberto Rodriguez Jr
Using r315340 I simply commented out those 3 lines and buildworld and kernel succesfuly compiled and installed. --- pciconf.o --- /usr/src/head/usr.sbin/pciconf/pciconf.c:703:3: error: use of undeclared identifier 'PCIC_ACCEL' {PCIC_ACCEL,-1, "processing

Re: fail world build

2017-03-15 Thread Roberto Rodriguez Jr
Hi, world is amd64-20170309-r314972 # ls /usr/include/pci ls: /usr/include/pci: No such file or directory Havent been able to buildworld since r314495 Thanks -R On Wed, Mar 15, 2017 at 11:57 PM, Manfred Antar <n...@pozo.com> wrote: > > > On Mar 15, 2017, at 4:44 PM, Rober

Re: fail world build

2017-03-15 Thread Roberto Rodriguez Jr
Hey, r315336 --- pciconf.o --- /usr/src/head/usr.sbin/pciconf/pciconf.c:703:3: error: use of undeclared identifier 'PCIC_ACCEL' {PCIC_ACCEL,-1, "processing accelerators"}, ^ /usr/src/head/usr.sbin/pciconf/pciconf.c:704:3: error: use of undeclared

fail world build

2017-03-15 Thread Roberto Rodriguez Jr
Hello, buildkernel as of r315323 GOOD buildworld FAILS: /usr/src/head/usr.sbin/pciconf/pciconf.c:703:3: error: use of undeclared identifier 'PCIC_ACCEL' {PCIC_ACCEL,-1, "processing accelerators"}, ^ /usr/src/head/usr.sbin/pciconf/pciconf.c:704:3:

Re: SMBus driver

2017-03-13 Thread Roberto Rodriguez Jr
Hey, Compiled kernel and it registered the device. Thank you for the support! -R ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: SMBus driver

2017-03-13 Thread Roberto Rodriguez Jr
Ahoy, Oh excellent! Will try new device soon and report. Thank you very much -R ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: buildworld error

2017-03-12 Thread Roberto Rodriguez Jr
Hey, Even with a fresh checkout of sources ( today 935am EST). Buildworld/kernel fail 10 seconds into build. Thanks ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
Thanks! Rechecking out src tree. It seems my errors are like u said about 'make delete-old' ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
Now... make buildworld root@krsna:/usr/src # time make buildworld -- >>> World build started on Sun Mar 12 00:52:52 UTC 2017 --

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
So... cd /usr/src svn up yes|make delete-old rm -rf /usr/obj/* rm -rf /var/tmp/ccache/* make -j4 buildworld Script started on Sun Mar 12 00:47:52 2017 root@krsna:/usr/src # time make -j4 buildworld --- buildworld --- --- buildworld_prologue ---

SMBus driver

2017-03-11 Thread Roberto Rodriguez Jr
Hi, pciconf -lvbe none0@pci0:0:20:0:class=0x0c0500 card=0x21f7103c chip=0x780b1022 rev=0x3a hdr=0x00 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH SMBus Controller' class = serial bus subclass = SMBus I have 'device smbus' in KERNCONF. I would

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
I figured the script command... here is the new error r315090 --- .depend --- echo setkey.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libl.a /usr/obj/usr/src/tmp/usr/lib/liby.a /usr/obj/usr/src/tmp/usr/lib/libipsec.a >> .depend --- setkey.o ---

buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
hello, buildworld currently breaks while building kerberos5. Sorry i cant post the error still managing to learn how script works. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: input/output error @boot

2017-03-09 Thread Roberto Rodriguez Jr
Hello all, I am booting from CURRENTusb img. For the life of me I cannot comprehend why I cannot see my /boot directory after Choose Shell from bsdinstall welcome mkdir /tmp/mnt zpool import zpool import -fR /tmp/mnt mypool zfs mount -a ls mypool var usr tmp Where is boot, etc, bin, root? zfs

RE: input/output error @boot

2017-03-08 Thread Roberto Rodriguez Jr
the issue in my previous patch (r314828). Hope this issue is finally fixed this time! :-) Thanks, -- Dexuan *From:* Roberto Rodriguez Jr [mailto:rob.rodz@gmail.com] *Sent:* Tuesday, March 7, 2017 21:27 *To:* Dexuan Cui <de...@microsoft.com> *Cc:* FreeBSD Current <fr

Re: installworld pwait error

2017-03-08 Thread Roberto Rodriguez Jr
Just curious though if anybody in the Forum had experienced such an issue and it obviously they fixed it just curious though. On Mar 8, 2017 12:51 PM, "David Wolfskill" <da...@catwhisker.org> wrote: > On Wed, Mar 08, 2017 at 12:50:18PM -0500, Roberto Rodriguez Jr wrote: &g

Re: installworld pwait error

2017-03-08 Thread Roberto Rodriguez Jr
Hey, Well thats good because I just updated and am rebuilding again. Thank u On Mar 8, 2017 12:45 PM, "David Wolfskill" <da...@catwhisker.org> wrote: > On Wed, Mar 08, 2017 at 12:42:38PM -0500, Roberto Rodriguez Jr wrote: > > Hi everyone, > > > > Sorry I c

installworld pwait error

2017-03-08 Thread Roberto Rodriguez Jr
Hi everyone, Sorry I cannot provide the output at this time. Success with buildworld buildkernel installkernel and reboot but installworld breaks saying pwait No such file found. Using 314828. Can anyone confirm? Thanks alld ___

Re: make.conf

2017-03-07 Thread Roberto Rodriguez Jr
Yes I understand it's true there are many options I will test what I can for my AMD 64 machine since it's a laptop I can probably start making some reports and also look into ZFS snapshots and tunables. Thank you very much it was helpful ___

RE: input/output error @boot

2017-03-07 Thread Roberto Rodriguez Jr
I will test tonight. Thank you very much for your time On Mar 6, 2017 11:52 PM, "Dexuan Cui" wrote: > From: Dexuan Cui > I committed r314770 just now to minimize the impact: > https://svnweb.freebsd.org/base?view=revision=314770 > > Please let me know in case this can't

make.conf

2017-03-06 Thread Roberto Rodriguez Jr
Good evening gentlemen or good morning I would like to know what kind of settings you would like us testers to have in our configuration. For example I simply establish a CPU type just for basic assembly optimization but what other settings would you recommend to set so that when we recompile and

RE: input/output error @boot

2017-03-06 Thread Roberto Rodriguez Jr
FREEBSD_SOURCE_ROOT/sys/boot/ and run "patch -p3 < > the_patch_name". > > If you have run 'make buildworld", just run 'make' in the sys/boot/ > directory and copy the new loader.efi into the boot folder, e.g. in my > side, I use > > cp -iv /usr/obj/root/bsd.git/sys/boot/e

RE: input/output error @boot

2017-03-06 Thread Roberto Rodriguez Jr
Hey I do appreciate the work and time put into this issue. I will update my sources when I chroot from the USB, need to find out how first, ;) and do I rebuildworld or just download the lastest head snapshot? Im new to testing with others. Thank you very much

Re: input/output error @boot

2017-03-05 Thread Roberto Rodriguez Jr
When I get to the house I'll try to patch it and see if I get any results. Thank u very much I guess this is https://lists.freebsd.org/pipermail/freebsd-current/2017-March/064971.html Best regards Michael > ___ > freebsd-current@freebsd.org mailing

Re: input/output error @boot

2017-03-05 Thread Roberto Rodriguez Jr
HP 15 AMD64 laptop a6-5200 apu... this is the error below On Mar 5, 2017 11:37 AM, "Ultima" wrote: Its showing... elf64_loadimage: read failed can't load file /boot/kernel/kernel Can the same when attempting to load kernel.old, had to revert to old snapshot on usb

input/output error @boot

2017-03-05 Thread Roberto Rodriguez Jr
I installed the latest snapshot and when I checked out the latest Source yesterday evening I rebuilt world and kernel installed kernel rebooted installed World follow every step in the handbook and I continue to have an input output error at boot time I can't attach a picture at the moment or any

Re: Building Current

2017-03-04 Thread Roberto Rodriguez Jr
Would make -DNO_CLEAN=NO also/maybe help as well? ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Building Current

2017-03-04 Thread Roberto Rodriguez Jr
What tools can I use to make the building a little faster? I'm using an AMD 64 HP 15 laptop and I update the source tree daily and rebuild so if I have any errors I could report. Just curious if there's any extra software I could be implementing to make the compiling faster. Thank you

Re: upgrading current - graphics bug

2015-03-06 Thread Roberto Rodriguez Jr.
On Fri, Mar 06, 2015 at 09:55:54AM -0800, Kevin Oberman wrote: On Thu, Mar 5, 2015 at 12:38 PM, Roberto Rodriguez Jr. witchdoctor@gmail.com wrote: 5-Are you configuring xorg with xorg.conf(deprecated) or starting xorg with 'startx'(xinit) or are you using a display manager(xdm

Re: upgrading current - graphics bug

2015-03-05 Thread Roberto Rodriguez Jr.
the kernel modules for your card? 4-What graphics card is it? ATI or NVIDIA? 5-Are you configuring xorg with xorg.conf(deprecated) or starting xorg with 'startx'(xinit) or are you using a display manager(xdm)? 6-Have you read 24.6.1 #13 in the Handbook? Roberto Rodriguez Jr. Mach1ne Defense Foundati0n