Problem with NVIDIA drivers 390 and 470 on current

2022-09-25 Thread Nilton Jose Rizzo
Hi all,

I'm updated my box to last 14-current today and I get error on ports 
compialtion.

% uname -a
FreeBSD valfenda 14.0-CURRENT FreeBSD 14.0-CURRENT #17 main-1a2b55732f: Sun Sep 
25 21:14:19 -03 2022 
rizzo@valfenda:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64   

When I try to install a nvidia driver from ports, I get this error:

cc  -O2 -pipe -fno-strict-aliasing -DNV_VERSION_STRING=\"390.151\" -D__KERNEL__ 
-DNVRM -Wno-unused-function -Wuninitialized -O2 -fno-strict-aliasing 
-mno-red-zone -mcmode
l=kernel -Wno-sign-compare -Wno-format-extra-args -UDEBUG -U_DEBUG -DNDEBUG 
-DNV_SPECTRE_V2=1 -DNV_KERNEL_INTERFACE_LAYER -Werror=undef  -Werror -D_KERNEL 
-DKLD_MODULE -n
ostdinc  -I. -I../common/inc -include 
/usr/ports/x11/nvidia-driver-390/work/NVIDIA-FreeBSD-x86_64-390.151/src/nvidia/opt_global.h
 -I. -I/usr/src/sys -I/usr/src/sys/contri
b/ck/include -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 
-fdebug-prefix-map=./machine=/usr/src/sys/amd64/include 
-fdebug-prefix-map=./x86=/usr/src/s
ys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -MD  
-MF.depend.nvlink_freebsd.o -MTnvlink_freebsd.o -mcmodel=kernel -mno-red-zone 
-mno-mmx -mno-ss
e -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv 
-fstack-protector -Wall -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -
Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ 
-Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas 
-Wno-error=tautological-compar
e -Wno-error=empty-body -Wno-error=parentheses-equality 
-Wno-error=unused-function -Wno-error=pointer-sign 
-Wno-error=shift-negative-value -Wno-address-of-packed-member -
Wno-format-zero-length   -mno-aes -mno-avx  -std=iso9899:1999 -c 
nvlink_freebsd.c -o nvlink_freebsd.o
--- nvidia_os.o ---
nvidia_os.c:280:19: error: incompatible integer to pointer conversion passing 
'vm_offset_t' (aka 'unsigned long') to parameter of type 'void *' 
[-Werror,-Wint-conversion]
pmap_unmapdev((vm_offset_t)address, size);
  ^~~~
./machine/pmap.h:511:26: note: passing argument to parameter here
voidpmap_unmapdev(void *, vm_size_t);
^
1 error generated.
*** [nvidia_os.o] Error code 1

make[4]: stopped in 
/usr/ports/x11/nvidia-driver-390/work/NVIDIA-FreeBSD-x86_64-390.151/src/nvidia
--- nvidia_subr.o ---
nvidia_subr.c:1133:13: error: incompatible pointer to integer conversion 
assigning to 'vm_offset_t' (aka 'unsigned long') from 'void *' 
[-Werror,-Wint-conversion]
address = NV_KMEM_ALLOC_CONTIG(size, flags, 0,
^ 
nvidia_subr.c:1182:22: error: incompatible integer to pointer conversion 
passing 'vm_offset_t' (aka 'unsigned long') to parameter of type 'void *' 
[-Werror,-Wint-conversi
on]
NV_KMEM_FREE(at->pte_array[0].virtual_address, at->size);
 ^~~~
./nv-freebsd.h:416:15: note: expanded from macro 'NV_KMEM_FREE'
kmem_free(address, size)
  ^~~
/usr/src/sys/vm/vm_extern.h:73:22: note: passing argument to parameter 'addr' 
here
void kmem_free(void *addr, vm_size_t size);
 ^
nvidia_subr.c:1208:18: error: incompatible integer to pointer conversion 
passing 'vm_offset_t' (aka 'unsigned long') to parameter of type 'void *' 
[-Werror,-Wint-conversi
on]
NV_KMEM_FREE(at->pte_array[0].virtual_address, at->size);
 ^~~~
./nv-freebsd.h:416:15: note: expanded from macro 'NV_KMEM_FREE'
kmem_free(address, size)
  ^~~
/usr/src/sys/vm/vm_extern.h:73:22: note: passing argument to parameter 'addr' 
here
void kmem_free(void *addr, vm_size_t size);
 ^
nvidia_subr.c:1271:17: error: incompatible pointer to integer conversion 
assigning to 'vm_offset_t' (aka 'unsigned long') from 'void *' 
[-Werror,-Wint-conversion]
address = NV_KMEM_ALLOC_CONTIG(PAGE_SIZE, flags, 0,
^ ~
nvidia_subr.c:1325:22: error: incompatible integer to pointer conversion 
passing 'vm_offset_t' (aka 'unsigned long') to parameter of type 'void *' 
[-Werror,-Wint-conversi
on]
NV_KMEM_FREE(at->pte_array[i].virtual_address, PAGE_SIZE);
 ^~~~
./nv-freebsd.h:416:15: note: expanded from macro 'NV_KMEM_FREE'
kmem_free(address, size)
  ^~~
/usr/src/sys/vm/vm_extern.h:73:22: note: passing argument to parameter 'addr' 
here
void kmem_free(void *addr, vm_size_t size);
 ^
nvidia_subr.c:1354:22: error: incompatible integer to pointer conversion 
passing 'vm_offset_t' (aka 'unsigned long') to parameter of type 'void *' 
[-Werror,-Wint-conversi
on]
NV_KMEM_FREE(at->pte_array[i].virtual_address, PAGE_SIZE);
 ^~~~
./nv-freebsd.h:416:15: note: expanded from 

Problems with realtek NIC

2021-05-01 Thread Nilton Jose Rizzo
Hi all

I using a FreeBSD 14-Current and get random error with my NIC. The watchdog 
timer send a timeout message and I loose connection temporaly. In logs show 
only this message:

May  1 14:24:18 valfenda kernel: re0: watchdog timeout
May  1 14:24:18 valfenda kernel: re0: link state changed to DOWN
May  1 14:24:22 valfenda kernel: re0: link state changed to UP
May  1 14:46:12 valfenda kernel: re0: watchdog timeout
May  1 14:46:12 valfenda kernel: re0: link state changed to DOWN
May  1 14:46:16 valfenda kernel: re0: link state changed to UP
May  1 14:58:58 valfenda kernel: re0: watchdog timeout
May  1 14:58:58 valfenda kernel: re0: link state changed to DOWN
May  1 14:59:02 valfenda kernel: re0: link state changed to UP
May  1 15:06:20 valfenda kernel: re0: watchdog timeout
May  1 15:06:20 valfenda kernel: re0: link state changed to DOWN
May  1 15:06:25 valfenda kernel: re0: link state changed to UP
May  1 15:25:32 valfenda kernel: re0: watchdog timeout
May  1 15:25:32 valfenda kernel: re0: link state changed to DOWN
May  1 15:25:36 valfenda kernel: re0: link state changed to UP
May  1 15:28:24 valfenda kernel: re0: watchdog timeout
May  1 15:28:24 valfenda kernel: re0: link state changed to DOWN
May  1 15:28:28 valfenda kernel: re0: link state changed to UP

This occur frequently when i use a Mozilla Firefox in meet session, but not 
only in this case.

My box:

% uname -a
FreeBSD valfenda 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-7ea3223c7: Thu Apr 
22 13:24:05 -03 2021 
rizzo@valfenda:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64
% pkg info -a | grep firefox
firefox-88.0,2 Web browser based on the browser portion of 
Mozilla
% kldstat
Id Refs AddressSize Name
 1   85 0x8020  2131010 kernel
 21 0x82333000 91d0 cryptodev.ko
 31 0x8233d000   7cae50 zfs.ko
 41 0x8301 d940 geom_eli.ko
 51 0x8301e000 3530 fdescfs.ko
 61 0x83022000 3378 acpi_wmi.ko
 71 0x83026000 3218 intpm.ko
 81 0x8302a000 2180 smbus.ko
 91 0x8302d000   10b310 nvidia-modeset.ko
101 0x8320  1e834a8 nvidia.ko
112 0x83139000378f8 linux.ko
123 0x83171000 db70 linux_common.ko
131 0x8317f000 3238 filemon.ko
141 0x83183000 5730 cuse.ko
151 0x83189000 3160 amdtemp.ko
161 0x8318d000 2138 amdsmn.ko
171 0x8319 e538 snd_uaudio.ko
181 0x8319f000 2340 uhid.ko
191 0x831a2000 2380 usbhid.ko
201 0x831a5000 31f8 hidbus.ko
211 0x831a9000 3320 wmt.ko
221 0x831ad000 4350 ums.ko
231 0x831b200027040 ipfw.ko
241 0x831da0001ae88 ext2fs.ko
251 0x8508400011f10 fusefs.ko
261 0x831f5000 5354 geom_linux_lvm.ko
271 0x8509600056ec0 vboxdrv.ko
% 

TIA,
Rizzo
___
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"


Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> 
> Hi,
> 
> The following thread suggests using a UVC quirk:
> 
> https://sourceforge.net/p/linux-uvc/mailman/linux-uvc-devel/?viewmonth=202102
> 
> Translated to webcamd parameters, it becomes:
> 
> "-s uvc_driver.quirks=0x100"

When I start webcamd with this, return a LONG list of other variables 
and webcamd not run. Is it right?

> 
> Can you try that?
> 
> --HPS
> 

TIA,

Rizzo
___
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"


Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> 
> On 4/14/21 3:41 PM, Nilton Jose Rizzo wrote:
> >>
> >> Hi,
> >>
> Hi,
> 

  :< - CUT - >:

> Does downgrading webcamd to an older version make it work again?
> 
> I probably need to search for that error message. Maybe it is a known 
> issue already fixed. So far it looks like a problem in webcamd and not 
> the kernel.
> 
> --HPS
> 

The last version tha I Know that work need libhal, it isn't on ports 
tree.

I was tried this version: r518723 ( 2019-11-30 )

I'll try others but it's possible problem with DBUS?

TIA,

Rizzo
___
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"


Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> 
> Hi,
> 
> On 4/14/21 1:10 PM, Nilton Jose Rizzo wrote:
> > root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugem1.3 -m 
> > uvc_driver.trace=1
> ^^^ ugem -> ugen
> 
> ugen was spelled wrong.

   Ops .. Sorry.

output 

root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugen1.3 -m 
uvc_driver.trace=1
webcamd 72416 - - IR NEC protocol handler initialized
webcamd 72416 - - IR RC5(x/sz) protocol handler initialized
webcamd 72416 - - IR RC6 protocol handler initialized
webcamd 72416 - - IR JVC protocol handler initialized
webcamd 72416 - - IR Sony protocol handler initialized
webcamd 72416 - - IR SANYO protocol handler initialized
webcamd 72416 - - IR XMP protocol handler initialized
webcamd 72416 - - b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver 
chip loaded successfully
webcamd 72416 - - USB Video Class driver (1.1.1)
webcamd 72416 - - cpia2: V4L-Driver for Vision CPiA2 based cameras v3.0.1
webcamd 72416 - - Attached to ugen1.3[0]
webcamd 72416 - - uvcvideo: Probing generic UVC device 
webcamd 72416 - - uvcvideo: Found UVC 1.00 device  (046d:0825)
webcamd 72416 - - uvcvideo: Scanning UVC chain:
webcamd 72416 - -  OT 5
webcamd 72416 - -  <- XU 4
webcamd 72416 - -  (->
webcamd 72416 - -  XU 6
webcamd 72416 - -  XU 7
webcamd 72416 - - )
webcamd 72416 - -  <- PU 2
webcamd 72416 - -  (->
webcamd 72416 - -  XU 3
webcamd 72416 - - )
webcamd 72416 - -  <- IT 1
webcamd 72416 - - uvcvideo: Found a valid video chain (1 -> 5).
webcamd 72416 - - uvcvideo: UVC device initialized.
webcamd 72416 - - Creating /dev/video0
webcamd 72416 - - Creating /dev/video1
webcamd 72416 - - uvcvideo: Failed to resubmit video URB (-6).
webcamd 72416 - - uvcvideo: Failed to resubmit video URB (-6).
webcamd 72416 - - uvcvideo: Failed to resubmit video URB (-6).

The same Failed ( pwcview and jitsi on Firefox )

TIA,
Rizzo

> 
> --HPS
> ___
> 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"
> 

___
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"


Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> 
> On 4/14/21 3:49 AM, Nilton Jose Rizzo wrote:
> >>
> >> On 4/14/21 3:05 AM, Nilton Jose Rizzo wrote:
> >>> 22:03:30.860068 usbus1.3 
> >>> SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
> >>> 22:03:30.860079 usbus1.3 
> >>> DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=13608,IVAL=0,ERR=0
> > 
> >   :<  CUT  >:
> > 
> >>
> >> Hi,
> >>
> >> I see data is received, so far so good. Try to run webcamd in debug mode
> >> (need to recompile from ports).
> >>
> >> ps auxw | grep webcamd
> >>
> >> killall webcamd
> >>
> >> Then remove "-B" option for background.
> > 
> > No error messages, only get error when I shutdown the pwcview
> > 
> > root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugen1.3
> > webcamd 66180 - - IR NEC protocol handler initialized
> > webcamd 66180 - - IR RC5(x/sz) protocol handler initialized
> > webcamd 66180 - - IR RC6 protocol handler initialized
> > webcamd 66180 - - IR JVC protocol handler initialized
> > webcamd 66180 - - IR Sony protocol handler initialized
> > webcamd 66180 - - IR SANYO protocol handler initialized
> > webcamd 66180 - - IR XMP protocol handler initialized
> > webcamd 66180 - - b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV 
> > receiver chip loaded successfully
> > webcamd 66180 - - USB Video Class driver (1.1.1)
> > webcamd 66180 - - cpia2: V4L-Driver for Vision CPiA2 based cameras v3.0.1
> > webcamd 66180 - - Attached to ugen1.3[0]
> > webcamd 66180 - - uvcvideo: Found UVC 1.00 device  (046d:0825)
> > webcamd 66180 - - Creating /dev/video0
> > webcamd 66180 - - Creating /dev/video1
> > webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
> > webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
> > webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
> > webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
> > webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
> > 
> > The last three erros was occured when I turn off cam in Meet on Jitsi ( via 
> > Firefox)
> 
> Try to add:
> 
> "-m uvc_driver.trace=1"

This option was not recognized .

in man 4 uvc, has not my webcam code (046d:0825)  but it was recognized.

root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugem1.3 -m 
uvc_driver.trace=1
usage: webcamd -d [ugen]. -i 0 -v -1 -B
-d 
-i 


> 
> To the command line.
> 
> So far so good :-)
> 
> --HPS
> 

___
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"


Re: Problems with Webcam and USB 3.X

2021-04-13 Thread Nilton Jose Rizzo
> 
> On 4/14/21 3:05 AM, Nilton Jose Rizzo wrote:
> > 22:03:30.860068 usbus1.3 
> > SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
> > 22:03:30.860079 usbus1.3 
> > DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=13608,IVAL=0,ERR=0

 :<  CUT  >:

> 
> Hi,
> 
> I see data is received, so far so good. Try to run webcamd in debug mode 
> (need to recompile from ports).
> 
> ps auxw | grep webcamd
> 
> killall webcamd
> 
> Then remove "-B" option for background.

No error messages, only get error when I shutdown the pwcview

root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugen1.3
webcamd 66180 - - IR NEC protocol handler initialized
webcamd 66180 - - IR RC5(x/sz) protocol handler initialized
webcamd 66180 - - IR RC6 protocol handler initialized
webcamd 66180 - - IR JVC protocol handler initialized
webcamd 66180 - - IR Sony protocol handler initialized
webcamd 66180 - - IR SANYO protocol handler initialized
webcamd 66180 - - IR XMP protocol handler initialized
webcamd 66180 - - b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver 
chip loaded successfully
webcamd 66180 - - USB Video Class driver (1.1.1)
webcamd 66180 - - cpia2: V4L-Driver for Vision CPiA2 based cameras v3.0.1
webcamd 66180 - - Attached to ugen1.3[0]
webcamd 66180 - - uvcvideo: Found UVC 1.00 device  (046d:0825)
webcamd 66180 - - Creating /dev/video0
webcamd 66180 - - Creating /dev/video1
webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).
webcamd 66180 - - uvcvideo: Failed to resubmit video URB (-6).

The last three erros was occured when I turn off cam in Meet on Jitsi ( via 
Firefox)

> 
> --HPS

TIA
Rizzo
> ___
> 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"
> 

___
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"


Re: Problems with Webcam and USB 3.X

2021-04-13 Thread Nilton Jose Rizzo
> 
> On 4/14/21 3:05 AM, Nilton Jose Rizzo wrote:
> > 22:03:30.860068 usbus1.3 
> > SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
> > 22:03:30.860079 usbus1.3 
> > DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=13608,IVAL=0,ERR=0
> > 22:03:30.876112 usbus1.3 
> > SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
  :< --- cut  --->:
> 
> Hi,
> 
> I see data is received, so far so good. Try to run webcamd in debug mode 
> (need to recompile from ports).

It will be take more time. I neww download ports tree and compile the 
webcamd
> 
> ps auxw | grep webcamd
> 
> killall webcamd
> 
> Then remove "-B" option for background.
> 
> --HPS
> 

TIA,

Rizzo
___
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"


Re: Problems with Webcam and USB 3.X

2021-04-13 Thread Nilton Jose Rizzo
> 
> On 4/14/21 1:38 AM, Nilton Jose Rizzo wrote:
> > The webcamd create two devices ( /dev/video{0,1} ) and the pwcview open 
> > the window, but not show image, onle a green screen, but the webcam active 
> > LED turn on.

But in my old instalations ( 13-Current (Nov or Dec of 2019 ) the 
webcam was working fine with this hardaware.  Only stop when I update to 
14-current

I Install from ISO image and install from pkg.  This a second 
installation
the first was install from ISO image from March and compile from ports.

   Normally I always install from ports, but to try to resolve this I put a 
fresh new instalation and run pkg install

> 
> You should only use the first of the two devices. The second device is 
> for metadata. Did you update user-space and installed programs? This 
> should be automagic :-)
> 
> --HPS

TIA
Rizzo

> ___
> 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"
> 

___
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"


Re: Problems with Webcam and USB 3.X

2021-04-13 Thread Nilton Jose Rizzo
> 
> On 4/14/21 2:49 AM, Nilton Jose Rizzo wrote:
> > ugen1.3:  at usbus1, cfg=0 md=HOST spd=HIGH 
> > (480Mbps) pwr=ON (500mA)
> 
> Hi,
> 
> This webcam is connected VIA USB2.0 protocols only. No USB 3.x involved.

I try to connect in 2.0, 3.0 and 3.1 ports, and nothing worked.
> 
> Unstable picture may indicate a bandwidth problem.

hummm, like a Nathan report.
> 
> You can also compile webcamd with debugging and run it in the 
> foreground. Then webcamd will likely print the UVC decoding glitches.
> 
> You may also try the following command to get more logs:
> 
> usbdump -i usbus1 -f 3

22:02:42.653750 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:02:42.653763 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=16036,IVAL=0,ERR=0
22:02:42.669780 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:02:42.669806 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=78424,IVAL=0,ERR=0
22:02:42.685686 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:02:42.685709 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=34880,IVAL=0,ERR=0
22:02:42.701671 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:02:42.701677 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=1536,IVAL=0,ERR=0
22:02:42.717703 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:02:42.717711 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=6656,IVAL=0,ERR=0
22:02:42.733736 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:02:42.733765 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=77708,IVAL=0,ERR=0
22:02:42.735231 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=0,SLEN=0,IVAL=0,ERR=CANCELLED
22:02:42.755700 usbus1.3 SUBM-CTRL-EP=,SPD=HIGH,NFR=1,SLEN=8,IVAL=0
22:02:42.755842 usbus1.3 
DONE-CTRL-EP=,SPD=HIGH,NFR=1,SLEN=0,IVAL=0,ERR=0

> 
> Then start for a few seconds till you get a picture:
> 
> pwcview -d /dev/video0 -s vga
> 
The same result

22:03:30.860068 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:03:30.860079 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=13608,IVAL=0,ERR=0
22:03:30.876112 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:03:30.876121 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=1536,IVAL=0,ERR=0
22:03:30.892141 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:03:30.892148 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=1536,IVAL=0,ERR=0
22:03:30.908173 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:03:30.908182 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=1536,IVAL=0,ERR=0
22:03:30.924075 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:03:30.924092 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=20912,IVAL=0,ERR=0
22:03:30.940107 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0
22:03:30.940116 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=1536,IVAL=0,ERR=0
22:03:30.947355 usbus1.3 
DONE-ISOC-EP=0081,SPD=HIGH,NFR=0,SLEN=0,IVAL=0,ERR=CANCELLED
22:03:30.967771 usbus1.3 SUBM-CTRL-EP=,SPD=HIGH,NFR=1,SLEN=8,IVAL=0
22:03:30.967918 usbus1.3 
DONE-CTRL-EP=,SPD=HIGH,NFR=1,SLEN=0,IVAL=0,ERR=0


I forgot report, I can't close the pwcview, only exit with + 
and report this error

% pwcview -d /dev/video0 -s vga
Webcam set to: 640x480 (vga) at 5 fps
^Clibv4l2: error dequeuing buf: Device not configured
Error reading from webcam: Device not configured


> Have you tried another webcam on the same machine?
> 
> --HPS
> 

TIA

Rizzo
___
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"


Re: Problems with Webcam and USB 3.X

2021-04-13 Thread Nilton Jose Rizzo
> 
> 
> 
> On 4/13/21 8:14 PM, Hans Petter Selasky wrote:
> > On 4/14/21 1:38 AM, Nilton Jose Rizzo wrote:
> >> ?? The USB 3.1 not was reconise by FreeBSD.
> >>
> >> ?? when I create a meet in Jitsi, the webcam show image, but its seens 
> >> like loose horizontal and vertical sync.
> >
> > What does usbconfig say about the webcam?
> >
> > Any errors in dmesg?
> >
> > --HPS
> 
> I would guess the green might be a manifestation of 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252712. I was never 
> able to fully debug it and it stopped happening at some point when the 
> webcam was attached through the USB hub in my monitor.
> -Nathan
> 

Hi Nathan, its occur if i connect directly in USB port or a 3.0 HUB

My machine has a USB ports 2.0, 3.0 and 3.1 

TIA

Rizzo
___
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"


Problems with Webcam and USB 3.X

2021-04-13 Thread Nilton Jose Rizzo


Hi all,


I was using a FreeBSD current version, has a long time.
   I was using a 13-CURRENT from November or December of 2019, I'm not remember
exactly month.
In last december I need to upgrade my hardware to Asus Gamming B450 BR 
mother board with a Ryzer 5 2600 with 16GB RAM because my old machine (a FX8300 
was broken), but i'm not reinstall a FreeBSD or upgrade, I just put the older 
HD to boot and all work fine.
In last month, I upgrade to 14-current and some things stop to work.
The webcamd create two devices ( /dev/video{0,1} ) and the pwcview open 
the window, but not show image, onle a green screen, but the webcam active LED 
turn on.
When I change or unpluged webcam from USB, the pcm, probabity there 
mic, not de attach and send a continuos message:

Apr 13 20:28:30 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:30 valfenda kernel: pcm6: Waiting for sound application to exit!
Apr 13 20:28:43 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:43 valfenda kernel: pcm6: Waiting for sound application to exit!
Apr 13 20:28:43 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:43 valfenda kernel: pcm6: Waiting for sound application to exit!
Apr 13 20:28:43 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:43 valfenda kernel: pcm6: Waiting for sound application to exit!
Apr 13 20:28:43 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:43 valfenda kernel: pcm6: Waiting for sound application to exit!
Apr 13 20:28:43 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:43 valfenda kernel: pcm6: Waiting for sound application to exit!
Apr 13 20:28:43 valfenda kernel: pcm6: unregister: mixer busy
Apr 13 20:28:43 valfenda kernel: pcm6: Waiting for sound application to exit!

 It's no resolve replug the webcam, only restart the system.
 And when its occur, I cant get any infomation with usbconfig command
 mouse and keyboard continue working, but if I plug a pendrive or a new dev in 
USB, it's not reconise.

 The USB 3.1 not was reconise by FreeBSD.

 when I create a meet in Jitsi, the webcam show image, but its seens like loose 
horizontal and vertical sync.

Neither cheese, OBS-Studio, google meet or other applications can get image 
from webcam.

My system is:
FreeBSD valfenda 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n245766-4084b1ab041: 
Thu Apr  1 08:29:59 UTC 2021 
r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

from neofetch
````   rizzo@valfenda 
  ` `.---...--.```   -/-- 
  +o   .--` /y:`  +.   OS: FreeBSD 14.0-CURRENT amd64 
   yo`:.:o  `+-Uptime: 1 day, 7 hours, 10 mins 
y/   -/`   -o/ Packages: 972 (pkg) 
   .-  ::/sy+:.Shell: csh tcsh 6.22.03 
   / `--  /Resolution: 1920x1080 
  `:  :`   DE: Xfce4 4.16 
  `:  :`   WM: Xfwm4 
   /  /WM Theme: Desert-Teal-Blue-XFCE-1.3 
   .--.Theme: Adwaita [GTK2], Breeze [GTK3] 
--  -. Icons: gnome [GTK2] 
 `:`  `:`  Terminal: xterm 
   .-- `--.CPU: AMD Ryzen 5 2600 (12) @ 3.393GHz 
  .---..   GPU: GP107 [GeForce GTX 1050 Ti] 
   Memory: 5910MiB / 16272MiB 

% pciconf -l
hostb0@pci0:0:0:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1450 subvendor=0x1043 subdevice=0x8747
none0@pci0:0:0:2:   class=0x080600 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1451 subvendor=0x1043 subdevice=0x8747
hostb1@pci0:0:1:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1452 subvendor=0x subdevice=0x
pcib1@pci0:0:1:3:   class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 
device=0x1453 subvendor=0x1043 subdevice=0x8747
hostb2@pci0:0:2:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1452 subvendor=0x subdevice=0x
hostb3@pci0:0:3:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1452 subvendor=0x subdevice=0x
pcib8@pci0:0:3:1:   class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 
device=0x1453 subvendor=0x1043 subdevice=0x8747
hostb4@pci0:0:4:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1452 subvendor=0x subdevice=0x
hostb5@pci0:0:7:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1452 subvendor=0x subdevice=0x
pcib9@pci0:0:7:1:   class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 
device=0x1454 subvendor=0x1043 subdevice=0x8747
hostb6@pci0:0:8:0:  class=0x06 rev=0x00 hdr=0x00 vendor=0x1022 
device=0x1452 subvendor=0x subdevice=0x
pcib10@pci0:0:8:1:  class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 
device=0x1454 subvendor=0x1043 subdevice=0x8747
intsmb0@pci0:0:20:0:class=0x0c0500 rev=0x59 hdr=0x00 vendor=0x1022 

Panic on reboot fresh install 14-current

2021-02-28 Thread Nilton Jose Rizzo
Hi all

Today I installed the 14-current on my new machine.
On install process, when i changed my keyboard layout and it was not working 
fine, the installer show this menssage:


kbdcontrol: setting keymap: Inappropriate ioctl for device

but it continue to use the default keyboard map, after reboot the keyboard map 
was working fine.


Comming back to subjet of message, when I finish the install process and reboot 
I get a panic before wmt module was loaded.

I reboot twice to see if there were some bogus info or residual trash after 
install process, but get the same panic error (trap 9)

I reboot and selected single user to verify if i did something wrong.

I always set my NIC with dhcp in install process, it's easier.
I changed in /etc/rc.cont to static IP my NIC, and make others setup.
I rebooted the machine and it was working fine.
Is it very strange, ok?
I undo all config, one by one, and found the problem.

When I boot with my NIC in DHCP mode the panic on boot occur.

My box is a 
Ryzen 5 2600 with motherboard  ASUS B450 Gamming BR, ASUS GTX 1050ti and 16GB 
RAM
I formated my SSD with zfs and I'm running 14-current 20210222 
main-n245056-bf667f282a7

TIA

Nilton J. Rizzo
___
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"


Re: fsck strange output

2021-01-26 Thread Nilton Jose Rizzo
> 
> 
> Rozhuk Ivan writes:
> 
> > Disk is 100% alive, got same on other HW.
> 
> A disk can be alive and still have individually unreadable sectors,
> that is, IMO, the most common failure mode.
> 
> Try:
>   recoverdisk -v /dev/whatever
> 
> That will attempt to read all sectors on the disk.
> 

   It's possible fisical crash.

   You can try a fsck -f

   And after try smarttools ( in ports ) to check a health of S.M.A.R.T

IHMO.
> -- 
> Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
> p...@freebsd.org | TCP/IP since RFC 956
> FreeBSD committer   | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
> ___
> 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"
> 

___
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"


Re: USB problem with keyboard

2017-02-11 Thread Nilton Jose Rizzo
Em Sat, 11 Feb 2017 14:23:26 +0100, Hans Petter Selasky escreveu
> Hi,
> 
> You might want to check the PCI ID's with Linux's EHCI/OHCI/UHCI and 
> see if there are particular quirks missing for your ATI USB chipset.

hu   I have in this machine dual boot with Windowns 10, I'm instal
to test my keyoard, and it's work fine.  I'll try with Linux.  I 


> 
> --HPS
> ___
> 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"


---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

USB problem with keyboard

2017-02-10 Thread Nilton Jose Rizzo


  Hi All,

I changed my old multimedia keyboard (Genius) to a new one
small and simple keyboard.  I thought the problem was
the dirty on the keyboard so i clened but it's still not working
well ( it's not showing all keys pressed or sometimes repeat the
last key pressed).

This problem was started when I updated my box, but
I had other old problem that I ignored for a while 
My usb mouse and my no-break APC random disconnect and reconnect
sometimes per hours

dmesg.yesterday:ugen0.2:  at usbus0
dmesg.yesterday:ugen0.2:  at usbus0 (disconnected)


root@valfenda:/var/log # uname -a
FreeBSD valfenda 12.0-CURRENT FreeBSD 12.0-CURRENT #1 r313095: Fri Feb  3
17:48:08 BRST 2017 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64

root@valfenda:/var/log # usbconfig list
ugen0.1:  at usbus0, cfg=0 md=HOST spd=FULL (12Mbps)
pwr=SAVE (0mA)
ugen1.1:  at usbus1, cfg=0 md=HOST spd=FULL (12Mbps)
pwr=SAVE (0mA)
ugen2.1:  at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE (0mA)
ugen3.1:  at usbus3, cfg=0 md=HOST spd=FULL (12Mbps)
pwr=SAV (0mA)
ugen4.1:  at usbus4, cfg=0 md=HOST spd=FULL (12Mbps)
pwr=SAV (0mA)
ugen5.1:  at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAE (0mA)
ugen6.1:  at usbus6, cfg=0 md=HOST spd=FULL (12Mbps)
pwr=SAV (0mA)
ugen0.2:  at usbus0, cfg=0 md=HOST spd=LOW
(1.5Mbps pwr=ON (100mA)
ugen2.2:  at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps)
pr=SAVE (100mA)
ugen2.3:  at usbus2, cfg=0 md=HOST spd=HIGH
(40Mbps) pwr=ON (100mA)
ugen2.4:  at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbps)pwr=SAVE (100mA)
ugen2.5:  at
ubus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (0mA)
ugen2.6:  at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps)
pw=ON (98mA)
ugen2.7:  at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbs) pwr=ON (250mA)

My mothboard is:

ASUS  M5A78L  
CPU: AMD FX(tm)-8300 Eight-Core Processor(3465.07-MHz K8-class CPU)


Ps. I typed only once a letter t and it has been repeated sometimes 

---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

-current with ports in endless loop

2017-01-13 Thread Nilton Jose Rizzo


   I'm tring to instal xfce4 with optimazed options
but it's run in endless loop.  How do I detect the ports 
start a loop?  If it's possible create a dot (.)
file in directory of port like .killloop like other
.extrac.done to prevent the loop?

---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

build world broken on r311461

2017-01-12 Thread Nilton Jose Rizzo

  Broken on camcontrol


clang  -O2 -pipe   -DRESCUE -MD  -MF.depend.camcontrol.o -MTcamcontrol.o -std=gn
u99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -
Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W
return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wc
ast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st
yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety
 -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-argum
ents  -c /usr/src/sbin/camcontrol/camcontrol.c -o camcontrol.o
/usr/src/sbin/camcontrol/camcontrol.c:4000:2: error: implicit declaration of
  function 'scsi_mode_sense_subpage' is invalid in C99
  [-Werror,-Wimplicit-function-declaration]
scsi_mode_sense_subpage(>csio,
^
/usr/src/sbin/camcontrol/camcontrol.c:4000:2: note: did you mean
  'scsi_mode_sense_len'?
/usr/include/cam/scsi/scsi_all.h:3987:7: note: 'scsi_mode_sense_len' declared
  here
voidscsi_mode_sense_len(struct ccb_scsiio *csio, u_int32_t retries,
^
1 error generated.
*** Error code 1

Stop.
make[6]: stopped in /usr/src/sbin/camcontrol


root@valfenda:/usr # uname -a
FreeBSD valfenda 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r311461: Thu Jan  5
22:46:38 UTC 2017
r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
root@valfenda:/usr # 

root@valfenda:/usr # cat /etc/make.conf 
NO_USE_GCC="YES"
CC=clang
CXX=clang++
CPP=clang-cpp




---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

Re: Is there possible run a MacOS X binary

2016-12-07 Thread Nilton Jose Rizzo
Em Wed, 07 Dec 2016 18:57:36 +, K. Macy escreveu
> >
> >
> >
> A MachO activator is indeed not useful without an OSX install.
> 
> But let's be honest, Mach IPC is a loadable kernel module requiring 
> no real kernel changes. It's not upstreamable because of a general poor
> understanding of IPC by noisy commentators and a religious aversion 
> to a technology perceived as having failed in the marketplace of ideas.
> 
> On Wed, Dec 7, 2016 at 10:45 Warner Losh <i...@bsdimp.com> wrote:
> 
> > On Mon, Dec 5, 2016 at 12:31 PM, Kevin P. Neal <k...@neutralgood.org>
> > wrote:
> >
> > > On Mon, Dec 05, 2016 at 02:49:07PM -0300, Nilton Jose Rizzo wrote:
> >
> > >>
> >
> > >>
> >
> > >>  Sorry for cross posting (-current and -ports)
> >
> > >>
> >
> > >>
> >
> > >> Is there any emulator like linuxator to run Mac OS X binaries, or
> >
> > >> is ther any licensing problem?
> >
> > >
> >
> > > It may be possible to make an emulator for Darwin (the OS that Mac OS
> > sits
> >
> > > on top of), but an emulator for Mac OS would probably require a legal
> > copy
> >
> > > of Mac OS.
> >
> > >
> >
> > > So, no, there is no Mac OS emulator for FreeBSD. And I'd be surprised if
> >
> > > it ever happened.
> >
> >
> >
> > NetBSD has (or had) a macho image activator, which is the first step
> >
> > in this process. But Kevin is right that most of the functionality of
> >
> > MacOS isn't in the kernel, and you'd need a copy of MacOS to run it in
> >
> > emulation. Plus there's a lot of Mach code that MacOS depends on that
> >
> > has no simple counterparts in FreeBSD, and that would be a lot of work
> >
> > to make happen. It's one of the things that's a barrier to entry for a
> >
> > simple, straight forward launchd port, for example.
> >
> >
> >
> >
> >
> >
> >
> ___
> 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"


   Thankx for all comments.  I know and understood all difficult.
   
   I'll have to spend my money on the purchase a Machintosh machine.

---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

Is there possible run a MacOS X binary

2016-12-05 Thread Nilton Jose Rizzo


 Sorry for cross posting (-current and -ports)


Is there any emulator like linuxator to run Mac OS X binaries, or 
is ther any licensing problem?

TIA

---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

Problem with 12-current - Siganl 12

2016-11-04 Thread Nilton Jose Rizzo

  I upgrade my freebsd from 11.0-current to 12.0-Current, and 
all work fine (i was thinking) yesterday I try to update my
system and I get a Signal 12 at my face.

  I try some think but anyone was good.  By last i reboot
my system and up a older kernel and i can compile all 
syste and kernel source.

I done this steps:

mergemaster -ipP
make buildworld && make kernel KERNCONF=MYKERNEL
reboot 
mergemaster -iP
make installworld

All do this in single user.

But I trying recompile all, and get a same error.  Signal 12

The port and all other source codes I can compile and work.

I do some think wrong?

TIA,


---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

Re: nic ral0 not created

2016-03-21 Thread Nilton Jose Rizzo
Em Mon, 21 Mar 2016 09:29:00 +0100, Lars Engels escreveu
> On Mon, Mar 21, 2016 at 12:12:40AM -0300, Nilton Jose Rizzo wrote:
> > 
> > 
> > 
> >   Hi all,
> > 
> > I'm download a least memstick image (20160308) and 
> > my notebook create a ral0 interface.
> > 
> > look at this photo
> > http://ibin.co/2XJ6CoBE6t2a
> > 
> >   The sistem reconise as a RT2790 Ralink but when I run
> > the ifconfig command it's not showed.
> > 
> >Have someone any idea?
> 
> Wireless devices no longer show up in ifconfig's output. You should see
> the device when you run
> 
> sysctl net.wlan.devices
> 
> Then you can create a wlan0 device:
> 
> ifconfig wlan0 create wlandev ral0
> 
> and use the wlan0 device.

  Thanx



---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

nic ral0 not created

2016-03-20 Thread Nilton Jose Rizzo



  Hi all,

I'm download a least memstick image (20160308) and 
my notebook create a ral0 interface.

look at this photo
http://ibin.co/2XJ6CoBE6t2a

  The sistem reconise as a RT2790 Ralink but when I run
the ifconfig command it's not showed.

   Have someone any idea?

TIZ
---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
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"

I BSD Day in Seropédica

2015-05-17 Thread Nilton Jose Rizzo


  Hi all,

 Sorry by cross posting, but I want to tell about the 
I BSD Day in Seropédica (Rio de Janeiro Brazil)
in yesterday (5/16).  It occurred in University UFRRJ
(http://www.ufrrj.br) and the event site is 
http://bsdday.fug.com.br.

This event was made to local users, community
of Seropédica and our university students.  More 
info in https://www.facebook.com/ufrrjbsdday?fref=ts
all in portuguese, it was not translate yet.

   Thankx for all people was gone and help us.

---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: options for forcing use of GCC

2014-04-28 Thread Nilton Jose Rizzo
Em Mon, 28 Apr 2014 08:23:34 -0600, Ian Lepore escreveu
 On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote:
  On 4/28/14, 8:05 PM, Ian Lepore wrote:
   On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote:
   On 4/28/14, 12:30 AM, Ian Lepore wrote:
   WITH_GCC=yes \
   WITH_GNUCXX=yes \
   WITHOUT_CLANG=yes \
   WITHOUT_CLANG_IS_CC=yes \
   forgot to ask.. is this in /etc/make.conf?
   or elsewhere?
   Actually in our build system we build in a chroot, and we inject those
   args into the environment during the builds so that we can have
   different options for building world versus cross-world within the
   chroot, but I think the more-normal place would be make.conf.
  
  we also use a combination of environment and make.conf in a chroot.
  though people sometimes talk about a src.conf (or is that src.mk?) but 
  I haven't found that one yet.

  You must be create in /etc the src.conf and put this knobs there.

In my case I would like to use only clang, but have some
 ports that assume gcc as mandatory.

Rizzo

  
   -- Ian
  
  
  
 
 In theory, /etc/make.conf affects all builds you do -- world, kernel,
 ports, your own apps, everything -- whereas /etc/src.conf affects 
 only kernel and world.  I've heard it said that the reality falls 
 short of that and src.conf settings inappropriately leak into ports builds.
 
 -- Ian
 
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


---
/*
**Nilton José RizzoUFRRJ
**http://www.rizzo.eng.br  http://www.ufrrj.br
**http://lattes.cnpq.br/0079460703536198
**/

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

gdb problem

2014-03-19 Thread Nilton Jose Rizzo
I have problem with debug some files compiled with clang, my gbd from system 
is 6.1.1, like showed.

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as amd64-marcel-freebsd...Dwarf Error: wrong version
in compilation unit header (is 4, should be 2) [in module
/home2/rizzo/src/Doutorado/main]


and when I try to debug a program (main) show this error mesage.

What I do wrong?

Thanks 

P.S. the gdb of ports have a compile error, I send a mesage to mainteiner

Rizzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: File not found in ftp repository

2014-03-18 Thread Nilton Jose Rizzo
Em Tue, 18 Mar 2014 11:47:04 -0700, Julian Elischer escreveu
 On 3/17/14, 7:54 AM, Thomas Hoffmann wrote:
  On Sun, Mar 16, 2014 at 11:56 PM, Nilton Jose Rizzo 
  ri...@i805.com.brwrote:
 
 
  == SIZE xfce4-equake-plugin-1.3.4.tar.bz2 ... feito.
  == PASV ... feito.   == RETR xfce4-equake-plugin-1.3.4.tar.bz2 ...
  O arquivo 'xfce4-equake-plugin-1.3.4.tar.bz2' não foi encontrado.
  (file
  not found)
 
  this file was required by xfce4 and not found in any repository
  where can I found it?
 
 generally if you need to find a distfile that has gone away this site:
 
   http://www.filewatcher.com
 
 will tell you where there are still copies
 
  Rizzo
 
 

 Thankx
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

File not found in ftp repository

2014-03-16 Thread Nilton Jose Rizzo
root@valfenda:/home2/rizzo # wget
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-equake-plugin-1.3.4.tar.bz2
--2014-03-16 10:34:32-- 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-equake-plugin-1.3.4.tar.bz2
   = 'xfce4-equake-plugin-1.3.4.tar.bz2'
Resolvendo ftp.freebsd.org (ftp.freebsd.org)... 204.152.184.73, 2001:4f8:0:2::e
Conectando-se a ftp.freebsd.org (ftp.freebsd.org)|204.152.184.73|:21... 
conectado.
Acessando como anonymous ... Acesso autorizado! ( Access grant)
== SYST ... feito.   == PWD ... feito.
== TYPE I ... feito. == CWD (1) /pub/FreeBSD/ports/distfiles/xfce4 ... feito.
== SIZE xfce4-equake-plugin-1.3.4.tar.bz2 ... feito.
== PASV ... feito.   == RETR xfce4-equake-plugin-1.3.4.tar.bz2 ...
O arquivo 'xfce4-equake-plugin-1.3.4.tar.bz2' não foi encontrado. (file not 
found)

this file was required by xfce4 and not found in any repository
where can I found it?


Rizzo

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

gnash broken

2014-03-16 Thread Nilton Jose Rizzo

  Hi all, the gnash port is broken from two months ago , because have problem
 with the boost ports (link problem)
 Have other ports to emulate flash as browser plugins?

Rizzo

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: File not found in ftp repository

2014-03-16 Thread Nilton Jose Rizzo
Em Sun, 16 Mar 2014 11:31:58 -0400, Thomas Hoffmann escreveu
 On Sun, Mar 16, 2014 at 9:38 AM, Nilton Jose Rizzo ri...@i805.com.brwrote:
 
  root@valfenda:/home2/rizzo # wget
 
 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-equake-plugin-1.3.4.tar.bz2
  --2014-03-16 10:34:32--
 
 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-equake-plugin-1.3.4.tar.bz2
 = 'xfce4-equake-plugin-1.3.4.tar.bz2'
  Resolvendo ftp.freebsd.org (ftp.freebsd.org)... 204.152.184.73,
  2001:4f8:0:2::e
  Conectando-se a ftp.freebsd.org (ftp.freebsd.org)|204.152.184.73|:21...
  conectado.
  Acessando como anonymous ... Acesso autorizado! ( Access grant)
  == SYST ... feito.   == PWD ... feito.
  == TYPE I ... feito. == CWD (1) /pub/FreeBSD/ports/distfiles/xfce4 ...
  feito.
  == SIZE xfce4-equake-plugin-1.3.4.tar.bz2 ... feito.
  == PASV ... feito.   == RETR xfce4-equake-plugin-1.3.4.tar.bz2 ...
  O arquivo 'xfce4-equake-plugin-1.3.4.tar.bz2' não foi encontrado. (file
  not found)
 
  this file was required by xfce4 and not found in any repository
  where can I found it?
 
 
  Rizzo
 
 Does this get you what you need:
 http://archive.xfce.org/src/panel-plugins/xfce4-equake-plugin/1.3/
 
 -Tom

Thankx Tom

Rizzo
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: gnash broken

2014-03-16 Thread Nilton Jose Rizzo
Em Sun, 16 Mar 2014 11:50:25 -0700, Kevin Oberman escreveu
 On Sun, Mar 16, 2014 at 10:49 AM, RW rwmailli...@googlemail.com wrote:
 
  On Sun, 16 Mar 2014 17:07:32 + (UTC)
  Thomas Mueller wrote:
 
 
 
   Maybe build and install wine and download 32-bit Adobe Flash plugin?
   Wine only runs on i386 but can be run from amd64 using /compat/i386.
 
  The Linux Flash plugin still works for me.
 
 
 If you object to binary blobs, it is a non-starter, but
 www/linux-f10-flashplugin11 works quite well with firefox. (I asume that
 tis is what Thomas was referring to.

   I'm using the -current -- FreeBSD valfenda 11.0-CURRENT FreeBSD 
11.0-CURRENT #16 r263202: Sat Mar 15 00:23:05 BRT 2014 
root@:/usr/obj/usr/src/sys/VALFENDA  amd64

   and the gnash don't work to me. I'm not using the flash plugin (from
linux emulator) because I think different about this.
   I'll not use anything that not be native to freeBSD, because in my opnion 
we have to make an effort to convince the big players of software developers
that FreeBSD is cost effective.

   If I need to use flash player for some reason, I'll install a linux
box.   I hate all sites that was created using flash to work.  I have a hope
about a full HTML5 support in firefox or in opera, and the flash dieing 
slowly

  This is only my opnion, but some times I would like to see some movies and
I need some plug-ins to run flash, the  gnash do a good job, but some times
only work with newest versions of  flash plug-ins

Rizzo



 -- 
 R. Kevin Oberman, Network Engineer, Retired
 E-mail: rkober...@gmail.com
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: File not found in ftp repository

2014-03-16 Thread Nilton Jose Rizzo
Em Mon, 17 Mar 2014 00:03:29 -0300, Nilton Jose Rizzo escreveu
 Em Sun, 16 Mar 2014 11:31:58 -0400, Thomas Hoffmann escreveu
  On Sun, Mar 16, 2014 at 9:38 AM, Nilton Jose Rizzo ri...@i805.com.brwrote:
  
   root@valfenda:/home2/rizzo # wget
  
  
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-equake-
 plugin-1.3.4.tar.bz2
   --2014-03-16 10:34:32--
  
  
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-equake-
 plugin-1.3.4.tar.bz2
  = 'xfce4-equake-plugin-1.3.4.tar.bz2'
   Resolvendo ftp.freebsd.org (ftp.freebsd.org)... 204.152.184.73,
   2001:4f8:0:2::e
   Conectando-se a ftp.freebsd.org (ftp.freebsd.org)|204.152.184.73|:21...
   conectado.
   Acessando como anonymous ... Acesso autorizado! ( Access grant)
   == SYST ... feito.   == PWD ... feito.
   == TYPE I ... feito. == CWD (1) /pub/FreeBSD/ports/distfiles/xfce4 ...
   feito.
   == SIZE xfce4-equake-plugin-1.3.4.tar.bz2 ... feito.
   == PASV ... feito.   == RETR xfce4-equake-plugin-1.3.4.tar.bz2 ...
   O arquivo 'xfce4-equake-plugin-1.3.4.tar.bz2' não foi encontrado. (file
   not found)
  
   this file was required by xfce4 and not found in any repository
   where can I found it?
  
  
   Rizzo
  
  Does this get you what you need:
  http://archive.xfce.org/src/panel-plugins/xfce4-equake-plugin/1.3/
  
  -Tom
 
 Thankx Tom

  Hey Tom, look this,



root@valfenda:/usr/ports/science/xfce4-equake-plugin # make build deinstall
reinstall
  pkg-static: PACKAGESITE in pkg.conf is deprecated. Please create a
repository configuration file
===  License GPLv3 accepted by the user
===   xfce4-equake-plugin-1.3.4 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by xfce4-equake-plugin-1.3.4 for building
===  Extracting for xfce4-equake-plugin-1.3.4
= SHA256 Checksum mismatch for xfce4/xfce4-equake-plugin-1.3.4.tar.bz2.
===  Refetch for 1 more times files: xfce4/xfce4-equake-plugin-1.3.4.tar.bz2 
pkg-static: PACKAGESITE in pkg.conf is deprecated. Please create a repository
configuration file
===  License GPLv3 accepted by the user
===   xfce4-equake-plugin-1.3.4 depends on file: /usr/local/sbin/pkg - found
= xfce4-equake-plugin-1.3.4.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/xfce4.
= Attempting to fetch
http://mirror.perldude.de/archive.xfce.org/src/panel-plugins/xfce4-equake-plugin/1.3/xfce4-equake-plugin-1.3.4.tar.bz2
fetch:
http://mirror.perldude.de/archive.xfce.org/src/panel-plugins/xfce4-equake-plugin/1.3/xfce4-equake-plugin-1.3.4.tar.bz2:
size mismatch: expected 385454, actual 385283


The size of file is grater than origi, and the make try to download other 
file to replace.

Rizzo


 
 Rizzo
  ___
  freebsd-current@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-current
  To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

problems with pkg2ng

2013-11-28 Thread Nilton Jose Rizzo


Hi all,

 in the near past, when I update ports repository via svn, I always use
 pkg2ng to upgrade (or update?) the database, but today I can not do it.

 The command pkg2ng show this error message:

root@valfenda:/home2/rizzo # pkg2ng
pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository
configuration file
Converting packages from /var/db/pkg
pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository
configuration file
pkg: fstat() failed for(/usr/local/etc/cups/cupsd.conf.N): No such file or
directory

but when I search in /usr/ports/UPDATING I can not found anything about this
and no man pages about pkg2ng

root@valfenda:/home2/rizzo # man pkg2ng
No manual entry for pkg2ng
root@valfenda:/home2/rizzo #

Can Someone help me?

MyBox:

root@valfenda:/home2/rizzo # pkg -v
1.2_1
root@valfenda:/home2/rizzo # svn info /usr/src
Caminho: /usr/src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/base
UUID do repositório: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revisão: 258666
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: glebius
Revisão da Última Mudança: 258666
Data da Última Mudança: 2013-11-26 18:27:57 -0200 (Ter, 26 Nov 2013)

root@valfenda:/home2/rizzo # svn info /usr/ports
Caminho: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/ports
UUID do repositório: 35697150-7ecd-e111-bb59-0022644237b5
Revisão: 334975
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: kwm
Revisão da Última Mudança: 334975
Data da Última Mudança: 2013-11-26 19:15:14 -0200 (Ter, 26 Nov 2013)

root@valfenda:/home2/rizzo # uname -a
FreeBSD valfenda 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r258666: Wed Nov 27
00:06:27 BRST 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64

TIA,

Rizzo

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

problems with pkg2ng

2013-11-28 Thread Nilton Jose Rizzo

  Hi all, 

 in the near past, when I update ports repository via svn, I always use
 pkg2ng to upgrade (or update?) the database, but today I can not do it.

 The command pkg2ng show this error message:

root@valfenda:/home2/rizzo # pkg2ng
pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository
configuration file
Converting packages from /var/db/pkg
pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository
configuration file
pkg: fstat() failed for(/usr/local/etc/cups/cupsd.conf.N): No such file or
directory

but when I search in /usr/ports/UPDATING I can not found anything about this
and no man pages about pkg2ng 

root@valfenda:/home2/rizzo # man pkg2ng
No manual entry for pkg2ng
root@valfenda:/home2/rizzo # 

Can Someone help me?

MyBox:

root@valfenda:/home2/rizzo # pkg -v
1.2_1
root@valfenda:/home2/rizzo # svn info /usr/src
Caminho: /usr/src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/base
UUID do repositório: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revisão: 258666
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: glebius
Revisão da Última Mudança: 258666
Data da Última Mudança: 2013-11-26 18:27:57 -0200 (Ter, 26 Nov 2013)

root@valfenda:/home2/rizzo # svn info /usr/ports
Caminho: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/ports
UUID do repositório: 35697150-7ecd-e111-bb59-0022644237b5
Revisão: 334975
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: kwm
Revisão da Última Mudança: 334975
Data da Última Mudança: 2013-11-26 19:15:14 -0200 (Ter, 26 Nov 2013)

root@valfenda:/home2/rizzo # uname -a
FreeBSD valfenda 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r258666: Wed Nov 27
00:06:27 BRST 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64




TIA,

Rizzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: buildworld error on -current

2013-11-14 Thread Nilton Jose Rizzo
Em Thu, 14 Nov 2013 13:51:59 +0100, Dimitry Andric escreveu
 On 14 Nov 2013, at 00:23, Nilton Jose Rizzo ri...@i805.com.br 
 wrote: ...
  === lib/libc++ (all)
  c++   -O2 -pipe -I/usr/src/lib/libc++/../../contrib/libc++/include -
I/usr/src/li
  b/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments -
fstack-
  protector -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -
Wno-un
  used-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion
  -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses
  -std=c++0x -Wno-c++11-extensions -c
  /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp -o algorithm.o
  In file included from
  /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp:10:
  In file included from
  /usr/src/lib/libc++/../../contrib/libc++/include/algorithm:627:
  /usr/src/lib/libc++/../../contrib/libc++/include/memory:3331:3: error: no
   matching literal operator for call to 'operator  __len' with 
argument of
   type 'unsigned long long' or 'const char *', and no matching literal
   operator template
  0__len = (__len - 1)  ~static_cast_Size(63);
   ^
  1 error generated.
 
 There is a stray '0' character in front of that line.  Did you modify
 the file by accident?  Try doing:
 
   No, only update the source via svn

 svn revert -R /usr/src/contrib/libc++/include/memory
 
 or if that still does not remove the stray character, delete your source
 tree and re-checkout.

   I'll try it.

 
 -Dimitry

Thanx,

   Rizzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


buildworld error on -current

2013-11-13 Thread Nilton Jose Rizzo
Hi all, I have some problens with -current:

building shared library librpcsvc.so.5
=== lib/libsbuf (all)   
=== lib/libtacplus (all)
=== lib/libutil (all)   
=== lib/libypclnt (all) 
=== lib/libcxxrt (all)  
=== lib/libc++ (all)
c++   -O2 -pipe -I/usr/src/lib/libc++/../../contrib/libc++/include -I/usr/src/li
b/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments -fstack-
protector -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-un
used-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion
-Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses
-std=c++0x -Wno-c++11-extensions -c
/usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp -o algorithm.o
In file included from
/usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp:10:
In file included from
/usr/src/lib/libc++/../../contrib/libc++/include/algorithm:627:
/usr/src/lib/libc++/../../contrib/libc++/include/memory:3331:3: error: no
  matching literal operator for call to 'operator  __len' with argument of
  type 'unsigned long long' or 'const char *', and no matching literal
  operator template
 0__len = (__len - 1)  ~static_cast_Size(63);
  ^
1 error generated.
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/libc++
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib
*** Error code 1


And some ports not compile, as gnash vlc and others, and sound not work with 
some other multimidea softwares, like parole and xmms, with parole I can't
change the default driver to OSS, and when I build this ports I tried use
pulsealdio, Alsa and others supports but anyone work.  Olny firefox can play
some movies but not all

my box:
root@valfenda:/usr/src # uname -a
FreeBSD valfenda 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r257602: Mon Nov  4
05:59:42 BRST 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64


root@valfenda:/usr # svn info src
Caminho: src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/base
UUID do repositório: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revisão: 258094
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: emaste
Revisão da Última Mudança: 258094
Data da Última Mudança: 2013-11-13 12:46:41 -0200 (Qua, 13 Nov 2013)



TIA,

Rizzo




___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Virtual box require LIBCXX

2013-10-08 Thread Nilton Jose Rizzo
I finish install a virtual box from ports and it's build ok, look

===   Installing ldconfig configuration file
===   Registering installation for virtualbox-ose-4.2.18_1
Installing virtualbox-ose-4.2.18_1... done
=== SECURITY REPORT: 
  This port has installed the following binaries which execute with
  increased privileges.
/usr/local/lib/virtualbox/VirtualBox
/usr/local/lib/virtualbox/VBoxSDL
/usr/local/lib/virtualbox/VBoxHeadless
/usr/local/lib/virtualbox/VBoxAutostart
/usr/local/lib/virtualbox/VBoxBFE
/usr/local/lib/virtualbox/VBoxTestOGL
/usr/local/lib/virtualbox/VBoxNetAdpCtl
/usr/local/lib/virtualbox/VBoxNetDHCP

  This port has installed the following files which may act as network
  servers and may therefore pose a remote security risk to the system.
/usr/local/lib/virtualbox/vboxwebsrv
/usr/local/lib/virtualbox/VBoxXPCOM.so
/usr/local/lib/virtualbox/VBoxRT.so
/usr/local/lib/virtualbox/VBoxDD.so
/usr/local/lib/virtualbox/VBoxOGLhostcrutil.so (USES POSSIBLY INSECURE
FUNCTIONS: tmpnam)
/usr/local/lib/virtualbox/webtest

  This port has installed the following startup scripts which may cause
  these network services to be started at boot time.
/usr/local/etc/rc.d/vboxheadless
/usr/local/etc/rc.d/vboxwebsrv

  If there are vulnerabilities in these programs there may be a security
  risk to the system. FreeBSD makes no guarantee about the security of
  ports included in the Ports Collection. Please type 'make deinstall'
  to deinstall the port if this is a concern.

  For more information, and contact details about the security
  status of this software, see the following webpage: 
http://www.virtualbox.org/
===  Cleaning for dev86-0.16.18
===  Cleaning for kBuild-0.1.9998
===  Cleaning for gtar-1.27
===  Cleaning for gsoap-2.8.10_1
===  Cleaning for libvncserver-0.9.9_5
===  Cleaning for virtualbox-ose-kmod-4.2.18
===  Cleaning for virtualbox-ose-4.2.18_1
root@valfenda:/usr/ports/emulators/virtualbox-ose # kldload vboxdrv
root@valfenda:/usr/ports/emulators/virtualbox-ose # 

but whern I run it, the I got this error message:
rizzo@valfenda:~/src/Doutorado/visao/testes % VirtualBox 
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed:
/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by
/usr/local/lib/virtualbox/VBoxRT.so not found

VirtualBox: Tip! It may help to reinstall VirtualBox.
rizzo@valfenda:~/src/Doutorado/visao/testes % 

I update my system and port to last nigth
root@valfenda:/home2/rizzo # cd /usr
root@valfenda:/usr # svn info src
Caminho: src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/base
UUID do repositório: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revisão: 256108
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: glebius
Revisão da Última Mudança: 256108
Data da Última Mudança: 2013-10-07 09:07:40 -0300 (Seg, 07 Out 2013)

root@valfenda:/usr # svn info ports
Caminho: ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/ports
UUID do repositório: 35697150-7ecd-e111-bb59-0022644237b5
Revisão: 329758
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: ak
Revisão da Última Mudança: 329758
Data da Última Mudança: 2013-10-08 02:47:27 -0300 (Ter, 08 Out 2013)

root@valfenda:/usr # uname -a
FreeBSD valfenda 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #3 r256108: Tue Oct  8
02:55:04 BRT 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64
root@valfenda:/usr # 


What's do I wrong?

TIA,

  Rizzo






___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: Virtual box require LIBCXX

2013-10-08 Thread Nilton Jose Rizzo
Em Tue, 08 Oct 2013 09:43:19 -0700, Eric L. Camachat escreveu
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 On 10/08/2013 07:17, Nilton Jose Rizzo wrote:
  root@valfenda:/usr/ports/emulators/virtualbox-ose # kldload vboxdrv
  root@valfenda:/usr/ports/emulators/virtualbox-ose # 
  
  but whern I run it, the I got this error message:
  rizzo@valfenda:~/src/Doutorado/visao/testes % VirtualBox 
  VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
  VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed:
  /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by
  /usr/local/lib/virtualbox/VBoxRT.so not found
  
 My box can be fixed by remove misc/compat8x package.

  In my box it was used by bootstrap jdk, look

root@valfenda:/usr # pkg query %ro compat8x-amd64
java/bootstrap-openjdk
root@valfenda:/usr # 

  You don't use java?


 
 Eric
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (FreeBSD)
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
 
 iF4EAREIAAYFAlJUNicACgkQSfBQu3oOwYxoRwEAgcXGhnbrW6ARTsoOblA7urrc
 o/7zf5O+MekTczEWn/YA/23CjxEj22cYcd3A6tHWGa4cBcju5fmL8YWGXv5Yonrc
 =xk3B
 -END PGP SIGNATURE-

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Virtual box require LIBCXX

2013-10-08 Thread Nilton Jose Rizzo
Em Tue, 08 Oct 2013 17:34:33 -0700, Eric L. Camachat escreveu
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 On 10/08/2013 15:01, Jimmy Kelley wrote:
  On Tue, Oct 08, 2013 at 05:01:35PM -0300, Nilton Jose Rizzo wrote:
  Em Tue, 08 Oct 2013 09:43:19 -0700, Eric L. Camachat escreveu
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA256
 
  On 10/08/2013 07:17, Nilton Jose Rizzo wrote:
  root@valfenda:/usr/ports/emulators/virtualbox-ose # kldload vboxdrv
  root@valfenda:/usr/ports/emulators/virtualbox-ose # 
 
  but whern I run it, the I got this error message:
  rizzo@valfenda:~/src/Doutorado/visao/testes % VirtualBox 
  VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
  VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed:
  /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by
  /usr/local/lib/virtualbox/VBoxRT.so not found
 
  My box can be fixed by remove misc/compat8x package.
 
In my box it was used by bootstrap jdk, look
 
  root@valfenda:/usr # pkg query %ro compat8x-amd64
  java/bootstrap-openjdk
  root@valfenda:/usr # 
 
You don't use java?
 
 
  
  bootstrap-openjdk is only needed to BUILD openjdk.  You can and
  should remove it after you have successfully built one of the
  openjdk packages (see java/bootstrap-openjdk/pkg-message).
  You can delete misc/compat8x after that.
  
 Yes, I have to remove it when every time re-build openjdk
 
 Eric

Sorry folks, it's my fault, because I didn't read this message about 
this ports.  Thankx again

Rizzo


 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (FreeBSD)
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
 
 iF4EAREIAAYFAlJUpJkACgkQSfBQu3oOwYy2oQD/RmsDCLHwn+X5TXyqWvoDPc3M
 fnwKs779NaDHE8+kVF0BAJ2oMHgvQ6X1Fmhkor9PF0pRlPu586gzsupcJU4sed/a
 =0MHP
 -END PGP SIGNATURE-
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


how to solve a conflict between two ports?

2013-10-04 Thread Nilton Jose Rizzo
how to decide the best choice between two ports?

in this conflict below, how to decide the best choice and why this occurs. 
OK, I know it's project decision, but if have conflict the ports staff can be
deciding
to put both in different places to avoid this conflict

I have some cases that  it occurs.

===  Found saved configuration for gdcm-2.2.5
===   gdcm-2.2.5 depends on file: /usr/local/sbin/pkg - found
= gdcm-2.2.5.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch
http://heanet.dl.sourceforge.net/project/gdcm/gdcm%202.x/GDCM%202.2.5/gdcm-2.2.5.tar.bz2
gdcm-2.2.5.tar.bz2100% of 4189 kB  356 kBps 00m12s
=== Fetching all distfiles required by gdcm-2.2.5 for building
===  Extracting for gdcm-2.2.5
= SHA256 Checksum OK for gdcm-2.2.5.tar.bz2.
===  Patching for gdcm-2.2.5
===  Applying FreeBSD patches for gdcm-2.2.5
===   gdcm-2.2.5 depends on executable: doxygen - found
===   gdcm-2.2.5 depends on file: /usr/local/share/texmf-dist/LICENSE.texmf -
not found
===Verifying install for /usr/local/share/texmf-dist/LICENSE.texmf in
/usr/ports/print/teTeX-texmf

===  teTeX-texmf-3.0_9 conflicts with installed package(s): 
  latex2e-2003.12_1
  tex-3.14159_3

  They install files into the same place.
  You may want to stop build with Ctrl + C.
===   teTeX-texmf-3.0_9 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by teTeX-texmf-3.0_9 for building

===  teTeX-texmf-3.0_9 conflicts with installed package(s): 
  latex2e-2003.12_1
  tex-3.14159_3

  They will not build together.
  Please remove them first with pkg delete.
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/print/teTeX-texmf
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/gdcm
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/gdcm
root@valfenda:/usr/ports/devel/gdcm # 

TIA

   Rizzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


problem with portupgrade/pkg/ backup

2013-10-03 Thread Nilton Jose Rizzo
Hi all,

see the error message below ( command portupgrade -rR xorg )

---  Backing up the old version
pkg: No installed package matching .txz found

** Backup failed.
---  Skipping 'x11/xinput' (xinput-1.6.0) because a requisite package
'libXrandr-1.4.1' (x11/libXrandr) failed (specify -k to force)
---  Skipping 'x11/xterm' (xterm-296) because a requisite package
'libXpm-3.5.10' (x11/libXpm) failed (specify -k to force)
---  Skipping 'x11-servers/xorg-server' (xorg-server-1.7.7_8,1) because a
requisite package 'libXpm-3.5.10' (x11/libXpm) failed (specify -k to force)
---  Skipping 'x11-drivers/xf86-video-intel' (xf86-video-intel-2.7.1_4)
because a requisite package 'libXv-1.0.9,1' (x11/libXv) failed (specify -k to
force)
---  Skipping 'x11-drivers/xf86-video-vesa' (xf86-video-vesa-2.3.2) because a
requisite package 'libXpm-3.5.10' (x11/libXpm) failed (specify -k to force)
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! graphics/cairo (cairo-1.10.2_5,2) (backup error)
! x11-toolkits/libXmu (libXmu-1.1.1,1)  (backup error)
! x11/libXv (libXv-1.0.9,1) (backup error)
! x11/libXpm (libXpm-3.5.10)(backup error)
* x11-toolkits/libXaw (libXaw-1.0.11,2)
! x11/libXrandr (libXrandr-1.4.1)   (backup error)
* x11/xinput (xinput-1.6.0)
* x11/xterm (xterm-296)
* x11-servers/xorg-server (xorg-server-1.7.7_8,1)
* x11-drivers/xf86-video-intel (xf86-video-intel-2.7.1_4)
* x11-drivers/xf86-video-vesa (xf86-video-vesa-2.3.2)

Some port that I try update via portupgrade show this ...
if I give the command 
   make clean reinstall clean 

all ports marked as backup error can be updated

Any idea to solve this?

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


port cimg build problem

2013-10-02 Thread Nilton Jose Rizzo

When I try to install the cimg ports I get this errors



root@valfenda:/usr/ports/graphics/cimg # make install clean
===  Building for cimg-1.5.6_1,3
gmake[1]: Entrando no diretório
`/usr/ports/graphics/cimg/work/CImg-1.5.6/examples'
gmake[2]: Entrando no diretório
`/usr/ports/graphics/cimg/work/CImg-1.5.6/examples'

** Compiling 'CImg_demo (1.5.6)' with 'g++46'

g++46 -o CImg_demo CImg_demo.cpp -I.. -Wall -W -O2 -pipe
-Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing  -fno-tree-pre
-Dcimg_use_vt100 -I/usr/local/include  -Dcimg_use_xrandr -Dcimg_use_tiff
-Dcimg_use_openexr -I//usr/local/include/OpenEXR -Dcimg_use_png
-Dcimg_use_jpeg -Dcimg_use_zlib -Dcimg_use_opencv -I/usr/local/include/opencv
-Dcimg_use_magick -I/usr/local/include/GraphicsMagick -O2 -pipe
-DPNG_DEPSTRUCT= -fno-strict-aliasing -Dcimg_use_lapack -Dcimg_use_fftw3 
-pthread -Wl,-rpath=/usr/local/lib/gcc46 -lm -lm -L/usr/local/lib -lX11  
-lXrandr -ltiff -lIlmImf -lHalf -lpng -lz -ljpeg -lz -lopencv_legacy
-lopencv_highgui -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib
-L/usr/local/lib -lGraphicsMagick++ -lGraphicsMagick -ljbig -llcms -ltiff
-lfreetype -ljasper -ljpeg -lpng -lfpx -lwmflite -lXext -lSM -lICE -lX11 -lbz2
-lxml2 -lz -lm -L/usr/local/lib -llapack -lblas -lfftw3

** Compiling 'captcha (1.5.6)' with 'g++46'

g++46 -o captcha captcha.cpp -I.. -Wall -W -O2 -pipe
-Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing  -fno-tree-pre
-Dcimg_use_vt100 -I/usr/local/include  -Dcimg_use_xrandr -Dcimg_use_tiff
-Dcimg_use_openexr -I//usr/local/include/OpenEXR -Dcimg_use_png
-Dcimg_use_jpeg -Dcimg_use_zlib -Dcimg_use_opencv -I/usr/local/include/opencv
-Dcimg_use_magick -I/usr/local/include/GraphicsMagick -O2 -pipe
-DPNG_DEPSTRUCT= -fno-strict-aliasing -Dcimg_use_lapack -Dcimg_use_fftw3 
-pthread -Wl,-rpath=/usr/local/lib/gcc46 -lm -lm -L/usr/local/lib -lX11  
-lXrandr -ltiff -lIlmImf -lHalf -lpng -lz -ljpeg -lz -lopencv_legacy
-lopencv_highgui -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib
-L/usr/local/lib -lGraphicsMagick++ -lGraphicsMagick -ljbig -llcms -ltiff
-lfreetype -ljasper -ljpeg -lpng -lfpx -lwmflite -lXext -lSM -lICE -lX11 -lbz2
-lxml2 -lz -lm -L/usr/local/lib -llapack -lblas -lfftw3
/tmp//ccda87Cc.o: In function `cimg_library::CImgunsigned
char::save_magick(char const*, unsigned int) const':
captcha.cpp:(.text._ZNK12cimg_library4CImgIhE11save_magickEPKcj[cimg_library::CImgunsigned
char::save_magick(char const*, unsigned int) const]+0x29b): undefined
reference to `Magick::Image::write(std::basic_stringchar,
std::char_traitschar, std::allocatorchar  const)'
collect2: ld returned 1 exit status
gmake[2]: ** [captcha] Erro 1
gmake[2]: *** Esperando que os outros processos terminem
/tmp//ccFOT8wN.o: In function `cimg_library::CImgunsigned
char::save_magick(char const*, unsigned int) const':
CImg_demo.cpp:(.text._ZNK12cimg_library4CImgIhE11save_magickEPKcj[cimg_library::CImgunsigned
char::save_magick(char const*, unsigned int) const]+0x27b): undefined
reference to `Magick::Image::write(std::basic_stringchar,
std::char_traitschar, std::allocatorchar  const)'
collect2: ld returned 1 exit status
gmake[2]: ** [CImg_demo] Erro 1
gmake[2]: Saindo do diretório 
`/usr/ports/graphics/cimg/work/CImg-1.5.6/examples'
gmake[1]: ** [Mlinux] Erro 2
gmake[1]: Saindo do diretório 
`/usr/ports/graphics/cimg/work/CImg-1.5.6/examples'
=== Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/cimg
root@valfenda:/usr/ports/graphics/cimg # 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

blender ports problem

2013-10-02 Thread Nilton Jose Rizzo
I try to compile blender from ports 

setup options

[x] BULLET   Bullet physics engine   
 
[x] CAMERATRACK  Camera tracking support
[x] CINEON   CINEON and DPX graphics format support  | 
[x] COMPOSITOR   Use the tile-based nodal compositor | 
[ ] CYCLES   Cycles render engine support| 
[ ] CYCLESOSLShading support for the cycles render engine| 
[x] DDS  DDS graphics format support | 
[x] FFMPEG   FFmpeg support (WMA, AIFF, AC3, APE...) | 
[x] FFTW3Use fftw for smoke and audio effects| 
[x] FRAMESERVER  Image FrameServer support for rendering | 
[x] FREESTYLEEnable advanced edges rendering | 
[x] GAMEENGINE   Enable the game engine  | 
[x] HDR  Generic high dynamic-range (HDR) support| 
[ ] HEADLESS Disable user interface (for render-farms)   | 
[x] INPUT_NDOF   Enable NDOF input device support| 
[ ] JACK JACK audio server support   | 
[x] LIBMVEnable motion tracking via libmv| 
[x] LZMA Best compression support| 
[x] LZO  Fast compression support| 
[x] MENU Install desktop menu| 
[x] MOD_BOOLEAN  Boolean modifier support| 
[x] MOD_FLUIDFluid simulation support| 
[x] MOD_OCEANSIM Ocean simulation support| 
[x] MOD_REMESH   Remesh modifier support | 
[x] MOD_SMOKESmoke simulation support| 
[x] NLS  Native Language Support | 
[x] OPENAL   OpenAL support  | 
[ ] OPENCOLORIO  OpenColorIO-based color management support  | 
[x] OPENEXR  HDR image format support via OpenEXR| 
[x] OPENJPEG Enhanced JPEG graphics support  | 
[x] OPENMP   Parallel processing support via OpenMP  | 
[x] PLAYER   Enable blender player   | 
[x] RAYOPTIMIZATION  Enable SSE optimizatons for raytracing  | 
[ ] REDCODE  RedCode graphics format support | 
[x] SAMPLERATE   Sample rate conversion support  | 
[x] SDL  Audio and Joystick support using SDL| 
[ ] SNDFILE  libsndfile support  | 
[x] TIFF TIFF image format support   | 
[x] XF86VMODEX11 video mode switching support| 
[x] XINPUT   X11 Xinput (tablet) support




[ 27%] Building CXX object
source/blender/ikplugin/CMakeFiles/bf_ikplugin.dir/intern/itasc_plugin.cpp.o
In file included from
/usr/ports/graphics/blender/work/blender-2.68a/source/blender/ikplugin/intern/itasc_plugin.cpp:35:
In file included from /usr/include/c++/v1/vector:261:
In file included from /usr/include/c++/v1/__bit_reference:15:
In file included from /usr/include/c++/v1/algorithm:626:
/usr/include/c++/v1/utility:243:9: error: field has incomplete type
'KDL::TreeElement'
_T2 second;
^
/usr/include/c++/v1/map:693:20: note: in instantiation of template class
'std::__1::pairconst std::__1::basic_stringchar, KDL::TreeElement'
requested here
value_type __cc;
   ^
/usr/include/c++/v1/__tree:603:16: note: in instantiation of member class
'std::__1::mapstd::__1::basic_stringchar, KDL::TreeElement,
std::__1::lessstd::__1::basic_stringchar ,
Eigen::aligned_allocatorstd::__1::pairstd::__1::basic_stringchar,
KDL::TreeElement  ::__value_type' requested here
value_type __value_;
   ^
/usr/include/c++/v1/__tree:690:22: note: in instantiation of template class
'std::__1::__tree_nodestd::__1::mapstd::__1::basic_stringchar,
KDL::TreeElement, std::__1::lessstd::__1::basic_stringchar ,
Eigen::aligned_allocatorstd::__1::pairstd::__1::basic_stringchar,
KDL::TreeElement  ::__value_type, void *' requested here
typedef typename __node::base __node_base;
 ^
/usr/include/c++/v1/map:566:19: note: in instantiation of template class
'std::__1::__tree_const_iteratorstd::__1::mapstd::__1::basic_stringchar,
KDL::TreeElement, std::__1::lessstd::__1::basic_stringchar ,
Eigen::aligned_allocatorstd::__1::pairstd::__1::basic_stringchar,
KDL::TreeElement  ::__value_type,
std::__1::__tree_nodestd::__1::mapstd::__1::basic_stringchar,
KDL::TreeElement, std::__1::lessstd::__1::basic_stringchar ,

graphics/gnash build error

2013-10-02 Thread Nilton Jose Rizzo

When I try to build gnash


libtool: link: g++46 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46
-fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc46 -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
-fvisibility-inlines-hidden /usr/local/lib/libintl.so -Wl,-rpath
-Wl,/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46 -Wl,--as-needed -o
.libs/gtk-gnash gtk_gnash-gnash.o gtk_gnash-gui.o gtk_gnash-Player.o
gtk_gnash-NullGui.o gtk_gnash-ScreenShotter.o gtk_gnash-gtk_canvas.o
gtk_gnash-gtk.o gtk_gnash-gui_gtk.o gtk_gnash-gtk_glue_agg.o -Wl,-rpath
-Wl,/usr/local/lib -Wl,--export-dynamic  -L/usr/local/lib -L/usr/lib
../libcore/.libs/libgnashcore.so ../libdevice/.libs/libgnashdevice.so
../librender/.libs/libgnashrender.so
/usr/ports/graphics/gnash/work/gnash-0.8.10/libdevice/.libs/libgnashdevice.so
/usr/ports/graphics/gnash/work/gnash-0.8.10/libcore/.libs/libgnashcore.so
/usr/ports/graphics/gnash/work/gnash-0.8.10/libsound/.libs/libgnashsound.so
../libsound/.libs/libgnashsound.so
/usr/ports/graphics/gnash/work/gnash-0.8.10/libmedia/.libs/libgnashmedia.so
/usr/local/lib/libSDL.so -lvgl /usr/local/lib/libaa.so -lncurses -lusbhid
../libmedia/.libs/libgnashmedia.so
/usr/ports/graphics/gnash/work/gnash-0.8.10/libbase/.libs/libgnashbase.so
-lavcodec /usr/local/lib/libdca.so /usr/local/lib/libvorbisenc.so
/usr/local/lib/libvorbis.so -lavformat -lavutil /usr/local/lib/libtheora.so
/usr/local/lib/libogg.so -lgsm -lswscale /usr/local/lib/libspeex.so
/usr/local/lib/libspeexdsp.so ../libbase/.libs/libgnashbase.so
/usr/local/lib/libjpeg.so /usr/local/lib/libgif.so /usr/local/lib/libcurl.so
/usr/local/lib/libidn.so -lgssapi /usr/local/lib/libldap.so
/usr/local/lib/liblber.so -lfetch -lcom_err -lssl -lcrypto -lboost_thread
-lboost_program_options -lboost_iostreams /usr/local/lib/libltdl.so
/usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so
/usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libharfbuzz.so -lgraphite2
/usr/local/lib/libXi.so /usr/local/lib/libXrandr.so
/usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so
/usr/local/lib/libXdamage.so /usr/local/lib/libXfixes.so
/usr/local/lib/libcairo.so /usr/local/lib/libpixman-1.so
/usr/local/lib/libxcb-shm.so /usr/local/lib/libxcb-render.so
/usr/local/lib/libXrender.so -lGL /usr/local/lib/libgdk_pixbuf-2.0.so -lpng15
/usr/local/lib/libgio-2.0.so /usr/local/lib/libpangoft2-1.0.so
/usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so -lz
/usr/local/lib/libpango-1.0.so /usr/local/lib/libgmodule-2.0.so
/usr/local/lib/libgthread-2.0.so /usr/local/lib/libatk-1.0.so
/usr/local/lib/libgobject-2.0.so /usr/local/lib/libffi.so
/usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libpcre.so
/usr/local/lib/libintl.so /usr/local/lib/libexpat.so
/usr/local/lib/libXinerama.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so
/usr/local/lib/libXv.so /usr/local/lib/libXext.so -lbz2
/usr/local/lib/libagg.so -lrt -lm /usr/local/lib/libX11.so
/usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so
/usr/local/lib/libpthread-stubs.so -lrpcsvc -pthread -Wl,-rpath
-Wl,/usr/local/lib/gnash -Wl,-rpath -Wl,/usr/local/lib
/usr/local/bin/ld: gtk_gnash-gnash.o: undefined reference to symbol
'boost::system::system_category()'
/usr/local/bin/ld: note: 'boost::system::system_category()' is defined in DSO
/usr/local/lib/libboost_system.so.5 so try adding it to the linker command line
/usr/local/lib/libboost_system.so.5: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
gmake[6]: ** [gtk-gnash] Erro 1
gmake[6]: Saindo do diretório `/usr/ports/graphics/gnash/work/gnash-0.8.10/gui'
gmake[5]: ** [all-recursive] Erro 1
gmake[5]: Saindo do diretório `/usr/ports/graphics/gnash/work/gnash-0.8.10/gui'
gmake[4]: ** [all] Erro 2
gmake[4]: Saindo do diretório `/usr/ports/graphics/gnash/work/gnash-0.8.10/gui'
gmake[3]: ** [all-recursive] Erro 1
gmake[3]: Saindo do diretório `/usr/ports/graphics/gnash/work/gnash-0.8.10'
gmake[2]: ** [all] Erro 2
gmake[2]: Saindo do diretório `/usr/ports/graphics/gnash/work/gnash-0.8.10'
=== Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/gnash
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/gnash
root@valfenda:/usr/ports/graphics/gnash # 


my box:
root@valfenda:/usr/ports/graphics/gnash # uname -a
FreeBSD valfenda 10.0-ALPHA3 FreeBSD 10.0-ALPHA3 #1 r255904: Fri Sep 27
08:48:27 BRT 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64

root@valfenda:/usr # svn info src
Caminho: src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/base
UUID do repositório: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revisão: 255983
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: emaste
Revisão da Última Mudança: 255983
Data da Última Mudança: 

Problens with portupgrade/portmaster and ports

2013-10-01 Thread Nilton Jose Rizzo

  Hi all,

 I'm back again!

 I reinstall my box, because the problem with libicoinv/iconv from src
 dir have been bigs problems ... including problems when I need to run a 
 fsck in filesystem ( it's report the filesystem was incopatible)

 Well, the problem now are wiyh this programs protupograde and portmaster.

 In the last weekend, I updated my src and ports dirs and in the 
/usr/ports/UPDATING have this message:


8= Cut

20130929:
  AFFECTS: users of x11/pixman
  AUTHOR: zeis...@freebsd.org

  The library version of x11/pixman has changed, and portrevision has
  been bumped in all dependent ports.  If you have external software that
  depends on pixman, this software needs to be recompiled.
  To recompile all software dependent on pixman, run:
  
  # portmaster -r pixman
  or
  # portupgrade -rf pixman

20130929:
  AFFECTS: users of graphics/libGL, graphics/dri and other MESA ports
  AUTHOR: zeis...@freebsd.org

  The graphics/libGL, graphics/dri and related MESA ports have been
  updated to 9.1 when compiled with WITH_NEW_XORG= set.  It is necessary
  to remove the old versions of both ports before updating.

  # pkg_delete -f libGL-\* dri-\*
  or
  # pkg delete -f libGL dri
  followed by
  # portmaster -a

8== cut

when I deleted the libGL and dri using the pkg_delete command, it's work ok
but  when I try de portupgrade or portmaster I take this messages:



root@valfenda:/usr/ports # portupgrade -va
---  Session started at: Wed, 02 Oct 2013 01:21:32 -0300
** None has been installed or upgraded.
---  Session ended at: Wed, 02 Oct 2013 01:21:32 -0300 (consumed 00:00:00)



root@valfenda:/usr/ports # portmaster -va
=== Sorting ports by category
=== Starting check of installed ports for available updates

=== Root ports: 0

=== Trunk ports: 0

=== Branch ports: 0

=== Leaf ports: 0

=== All ports are up to date

=== Gathering distinfo list for installed ports

=== Exiting



But I have some ports installed, look:


root@valfenda:/home2/rizzo # pkg info | wc -l
 832
root@valfenda:/home2/rizzo # 



Result my X Window was crash!
I have been to rebuild the libGL and dri manually and my X Window restart to
work but I can't update any ports using portupgrade or portmaster

What I do wrong? I forgot something to do?

TIA

Rizzo
]
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


iconv/libiconv/ports libconv

2013-09-21 Thread Nilton Jose Rizzo
Hi all,

  I need a help about this change in the system!

  int /usr/src/UPDATING says after Aug, 13 we dont't need any more 
the port libiconv but, I don't rebuild with it.

  I rebuild world and install but the ports rebuilding with /usr/ports/UPDATING
instructions fail, and now I my system are inconsistent and can't update any 
ports because some of then needs a libiconv

   I would like how it work(WITH_ICONV and WITH_LIBICONV_COMPAT)

my make.conf

root@valfenda:/usr/ports/converters/libiconv # more /etc/make.conf
JAVA_VERSION=1.7
# added by use.perl 2013-08-31 20:03:13
PERL_VERSION=5.16.3
WITH_ICONV=YES
#WITH_LIBICONV_COMPAT=YES


genarate this error


=== gnu/usr.bin/texinfo/doc (installincludes)
=== include (includes)
set -e; cd /usr/src/include; make buildincludes; make installincludes
echo /* Indicate whether libiconv symbols are present */  _libiconv_compat.h
echo #define __LIBICONV_COMPAT  _libiconv_compat.h
creating osreldate.h from newvers.sh
*** Error code 1

Stop.
make[4]: stopped in /usr/src/include
*** Error code 1

Stop.
make[3]: stopped in /usr/src/include
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src
root@valfenda:/usr/src # 


tring rebuild libiconv
root@valfenda:/home2/rizzo # cd /usr/ports/*/libiconv
root@valfenda:/usr/ports/converters/libiconv # make
===  libiconv-1.14_1 converters/libiconv should not be used with OSVERSION 
143.  Please fix the port which tries to use it.
*** Error code 1

Stop.
make: stopped in /usr/ports/converters/libiconv
root@valfenda:/usr/ports/converters/libiconv # 


Updating ports with UPDATING information

root@valfenda:/usr/ports/converters/libiconv # cat /tmp/ports_to_update |
xargs portupgrade -f
[Reading data from pkg(8) ... - 866 packages found - done]
Shared object libiconv.so.3 not found, required by libintl.so.9
make: /usr/ports/Mk/bsd.database.mk line 203: warning: Couldn't read shell's o
utput for /usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0
-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
Shared object libiconv.so.3 not found, required by libintl.so.9
make: /usr/ports/Mk/bsd.database.mk line 203: warning: Couldn't read shell's
output for /usr/local/bin/pg_config --version | /usr/bin/sed -n
's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
Shared object libiconv.so.3 not found, required by libintl.so.9
make: /usr/ports/Mk/bsd.database.mk line 203: warning: Couldn't read shell's
output for /usr/local/bin/pg_config --version | /usr/bin/sed -n
's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
Shared object libiconv.so.3 not found, required by libintl.so.9
make: /usr/ports/Mk/bsd.database.mk line 203: warning: Couldn't read shell's
output for /usr/local/bin/pg_config --version | /usr/bin/sed -n
's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
** Port marked as IGNORE: databases/postgresql93-server:
cannot install: the port wants postgresql-client version 93 and you
have version  installed or set in make.conf
Shared object libiconv.so.3 not found, required by libintl.so.9
make: /usr/ports/Mk/bsd.database.mk line 203: warning: Couldn't read shell's
output for /usr/local/bin/pg_config --version | /usr/bin/sed -n
's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
Shared object libiconv.so.3 not found, required by libintl.so.9
make: /usr/ports/Mk/bsd.database.mk line 203: warning: Couldn't read shell's
output for /usr/local/bin/pg_config --version | /usr/bin/sed -n
's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
Shared object libiconv.so.3 not found, required by libintl.so.9


something I do wrong, but What?  Someone give me a help?
I don't have src.conf (it's not has been created yet)
Someone have the same problems?

my box
root@valfenda:/usr/ports/converters/libiconv # uname -a
FreeBSD valfenda 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #0 r255706: Fri Sep 20
00:37:13 BRT 2013 rizzo@valfenda:/usr/src/sys/amd64/compile/VALFENDA  amd64
root@valfenda:/usr/ports/converters/libiconv # 

the svn not work because it's need a libiconv

root@valfenda:/usr # svn info ports 
Shared object libiconv.so.3 not found, required by svn
root@valfenda:/usr # 

Relevant Kernel config (this imported from LINT)

options CD9660_ICONV
options MSDOSFS_ICONV
#options UDF_ICONV
options LIBICONV

TIA,

Rizzo










___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: build kernel broken at revision 255705

2013-09-21 Thread Nilton Jose Rizzo
Em Sat, 21 Sep 2013 08:46:10 -0700, Steve Kargl escreveu
 On Sat, Sep 21, 2013 at 10:56:19AM -0300, Nilton Jose Rizzo wrote:
  Em Thu, 19 Sep 2013 23:07:35 -0700, Steve Kargl escreveu
   On Fri, Sep 20, 2013 at 12:27:55AM -0300, Nilton Jose Rizzo wrote:

kernel config in attach tar file
   
   
   Include the the config file in the body of the email.
   The freebsd mail server seems to strip attachments.
  
  ok.  my config file
 
 You sent it only to me.  Not to the freebsd mailing list
 where other might be able to help.

  Sorry I forgot to replay to all

 
  cause yhe problrm.  this is present in LINT and I put 
  in my kernel config, the configure run ok but not 
  compile the kernel file.
 
 Pulling options from LINT is not a great idea unless
 you know exactly what is does and how it works.

But I need or not the options to ICONV

This is the point  I search some references about it and not
  found nothing.


   Rizzo
 
 -- 
 Steve

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


build error

2013-09-19 Thread Nilton Jose Rizzo


cc  -pg  -O2 -pipe  -I/usr/src/lib/libngatm/../../sys/contrib/ngatm
-I/usr/obj/usr/src/
lib/libngatm -I/usr/src/lib/libngatm/../../contrib/ngatm/libngatm -std=gnu99
-Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition
-Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body
-Wno-string-plus-int -c
/usr/src/lib/libngatm/../../sys/contrib/ngatm/netnatm/msg/uni_msg.c -o 
uni_msg.po
/usr/src/lib/libngatm/../../sys/contrib/ngatm/netnatm/msg/uni_msg.c:103:30:
error: no
  member named 'r_wptr' in 'struct uni_msg'; did you mean 'b_wptr'?
msg-b_buf[mlen+1] = ((msg-r_wptr-msg-b_rptr)-mlen-2)  0;
^~
b_wptr
/usr/src/lib/libngatm/../../sys/contrib/ngatm/netnatm/unimsg.h:48:11: note:
'b_wptr'
  declared here
u_char  *b_wptr;/* tail pointer */
 ^
1 error generated.
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libngatm
*** Error code 1

Stop.
make[3]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

I'm not recompile any version from world and kernel lastest from

root@valfenda:/usr # uname -a
FreeBSD valfenda 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #4 r255503: Fri Sep 13
08:18:27 BRT 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64
root@valfenda:/usr #

now I'm purge the src dir and re checkout all again.   I'll report some news

rizzo


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


build kernel broken at revision 255705

2013-09-19 Thread Nilton Jose Rizzo



root@valfenda:/usr # svn info src
Caminho: src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Raiz do Repositório: svn://svn.freebsd.org/base
UUID do repositório: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revisão: 255706
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: gibbs
Revisão da Última Mudança: 255705
Data da Última Mudança: 2013-09-19 11:41:10 -0300 (Qui, 19 Set 2013)


Command line:
make buildkernel KERNCONF=VALFENDA  make installKERNEL KERNCONF=VALFENDA 
make installworld

MAKE=make sh /usr/src/sys/conf/newvers.sh VALFENDA
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality  -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -Werror  vers.c
linking kernel
udf_iconv.o: In function `udf_iconv_mod_handler':
/usr/src/sys/fs/udf/udf_iconv.c:(.text+0x24): undefined reference to `udf_iconv'
/usr/src/sys/fs/udf/udf_iconv.c:(.text+0x3b): undefined reference to `udf_iconv'
*** Error code 1

Stop.
make[2]: stopped in /usr/obj/usr/src/sys/VALFENDA
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src
root@valfenda:/usr/src # 

it's terrible, last work build was friday 13

Rizzo


I think tha LIBICONV within kernel not work  I'll use it out.


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: build kernel broken at revision 255705

2013-09-19 Thread Nilton Jose Rizzo
Em Thu, 19 Sep 2013 22:24:54 -0400, Glen Barber escreveu
 On Thu, Sep 19, 2013 at 11:17:49PM -0300, Nilton Jose Rizzo wrote:
  Command line:
  make buildkernel KERNCONF=VALFENDA  make installKERNEL KERNCONF=VALFENDA 
  
  make installworld
 
 
 Please provide your kernel config, make.conf and src.conf
 
 Glen


root@valfenda:/home2/rizzo # more /etc/make.conf
JAVA_VERSION=1.7
# added by use.perl 2013-08-31 20:03:13
PERL_VERSION=5.16.3

sr.conf: empty

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: build kernel broken at revision 255705

2013-09-19 Thread Nilton Jose Rizzo
Em Thu, 19 Sep 2013 22:49:58 -0400, Glen Barber escreveu
 On Thu, Sep 19, 2013 at 11:36:29PM -0300, Nilton Jose Rizzo wrote:
  Em Thu, 19 Sep 2013 22:24:54 -0400, Glen Barber escreveu
   On Thu, Sep 19, 2013 at 11:17:49PM -0300, Nilton Jose Rizzo wrote:
Command line:
make buildkernel KERNCONF=VALFENDA  make installKERNEL
KERNCONF=VALFENDA 
make installworld
   
   
   Please provide your kernel config, make.conf and src.conf
   
   Glen
  
  
  root@valfenda:/home2/rizzo # more /etc/make.conf
  JAVA_VERSION=1.7
  # added by use.perl 2013-08-31 20:03:13
  PERL_VERSION=5.16.3
  
  sr.conf: empty
 
 
 src.conf.  

src.conf is empty

kernel config in attach tar file




 
 And the kernel config.
 
 Glen

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

build error svn revision 255636

2013-09-17 Thread Nilton Jose Rizzo
Error em make buildworld

clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
-o BBVectorize.o
c++  -O2 -pipe
-I/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/include
-I/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/tools/clang/include 
-I/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize
-I.
-I/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/../../lib/clang/include
-DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS
-D__STDC_CONSTANT_MACROS -fno-strict-aliasing
-DLLVM_DEFAULT_TARGET_TRIPLE=\x86_64-unknown-freebsd10.0\
-DLLVM_HOST_TRIPLE=\x86_64-unknown-freebsd10.0\
-DDEFAULT_SYSROOT=\/usr/obj/usr/src/tmp\
-I/usr/obj/usr/src/tmp/legacy/usr/include -Wno-c++11-extensions
-fno-exceptions -fno-rtti -c
/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
-o LoopVectorize.o
Assertion failed: (V == V2  Didn't find key?), function RemoveKey, file
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringMap.cpp,
line 162.
Stack dump:
0.  Program arguments: /usr/bin/c++ -cc1 -triple
x86_64-unknown-freebsd10.0 -emit-obj -disable-free -main-file-name
LoopVectorize.cpp -mrelocation-model static -mdisable-fp-elim
-relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables
-target-cpu x86-64 -coverage-file
/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmvectorize/LoopVectorize.o
-resource-dir /usr/bin/../lib/clang/3.3 -D LLVM_ON_UNIX -D LLVM_ON_FREEBSD -D
__STDC_LIMIT_MACROS -D __STDC_CONSTANT_MACROS -D
LLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-freebsd10.0 -D
LLVM_HOST_TRIPLE=x86_64-unknown-freebsd10.0 -D
DEFAULT_SYSROOT=/usr/obj/usr/src/tmp -I
/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/include -I
/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/tools/clang/include
-I
/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize
-I . -I
/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/../../lib/clang/include
-I /usr/obj/usr/src/tmp/legacy/usr/include -internal-isystem
/usr/include/c++/v1 -O2 -Wno-c++11-extensions -fdeprecated-macro
-fdebug-compilation-dir
/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmvectorize -ferror-limit 19
-fmessage-length 80 -mstackrealign -fno-rtti -fobjc-runtime=gnustep
-fobjc-default-synthesize-properties -fdiagnostics-show-option
-fcolor-diagnostics -backend-option -vectorize-loops -o LoopVectorize.o -x c++
/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
1.  eof parser at end of file
2.  Per-module optimization passes
3.  Running pass 'CallGraph Pass Manager' on module
'/usr/src/lib/clang/libllvmvectorize/../../../contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp'.
c++: error: unable to execute command: Abort trap (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see 
invocation)
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd10.0
Thread model: posix
c++: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/
and include the crash backtrace, preprocessed source, and associated run script.
c++: note: diagnostic msg:


PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/LoopVectorize-8woq7w.cpp
c++: note: diagnostic msg: /tmp/LoopVectorize-8woq7w.sh
c++: note: diagnostic msg:


*** Error code 254

Stop.
make[4]: stopped in /usr/src/lib/clang/libllvmvectorize
*** Error code 1

Stop.
make[3]: stopped in /usr/src/lib/clang
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src
root@valfenda:/usr/src # 

Rizzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Fw: Re: problems with libiconv into kernel

2013-09-17 Thread Nilton Jose Rizzo


Em Mon, 16 Sep 2013 17:53:06 -0700, John-Mark Gurney escreveu
 Nilton Jose Rizzo wrote this message on Mon, Sep 16, 2013 at 20:26 -0300:
  Em Mon, 16 Sep 2013 16:07:28 -0700, John-Mark Gurney escreveu
   Nilton Jose Rizzo wrote this message on Sun, Sep 15, 2013 at 13:14 -0300:
Last night, I has tried to put in my kernel config the libiconv
with this
knobs from LINT:

options CD9660_ICONV
options MSDOSFS_ICONV
options UDF_ICONV
options LIBICONV

but this results int this error:

cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality  -nostdinc  -I. -I../../..
-I../../../contrib/altq -I../../../contrib/libfdt -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h 
-fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel
-mno-red-zone
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables
-ffreestanding
-fstack-protector -Werror  ../../../libkern/iconv.c
../../../libkern/iconv.c:39:10: fatal error: 'iconv_converter_if.h'
file not
  found
#include iconv_converter_if.h
 ^
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/src/sys/amd64/compile/VALFENDA

What am I doing wrong? My svn version is 255531
   
   How are you building your kernel?  are you using config and make or
   are you using buildkernel?  If you are using config and make, did you
   run: make cleandepend  make depend first before make like said?
  
First, i tried with buildkernel, but i get the error, I tried config and
  make, again, I got error, so I tried make clean  make but I got error.
  I'll try with make cleandepend and then report.
 
 tinderbox should report these errors if they were a general issue..
 I just tried LINT, and it was able to build iconv.o fine, and as part
 of the first step, it built iconv_converter_if.h via:
 awk -f ../../../tools/makeobjops.awk 
 ../../../libkern/iconv_converter_if.m -h
 
 Make sure that you don't have any local patches, and that your
 src/sys/conf directory is up to date, as the file sys/conf/kmod.mk sets
 up the rules to build the .h file...

I update the src to revision 255658 and the error change to

make clean  make cleandepend  make depend  make

and results:

=== zlib (depend)
@ - /usr/src/sys
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE
-DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq
-I/usr/src/sys/amd64/compile/VALFENDA -std=iso9899:1999  
/usr/src/sys/modules/zlib/../../net/zlib.c
linking kernel
udf_iconv.o: In function `udf_iconv_mod_handler':
../../../fs/udf/udf_iconv.c:(.text+0x24): undefined reference to `udf_iconv'
../../../fs/udf/udf_iconv.c:(.text+0x3b): undefined reference to `udf_iconv'
*** Error code 1

Stop.
make: stopped in /usr/src/sys/amd64/compile/VALFENDA

The make buildworld was fine! but the kernel is not.

TA,

Rizzo

 
 -- 
   John-Mark GurneyVoice: +1 415 225 5579
 
  All that I will do, has been done, All that I have, has not.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Moused + HAL + rc.conf + Boot

2013-09-16 Thread Nilton Jose Rizzo

  Hi all,

   I'm here again!

   When I start my box, the moused is run.  My mouse is an USB mouse.
   I put in rc.conf this knob: moused_enable=NO, but is ignored by 
   start up script and moused is run, this is a problem to the HAL, because 
   the HAL try to open /dev/ums0 again and can't do it.  I  need  to change
   to text console and kill the moused process. I have to  logout from  
   account X ( via gdm) and I login again to mouse work.  It's started in 
   two night ago.

see:
FreeBSD valfenda 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #4 r255503: Fri Sep 13
08:18:27 BRT 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64

TIA,

Rizzo

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


problems with libiconv into kernel

2013-09-15 Thread Nilton Jose Rizzo
Hi all,

Last night, I has tried to put in my kernel config the libiconv with this
knobs from LINT:

options CD9660_ICONV
options MSDOSFS_ICONV
options UDF_ICONV
options LIBICONV

but this results int this error:

cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality  -nostdinc  -I. -I../../..
-I../../../contrib/altq -I../../../contrib/libfdt -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -Werror  ../../../libkern/iconv.c
../../../libkern/iconv.c:39:10: fatal error: 'iconv_converter_if.h' file not
  found
#include iconv_converter_if.h
 ^
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/src/sys/amd64/compile/VALFENDA

What am I doing wrong? My svn version is 255531

TIA,

Rizzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


problems with libiconv into kernel

2013-09-14 Thread Nilton Jose Rizzo

  Hi all,

Last night, I has tried to put in my kernel config the libiconv with this
knobs from LINT:

options CD9660_ICONV
options MSDOSFS_ICONV
options UDF_ICONV
options LIBICONV

but this results int this error:

cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality  -nostdinc  -I. -I../../..
-I../../../contrib/altq -I../../../contrib/libfdt -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone
-mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -Werror  ../../../libkern/iconv.c
../../../libkern/iconv.c:39:10: fatal error: 'iconv_converter_if.h' file not
  found
#include iconv_converter_if.h
 ^
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/src/sys/amd64/compile/VALFENDA

What am I doing wrong? My svn version is 255531 

TIA,

Rizzo

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org