Questions tagged [gentoo]

For programming problems that are specific to the Gentoo Linux distribution.

Gentoo Linux (/ˈdʒɛntuː/ jen-too)
Gentoo is a computer operating system built on top of the Linux kernel and based on the Portage package management system, distributed as free and open source software.

Unlike a conventional software distribution, the user compiles the source code locally according to their chosen configuration.

Where source-code is available, Portage (the package manager of Gentoo) normally supplies no precompiled binaries, continuing in the tradition of the ports collection. Although for convenience, some software packages (such as Mozilla Firefox and LibreOffice) are also available as precompiled binaries for various architectures where compiling would otherwise be very time consuming.

The development project and its products are named after the fastest-swimming penguin, the Gentoo, to reflect the potential speed improvements of machine-specific optimization. Gentoo package management is designed to be modular, portable, easy to maintain, flexible, and optimized for the user's machine. Gentoo describes itself as a meta-distribution, "because of its near-unlimited adaptability", in that the majority of users have configurations and sets of installed programs which are unique to themselves.

Official Site: http://www.gentoo.org/

316 questions
0
votes
1 answer

Android Studio / SDK: platform-tools (adb, fastboot) give segmentation fault (Gentoo Linux)

I've tried both, the unofficial Gentoo ebuild of Android Studio from the mrueg overlay (android-studio-130.687321.ebuild) as well as the bundled package from http://developer.android.com/sdk/installing/studio.html…
user1891659
  • 335
  • 1
  • 3
  • 10
0
votes
1 answer

Building and installing NodeJs on Gentoo Linux distribution

i'm trying to build Nodejs from my Gentoo Linux distribution but i get the following error: Build failed: -> task failed (err #1): {task... etc.} I've tried many tutorials or commands but i'm no server administration expert. Has anyone…
Romain Bruckert
  • 2,546
  • 31
  • 50
0
votes
1 answer

tagging a shared library with checksum

How can I tag ELF libs with build IDs? I downloaded a precompiled library that has a sha1 sum in it: user@localhost ~/tmp $ file foo.so.0 foo.so.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked,…
ja da
  • 1
  • 2
0
votes
2 answers

Squid on Gentoo, get errors on installation

When I try to install squid on my Gentoo emerge squid I get this error: * - !!! All ebuilds that could satisfy "squid" have been masked. !!! One of the following masked…
SoCkEt7
  • 2,237
  • 5
  • 22
  • 30
0
votes
1 answer

lxde quits unexpectedly

I use lxde on Gentoo. Versions of software: lxappearance 0.5.2 lxde-common 0.5.5 lxde-icon-theme 0.5.0 lxinput 0.3.2 lxmenu-data 0.1.2 lxpanel 0.5.12 lxrandr 0.1.2 lxsession 0.4.6.1 lxsession-edit 0.2.0 lxshortcut 0.1.2 menu-cache 0.4.1 Time to…
Jaŭhien Piatlicki
  • 843
  • 10
  • 18
0
votes
1 answer

How to build native apps for Gentoo 64bit (Linux kernel 2.6) using Qt SDK?

unfortunately I am new to Linux. I have made a virtual machine with Linux Mint 13 (32bit), installed Qt 5.0 with Qt Creator. I was given a task to create a simple FastCGI app for the server running Gentoo 64bit. This app must use Qt stuff. The…
ilya
  • 1,103
  • 14
  • 36
0
votes
1 answer

Fresh OpenEMM installation shows bean errors on some pages

We have deployed a fresh openemm installation on a resin server (which wasn't exactly straight forward due to an enormous amount of dependencies although resin is the recommended and default application server). This is our setup: latest Gentoo…
hurikhan77
  • 5,881
  • 3
  • 32
  • 47
0
votes
1 answer

How to enable the clipboard function in vim?

Environment: Gentoo vim 7.3 I have search in Google and find the way: vim --version | grep clipboard and find that my vim doesn't open the clipboard support To open the clipboard and xterm_clipboard support in vim. I add these use flags in…
Tanky Woo
  • 4,906
  • 9
  • 44
  • 75
0
votes
1 answer

How open default terminal instead of using `xterm` ? is it safe to use ${TERM}?

I want to run steam on linux, and I don't want to install xterm, there are two moments when does it want xterm echo -e "$*" >$tmpfile xterm -T "$title" -e "cat $tmpfile; echo -n 'Press enter to continue: '; read input" rm -f $tmpfile and # Fall…
cnd
  • 32,616
  • 62
  • 183
  • 313
0
votes
1 answer

Getting Tomcat to play well with Netbeans 6.7 on Linux

I have an external Tomcat server configured to run J2EE applications on my development (Gentoo Linux install) machine. This works great if the server is started prior to opening Netbeans and deploying the code [within the IDE]. This fails when I try…
monksy
  • 14,156
  • 17
  • 75
  • 124
0
votes
1 answer

Gnome 3 dependencies trouble

I'm having trouble installing Gnome 3, from this web: http://oleeekchoff.blogspot.co.il/2011/10/gnome-3-on-gentoo.html I already have Gnome 2, so i get this when i try to emerge -avuND world Conflict: 7 blocks (4 unsatisfied) !!! Multiple…
Iewicz
  • 193
  • 8
0
votes
2 answers

Sendto() still return me 0 bytes sent

Some days ago i wrote a post about an error returned from sendto() . It returned me 0 bytes written tough i pass a non-null value as length. void caught_packet(u_char *user_args,const struct pcap_pkthdr *cap_header,const u_char *packet){ int…
REmaxer
  • 1
  • 3
0
votes
0 answers

PHP image file created with file_put_contents() is corrupted

I'm writing image files from a base64 encoded string with a php webservice in this very same folder using file_put_contents(). Here is the writing part [PHP]: $data = base64_decode( $datastring ); $res = file_put_contents( $path, $data ); $resultf =…
ibanez
  • 158
  • 1
  • 1
  • 8
0
votes
4 answers

Capture entire output of bash commands while in ruby?

I have a Ruby script that I have developed that allows me to install and build multiple C++ packages. I am able to execute the Ruby script and install the packages with no errors. However, I would like to be able to capture all of the output,…
0
votes
2 answers

CherryPy - using the direct download or my distro's version?

I'm unsure whether to use the CherryPy download from the official site, or the version found in my distro's package manager. If I use the official download, portability will be less of an issue if I need to move between a dev environment and a live…
Richard Keller
  • 1,980
  • 2
  • 19
  • 32