Package Details: ntk-git 0.r166.720d8d3-1

Git Clone URL: https://aur.archlinux.org/ntk-git.git (read-only, click to copy)
Package Base: ntk-git
Description: Fork of FLTK 1.3.0 with additional functionality.
Upstream URL: http://non.tuxfamily.org/
Licenses: custom:LGPL
Conflicts: ntk
Provides: ntk
Submitter: imv
Maintainer: lievenmoors
Last Packager: lievenmoors
Votes: 41
Popularity: 0.000000
First Submitted: 2012-12-09 16:07 (UTC)
Last Updated: 2021-07-18 23:22 (UTC)

Dependencies (5)

Required by (16)

Sources (1)

Latest Comments

1 2 3 Next › Last »

flome commented on 2024-10-03 20:50 (UTC) (edited on 2024-10-03 20:51 (UTC) by flome)

/ntk-git/src/ntk/./waf:101: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. for x in t: t.extract(x) Traceback (most recent call last): File "/home/archie/AUR/ntk-git/src/ntk/./waf", line 167, in <module> from waflib import Scripting File "/home/archie/AUR/ntk-git/src/ntk/.waf3-2.0.18-cdcf693bc7ee4819313101f5afd42692/waflib/Scripting.py", line 7, in <module> from waflib import Utils,Configure,Logs,Options,ConfigSet,Context,Errors,Build,Node File "/home/archie/AUR/ntk-git/src/ntk/.waf3-2.0.18-cdcf693bc7ee4819313101f5afd42692/waflib/Configure.py", line 6, in <module> from waflib import ConfigSet,Utils,Options,Logs,Context,Build,Errors File "/home/archie/AUR/ntk-git/src/ntk/.waf3-2.0.18-cdcf693bc7ee4819313101f5afd42692/waflib/Options.py", line 6, in <module> from waflib import Logs,Utils,Context,Errors File "/home/archie/AUR/ntk-git/src/ntk/.waf3-2.0.18-cdcf693bc7ee4819313101f5afd42692/waflib/Context.py", line 5, in <module> import os,re,imp,sys ModuleNotFoundError: No module named 'imp' ==> ERROR: A failure occurred in build(). Aborting...

lievenmoors commented on 2021-07-18 23:24 (UTC)

Thank you for your help. This should be fixed now.

okxa commented on 2021-07-18 21:44 (UTC) (edited on 2021-07-18 21:44 (UTC) by okxa)

fatal: remote error: access denied or repository not exported: /gitroot/non/fltk.git

Apparently the source repo is defunct.

New upstream is https://github.com/linuxaudio/ntk, mentioned in this ticket: https://bugs.archlinux.org/task/70824

In PKGBUILD need to change:

_gitname=ntk
source=('git+https://github.com/linuxaudio/ntk.git')

lievenmoors commented on 2018-08-15 09:22 (UTC)

Hi milkmiruku,

This might be related to a change in python 3.7 (PEP 479 ?) I have communicated the issue with upstream.

I will let you know when I know more...

milkii commented on 2018-08-14 01:33 (UTC)

hmm

==> Starting build()...
Traceback (most recent call last):
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Node.py", line 281, in ant_iter
    raise StopIteration
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Scripting.py", line 98, in waf_entry_point
    run_commands()
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Scripting.py", line 155, in run_commands
    parse_options()
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Scripting.py", line 128, in parse_options
    Context.create_context('options').execute()
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Options.py", line 136, in execute
    super(OptionsContext,self).execute()
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Context.py", line 92, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Context.py", line 133, in recurse
    user_function(self)
  File "/home/milk/pkgs/ntk-git/src/fltk/wscript", line 64, in options
    opt.load('compiler_c')
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Context.py", line 89, in load
    fun(self)
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Tools/compiler_c.py", line 36, in options
    opt.load_special_tools('c_*.py',ban=['c_dumbpreproc.py'])
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Context.py", line 289, in load_special_tools
    lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Node.py", line 330, in ant_glob
    ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))]
  File "/home/milk/pkgs/ntk-git/src/fltk/.waf3-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Node.py", line 330, in <listcomp>
    ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))]
RuntimeError: generator raised StopIteration
==> ERROR: A failure occurred in build().

PresidentTrump commented on 2016-11-10 07:29 (UTC)

Why can't this be moved to Community Repo so that ZynAddSubFX can be updated to the NTK version. The official version in the community repository doesn't support LV2 plugins properly. This is one example of how Arch is held back in the audio department. It is supposed to bleeding edge yet there is a lack of up to date audio packages. I'm not complaining, just making a suggestion (I am also not in a position to be a package maintainer).

lievenmoors commented on 2015-07-30 13:01 (UTC)

Thanks, this is fixed now.

KenjiTakahashi commented on 2015-07-30 03:08 (UTC)

It should makedepend on 'python', not 'python2'. That's what waf will use anyway and it should work fine.

habys commented on 2015-03-24 19:00 (UTC)

Accidentally flagged out of date. Sorry, Builds fine for me.