Linc Davis wrote:

With this package installed, I get the following error every time I run apt:

You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
octave-forge: Depends: X11 but it is not installable. For Fink users, this often means that you have attempted to install a package from the binary distribution which depends on a "Restrictive" package.


I tried removing x11 from the list of dependencies in the .info file, but that had no effect.

Did you rebuild octave-forge after changing the .info file? Apt-get doesn't read .info files, it only knows about dependencies from the compiled .deb package. What version of X11 do you have installed? I suppose you have one, otherwise you couldn't have built octave-forge in the first place.


Anyway, this dependency on "X11" with a capital X is weird.

Building octave-forge crashes for me because of a bad interaction with lilypond (maintainer CCed): Lilypond installs a texinfo.tex file that gets substituted for the real thing. This breaks texinfo which is used for building octave-forge. I had to move /sw/share/texmf-local/tex/lilypond/texinfo.tex out of the way before I could build octave-forge:

(/sw/src/octave-forge-2004.02.12-2/octave-forge-2004.02.12/main/comm/doc/comms.
texi (/sw/share/lilypond/2.1.32/tex/texinfo.tex
Loading texinfo [version 2004-02-25.17]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, (/sw/share/texmf/tex/generic/misc/epsf.tex)
localization, and turning on texinfo input format.) [1] [2] [-1] Chapter 1
Chapter 2 [1] [2] [3] [4] [5] [6] [7] Chapter 3 [8] [9] Chapter 4 [10] [11]
[12] [13]
/sw/src/octave-forge-2004.02.12-2/octave-forge-2004.02.12/main/comm/doc/comms.t
exi:871: Missing number, treated as zero
/sw/src/octave-forge-2004.02.12-2/octave-forge-2004.02.12/main/comm/doc/comms.t
exi:871: Illegal unit of measure (pt inserted)
/sw/src/octave-forge-2004.02.12-2/octave-forge-2004.02.12/main/comm/doc/comms.t
exi:871: Missing control sequence inserted

Overfull \hbox (48.08208pt too wide) in paragraph at lines 871--871
 [EMAIL PROTECTED] |@textrm =0pt
[last 9 lines repeated 150 times]
/sw/bin/texi2dvi: tex exited with bad status, quitting.
/sw/bin/texi2dvi: see comms.log for errors.
make[3]: *** [comms.dvi] Error 1
rm comms.texi
make[2]: *** [doc] Error 2
make[1]: *** [comm/] Error 2
make: *** [main/] Error 2
### execution of make failed, exit code 2
Failed: compiling octave-forge-2004.02.12-2 failed

-- Martin




------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to