LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-01-2009, 06:13 AM   #1
brodo
Member
 
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 406

Rep: Reputation: 30
Lilypond error when building .....


Hello !

I've just tried to compile lilypond using a fresh SlackBuild
from slacky.eu site.

I have all deps and I use current Slackware that was gradually upgraded using all current packages since version 12.2. So I call it "version 13".

After a minute or so I got this ugly sentence:

<<File "/usr/lib/python2.6/shutil.py", line 52, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: './out/midi.so'
make[1]: *** [local-install-outfiles] Error 1>>>

Where is the problem ?
 
Old 10-01-2009, 06:31 AM   #2
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,161
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Try the SlackBuild script from www.SlackBuilds.org.

Regarding dependencies, check:

Quote:
You will need to have FontForge and mftrace installed in order to build
LilyPond, both of which are available at slackbuilds.org.
 
Old 10-01-2009, 05:30 PM   #3
brodo
Member
 
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 406

Original Poster
Rep: Reputation: 30
There must be a nasty devil hidden somewhere in my t23 laptop because after using SlackBuild from SBo I got this:

<<<<<
make[1]: Entering directory `/tmp/SBo/lilypond-2.12.2/mf'
MFINPUTS=. mf-nowin -progname=mf "\mode:=laserjet; nonstopmode; input feta11.mf;"
This is METAFONT, Version 2.71828 (Web2C 7.5.4)
kpathsea: Running mktexfmt mf.base
mktexfmt: No such file or directory
I can't find the base file `mf.base'!
make[1]: *** [out/feta11.log] Error 1
make[1]: Leaving directory `/tmp/SBo/lilypond-2.12.2/mf'
make: *** [all] Error 2
>>>>>

It took appr. 20 minutes of compiling time before error occured compared to 1 minute at previous attempt.

Still no luck .... :-(
 
Old 10-01-2009, 06:14 PM   #4
larryhaja
Member
 
Registered: Jul 2008
Distribution: Slackware 13.1
Posts: 305

Rep: Reputation: 80
Quote:
Originally Posted by brodo View Post
make[1]: Entering directory `/tmp/SBo/lilypond-2.12.2/mf'
MFINPUTS=. mf-nowin -progname=mf "\mode:=laserjet; nonstopmode; input feta11.mf;"
This is METAFONT, Version 2.71828 (Web2C 7.5.4)
kpathsea: Running mktexfmt mf.base
mktexfmt: No such file or directory
I can't find the base file `mf.base'!
make[1]: *** [out/feta11.log] Error 1
make[1]: Leaving directory `/tmp/SBo/lilypond-2.12.2/mf'
make: *** [all] Error 2
>>>>>
Try compiling this lilypond slackbuild again, but this time with 'su -'. If you log in as 'su' then mktexfmt won't be in your PATH. If you log in as 'su -' then it will be in your PATH and lilypond will compile.
 
Old 10-02-2009, 03:17 AM   #5
brodo
Member
 
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 406

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by larryhaja View Post
Try compiling this lilypond slackbuild again, but this time with 'su -'. If you log in as 'su' then mktexfmt won't be in your PATH. If you log in as 'su -' then it will be in your PATH and lilypond will compile.
I did it with "su -".

The result is as follows:

make[1]: Entering directory `/tmp/SBo/lilypond-2.12.2/mf'
MFINPUTS=. mf-nowin -progname=mf "\mode:=laserjet; nonstopmode; input feta11.mf;"
This is METAFONT, Version 2.71828 (Web2C 7.5.4)
kpathsea: Running mktexfmt mf.base
fmtutil: format `mf' not available.
I can't find the base file `mf.base'!
make[1]: *** [out/feta11.log] Error 1
make[1]: Leaving directory `/tmp/SBo/lilypond-2.12.2/mf'
make: *** [all] Error 2
 
Old 10-02-2009, 03:34 AM   #6
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,161
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Maybe this post could help:

Quote:
> I have regenerated the .base files. apologies. you can
> run for now with
> fmtutil --byfmt mf
> to force a rebuild
 
Old 10-05-2009, 04:00 AM   #7
brodo
Member
 
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 406

Original Poster
Rep: Reputation: 30
I finally succesfully compiled lilypond with "su -".
The second attempt I made was done on another laptop with similar "Slackware current state progress" and it worked.
After that I copied the resulting packages to the first laptop, and installed them.
So I have working lilypond/solfege on 2 machines now.

Thanks for your "su -" suggestion ! :-)

Brodo
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
seq24/lilypond madwac Linux - Software 2 10-19-2007 07:54 AM
lilypond help madwac Linux - Software 2 10-11-2007 11:09 AM
Lilypond Player JMJ_coder Linux - Software 6 03-30-2007 09:52 AM
Problem with lilypond/lilypond-book 2.4.4 - lost latin1.enc thegnu Linux - Software 1 06-02-2005 08:48 PM
Lilypond - HELP! tubatodd Slackware 10 07-19-2004 09:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration