[Gambas-user] 1.0-rc2 ebuild is broken
Dave Lindquist
dave at ...716...
Sat Dec 4 19:47:37 CET 2004
The ebuild for gambas 1.0-rc2 seems to be broken (the Gentoo build).
The make file appears to attempt to access files directly on the
filesystem? Specifically, it seems to attempt to unlink /usr/bin/gambas
(ebuilds cannot access files outside of the sandbox into which they are
compiling).
Here's the log of relevant output from the build:
------------------8<------------------
/var/tmp/portage/gambas-1.0_rc2/image//usr/share/gambas/info/gb.qt.kde.info
/var/tmp/portage/gambas-1.0_rc2/image//usr/share/gambas/info/gb.vb.info
/var/tmp/portage/gambas-1.0_rc2/image//usr/share/gambas/info/gb.compress.info
Installing the development environment...
Compiling gambas...
OK
Compiling gambas-database-manager...
OK
ACCESS DENIED unlink: /usr/bin/gambas
rm: cannot remove `//usr/bin/gambas': Permission denied
ln: `//usr/bin/gambas': File exists
make[2]: *** [install-exec-local] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gambas-1.0_rc2/work/gambas-0.99.RC2
'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gambas-1.0_rc2/work/gambas-0.99.RC2
'
make: *** [install-recursive] Error 1
!!! ERROR: dev-util/gambas-1.0_rc2 failed.
!!! Function einstall, Line 478, Exitcode 2
!!! einstall failed
!!! If you need support, post the topmost build error, NOT this status
message.
--------------------------- ACCESS VIOLATION SUMMARY
---------------------------
LOG FILE = "/tmp/sandbox-dev-util_-_gambas-1.0_rc2-9887.log"
unlink: /usr/bin/gambas
--------------------------------------------------------------------------------
------------------8<------------------
The 0.99 ebuild, however, doesn't have this problem.
I'm not sure who maintains this ebuild?
More information about the User
mailing list