mount, boot, java and printer

2013-05-14 Thread Bruno Melo
Hi, some questions:
How to mount ntfs partitions, pendrives, external hds automatically at boot
in kFreeBSD?
How to boot Windows from Grub?
How to run java programs?
How to configure HP printers?
Thanks.


Re: Help with gmp build

2013-05-14 Thread Steve M. Robbins
On May 14, 2013 06:01:26 AM Petr Salinger wrote:
> tags 706984 +patch
> --
> 
> > The last gmp upload failed to build on hurd-i386 and kfreebsd-i386
> > and I could use some help.


Petr: thanks!  
Which architecture did you test with?

-Steve


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201305140857.26923.st...@sumost.ca



Re: Bug#707733: pygobject: FTBFS on kfreebsd

2013-05-14 Thread Jeff Epler
Another bug that may be similar: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671785

In that bug I remark that a problem with pthread_mutex_unlock can be
observed on linux with valgrind --tool=helgrind.  I haven't tried to
determine whether it's a similar problem here, but it might be worth
valgrinding it on Linux. (unfortunately I can't do this at the moment;
if I get a chance I'll report the results here)

Jeff


signature.asc
Description: Digital signature


Re: Help with gmp build

2013-05-14 Thread Petr Salinger

tags 706984 +patch
--


The last gmp upload failed to build on hurd-i386 and kfreebsd-i386
and I could use some help.  The code builds but seven test cases
segfault [1].  Can someone help debug these and hopefully provide
a patch?


It crashes also for me inside kvm.
The key point seems be advertised CPU, not architecture.
The patch bellow suffices for me to pass whole testsuite.

--- mpn/x86/p6/mmx/gmp-mparam.h
+++ mpn/x86/p6/mmx/gmp-mparam.h
@@ -53,7 +53,7 @@
 #define MUL_TOOM42_TO_TOOM63_THRESHOLD  80

 #define SQR_BASECASE_THRESHOLD   0  /* always (native) */
-#define SQR_TOOM2_THRESHOLD 48
+#define SQR_TOOM2_THRESHOLD 30
 #define SQR_TOOM3_THRESHOLD 81
 #define SQR_TOOM4_THRESHOLD142
 #define SQR_TOOM6_THRESHOLD258


The upstream should read their own comments in source code ;-)
A few lines before that is:

/* NOTE: In a fat binary build SQR_TOOM2_THRESHOLD here cannot be more than the
   value in mpn/x86/p6/gmp-mparam.h.  The latter is used as a hard limit in
   mpn/x86/p6/sqr_basecase.asm.  */

Guess what value is currently in mpn/x86/p6/gmp-mparam.h ;-)

Petr


--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.lnx.2.00.1305141255160.30...@contest.felk.cvut.cz



Help with gmp build

2013-05-14 Thread Steve M. Robbins
Hi,

The last gmp upload failed to build on hurd-i386 and kfreebsd-i386
and I could use some help.  The code builds but seven test cases
segfault [1].  Can someone help debug these and hopefully provide
a patch?

Thanks,
-Steve


[1] https://buildd.debian.org/status/package.php?p=gmp


signature.asc
Description: Digital signature