Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19368 - mv: cannot stat `libXm.a': No such file or directory
Summary: mv: cannot stat `libXm.a': No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 13:32 UTC by merwan kashouty
Modified: 2011-10-30 22:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description merwan kashouty 2003-04-15 13:32:03 UTC
trying to compile sun-j2sdk to finish a bug report i sumitted for mozilla-1.4a and it now fails 
to build... here is the tail. 
 
_____________________________________________________________________ 
 
(cd ./../../; ln -s ./lib/Xm/exports/include include) 
including in ./bindings... 
make[2]: Entering directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/bindings' 
make[2]: *** No rule to make target `includes'.  Stop. 
make[2]: Leaving directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/bindings' 
including in ./util... 
make[2]: Entering directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/util' 
make[2]: Nothing to be done for `includes'. 
make[2]: Leaving directory 
`/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm/util' 
make[1]: Leaving directory `/var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib/Xm' 
cd  /var/tmp/portage/sun-j2sdk-1.4.1/work/j2sdk/motif/lib; \ 
mv libXm.a libXm-j2sdk.a 
mv: cannot stat `libXm.a': No such file or directory 
make: *** [motif-install-lib] Error 1 
 
!!! ERROR: dev-java/sun-j2sdk-1.4.1 failed. 
!!! Function src_compile, Line 139, Exitcode 2 
!!! (no error message) 
 

Reproducible: Always
Steps to Reproduce:
1.emerge sun-j2sdk 
2. 
3.
Comment 1 Stefan Jones (RETIRED) gentoo-dev 2003-04-17 02:54:47 UTC
I fixed this yesterday evening, could you try again please!

Stefan
Comment 2 Stefan Jones (RETIRED) gentoo-dev 2003-04-17 19:02:32 UTC
I and another tester have verified the fix, closing the bug.