| Summary: | moto4lin won't install (access violation) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Milo Thurston <thurston> |
| Component: | New packages | Assignee: | Carlos Silva (RETIRED) <r3pek> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2005.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Milo Thurston
2006-04-01 09:11:47 UTC
The moto4lin ebuilds fail with the following message, whether or not 'FEATURES="-sandbox"' is used: >>> Install moto4lin-0.3 into /usr/local/tmp/portage/moto4lin-0.3/image/ category app-mobilephone ( [ -d moto_ui ] && cd moto_ui ; grep "^qmake_all:" Makefile && make -f Makefile qmake_all; ) || true ( [ -d moto_ui ] && cd moto_ui ; make -f Makefile install; ) || true make[1]: Entering directory `/usr/local/tmp/portage/moto4lin-0.3/work/moto4lin-0.3/moto_ui' cp -f "moto4lin" "/usr/local/tmp/portage/moto4lin-0.3/image/../../../../../../../bin/moto4lin" ACCESS DENIED open_wr: /bin/moto4lin cp: cannot create regular file `/usr/local/tmp/portage/moto4lin-0.3/image/../../../../../../../bin/moto4lin': Permission denied make[1]: [install_target] Error 1 (ignored) make[1]: Leaving directory `/usr/local/tmp/portage/moto4lin-0.3/work/moto4lin-0.3/moto_ui' >>> Completed installing moto4lin-0.3 into /usr/local/tmp/portage/moto4lin-0.3/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-app-mobilephone_-_moto4lin-0.3-12753.log" open_wr: /bin/moto4lin -------------------------------------------------------------------------------- can you please test the latest version? (moto4lin-0.3_p20051125) (In reply to comment #2) > can you please test the latest version? (moto4lin-0.3_p20051125) Here's the result: >>> Install moto4lin-0.3_p20051125-r1 into /usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/image/ category app-mobilephone ( [ -d moto_ui ] && cd moto_ui ; grep "^qmake_all:" Makefile && make -f Makefile qmake_all; ) || true ( [ -d moto_ui ] && cd moto_ui ; make -f Makefile install; ) || true make[1]: Entering directory `/usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/work/moto4lin-0.3_p20051125/moto_ui' cp -f "moto4lin" "/usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/image/../../../../../../../bin/moto4lin" ACCESS DENIED open_wr: /bin/moto4lin cp: cannot create regular file `/usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/image/../../../../../../../bin/moto4lin': Permission denied make[1]: [install_target] Error 1 (ignored) ACCESS DENIED mkdir: /share mkdir: cannot create directory `/usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/image/../../../../../../../share': Permission denied make[1]: *** [install_sharedfiles] Error 1 make[1]: Leaving directory `/usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/work/moto4lin-0.3_p20051125/moto_ui' >>> Completed installing moto4lin-0.3_p20051125-r1 into /usr/local/tmp/portage/moto4lin-0.3_p20051125-r1/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-app-mobilephone_-_moto4lin-0.3_p20051125-r1-9527.log" open_wr: /bin/moto4lin mkdir: /share You have something really strange with your env. this is what i get (and installs fine): >>> Install moto4lin-0.3_p20051125 into /var/tmp/portage/moto4lin-0.3_p20051125/image/ category app-mobilephone ( [ -d moto_ui ] && cd moto_ui ; grep "^qmake_all:" Makefile && make -f Makefile qmake_all; ) || true ( [ -d moto_ui ] && cd moto_ui ; make -f Makefile install; ) || true make[1]: Entering directory `/var/tmp/portage/moto4lin-0.3_p20051125/work/moto4lin-0.3_p20051125/moto_ui' cp -f "moto4lin" "/var/tmp/portage/moto4lin-0.3_p20051125/image//usr/bin/moto4lin" cp -f "data/full.pat" "/var/tmp/portage/moto4lin-0.3_p20051125/image//usr/share/moto4lin/" cp -f "data/j2me.pat" "/var/tmp/portage/moto4lin-0.3_p20051125/image//usr/share/moto4lin/" make[1]: Leaving directory `/var/tmp/portage/moto4lin-0.3_p20051125/work/moto4lin-0.3_p20051125/moto_ui' man: prepallstrip: strip: i686-pc-linux-gnu-strip --strip-unneeded usr/bin/moto4lin >>> Completed installing moto4lin-0.3_p20051125 into /var/tmp/portage/moto4lin-0.3_p20051125/image/ Can you please disable userpriv and usersandbox from FEATURES and try again? Check last comment |