[DragonFlyBSD - Bug #2442] Possible bmake regression link_elf_obj_obj: symbol atomic_cmpset_int undefined

2012-10-30 Thread John Marino via Redmine
Issue #2442 has been updated by John Marino. Also, try to grab a log and see if you see any references to stale depends. The presence of such a warning may be an indication of generated files in usr/src Bug #2442: Possible bmake regression

[DragonFlyBSD - Bug #2442] Possible bmake regression link_elf_obj_obj: symbol atomic_cmpset_int undefined

2012-10-30 Thread John Marino via Redmine
Issue #2442 has been updated by John Marino. I got a post-processed version of atomic.c: http://leaf.dragonflybsd.org/~marino/atomic.processed.txt It seems that the second atomic.h inclusion is not happening, and that's where all these atomic_* symbols would be getting defined. Ideas? I've

[DragonFlyBSD - Bug #2443] A bug in cp

2012-11-15 Thread John Marino via Redmine
Issue #2443 has been updated by John Marino. Assignee set to John Marino I have definitely run into this even on the master branch and I knew that DragonFly behavior was different that FreeBSD behavior. What I don't know is why it's considered a bug. Was there a PR written against FreeBSD

[DragonFlyBSD - Bug #1480] (Closed) HTML5 video problem with www/firefox

2012-11-15 Thread John Marino via Redmine
Issue #1480 has been updated by John Marino. Status changed from New to Closed Assignee deleted (0) pkgsrc issues should be reported at NetBSD PR system. I think ftigeot actually fixed this several months ago as well. Bug #1480: HTML5 video problem with

[DragonFlyBSD - Bug #80] libmchain patch

2012-11-19 Thread John Marino via Redmine
Issue #80 has been updated by John Marino. Priority changed from Low to Immediate I think this commit just broke world. I get the following undefined errors: betohs letohl letohq betohq betohl letohs htoles htoleq htobeq when trying to build mount_smbfs specifically libsmb complains (I can't

[DragonFlyBSD - Bug #80] (Closed) libmchain patch

2012-11-19 Thread John Marino via Redmine
Issue #80 has been updated by John Marino. Status changed from In Progress to Closed Priority changed from Immediate to Normal swildner fixed it: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0ce716ae28bcdb9d17311fa9884267ad78c27dc6 Bug #80:

[DragonFlyBSD - Bug #2476] tmpfs namecache(?)

2012-12-17 Thread John Marino via Redmine
Issue #2476 has been reported by John Marino. Bug #2476: tmpfs namecache(?) http://bugs.dragonflybsd.org/issues/2476 Author: John Marino Status: New Priority: Normal Assignee: Category: Target version: Using cpdup, I directly copied a pfs snapshot

[DragonFlyBSD - Bug #2476] tmpfs namecache(?)

2012-12-21 Thread John Marino via Redmine
Issue #2476 has been updated by John Marino. Okay, I figured out what was going on. I will try to describe. Take /pfs/mypfs rollback /pfs/mypfs to a known clean configuration What was intended: mount /pfs/mypfs to /myworkarea mkdir -p /myworkarea/build/01/ mount tmpfs to /myworkarea/build/01

[DragonFlyBSD - Bug #2478] GCC47 and simple C++ program

2013-01-28 Thread John Marino via Redmine
Issue #2478 has been updated by marino. This might be the source of the problem: /usr/include/c++/4.7/bits/istream.tcc Bug #2478: GCC47 and simple C++ program http://bugs.dragonflybsd.org/issues/2478 Author: yellowrabbit2010 Status: New Priority: Normal

[DragonFlyBSD - Bug #2481] (Closed) policykit panic (reproducible)

2013-01-30 Thread John Marino via Redmine
Issue #2481 has been updated by marino. Status changed from New to Closed dillon committed this: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8aefdd25a3f794c7099ac77056d8fa74c28e7bcc vsrinvas says it's the correct fix. I can install hal without incident now. closing...

[DragonFlyBSD - Bug #2478] (Closed) GCC47 and simple C++ program

2013-01-31 Thread John Marino via Redmine
Issue #2478 has been updated by marino. Status changed from New to Closed fix pushed - master: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae13b2e562f462b6c2f6c72802bed9204d4cffa1 release 3.2:

[DragonFlyBSD - Bug #2492] (Closed) make buildworld M4_YY_OUTFILE_NAME:259: error: before 'M4_YY_LEX_DECLARATION'

2013-01-31 Thread John Marino via Redmine
Issue #2492 has been updated by marino. Status changed from New to Closed This shouldn't be an issue at all anymore with dillon's bootstrap work. closing report. Bug #2492: make buildworld M4_YY_OUTFILE_NAME:259: error: before 'M4_YY_LEX_DECLARATION'

[DragonFlyBSD - Bug #1680] (Closed) handbook infor obsolete, ch 19.12, NTP

2013-02-01 Thread John Marino via Redmine
Issue #1680 has been updated by marino. Status changed from New to Closed Assignee deleted (0) The NTP section was omitted with the new handbook although google still finds the old one. PR obsolete. Bug #1680: handbook infor obsolete, ch 19.12, NTP

[DragonFlyBSD - Bug #2480] /usr/bin/dialog buffer size too small

2013-02-11 Thread John Marino via Redmine
Issue #2480 has been updated by marino. While waiting for new libdialog, MAX_LEN has been increased on old one: http://gitweb.dragonflybsd.org/dragonfly.git/tree/c090922fe69732915227914768a9c4f9190fdece Bug #2480: /usr/bin/dialog buffer size too small

[DragonFlyBSD - Bug #2480] (Closed) /usr/bin/dialog buffer size too small

2013-02-14 Thread John Marino via Redmine
Issue #2480 has been updated by marino. Status changed from New to Closed pavalos has completed the libdialog upgrade. Thanks Peter! Bug #2480: /usr/bin/dialog buffer size too small http://bugs.dragonflybsd.org/issues/2480 Author: isenmann Status:

[DragonFlyBSD - Bug #2512] panic: kqueue: checkloop failed i=0

2013-02-16 Thread John Marino via Redmine
Issue #2512 has been updated by marino. I've been running poudriere all day on a new kernel patched with this: http://apollo.backplane.com/DFlyMisc/cache01.patch So far everything has been working normally. Libreoffice just built... Bug #2512: panic:

[DragonFlyBSD - Bug #2511] /usr/libexec/binutils222/elf/ld.bfd: error in /usr/lib/crt1.o(.eh_frame); no .eh_frame_hdr table will be created.

2013-02-17 Thread John Marino via Redmine
Issue #2511 has been updated by marino. Can you update to the latest world, at least to here: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a0e0cd7377c45dc21d5c71bcab931b5e5727e74 and try to build cairo again? Thanks Bug #2511:

[DragonFlyBSD - Bug #2511] /usr/libexec/binutils222/elf/ld.bfd: error in /usr/lib/crt1.o(.eh_frame); no .eh_frame_hdr table will be created.

2013-02-18 Thread John Marino via Redmine
Issue #2511 has been updated by marino. Is there reason to think 2505 and 2511 are related? 2511 is about missing .eh_frame_hdr which I believe is now fixed and thus this bug report can be closed. If you have additional information about 2505 then post there -- it's not common, nobody sees a

[DragonFlyBSD - Bug #2511] /usr/libexec/binutils222/elf/ld.bfd: error in /usr/lib/crt1.o(.eh_frame); no .eh_frame_hdr table will be created.

2013-02-18 Thread John Marino via Redmine
Issue #2511 has been updated by marino. it's not clear what you mean by present patches and current patches. I assume you mean the current state of the master branch. To be clear, I don't think gcc47 is miscompiling anything. If a package doesn't work after being compiled with gcc47, then the

[DragonFlyBSD - Bug #2518] mounting devfs at boot hangs on at least two i386 machines

2013-02-24 Thread John Marino via Redmine
Issue #2518 has been updated by marino. i am not sure make CCVER=gcc44 is doing anything. for buildkernel, it should be make WORLD_CCVER=gcc44 (see man 5 make.conf) I suspect the kernel has been building with gcc47 this whole time. Bug #2518:

[DragonFlyBSD - Bug #2511] (Closed) /usr/libexec/binutils222/elf/ld.bfd: error in /usr/lib/crt1.o(.eh_frame); no .eh_frame_hdr table will be created.

2013-03-01 Thread John Marino via Redmine
Issue #2511 has been updated by marino. Status changed from New to Closed Please reopen if it is felt issue is not yet resolved. Bug #2511: /usr/libexec/binutils222/elf/ld.bfd: error in /usr/lib/crt1.o(.eh_frame); no .eh_frame_hdr table will be created.

[DragonFlyBSD - Bug #2521] new dialog locks up on dports on both platforms

2013-03-01 Thread John Marino via Redmine
Issue #2521 has been reported by marino. Bug #2521: new dialog locks up on dports on both platforms http://bugs.dragonflybsd.org/issues/2521 Author: marino Status: New Priority: Urgent Assignee: pavalos Category: Target version: It was reported that

[DragonFlyBSD - Bug #118] jails clean startup

2013-03-12 Thread John Marino via Redmine
Issue #118 has been updated by marino. This is related to the GSOC project idea I put forth. Apparently Enjolras is also looking at it, perhaps in the context of GSoC or even separately. Bug #118: jails clean startup

[DragonFlyBSD - Bug #2395] pkgsrc's intl library segfaults when locking a thread (i386 only)

2013-03-12 Thread John Marino via Redmine
Issue #2395 has been updated by marino. That's interesting that it also happens on x86-64. I've been meaning to make a better test case for this, and I kind of forgot about it. Thanks for reminding me. I think we should try to track this down before version 3.4 is released.

[DragonFlyBSD - Bug #2527] Re: git: build: implement automatic world backups

2013-04-16 Thread John Marino via Redmine
Issue #2527 has been updated by marino. File 0001-Makefile.inc-Rework-automatic-backup-bug-2527.patch added Assignee set to marino I have *slightly* reworked Thomas' patch (attached). I fixed a couple of errors, I brought back NO_BACKUP which inhibits the automatic backup. The man pages

[DragonFlyBSD - Bug #2527] (Closed) Re: git: build: implement automatic world backups

2013-04-17 Thread John Marino via Redmine
Issue #2527 has been updated by marino. Status changed from In Progress to Closed Commmited: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2decc9b9d580a7e83c7f252b45601652a746c818 also MFC'd to 3.4 release branch. Bug #2527: Re: git: build:

[DragonFlyBSD - Bug #2548] (Closed) Today's git checkout buildworld failure. (binutils222).

2013-04-24 Thread John Marino via Redmine
Issue #2548 has been updated by marino. Status changed from New to Closed yep, dirty /usr/src trees can do that. I'm glad it's resolved. Bug #2548: Today's git checkout buildworld failure. (binutils222). http://bugs.dragonflybsd.org/issues/2548 Author:

[DragonFlyBSD - Bug #2552] hammer recovery should indicate progress

2013-05-03 Thread John Marino via Redmine
Issue #2552 has been updated by marino. all the obj_* files represent recovered data Sorry, this was a typo. I mean obj_* files represent partially recovered data. The fully recovered files appear as you'd expect. Bug #2552: hammer recovery should

[DragonFlyBSD - Bug #2566] No space available for static Thread Local Storage

2013-06-11 Thread John Marino via Redmine
Issue #2566 has been updated by marino. It appears to me that nmalloc is ultimately the culprit here. It sets the thr_mags structure as TLS data. Right now NZONES equals 72 since ZALLOC_ZONE_LIMIT is 16K. That means on x86-64, the thr_mags structure size is 2*8*72 + 8 + 4 = 1164 bytes.

[DragonFlyBSD - Bug #2562] (Closed) default location for xauth in sshd_config has changed

2013-06-26 Thread John Marino via Redmine
Issue #2562 has been updated by marino. Status changed from New to Closed no feedback, assumed no longer issue. Plus defaults have all been updated in world since this PR was written. Bug #2562: default location for xauth in sshd_config has changed

[DragonFlyBSD - Bug #2613] Distcc from DPorts is somewhat broken

2013-12-28 Thread John Marino via Redmine
Issue #2613 has been updated by marino. Assignee set to marino Bug #2613: Distcc from DPorts is somewhat broken http://bugs.dragonflybsd.org/issues/2613#change-11686 * Author: shamaz * Status: New * Priority: Normal * Assignee: marino * Category: *

[DragonFlyBSD - Bug #2591] (Closed) locales don't work

2013-12-28 Thread John Marino via Redmine
Issue #2591 has been updated by marino. Status changed from New to Closed Closing due to lack of feedback. Reopen if there is something relevant and recent to add. Bug #2591: locales don't work http://bugs.dragonflybsd.org/issues/2591#change-11687 *

[DragonFlyBSD - Bug #2441] rtorrent downloads broken, possibly related to recent mmap work

2013-12-28 Thread John Marino via Redmine
Issue #2441 has been updated by marino. Tim, would you mind updating a box to the head of the master branch and set pmap_mmu_optimize to 1? And then try to reproduce the previous problems? We are hoping it is fixed with this commit:

[DragonFlyBSD - Bug #2623] Instant panic trying to view html5 videos with Firefox

2014-01-03 Thread John Marino via Redmine
Issue #2623 has been updated by marino. i am curious, which firefox are you using? version 26? and was firefox installed from binary package? Bug #2623: Instant panic trying to view html5 videos with Firefox