Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170442 - app-portage/layman doesn't force good permsisions
Summary: app-portage/layman doesn't force good permsisions
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-11 17:06 UTC by Caleb Cushing
Modified: 2007-03-13 07:34 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,3.42 KB, text/plain)
2007-03-11 17:57 UTC, Caleb Cushing
Details
dev-java:swt-3.2.2 build log (dev-java:swt-3.2.2:20070312-004931.log,91.72 KB, text/plain)
2007-03-12 00:55 UTC, Caleb Cushing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Cushing 2007-03-11 17:06:54 UTC
this may not be a bug with this package...

!!! Failed to determine VM for building.
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/dev-java:swt-3.2.2:20070311-161519.log'.

!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="." JAVA_HOME=""
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info

I've gone through this guide http://www.gentoo.org/doc/en/java.xml and I haven't solved this yet. It seems like I have to fix something with java for building stuff all the time. like the system isn't remembering my settings or something. 

anyways what else do I need to do to get this package updated.

my system jdk is blackdown-jdk-1.4.2 and my generation-2 is sun-jdk-1.6

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-11 17:20:07 UTC
Post the output of java-config --list-available-vms, java-check-environment and emerge --info here.
Comment 2 Caleb Cushing 2007-03-11 17:57:41 UTC
Created attachment 112975 [details]
emerge --info

 java-config --list-available-vms
The following VMs are available for generation-2:
*)      Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2]
2)      Sun JDK 1.6.0 [sun-jdk-1.6]
Comment 3 Caleb Cushing 2007-03-11 17:58:10 UTC
see above comment
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-03-11 17:59:32 UTC
You forgot java-check-environment output please.
Comment 5 Caleb Cushing 2007-03-11 18:01:57 UTC
(In reply to comment #4)
> You forgot java-check-environment output please.
> 
sorry.

 * === Java Environment Checker ===
 * The purpose of this script is to check the sanity of your Java Environment.
 * We have significantly changed and improved the way Java is handled in many respects.
 * Please refer to http://www.gentoo.org/proj/en/java/java-upgrade.xml for details

 * Checking vm_environment_files ...                                      [ ok ]

 * Checking user_settings ...
 * Running as root. Don't need to check user settings.                    [ ok ]

 * Checking generation_1_system_vm ...                                    [ ok ]

 * Checking virtual_provides ...                                          [ ok ]

 * Checking overlays_eclasses ...                                         [ ok ]

 * Java environment is sane. Congratulations!
Comment 6 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-03-11 19:12:19 UTC
Please post the contents of /etc/java-config-2/build/jdk.conf and /usr/share/java-config-2/config/jdk-defaults.conf and the version of java-config installed.

Also full build log would help, there should be more error messages above the "Failed to determine..."
Comment 7 Caleb Cushing 2007-03-11 20:01:54 UTC
wtf 2. this one hasn't worked for 2 weeks or more for me. maybe that fsck that ran on /var on reboot fixed something. really weird and I don't like it when 2 problems just vanish for seemingly no reason. sigh closing worksforme
Comment 8 Caleb Cushing 2007-03-12 00:55:43 UTC
Created attachment 113030 [details]
dev-java:swt-3.2.2 build log

/etc/java-config-2/build/jdk.conf (changed for troubleshooting)
1.6=sun-jdk
1.5=sun-jdk
1.4=blackdown-jdk

other file referenced is still at defaults.
Comment 9 Caleb Cushing 2007-03-12 00:56:05 UTC
now it's not working again
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2007-03-12 01:31:50 UTC
caleb, I don't think your system is sane (also see Bug 170456) and you should debug your HW/filesystem/whatever else before filing other bugs that don't seem to be reproducible anywhere.
Comment 11 Petteri Räty (RETIRED) gentoo-dev 2007-03-12 07:40:49 UTC
From the lo(In reply to comment #8)
> Created an attachment (id=113030) [edit]
> dev-java:swt-3.2.2 build log
> 

Traceback (most recent call last):
  File "/usr/bin/depend-java-query", line 85, in ?
    (options, args) = parser.parse_args()
  File "/usr/lib/python2.4/optparse.py", line 1275, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.4/optparse.py", line 1315, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.4/optparse.py", line 1390, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.4/optparse.py", line 707, in process
    return self.take_action(
  File "/usr/lib/python2.4/optparse.py", line 726, in take_action
    self.callback(self, opt, value, parser, *args, **kwargs)
  File "/usr/bin/depend-java-query", line 49, in get_vm
    vm = verman.get_vm(value)
  File "/usr/share/java-config-2/pym/java_config/VersionManager.py", line 123, in get_vm
    matched_atoms = self.parse_depend(atoms)
  File "/usr/share/java-config-2/pym/java_config/VersionManager.py", line 56, in parse_depend
    from portage import flatten
  File "/usr/lib/portage/pym/portage.py", line 8321, in ?
    init_legacy_globals()
  File "/usr/lib/portage/pym/portage.py", line 8277, in init_legacy_globals
    db = create_trees(**kwargs)
  File "/usr/lib/portage/pym/portage.py", line 8233, in create_trees
    config_incrementals=portage_const.INCREMENTALS)
  File "/usr/lib/portage/pym/portage.py", line 1199, in __init__
    allow_sourcing=True)
  File "/usr/lib/portage/pym/portage_util.py", line 349, in getconfig
    raise portage_exception.ParseError(str(e)+" in "+mycfg)
portage_exception.ParseError: [Errno 13] Permission denied: '/usr/local/portage/make.conf' in /etc/make.conf

Please give portage group read permission to /usr/local/portage/make.conf and reopen if that does not fix the problem.
Comment 12 Caleb Cushing 2007-03-13 02:09:02 UTC
ok jakub tell me if I'm wrong here. (knows you will) if this is the make.conf that layman sets and I source isn't this a bug caused by the layman ebuild? because if this is breaking portage ebuilds layman should correct my 077 UMASK (set in /etc/profile)  and or my root:root ownership instead of installing the default and making me correct it.

and correcting ownership and permissions 100% fixes the problem. these should be set by layman either at runtime or in install.
Comment 13 Jakub Moc (RETIRED) gentoo-dev 2007-03-13 07:34:25 UTC
You are completely on your own when messing with default umask, don't blame layman, you did set it.