Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nasm update fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
komoman
n00b
n00b


Joined: 11 Nov 2002
Posts: 16

PostPosted: Sun Jul 20, 2003 7:59 am    Post subject: nasm update fails Reply with quote

I am in the process of updating my pc. I ran emerge -u world. Among the packages to "upgrade" was gimp-print-4.2.5, which was actually a downgrade from gimp-print-4.3.5. I let it run through, but when it got to updating nasm it failed on

Code:

Producing Documentation Intermediate Paragraphs: done.
mv -f *.html html
: Generated by side effect
mkdir -p info
makeinfo nasmdoc.texi
mv -f *.info *.info-* info
perl ./genpsdriver.pl > nasmdoc.ps
ps2pdf -dOptimize=true   nasmdoc.ps nasmdoc.pdf
gs: error while loading shared libraries: libgimpprint-4.3.5.so: cannot open shared object file: No such file or directory
make[1]: *** [nasmdoc.pdf] Error 127
make[1]: Leaving directory `/home/alcole/storage/tmp/portage/nasm-0.98.36/work/nasm-0.98.36/doc'
make: *** [doc] Error 2

!!! ERROR: dev-lang/nasm-0.98.36 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)


From what I can determine, libgimpprint-4.3.5.so is part of the gimp-print package that was downgraded earlier in the emerge -u world process.

If anyone can help me fix incorrect reference, I'd certainly appreciate it.

Thanks,
Al
aka komoman


Last edited by komoman on Sun Jul 20, 2003 10:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
dma
Guru
Guru


Joined: 31 Jan 2003
Posts: 437
Location: Charlotte, NC, USA

PostPosted: Sun Jul 20, 2003 3:23 pm    Post subject: Reply with quote

From the ebuild:
Code:
DEPEND="!build? ( dev-lang/perl )
        doc? ( app-text/ghostscript sys-apps/texinfo )
        sys-devel/gcc"


Having "doc" in your use flags makes nasm require ghostscript (and eventually gimp-print!).

Try this:
Code:
USE="-doc" emerge nasm


This might bypass the problem.

- dma
Back to top
View user's profile Send private message
komoman
n00b
n00b


Joined: 11 Nov 2002
Posts: 16

PostPosted: Sun Jul 20, 2003 10:04 pm    Post subject: Reply with quote

Thanks for the help dma!

Your suggestion allowed the nasm ebuild to complete.

Will the incorrect link screw up anything else though?

If anyone can answer this, I'd certainly appreciate it.

Thanks,
Al
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum