Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24942 - "emerge transfig" failed during build
Summary: "emerge transfig" failed during build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-20 21:07 UTC by Luke
Modified: 2003-08-14 00:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output of "emerge transfig" and "emerge info" (emerge_transfig.txt,25.19 KB, text/plain)
2003-07-21 04:57 UTC, Luke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luke 2003-07-20 21:07:55 UTC
When I tried to run "emerge transfig", I got the error shown below.  It looks
like the problem is that a call to "mkdir" is missing -p


Reproducible: Always
Steps to Reproduce:
1.emerge rsync
2.emerge transfig


Actual Results:  
(snip)
>>> Install transfig-3.2.4-r1 into /var/tmp/portage/transfig-3.2.4-r1/image/
category media-gfx
installing in ./fig2dev...
make[1]: Entering directory
`/var/tmp/portage/transfig-3.2.4-r1/work/transfig.3.2.4/fig2dev'
[ -d /var/tmp/portage/transfig-3.2.4-r1/image//usr/local/lib/fig2dev ] || mkdir
/var/tmp/portage/transfig-3.2.4-r1/image//usr/local/lib/fig2dev
mkdir: cannot create directory
`/var/tmp/portage/transfig-3.2.4-r1/image//usr/local/lib/fig2dev': No such file
or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory
`/var/tmp/portage/transfig-3.2.4-r1/work/transfig.3.2.4/fig2dev'
make: *** [install] Error 2

!!! ERROR: media-gfx/transfig-3.2.4-r1 failed.
!!! Function src_install, Line 49, Exitcode 2
!!! (no error message)


Expected Results:  
installed transfig successfully
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-07-21 00:15:01 UTC
I can't reproduce your problem. Could you please add the complete emerge output and the emerge info output as attachments?
Comment 2 Luke 2003-07-21 04:57:09 UTC
Created attachment 14801 [details]
output of "emerge transfig" and "emerge info"
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-08-05 00:45:55 UTC
somehow I didn't get a mail for your last comment...
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2003-08-13 04:19:46 UTC
Sorry for the long delay. Please emerge sync; emerge -u portage - this will most likely fix your problem. Please report if it helped.
Comment 5 Luke 2003-08-13 17:31:19 UTC
Yes, it works now after updating portage.  Thanks Patrick, sorry about the false alarm.
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2003-08-14 00:52:21 UTC
Ok, closing.