Hi Dominik:

Which version of yum are you using?  Have you tried updating the
version of yum?  Perhaps there is a bug.

I see this in your typescripts:

Traceback (most recent call last):
  File "/usr/bin/yum-repoquery", line 33, in <module>
    import repomd.mdErrors
ImportError: No module named repomd.mdErrors
ERROR while executing "/usr/bin/yum-repoquery -c /tmp/fileYrdp6u
--location glibc" :
Could not locate glibc rpm!

Seems bad -- perhaps yume cannot cope with the version of yum you are using.

If you unselect ntpconfig, sge, torque, does the image get built?

Regarding the built torque RPMs -- have you try to install them
(manually) using both rpm and yum?  If they fail, can you post the
logs with verbosity?

P.S. It's just a personal preference but I would prefer it if you
paste your log in something like http://pastebin.ca -- then it is just
one click away instead of having to untar files and view them.  It
also decreases the size of the email dramatically.

Thanks,

Bernard

On 8/15/07, Dominik Schips <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I try to get OSCAR 5.0 work on openSUSE 10.2 (x86_64) and at the moment
> I have a problem to install some packages.
>
> If ntpconfig, torque or sge is selected at Step 1 the client image (Step
> 4) is not created.
>
> At the moment I have a closer look if I select torque.
>
> I get this message if torque is in the package list: (see attached file)
>
> No Match for argument: torque.noarch^M
> No Match for argument: torque-client.noarch^M
> No Match for argument: torque-modulefile.x86_64^M
> No Match for argument: torque-mom.noarch^M
> No Match for argument: gcc-gfortran.x86_64^M
> No Match for argument: gcc-gfortran.noarch^M
> No Match for argument: lam-oscar.noarch^M
> No Match for argument: lam-oscar-modulefile.x86_64^M
> No Match for argument: lam-switcher-modulefile.x86_64^M
> No Match for argument: libaio.noarch^M
> No Match for argument: libaio-devel.noarch^M
> Traceback (most recent call last):^M
>   File "/usr/bin/yum", line 29, in <module>^M
>     yummain.main(sys.argv[1:])^M
>   File "/usr/share/yum-cli/yummain.py", line 102, in main^M
>     result, resultmsgs = do()^M
>   File "/usr/share/yum-cli/cli.py", line 359, in doCommands^M
>     return self.yum_cli_commands[self.basecmd].doCommand(self,
> self.basecmd, self.extcmds)^M
>   File "/usr/share/yum-cli/yumcommands.py", line 134, in doCommand^M
>     return base.installPkgs(extcmds)^M
>   File "/usr/share/yum-cli/cli.py", line 603, in installPkgs^M
>     self.install(po)^M
>   File "__init__.py", line 1763, in install^M
>   File "__init__.py", line 1763, in install^M
>   File "__init__.py", line 1763, in install
>
> Without torque after the line "Traceback (most recent call last):" OSCAR
> start to do the package dependencies like this:
>
> No Match for argument: libaio-devel.noarch^M
> [progress: 6]^M
> Resolving Dependencies^M
> --> Populating transaction set with selected packages. Please wait.^M
> ---> Downloading header for gzip to pack into transaction set.
>
> A closer look at /usr/share/yum-cli/cli.py at about line 603 show me
> that somethink with the package dependencies or something similar should
> fail.
>
> # This is where we need to do a lookup to find out if this install
>         # is also an obsolete. if so then we need to mark it as such in
> the
>         # tsInfo.
>         if len(pkglist) > 0:
>             self.verbose_logger.debug('reduced installs :')
>         for po in pkglist:
>             self.verbose_logger.debug('   %s.%s %s:%s-%s', po.pkgtup)
>             self.install(po)
>
> I didn't know anything about Python so maybe someone can help and
> explain me how OSCAR make the dependencies at this point or what is
> going wrong?
>
> The torque package build for x86_64 was no problem and showed no errors.
> So I think the package is all right to install.
> If you need more information just let me know.
>
> Best regards
>
> Dominik Schips
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Oscar-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to