为计算机音乐应用程序和Haskell安装Euterpea

时间:2018-12-30 13:09:33

标签: haskell dsl euterpea

我按照此处http://www.euterpea.com的说明安装Euterpea(一种嵌入Haskell的计算机音乐应用程序的特定领域语言),并且收到一条消息,提示某些软件包和安装失败(请参见下面的代码) 。如何安装其余软件包?

Mo-MacBook-Pro:~ Mo$ cabal update
Downloading the latest package list from hackage.haskell.org
cabal install Euterpea
To revert to previous state run:
cabal update --index-state='2018-06-25T08:34:14Z'
Mo-MacBook-Pro:~ Mo$ cabal install Euterpea
clang: warning: argument unused during compilation: '-nopie' [-Wunused-         
command-line-argument]
Resolving dependencies...
Downloading heap-1.0.4...
Downloading PortMidi-0.1.6.1...
Configuring PortMidi-0.1.6.1...
Downloading lazysmallcheck-0.6...
Configuring heap-1.0.4...
Downloading semigroups-0.18.5...
Configuring lazysmallcheck-0.6...
Configuring semigroups-0.18.5...
Building heap-1.0.4...
Building PortMidi-0.1.6.1...
Building lazysmallcheck-0.6...
Building semigroups-0.18.5...
Installed semigroups-0.18.5
Downloading stm-2.5.0.0...
Configuring stm-2.5.0.0...
Installed lazysmallcheck-0.6
Downloading HCodecs-0.5.1...
Installed heap-1.0.4
Downloading Stream-0.4.7.2...
Configuring HCodecs-0.5.1...
Configuring Stream-0.4.7.2...
Building stm-2.5.0.0...
Building HCodecs-0.5.1...
Building Stream-0.4.7.2...
Failed to install HCodecs-0.5.1
Build log ( /Users/Mo/.cabal/logs/ghc-8.4.3/HCodecs-0.5.1-    
BtnY8oBJJ5FGnsoQaqbvOm.log ):
cabal: Entering directory      
'/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-   
5294/HCodecs-0.5.1'
Configuring HCodecs-0.5.1...
clang: warning: argument unused during compilation: '-nopie' [-Wunused-     
command-line-argument]
Preprocessing library for HCodecs-0.5.1..
Building library for HCodecs-0.5.1..
<command line>: cannot satisfy -package-id random-1.1-    
7T1TXpwb46H1j0av1OnVaD
(use -v for more information)
cabal: Leaving directory    
'/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-  
5294/HCodecs-0.5.1'
Failed to install Stream-0.4.7.2
Build log ( /Users/Mo/.cabal/logs/ghc-8.4.3/Stream-0.4.7.2-    
ES6rey5IgWg9tsXDghlP7Y.log ):
cabal: Entering directory     
'/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-    
5295/Stream-0.4.7.2'
Warning: Stream.cabal:6:4: Tabs used as indentation at 6:4, 12:4, 13:4,    
14:4,
15:4, 16:4, 17:4
Configuring Stream-0.4.7.2...
clang: warning: argument unused during compilation: '-nopie' [-Wunused-   
command-line-argument]
Preprocessing library for Stream-0.4.7.2..
Building library for Stream-0.4.7.2..
<command line>: cannot satisfy -package-id QuickCheck-2.11.3-    
4Q6LQ7mN6Tj8otrLuHN0se
(use -v for more information)
cabal: Leaving directory    
'/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-    
5295/Stream-0.4.7.2'
Installed PortMidi-0.1.6.1
Installed stm-2.5.0.0
cabal: Error: some packages failed to install:
Euterpea-2.0.6-LLo28S848YneLemh6QUkK depends on Euterpea-2.0.6 which     
failed to
install.
HCodecs-0.5.1-BtnY8oBJJ5FGnsoQaqbvOm failed during the building phase.          
The
exception was:
ExitFailure 1
Stream-0.4.7.2-ES6rey5IgWg9tsXDghlP7Y failed during the building phase.     
The
exception was:
ExitFailure 1
arrows-0.4.4.2-GLke2GgDEro6Tzj3MGmTOB depends on arrows-0.4.4.2 which     
failed
to install.

如果有人可以帮助,那就太好了。谢谢。

我已包含所有代码,以免省略一些特定的相关细节。


编辑

我也尝试过通过堆栈安装Euterpea。我收到此消息:

Mo-MacBook-Pro:~ Mo$ stack install Euterpea

Error: While constructing the build plan, the following exceptions were     
encountered:


In the dependencies for Euterpea-2.0.6:
PortMidi must match ==0.1.6.1, but the stack configuration has no   specified version  (latest matching version is 0.1.6.1)
arrows must match >=0.4 && <0.5, but the stack configuration has no specified version  (latest matching version is 0.4.4.2)
needed since Euterpea is a build target.

Some different approaches to resolving this:

  * Consider trying 'stack solver', which uses the cabal-install solver     to attempt to find some working build configuration. This can be convenient     when dealing with many complicated constraint
    errors, but results may be unpredictable.

  * Recommended action: try adding the following to your extra-deps in     /Users/Mo/.stack/global-project/stack.yaml:

- PortMidi-0.1.6.1
- arrows-0.4.4.2

Plan construction failed.

- 编辑2。

如下所示,我尝试了cabal install random-1.1 --force-reinstalls生成的内容:

 clang: warning: argument unused during compilation: '-nopie' [-    Wunused-command-line-argument]
 Resolving dependencies...
 Warning: The following packages are likely to be broken by the      reinstalls:
 tf-random-0.5
 QuickCheck-2.11.3
 Continuing even though the plan contains dangerous reinstalls.
 Configuring random-1.1...
 Building random-1.1...
 Installed random-1.1

然后

 Mo-MacBook-Pro:~ Mo$ cabal install Euterpea
 clang: warning: argument unused during compilation: '-nopie' [-   Wunused-command-line-argument]
 Resolving dependencies...
 Configuring Stream-0.4.7.2...
 Configuring HCodecs-0.5.1...
 Building HCodecs-0.5.1...
 Building Stream-0.4.7.2...
 Failed to install HCodecs-0.5.1
 Build log ( /Users/lukeburke/.cabal/logs/ghc-8.4.3/HCodecs-0.5.1-    BtnY8oBJJ5FGnsoQaqbvOm.log ):
 cabal: Entering directory      '/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-20742/HCodecs-     0.5.1'
 Configuring HCodecs-0.5.1...
 clang: warning: argument unused during compilation: '-nopie' [-    Wunused-command-line-argument]
 Preprocessing library for HCodecs-0.5.1..
 Building library for HCodecs-0.5.1..
 <command line>: cannot satisfy -package-id random-1.1-   7T1TXpwb46H1j0av1OnVaD
     (use -v for more information)
 cabal: Leaving directory '/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-20742/HCodecs-  0.5.1'
 Failed to install Stream-0.4.7.2
 Build log ( /Users/Mo/.cabal/logs/ghc-8.4.3/Stream-0.4.7.2-     ES6rey5IgWg9tsXDghlP7Y.log ):
 cabal: Entering directory '/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-20743/Stream-  0.4.7.2'
 Warning: Stream.cabal:6:4: Tabs used as indentation at 6:4, 12:4,    13:4, 14:4,
 15:4, 16:4, 17:4
 Configuring Stream-0.4.7.2...
 clang: warning: argument unused during compilation: '-nopie' [-  Wunused-command-line-argument]
 Preprocessing library for Stream-0.4.7.2..
 Building library for Stream-0.4.7.2..
 <command line>: cannot satisfy -package-id QuickCheck-2.11.3-    4Q6LQ7mN6Tj8otrLuHN0se
(use -v for more information)
 cabal: Leaving directory   '/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-20743/Stream-    0.4.7.2'
 cabal: Error: some packages failed to install:
 Euterpea-2.0.6-LLo28S848YneLemh6QUkK depends on Euterpea-2.0.6 which   failed to
 install.
 HCodecs-0.5.1-BtnY8oBJJ5FGnsoQaqbvOm failed during the building phase.     The
 exception was:
 ExitFailure 1
 Stream-0.4.7.2-ES6rey5IgWg9tsXDghlP7Y failed during the building   phase. The
 exception was:
 ExitFailure 1
 arrows-0.4.4.2-GLke2GgDEro6Tzj3MGmTOB depends on arrows-0.4.4.2 which   failed
 to install.

编辑3

以下建议将多个程序包都装满,我应该尝试重新安装所有程序包(在单个命令中,即cabal install random tf-random QuickCheck Euterpea --force-reinstalls

但是,如果我写cabal install random tf-random QuickCheck Euterpea --force-reinstalls,则会收到以下代码:

 clang: warning: argument unused during compilation: '-nopie' [-   Wunused-command-line-argument]
 Resolving dependencies...
 Warning: The following packages are likely to be broken by the   reinstalls:
 QuickCheck-2.11.3
 Continuing even though the plan contains dangerous reinstalls.
 Downloading erf-2.0.0.0...
 Configuring random-1.1...
 Configuring erf-2.0.0.0...
 Building random-1.1...
 Building erf-2.0.0.0...
 Installed erf-2.0.0.0
 Installed random-1.1
 Downloading tf-random-0.5...
 Configuring tf-random-0.5...
 Building tf-random-0.5...
 Failed to install tf-random-0.5
Build log ( /Users/Mo/.cabal/logs/ghc-8.4.3/tf-random-0.5-  ADZoyzEXgHe6hyR0Bycce0.log ):
 cabal: Entering directory      '/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-21584/tf-   random-0.5'
 Configuring tf-random-0.5...
 clang: warning: argument unused during compilation: '-nopie' [-   Wunused-command-line-argument]
 Preprocessing library for tf-random-0.5..
Building library for tf-random-0.5..
 <command line>: cannot satisfy -package-id primitive-0.6.4.0-  9k41Y6ToOAE8KXK6VMGV2O
     (use -v for more information)
 cabal: Leaving directory   '/var/folders/dy/q51p3v595kbd8_wclmt80v700000gn/T/cabal-tmp-21584/tf-   random-0.5'
 cabal: Error: some packages failed to install:
 Euterpea-2.0.6-87WYqltNL8w8teqXOsc4TL depends on Euterpea-2.0.6 which    failed
 to install.
 HCodecs-0.5.1-DrGKEnNk6EBHti2goL6KP5 depends on HCodecs-0.5.1 which.  failed to
 install.
 QuickCheck-2.12.6.1-KuXpgimNOXzF2SmGPEs5LR depends on QuickCheck-  2.12.6.1
 which failed to install.
 Stream-0.4.7.2-FedzVSwUnWMDxlzmPNWt7x depends on Stream-0.4.7.2 which   failed
 to install.
 arrows-0.4.4.2-EGvZPpby4BcD99TcXDoCg4 depends on arrows-0.4.4.2 which.  failed
 to install.
 tf-random-0.5-ADZoyzEXgHe6hyR0Bycce0 failed during the building phase.   The
 exception was:
 ExitFailure 1

我该怎么办才能安装Euterpea?

1 个答案:

答案 0 :(得分:4)

安装Euterpea软件包

此答案使用的是LTS 12.26,因为我已经验证了它的有效性,但是它应该适用于大多数LTS版本(有关详细信息,请参阅步骤2的底部)。

  1. 创建一个新的Stack项目:

    stack new euter-test
    cd euter-test
    
  2. 编辑stack.yaml并将LTS设置为12.26和extra-deps,以指定LTS中不存在但存在于Hackage中的软件包的版本:

    resolver: lts-12.26
    ...
    extra-deps:
    - Euterpea-2.0.6
    - PortMidi-0.1.6.1
    - arrows-0.4.4.2
    - Stream-0.4.7.2
    - lazysmallcheck-0.6
    

    您在堆栈安装中遇到的错误(“ PortMidi必须匹配== 0.1.6.1,但是堆栈配置没有指定的版本”)表明您使用的软件包需要特定版本的库,但是软件包存储库(LTS快照)不包含该库,因此您需要明确指定它。然后Stack会打印出缺少的库和版本,因此您可以继续尝试stack build并添加库,直到构建成功为止。

    我们在这里使用LTS 12.26,但是通过如上所述添加extra-deps软件包,您应该能够使其在任何LTS上正常工作。

  3. 编辑package.yaml并将Euterpea添加到依赖项列表中:

    dependencies:
    ...
    - Euterpea
    
  4. app/Main.hs中的简单测试:

    module Main where
    
    import Euterpea
    
    main :: IO ()
    main = play $ c 4 qn
    
  5. 运行stack build

    lazysmallcheck-0.6: download
    heap-1.0.4: download       
    heap-1.0.4: configure      
    HCodecs-0.5.1: download    
    PortMidi-0.1.6.1: download 
    heap-1.0.4: build          
    lazysmallcheck-0.6: configure
    lazysmallcheck-0.6: build  
    HCodecs-0.5.1: configure   
    HCodecs-0.5.1: build       
    PortMidi-0.1.6.1: configure
    heap-1.0.4: copy/register  
    lazysmallcheck-0.6: copy/register
    PortMidi-0.1.6.1: build                                          
    Stream-0.4.7.2: download                                     
    Stream-0.4.7.2: configure                                    
    Stream-0.4.7.2: build                                        
    Stream-0.4.7.2: copy/register                                
    PortMidi-0.1.6.1: copy/register                              
    arrows-0.4.4.2: download                                     
    arrows-0.4.4.2: configure                  
    arrows-0.4.4.2: build                      
    arrows-0.4.4.2: copy/register              
    HCodecs-0.5.1: copy/register               
    Euterpea-2.0.6: download    
    Euterpea-2.0.6: configure   
    Euterpea-2.0.6: build       
    Euterpea-2.0.6: copy/register
    Building all executables for `euter' once. After a successful build of all of them, only specified executables will be rebuilt.
    euter-0.1.0.0: configure (lib + exe)
    Configuring euter-0.1.0.0...
    euter-0.1.0.0: build (lib + exe)
    Preprocessing library for euter-0.1.0.0..
    Building library for euter-0.1.0.0..
    [1 of 2] Compiling Lib              ( src/Lib.hs, .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/Lib.o )
    [2 of 2] Compiling Paths_euter      ( .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/autogen/Paths_euter.hs, .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/Paths_euter.o )
    Preprocessing executable 'euter-exe' for euter-0.1.0.0..
    Building executable 'euter-exe' for euter-0.1.0.0..
    [1 of 2] Compiling Main             ( app/Main.hs, .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/euter-exe/euter-exe-tmp/Main.o )
    [2 of 2] Compiling Paths_euter      ( .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/euter-exe/autogen/Paths_euter.hs, .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/euter-exe/euter-exe-tmp/Paths_euter.o )
    Linking .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/euter-exe/euter-exe ...
    
    euter-0.1.0.0: copy/register
    Installing library in <...>
    Installing executable euter-exe in <...>
    Registering library for euter-0.1.0.0..
    
  6. 如果您正在运行MIDI综合器,则运行由项目生成的可执行文件应该会发出提示音:

    stack exec euter-test-exe
    

问题排查

  • 如果遇到类似*** Exception: No MIDI outputs!的错误,则说明您没有运行MIDI合成器(请参见下文)。确保您在后台(例如,在另一个终端中)运行它。

  • 如果没有错误但没有音频输出,请尝试在GHCI中运行devices来查看可用的输出,然后使用playDev x代替{{1} },其中play是合成器输入端口的OutputDeviceID。例如:

    x
  • 如果您运行> devices Input devices: InputDeviceID 1 Midi Through Port-0 Output devices: OutputDeviceID 0 Midi Through Port-0 OutputDeviceID 2 Synth input port (25952:0) > playDev 2 $ c 4 qn 并没有看到任何合成器输入端口,但是在后台运行了Fluidsynth,则可能需要重新启动devices并重试。 p>


运行MIDI合成器

这是一步一步地逐步使Fluidsynth在Debian上运行(猜测在Mac上的安装过程中)。

  1. 安装Fluidsynth: 在Debian上是ghci,在Mac上可能是sudo apt install fluidsynth-有关如何执行此操作的文章很多,如有疑问,请谷歌搜索。

  2. 运行fluidsynth: 在使用ALSA的Debian上,这是

    brew install fluidsynth

    指示fluidsynth在服务器模式下运行,使用fluidsynth -s -a alsa -m alsa_seq /usr/share/sounds/sf2/FluidR3_GM.sf2 作为音频驱动程序,使用alsa作为MIDI驱动程序,并使用声音字体alsa_seq(应作为fluidsynth的一部分安装安装)。

    在Mac上,正确的命令行似乎是:

    FluidR3_GM.sf2

    如果找不到fluidsynth -s -a coreaudio -m coremidi /usr/share/sounds/sf2/FluidR3_GM.sf2 文件,则可能是它已安装在其他位置。作为最后的选择,您可以下载并使用Soundfont文件,而不要使用FluidSynth提供的文件。

    运行此命令后,应该提示您,也许还会出现一些警告,并且Fluidsynth将运行。使用Euterpea之前,请确保其正在运行,并在使用Euterpea时使其保持运行。