[gentoo-user] adobe flash

2014-07-22 Thread Bill Kenworthy
I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force a manifest rebuild first. As I have to update them anyway, is there a ways to override the portage checksums and say install anyway? Because this package always fails

Re: [gentoo-user] adobe flash

2014-07-22 Thread J. Roeleveld
On Tuesday, July 22, 2014 05:05:43 PM Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force a manifest rebuild first. As I have to update them anyway, is there a ways to override the portage

Re: [gentoo-user] adobe flash

2014-07-22 Thread Neil Bothwick
On Tue, 22 Jul 2014 17:05:43 +0800, Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force a manifest rebuild first. As I have to update them anyway, is there a ways to override the portage

Re: [gentoo-user] adobe flash

2014-07-22 Thread Dale
J. Roeleveld wrote: On Tuesday, July 22, 2014 05:05:43 PM Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force a manifest rebuild first. As I have to update them anyway, is there a ways to

Re: [gentoo-user] adobe flash

2014-07-22 Thread Bill Kenworthy
On 22/07/14 19:03, Dale wrote: J. Roeleveld wrote: On Tuesday, July 22, 2014 05:05:43 PM Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force a manifest rebuild first. As I have to update them

Re: [gentoo-user] adobe flash

2014-07-22 Thread J. Roeleveld
On Tuesday, July 22, 2014 07:31:35 PM Bill Kenworthy wrote: On 22/07/14 19:03, Dale wrote: J. Roeleveld wrote: On Tuesday, July 22, 2014 05:05:43 PM Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to

Re: [gentoo-user] adobe flash

2014-07-22 Thread Dale
Bill Kenworthy wrote: On 22/07/14 19:03, Dale wrote: J. Roeleveld wrote: On Tuesday, July 22, 2014 05:05:43 PM Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force a manifest rebuild first. As I

Re: [gentoo-user] adobe flash

2014-07-22 Thread Bill Kenworthy
On 22/07/14 19:48, Dale wrote: Bill Kenworthy wrote: On 22/07/14 19:03, Dale wrote: J. Roeleveld wrote: On Tuesday, July 22, 2014 05:05:43 PM Bill Kenworthy wrote: I have a couple of systems with flash that are always a pain to update because the checksums fail so you have to manually force

[gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Sid S
Not sure what relevant information to provide. My system works and I can compile other ebuilds normally, except, it seems, gcc and glibc. Searching for the error in the tile doesn't give me much - what it does give me doesn't seem to apply to my instance of the error, or at least what I know about

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Alec Ten Harmsel
I've had some problems with this in the past on non-hardened... you have IA32 emulation turned on in the kernel right? Also, not sure if this is just me, but the really long lines (like the top 4) run off the end of my screen and I can't see them at all. Alec On Tue 22 Jul 2014 09:48:54 AM

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Sid S
I have IA32 emulation enabled but none of its suboptions (I read I don't need them). Sorry about the lines running off, my client does not auto-wrap with newlines and it seems yours does not either. . On Tue, Jul 22, 2014 at 8:58 AM, Alec Ten Harmsel a...@alectenharmsel.com wrote: I've had

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Alec Ten Harmsel
Yeah, Thunderbird doesn't handle long lines well, I guess. Hmmm... I have no experience with Gentoo Hardened, but the file that caused failure due to not existing, 'cross-rpcgen', is created by gcc the step immediately before without error. There really shouldn't be a problem. Are you in the

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Stroller
On Tue, 22 July 2014, at 2:48 pm, Sid S r03...@gmail.com wrote: ... The build log is kind of large, tell me if the whole thing is needed. The file you sent would have been half the size, if you'll excuse me nagging, if you'd sent it in plaintext, rather than HTML. Stroller.

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Sid S
Are you in the process of switching to hardened right now? Why are you rebuilding glibc and gcc? No, I set up my system as hardened. They originally got rebuilt (and I noticed the failure) when I set up a package set for running some games (using the steam client) and rebuilt the package set.

Re: [gentoo-user] glibc (and gcc) build fails: /bin/sh: /var/tmp/portage/sys-libs/glibc-2.17/work/build-x86-x86_64-pc-linux-gnu-nptl/sunrpc/cross-rpcgen: No such file or directory

2014-07-22 Thread Alec Ten Harmsel
Wow, running Steam on Hardened. Seems ambitious. I'll try and help as much as possible. Can you: 1. Reply with a list of actions/commands you did that led up to this point 2. Attach the full build log Also They originally got rebuilt (and I noticed the failure) Do you mean I tried to