[Bug 226104] x11-fonts/noto breaks nedit

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 22 01:13:22 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226104

            Bug ID: 226104
           Summary: x11-fonts/noto breaks nedit
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: kargl at FreeBSD.org
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Updated chromium which brought x11-fonts/noto because
some decided to add 

RUN_DEPENDS=    xdg-open:devel/xdg-utils \
                noto>0:x11-fonts/noto

to chromium's Makefile.  Having x11-fonts/noto installed
breaks editors/nedit.  The tail end of ktrace.out is

 58523 nedit    NAMI  "/usr/local/share/fonts/noto/NotoSansCJKjp-Thin.otf"
 58523 nedit    STRU  struct stat {dev=123, ino=86296443, mode=0100644,
nlink=1, uid=0, gid=0, rdev=172923240, atime=1519252033.475638000,
mtime=1519249220.787501000, ctime=1519249253.609572000,
birthtime=1519249220.787501000, size=15154292, blksize=32768, blocks=29696,
flags=0x0 }
 58523 nedit    RET   fstatat 0
 58523 nedit    CALL  openat(AT_FDCWD,0x204848780,0<O_RDONLY>)
 58523 nedit    NAMI  "/usr/local/share/fonts/noto/NotoSansCJKjp-Thin.otf"
 58523 nedit    RET   openat 5
 58523 nedit    CALL  fcntl(0x5,F_SETFD,FD_CLOEXEC)
 58523 nedit    RET   fcntl 0
 58523 nedit    CALL  fstat(0x5,0x7fffffffa470)
 58523 nedit    STRU  struct stat {dev=123, ino=86296443, mode=0100644,
nlink=1, uid=0, gid=0, rdev=172923240, atime=1519252033.475638000,
mtime=1519249220.787501000, ctime=1519249253.609572000,
birthtime=1519249220.787501000, size=15154292, blksize=32768, blocks=29696,
flags=0x0 }
 58523 nedit    RET   fstat 0
 58523 nedit    CALL  mmap(0,0xe73c74,0x1<PROT_READ>,0x2<MAP_PRIVATE>,0x5,0)
 58523 nedit    RET   mmap 8667529216/0x204a00000
 58523 nedit    CALL  close(0x5)
 58523 nedit    RET   close 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL 
mmap(0,0x41000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0)
 58523 nedit    RET   mmap 8667238400/0x2049b9000
 58523 nedit    CALL 
mmap(0,0x41000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xffffffff,0)
 58523 nedit    RET   mmap 8682684416/0x205874000
 58523 nedit    PSIG  SIGINT SIG_DFL code=SI_KERNEL

The PSIG is a result of ^C to forcibly kill nedit.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list