Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17501 - gal ebuild 1.99.2 fails to find a library during src_compile and gets an access violation with sandbox
Summary: gal ebuild 1.99.2 fails to find a library during src_compile and gets an acce...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-14 08:16 UTC by Benjamin Podszun (Blafasel @ irc)
Modified: 2003-03-14 18:53 UTC (History)
0 users

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 Benjamin Podszun (Blafasel @ irc) 2003-03-14 08:16:01 UTC
Emerging evolution 1.3.1 and its dependencies I got this errors.

1) make[3]: *** No rule to make target `../../gal/widgets/libwidgets.la', needed
by `test-color'. Stop.

This could be fixed by replacing emake with make in src_compile()

2) Access Violation creating something below /usr in src_install()

This could be fixed by replacing the make line with

make DESTDIR=${D} install || die

Thanks to seemant for helping me out with this.

Reproducible: Always
Steps to Reproduce:
1. emerge the package..
Actual Results:  
s.above

Expected Results:  
It should not break and instead compile cleanly ;)
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-03-14 18:53:54 UTC
this was fixed a couple hours ago. thanks.