Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 118 matches

Go to advanced search

Advanced search
Search found 118 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by graysky
Tue Nov 19, 2019 7:30 pm
Forum: Portage & Programming
Topic: Unable to distribute jobs with distcc compiling with clang
Replies: 0
Views: 834

Unable to distribute jobs with distcc compiling with clang

Distcc 3.3.3 cannot build using clang or clang++ in an attempt to build chromium. I get output like this on the client:
make: Entering directory '/build/chromium-no-extras/src/chromium-launcher-6'
cc -o chromium -D_FORTIFY_SOURCE=2 -DLAUNCHER_VERSION=\"v6\" -DCHROMIUM_NAME=\"chromium\" -DCHROMIUM ...
  • Jump to post
by graysky
Sun Jul 05, 2015 12:34 pm
Forum: Kernel & Hardware
Topic: WOL in the BIOS causes power ups after shutdown
Replies: 8
Views: 6823

An update: this is a BIOS bug but there is a work-around. I have been testing several systems (Z77 and H97-based) after I disabled all references to 'xHCI' as it pertains to USB settings[1]. I also enabled wake on keyboard[2]. And finally, I disabled EuP 2013 which affects wattage in power off mode ...
  • Jump to post
by graysky
Mon Jun 15, 2015 11:52 am
Forum: Portage & Programming
Topic: Text to non-trivial xml. (pwsafe --> KeePassX)
Replies: 1
Views: 1436

https://github.com/mauritiusdadd/pwsafe2keepassx
  • Jump to post
by graysky
Sun Jun 14, 2015 6:28 pm
Forum: Portage & Programming
Topic: Text to non-trivial xml. (pwsafe --> KeePassX)
Replies: 1
Views: 1436

Text to non-trivial xml. (pwsafe --> KeePassX)

I'd like to take the output of `pwsafe --exportdb > database.txt` and convert it to a KeePassX XML friendly format ( feature request in pwsafe ).

I found flat file converter but the syntax is beyond me with this example. Solutions are welcomed.

More details
Here is the pwsafe --> KeePassX XML ...
  • Jump to post
by graysky
Fri Dec 12, 2014 2:52 pm
Forum: Kernel & Hardware
Topic: web interface to grab default .config for 3.18
Replies: 2
Views: 2075

Yes, but my question whether or not there is a web interface I can use to find the .config file that genkernel creates.
  • Jump to post
by graysky
Thu Dec 11, 2014 8:07 pm
Forum: Kernel & Hardware
Topic: web interface to grab default .config for 3.18
Replies: 2
Views: 2075

web interface to grab default .config for 3.18

Is there a web portal I can use to see the base .config for 3.18?
  • Jump to post
by graysky
Tue Aug 05, 2014 6:52 am
Forum: Networking & Security
Topic: Drop in replacement for gnome-keyring with ed25519 support
Replies: 0
Views: 1873

Drop in replacement for gnome-keyring with ed25519 support

I love the convience that gnome-keyring provides unlocking my private keys (~/.ssh/id_rsa*) when I log in. The problem is that gnome-keyring does not support the new SSH protocol 2 private key format nor does it support several newer ciphers including elliptic curve based ed25519. Is there an ...
  • Jump to post
by graysky
Wed Feb 26, 2014 7:43 pm
Forum: Kernel & Hardware
Topic: WOL in the BIOS causes power ups after shutdown
Replies: 8
Views: 6823

Booting into windows 7 and then shutting down from there does not exhibit this behavior. It seems to be something unique to Linux...
  • Jump to post
by graysky
Tue Feb 04, 2014 9:20 pm
Forum: Kernel & Hardware
Topic: WOL in the BIOS causes power ups after shutdown
Replies: 8
Views: 6823

Great :( The Asus techs with whom I have corresponded barely speak English. Looks like this problem will never get to the people it needs to for a fix.
  • Jump to post
by graysky
Mon Feb 03, 2014 11:15 pm
Forum: Kernel & Hardware
Topic: WOL in the BIOS causes power ups after shutdown
Replies: 8
Views: 6823

Thanks for the reply. Seems to me that if win7 can shutdown cleanly, but Linux cannot that the problem must lie there... what is your init system?
  • Jump to post
by graysky
Mon Feb 03, 2014 8:45 pm
Forum: Kernel & Hardware
Topic: WOL in the BIOS causes power ups after shutdown
Replies: 8
Views: 6823

WOL in the BIOS causes power ups after shutdown

In order to support WOL, my Asus H87I-Plus requires an option set in the BIOS ( Onboard>APM>Power on by PCIE ). When I have this enabled, I can indeed start the machine using the wol magic packet, but there is an undesired side-effect: when I shutdown the machine, it stays shut off for about 5 sec ...
  • Jump to post
by graysky
Wed Nov 27, 2013 11:44 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

OK, dolohow solved it. Code on my github repo linked in previous posts. Thanks dolohow!
  • Jump to post
by graysky
Tue Nov 26, 2013 7:04 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

dolohow wrote:I'll find some time in friday and I'll try to create the complete patch
Thanks but I think maintaining this patchset long-term would be nightmarish since I have no OO experience and would need to rely on someone else to do the porting.
  • Jump to post
by graysky
Mon Nov 25, 2013 11:20 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

Still no go:
...
CXX(target) out/Release/obj.target/content_browser/content/browser/renderer_host/input/buffered_input_router.o
CXX(target) out/Release/obj.target/content_browser/content/browser/renderer_host/input/gesture_event_filter.o
CXX(target) out/Release/obj.target/content_browser/content ...
  • Jump to post
by graysky
Mon Nov 25, 2013 10:46 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

dolohow wrote:OK, I think you shouldn't change all occurance of "base" and why you change "ui" to "us"?
That was a typo in the post... I actually had a /gc and only hit the first two.
  • Jump to post
by graysky
Mon Nov 25, 2013 10:25 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

Yes, thanks. I did it in vim already as a test... compiling now.

Code: Select all

:%s/ui\/base/ui\/gfx/gc
  • Jump to post
by graysky
Mon Nov 25, 2013 10:02 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

Code: Select all

% find . -name 'animation_del*'
./ui/gfx/animation/animation_delegate.h
./cc/animation/animation_delegate.h
Seems like the merged file you created will need to be edited....
  • Jump to post
by graysky
Mon Nov 25, 2013 9:04 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

With the patch on github (latest commit) + the header file posted by dolohow, the compile ended in this error:
...
CXX(target) out/Release/obj.target/content_browser/content/browser/renderer_host/gtk_key_bindings_handler.o
CXX(target) out/Release/obj.target/content_browser/content/browser ...
  • Jump to post
by graysky
Mon Nov 25, 2013 8:32 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

dolohow wrote:Try with this header file for v31:
http://pastebin.com/nyhDS1j1
Trying now, thanks... how did you preform the merge? Manually?
  • Jump to post
by graysky
Wed Nov 20, 2013 7:53 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

EDIT: I was mistaken.
  • Jump to post
by graysky
Tue Nov 19, 2013 8:25 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

Start with a blank file
Copy A and B to Empty, doubling the lines, and when the file is finished remove the doubles, leaving a single.

I'm not sure how to do this short of inspecting all 340+ lines. Catting them together will satisfy the first part, but I have no idea how to remove the dups when ...
  • Jump to post
by graysky
Tue Nov 19, 2013 8:08 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

I'm not sure how to accomplish this... basically you want me to add the two files together, not accounting for the differences? Wouldn't that double some lines?

v30 file: http://pastebin.com/FT3x2gD3
v31 file: http://pastebin.com/2v0JBS3S

Can you create the merged file so I can see what it should ...
  • Jump to post
by graysky
Tue Nov 19, 2013 7:45 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

eyoung100 wrote:Thats the file but don't diff but merge 31 into 32
Sorry, I don't understand merge in this context. What do you mean?
  • Jump to post
by graysky
Tue Nov 19, 2013 6:52 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

The reason it's gone now is because upstream removed the function definition for the function you patch back in from the class header file. You need to put it back in the header file...

Well, if the function is "kDefaultScrollPixelsPerTick", the only file from the v30 source that contains that ...
  • Jump to post
by graysky
Tue Nov 19, 2013 4:01 pm
Forum: Portage & Programming
Topic: Assistance retrofitting a patch into chromium [SOLVED]
Replies: 40
Views: 34891

Do you have OO experience in any language :?:

None. To date, retrofitting the patch was as simple as diffing the original files. It more more difficult when the code moved into other files, but grepping for it is how I assembled the various patches. With v31, I hit the roadblock in my first post.
  • Jump to post

Search found 118 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic