problems with emerge and kile

If you are new to Linux or new to Sabayon Linux and just not sure where to post, here ya go. Post without fear of being told to RTFM :-)

Moderator: Moderators

problems with emerge and kile

Postby ororo » Thu May 21, 2009 9:27

Hi all,
I have installed Sabayon few days ago.

First of all, I decided to install Sabayon because I was not able installing Gentoo... so, I am interested in using emerge more than entropy or spritz or whatever. Is there any problem in using emerge in Sabayon?

Second problem, I am not able emerging texlive. It seems that some files are shared with some other packages:
Code: Select all
 * package dev-texlive/texlive-latex-2008-r1 NOT merged
 *
 * Detected file collision(s):
 *
 *    /usr/bin/latex
 *    /usr/bin/pdflatex
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * None of the installed packages claim the file(s).
 *
 * Package 'dev-texlive/texlive-latex-2008-r1' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

But of course the files /usr/bin/latex and /usr/bin/pdflatex are not installed on my system. :?
ororo
Baby Hen
 
Posts: 3
Joined: Wed May 20, 2009 7:42

Re: problems with emerge and kile

Postby Thev00d00 » Thu May 21, 2009 9:32

those files are not on your system? are you sure?
Image
Please report Bugs on the Bugzilla, not forum
Please Adopt an Unanswered thread
Website / Blog : v00d00.net
twitter: Follow Me
G+: Circle Me
User avatar
Thev00d00
Generally Awesome (tm)
 
Posts: 1467
Joined: Wed Feb 21, 2007 15:52
Location: United Kingdom

Re: problems with emerge and kile

Postby ororo » Thu May 21, 2009 10:40

Ops! you are right, they do exist:
Code: Select all
# ls -l /usr/bin/*tex
lrwxrwxrwx 1 root root       7  4 mag 21:01 /usr/bin/amstex -> pdfetex
-rwxr-xr-x 1 root root   71064  9 dic 12:26 /usr/bin/bibtex
-rwxr-xr-x 1 root root      37  9 ott  2008 /usr/bin/docbook2tex
lrwxrwxrwx 1 root root       4  4 mag 21:01 /usr/bin/elatex -> etex
lrwxrwxrwx 1 root root       7  4 mag 21:01 /usr/bin/latex -> pdfetex
-rwxr-xr-x 1 root root 2659480  9 dic 12:30 /usr/bin/luatex
lrwxrwxrwx 1 root root       7  4 mag 21:02 /usr/bin/pdfamstex -> pdfetex
lrwxrwxrwx 1 root root       7  4 mag 21:02 /usr/bin/pdflatex -> pdfetex
lrwxrwxrwx 1 root root      24  4 mag 21:02 /usr/bin/pdftex -> pdftex-texlive-core-2008
lrwxrwxrwx 1 root root       6  4 mag 21:02 /usr/bin/pdfvirtex -> pdftex
-rwxr-xr-x 1 root root   10255 30 set  2008 /usr/bin/pod2latex
-rwxr-xr-x 1 root root    1446  9 dic 12:26 /usr/bin/pslatex
-rwxr-xr-x 1 root root    2583  9 dic 12:26 /usr/bin/rubibtex
lrwxrwxrwx 1 root root       8  4 mag 21:02 /usr/bin/sgml2latex -> linuxdoc
-rwxr-xr-x 1 root root   46436  9 dic 12:26 /usr/bin/synctex
-rwxr-xr-x 1 root root  235736  9 dic 12:26 /usr/bin/tex
-rwxr-xr-x 1 root root   11068  9 dic 12:26 /usr/bin/tpic2pdftex
lrwxrwxrwx 1 root root       3  4 mag 21:02 /usr/bin/virtex -> tex
-rwxr-xr-x 1 root root    3102 11 ott  2008 /usr/bin/wvCleanLatex
-rwxr-xr-x 1 root root    3097 11 ott  2008 /usr/bin/wvLatex
-rwxr-xr-x 1 root root 7866880  9 dic 12:26 /usr/bin/xetex


However, they are broken links. I dont' know why they're there. I dont' have etex, nor pdfetex installed. Can I just delete such links?
ororo
Baby Hen
 
Posts: 3
Joined: Wed May 20, 2009 7:42

Re: problems with emerge and kile

Postby crisandbea » Thu May 21, 2009 14:03

ororo wrote:Ops! you are right, they do exist:
Code: Select all
# ls -l /usr/bin/*tex
lrwxrwxrwx 1 root root       7  4 mag 21:01 /usr/bin/amstex -> pdfetex
-rwxr-xr-x 1 root root   71064  9 dic 12:26 /usr/bin/bibtex
-rwxr-xr-x 1 root root      37  9 ott  2008 /usr/bin/docbook2tex
lrwxrwxrwx 1 root root       4  4 mag 21:01 /usr/bin/elatex -> etex
lrwxrwxrwx 1 root root       7  4 mag 21:01 /usr/bin/latex -> pdfetex
-rwxr-xr-x 1 root root 2659480  9 dic 12:30 /usr/bin/luatex
lrwxrwxrwx 1 root root       7  4 mag 21:02 /usr/bin/pdfamstex -> pdfetex
lrwxrwxrwx 1 root root       7  4 mag 21:02 /usr/bin/pdflatex -> pdfetex
lrwxrwxrwx 1 root root      24  4 mag 21:02 /usr/bin/pdftex -> pdftex-texlive-core-2008
lrwxrwxrwx 1 root root       6  4 mag 21:02 /usr/bin/pdfvirtex -> pdftex
-rwxr-xr-x 1 root root   10255 30 set  2008 /usr/bin/pod2latex
-rwxr-xr-x 1 root root    1446  9 dic 12:26 /usr/bin/pslatex
-rwxr-xr-x 1 root root    2583  9 dic 12:26 /usr/bin/rubibtex
lrwxrwxrwx 1 root root       8  4 mag 21:02 /usr/bin/sgml2latex -> linuxdoc
-rwxr-xr-x 1 root root   46436  9 dic 12:26 /usr/bin/synctex
-rwxr-xr-x 1 root root  235736  9 dic 12:26 /usr/bin/tex
-rwxr-xr-x 1 root root   11068  9 dic 12:26 /usr/bin/tpic2pdftex
lrwxrwxrwx 1 root root       3  4 mag 21:02 /usr/bin/virtex -> tex
-rwxr-xr-x 1 root root    3102 11 ott  2008 /usr/bin/wvCleanLatex
-rwxr-xr-x 1 root root    3097 11 ott  2008 /usr/bin/wvLatex
-rwxr-xr-x 1 root root 7866880  9 dic 12:26 /usr/bin/xetex


However, they are broken links. I dont' know why they're there. I dont' have etex, nor pdfetex installed. Can I just delete such links?


remove this
/usr/bin/latex
/usr/bin/pdflatex

and re-run emerge.
Image
crisandbea
Old Dear Hen
 
Posts: 651
Joined: Tue Feb 12, 2008 11:36
Location: Bologna....ma sono di Bosco(SA)

Re: problems with emerge and kile

Postby ororo » Fri May 22, 2009 10:15

it works thank you!
ororo
Baby Hen
 
Posts: 3
Joined: Wed May 20, 2009 7:42


Return to Beginners|Newbies Area

Who is online

Users browsing this forum: No registered users and 0 guests