misc/177704: Fix NLS translation typo in libc

2013-04-08 Thread Ganael Laplanche

>Number: 177704
>Category:   misc
>Synopsis:   Fix NLS translation typo in libc
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 09:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Ganael Laplanche
>Release:10-CURRENT
>Organization:
http://contribs.martymac.org
>Environment:
FreeBSD laptop.martymac.org 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r248557M: Wed 
Mar 20 20:39:39 CET 2013 
marty...@laptop.martymac.org:/usr/obj/files/Src/sys/GENERIC  amd64
>Description:
Hi,

Find attached a small patch that fix a french translation typo in libc.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- lib/libc/nls/fr_FR.ISO8859-1.msg.orig   2013-03-28 09:30:44.886126801 
+0100
+++ lib/libc/nls/fr_FR.ISO8859-1.msg2013-03-28 09:32:26.259133116 +0100
@@ -94,7 +94,7 @@
 $ ESOCKTNOSUPPORT
 44 Type de socket non supporté
 $ EOPNOTSUPP
-45 Opération non supporté
+45 Opération non supportée
 $ EPFNOSUPPORT
 46 Famille de protocole non supportée
 $ EAFNOSUPPORT


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

misc/177705: wrong IPv6 link local address reported by getifaddrs()

2013-04-08 Thread Jean-Jacques Sarton

>Number: 177705
>Category:   misc
>Synopsis:   wrong IPv6 link local address reported by getifaddrs()
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jean-Jacques Sarton
>Release:PC-BSD 9.1 ( based on freeBSD 9.1)
>Organization:
-
>Environment:
0.1 RELEASE
>Description:
If getifaddrs() is called we will see for example the following addresses:

fe80:0001:::0a00:27ff:fe69:3ee5
:::::::0001
fe80:0003::::::0001

The first and last addresses are wrong, the 4. byte don't contain 0 as expected.
The value 1 or 3 correspond to the scope id as reported by ifconfig
>How-To-Repeat:
use a little program using getifaddrs and print out the IPv6 addresses.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


kern/177706: DTrace sched:::off-cpu args[0] should point to newtd

2013-04-08 Thread Tiwei Bie

>Number: 177706
>Category:   kern
>Synopsis:   DTrace sched:::off-cpu args[0] should point to newtd
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 09:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Tiwei Bie
>Release:FreeBSD 9.1-RELEASE-p2
>Organization:
zzu(school)
>Environment:
FreeBSD thinkCentre 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #2 r+4b79fde-dirty: 
Mon Apr  8 14:02:34 CST 2013 btw@thinkCentre:/usr/obj/usr/src/sys/CUSTOM  
amd64

>Description:
According to Solaris Dynamic Tracing Guide[1], in off-cpu, args[0] should point 
to the lwpsinfo_t (in FreeBSD, it is struct thread) structure of the thread 
that the current CPU will next execute. But in the current implementation 
(including -CURRENT), args[0] points to the thread that is ending execution.

[1] http://docs.oracle.com/cd/E18752_01/html/817-6223/gelro.html

>How-To-Repeat:
Using the following scripts can repeat the problem:
#!/usr/sbin/dtrace -s   

dtrace:::BEGIN
{
printf("%19s %19s  %19s %19s",
"curthread", "curproc", "nextthread", "nextproc");
}

sched:::off-cpu 
{
printf("%19s %19s  %19s %19s",
curthread->td_name, curthread->td_proc->p_comm,
args[0]->td_name, args[1]->p_comm);
}

>Fix:
Just something like this:

--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -1903,7 +1903,7 @@ sched_switch(struct thread *td, struct thread *newtd, int
if (PMC_PROC_IS_USING_PMCS(td->td_proc))
PMC_SWITCH_CONTEXT(td, PMC_FN_CSW_OUT);
 #endif
-   SDT_PROBE2(sched, , , off_cpu, td, td->td_proc);
+   SDT_PROBE2(sched, , , off_cpu, newtd, newtd->td_proc);
lock_profile_release_lock(&TDQ_LOCKPTR(tdq)->lock_object);
TDQ_LOCKPTR(tdq)->mtx_lock = (uintptr_t)newtd;
sched_pctcpu_update(newtd->td_sched, 0);


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Integrated Circuits, Transistors, Diodes

2013-04-08 Thread Micheal
Hello Sir,
I'm Michael from Hensipow Technologies Ltd, I got your contact from Google 
Directory
We are the  largest stocking distributors of Integrated Circuits, Transistors, 
Diodes, 
Capacitors, and Electromechanical devices as well electronic components to 
worldwide Users.

Having the right connections gives you the edge to meet your active, passive, 
and electromechanical requirements. , we have millions of parts in stock, and
an extensive network of manufacturer resources for those hard to locate and 
discontinued items �C ready to ship to you.
Since our inception, we have been stable distributors in Europe, North and 
South 
America as well as Asia and African Markets. 

We are a certified and well respected electronic component distributor of 
obsolete 
semiconductors and obsolete integrated circuits. We stock components by all 
kinds 
of manufacturers and are experts in hard to find and obsolete part procurement.

Please for more detail, feel free to contact me and I will be very happily to 
assist you 
in whatever way within my strength,

Michael
Phone:86-755-82727889
Fax:86-755-82727899
Mobile:86-15989465490
Skype: hsp-sale3
Email/MSN: sal...@hsp-ic.com
Email:sal...@hsp-ic.com
URL:www.hsp-ic.com
Hensinpow Technology Co.,Ltd
Address: Room 819, Dynamic World
Building,Zhonghang Road, Futian District, 
Shenzhen City, China___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

misc/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity"

2013-04-08 Thread Helmut Ritter

>Number: 177707
>Category:   misc
>Synopsis:   www/mod_auth_kerb2: 
>/usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol 
>"gsskrb5_register_acceptor_identity"
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 11:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Helmut Ritter
>Release:FreeBSD 9.1-RELEASE-p2
>Organization:
>Environment:
>Description:
Installing ap22-mod_auth_kerb-5.4_3 succeeds on vanilla 9.1 but then fails to 
start:

[helmut@BSDHelmut ~]$ apache.sh -c restart
# Trying to restart 'apache22'...failed, exiting.
httpd: Syntax error on line 16 of /usr/local/etc/apache22/httpd.conf: Syntax 
error on line 60 of /usr/local/etc/apache22/Includes/modules.conf: Syntax error 
on line 1 of /usr/local/etc/apache22/Includes/modules.conf.local: Cannot load 
/usr/local/libexec/apache22/mod_auth_kerb.so into server: 
/usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol 
"gsskrb5_register_acceptor_identity"
[helmut@BSDHelmut ~]$
>How-To-Repeat:

>Fix:
[helmut@BSDHelmut ~]$ sudo portupgrade -f ap22-mod_auth_kerb-5.4_3
--->  Reinstalling 'ap22-mod_auth_kerb-5.4_3' (www/mod_auth_kerb2)
--->  Building '/usr/ports/www/mod_auth_kerb2'
===>  Cleaning for ap22-mod_auth_kerb-5.4_3
===>  Extracting for ap22-mod_auth_kerb-5.4_3
=> SHA256 Checksum OK for mod_auth_kerb-5.4.tar.gz.
===>  Patching for ap22-mod_auth_kerb-5.4_3
===>  Applying FreeBSD patches for ap22-mod_auth_kerb-5.4_3
===>   ap22-mod_auth_kerb-5.4_3 depends on executable: gsed - found
===>   ap22-mod_auth_kerb-5.4_3 depends on file: /usr/local/sbin/apxs - found
===>   ap22-mod_auth_kerb-5.4_3 depends on executable: gmake - found
===>  Configuring for ap22-mod_auth_kerb-5.4_3
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether gmake sets $(MAKE)... yes
checking for main in -lresolv... no
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking for krb5_init_context in -lkrb5... yes
checking for krb5_cc_new_unique in -lkrb5... yes
checking whether we are using Heimdal... yes
checking whether the GSSAPI libraries support SPNEGO... yes
checking for apxs... /usr/local/sbin/apxs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
===>  Building for ap22-mod_auth_kerb-5.4_3
./apxs.sh "-I. -Ispnegokrb5 -I/usr/include   " "-L/usr/lib -lgssapi -lheimntlm 
-lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt  " "" 
"/usr/local/sbin/apxs" "-c" "src/mod_auth_kerb.c"
/usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic -O2 
-pipe -I/usr/include -fno-strict-aliasing   -g -I/usr/local/include 
-I/usr/local/include/apache22  -I/usr/local/include/apr-1   
-I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db42 -I. 
-Ispnegokrb5 -I/usr/include  -c -o src/mod_auth_kerb.lo src/mod_auth_kerb.c && 
touch src/mod_auth_kerb.slo
In file included from src/mod_auth_kerb.c:91:
/usr/include/gssapi.h:3:2: warning: #warning "this file includes  
which is deprecated, use  instead"
src/mod_auth_kerb.c: In function 'authenticate_user_krb5pwd':
src/mod_auth_kerb.c:1030: warning: passing argument 8 of 'verify_krb5_user' 
discards qualifiers from pointer target type
src/mod_auth_kerb.c: In function 'kerb_authenticate_user':
src/mod_auth_kerb.c:1029: warning: passing argument 8 of 'verify_krb5_user' 
discards qualifiers from pointer target type
/usr/local/share/apr/build-1/libtool --silent --mo

Re: ports/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity"

2013-04-08 Thread linimon
Synopsis: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: 
Undefined symbol "gsskrb5_register_acceptor_identity"

Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Apr 8 12:33:47 UTC 2013
Responsible-Changed-Why: 
ports PR.

http://www.freebsd.org/cgi/query-pr.cgi?pr=177707
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/25445: kernel statistics are displayed in wrong types and wrap into negative

2013-04-08 Thread emaste
Synopsis: kernel statistics are displayed in wrong types and wrap into negative

State-Changed-From-To: open->closed
State-Changed-By: emaste
State-Changed-When: Mon Apr 8 13:53:06 UTC 2013
State-Changed-Why: 
Fixed quite some time ago (some time in 2002).
In any case this functionality has been rewritten since.


http://www.freebsd.org/cgi/query-pr.cgi?pr=25445
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/177706: [dtrace] [patch] DTrace sched:::off-cpu args[0] should point to newtd

2013-04-08 Thread linimon
Old Synopsis: DTrace sched:::off-cpu args[0] should point to newtd
New Synopsis: [dtrace] [patch] DTrace sched:::off-cpu args[0] should point to 
newtd

Responsible-Changed-From-To: freebsd-bugs->gnn
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Apr 8 16:39:28 UTC 2013
Responsible-Changed-Why: 
Over to maintainer.

http://www.freebsd.org/cgi/query-pr.cgi?pr=177706
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/96927: [loader] Loader(8) cause kernel death on "boot -a" [regression]

2013-04-08 Thread Ed Maste
The following reply was made to PR kern/96927; it has been noted by GNATS.

From: Ed Maste 
To: bug-follo...@freebsd.org, int...@intron.ac
Cc:  
Subject: Re: kern/96927: [loader] Loader(8) cause kernel death on "boot
 -a" [regression]
Date: Mon, 8 Apr 2013 13:46:52 -0400

 --f46d0444edd3a1c05d04d9dd0511
 Content-Type: text/plain; charset=ISO-8859-1
 
 Can you retest on 9.x or HEAD?  I tried this on my test machine running
 HEAD as of July 2012, and it functions as expected: I get a mountroot
 prompt, enter my desired root fs ufs:/dev/gpt/root, and it boots up fine.
 
 I tested with the newcons branch as well, which displays an image during
 boot, and does not switch back to display the mountroot prompt.
 
 --f46d0444edd3a1c05d04d9dd0511
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Can you retest on 9.x or HEAD? =A0I tried this on my test =
 machine running HEAD as of July 2012, and it functions as expected: I get a=
  mountroot prompt, enter my desired root fs ufs:/dev/gpt/root, and it boots=
  up fine.
 I tested with the newcons branch as well, which displa=
 ys an image during boot, and does not switch back to display the mountroot =
 prompt.
 
 --f46d0444edd3a1c05d04d9dd0511--
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/96927: [loader] Loader(8) cause kernel death on "boot -a" [regression]

2013-04-08 Thread emaste
Synopsis: [loader] Loader(8) cause kernel death on "boot -a" [regression]

State-Changed-From-To: open->feedback
State-Changed-By: emaste
State-Changed-When: Mon Apr 8 17:50:37 UTC 2013
State-Changed-Why: 
Requested feedback; works for me on year-old HEAD

http://www.freebsd.org/cgi/query-pr.cgi?pr=96927
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: bin/41190: [patch] sed(1) report the { linenum instead of EOF linenum on pending }

2013-04-08 Thread Cyrille Lefevre
The following reply was made to PR bin/41190; it has been noted by GNATS.

From: Cyrille Lefevre 
To: bug-follo...@freebsd.org, cyrille.lefe...@laposte.net
Cc:  
Subject: Re: bin/41190: [patch] sed(1) report the { linenum instead of EOF
 linenum on pending }
Date: Tue, 09 Apr 2013 00:45:06 +0200

 ping more than 10 years after... !
 
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


misc/177726: update of p5-Verilog-Perl

2013-04-08 Thread Otacilio

>Number: 177726
>Category:   misc
>Synopsis:   update of p5-Verilog-Perl
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 09 02:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Otacilio
>Release:8.3-RELEASE-p6
>Organization:
>Environment:
FreeBSD squitch 8.3-RELEASE-p6 FreeBSD 8.3-RELEASE-p6 #26: Wed Mar 20 16:02:44 
BRT 2013 ota@squitch:/usr/obj/usr/src/sys/SQUITCH  i386
>Description:
Update of port p5-Verilog-Perl
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl/Makefile ./Makefile
--- /usr/ports/cad/p5-Verilog-Perl/Makefile 2013-04-08 22:37:20.0 
-0300
+++ ./Makefile  2013-04-08 22:26:30.0 -0300
@@ -2,7 +2,7 @@
 # $FreeBSD: head/cad/p5-Verilog-Perl/Makefile 313635 2013-03-08 11:32:11Z bapt 
$
 
 PORTNAME=  Verilog-Perl
-PORTVERSION=   3.316
+PORTVERSION=   3.400
 CATEGORIES=cad perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
@@ -34,6 +34,7 @@
 post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/ s/ vsplitmodule//' \
${WRKSRC}/Makefile.PL
+   @${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile.PL
 
 post-configure:
 .if ${OSVERSION} < 700042
diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl/distinfo ./distinfo
--- /usr/ports/cad/p5-Verilog-Perl/distinfo 2013-04-08 22:37:20.0 
-0300
+++ ./distinfo  2013-04-08 22:26:30.0 -0300
@@ -1,2 +1,2 @@
-SHA256 (Verilog-Perl-3.316.tar.gz) = 
b45f56ffa1c7f0e3f4f9470f0203c75145641eb75d3e8e0b683992ab929242b9
-SIZE (Verilog-Perl-3.316.tar.gz) = 550710
+SHA256 (Verilog-Perl-3.400.tar.gz) = 
e6f33d5c0346f56ba96fa9964dd75734e1315dff8dfce55f0b31f33a6210f69b
+SIZE (Verilog-Perl-3.400.tar.gz) = 558455
===> Done


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: ports/177726: cad/p5-Verilog-Perl: update of p5-Verilog-Perl

2013-04-08 Thread gjb
Old Synopsis: update of p5-Verilog-Perl
New Synopsis: cad/p5-Verilog-Perl: update of p5-Verilog-Perl

Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs
Responsible-Changed-By: gjb
Responsible-Changed-When: Tue Apr 9 02:22:19 UTC 2013
Responsible-Changed-Why: 
Ports PR.


http://www.freebsd.org/cgi/query-pr.cgi?pr=177726
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"