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

learn more… | top users | synonyms

0
votes
1answer
28 views

Ebuild example for project in Go

I intend to create a Gentoo ebuild for a project written in Go, and I'm wondering whether this has been done before. As building and installing a Go project from source seems sufficiently different ...
0
votes
2answers
24 views

Should init scripts daemonize a process & are pid's essential?

I'm working on getting an init script written for the web-server [1] shiny-server (shiny-server is a version of the R package shiny that allows you to run stand alone web-applications based on [2] R). ...
0
votes
0answers
35 views

xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection

I've tried various ways to coerce xterm (versions 285 and 292) to copy the selection to the CLIPBOARD clipboard whenever I press Ctrl-Shift-C. The most promising way thus far has been, in ...
1
vote
0answers
39 views

What does “Context stack underflow” mean in gdb?

I'm running gdb inside Gentoo inside Interix on Windows XP. There is a C++ frame in my application that if I enter it, gdb gives the error Context stack underflow. Similarly, if I try to set a ...
0
votes
0answers
37 views

php-fpm doesn't load mbstring module on Gentoo

I'm new on Gentoo, and I install nginx\php\fastcgi by emerge. after that, i was run phpinfo() and found there is no mbstring, then I was compile it by set USE=unicode. then I saw [mbstring] in ...
0
votes
0answers
15 views

How can i set the flags with gentoo prefix [migrated]

I have install the LFS system , after that I tried to install the gentoo prefix on my system. But it comes error: I'm going to check for some variables in your environment now: it appears ...
0
votes
1answer
28 views

pkg-config doesn't see .pc file, even when containing folder is in PKG_CONFIG_PATH

I'm running gentoo linux, and I'm trying to get pkg-config to find ntk.pc (ntk being the library I'm trying to link to). Here are the premises: Output of echo $PKG_CONFIG_PATH: ...
1
vote
1answer
42 views

Gentoo Dropbox CLI

Trying to use the python script to manage my dropbox via the command line and when I try to run it I get the following -> ~/bin/dropbox.py help File "/home/jcostanzo/bin/dropbox.py", line ...
0
votes
0answers
115 views

Tomcat 7 can't connect to mysql on gentoo

I'm developing web application with jsp/servlet on tomcat. Ive got problem with accessing mysql database after moving project from eclipse/mysql/tomcat on localhost to remote server on gentoo. This ...
0
votes
0answers
67 views

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 ...
1
vote
0answers
32 views

Will libraries built under Gentoo with Interix work outside Gentoo?

The Gentoo Linux distribution has a version that works on Interix x86 Windows. If I build C++ libraries using gcc, will these libraries work with an executable not built inside Gentoo, but only ...
0
votes
0answers
38 views

How can I run XWindow on Gentoo in Parallels Desktop 8 under MacOS? [closed]

When it starts, it says No Screens Found. In my make.conf, I tried both VIDEO_CARD="vesa" and VIDEO_CARD="parallels" The problems are the same. How can I startx?
0
votes
1answer
32 views

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 ...
1
vote
1answer
341 views

Bind Ctrl+Tab and Ctrl+Shift+Tab in tmux

I'm trying to a get a ctrl+tab and ctrl+shift+tab binding to work inside of a tmux session (I'm also using PuTTY). I already went through the pains of having to recompile PuTTY so it would send ctrl ...
0
votes
2answers
44 views

Migrate Postgres DB when the source Postgres server is offline

So yea the title says it all, I need to somehow get the DBs form the source server to the new server, but the kicker is the old server is falling apart :P and is there a way I can just move it all to ...
0
votes
0answers
18 views

Cannot connect to Sabayon Instance on EC2

I tried the Sabayon AMI but I always get connection refused. Has anybody tried ami-43c8c937? I am a newbie but I mounted the EBS on an other instance and checked the runlevel and so far I couldnt ...
1
vote
1answer
62 views

Squid on Gentoo, get errors on installation

When i try to install squid on my gentoo emerger squid I get this errors * - !!! All ebuilds that could satisfy "squid" ...
3
votes
2answers
59 views

How to solve the mess information in gcc warning

I compiled my porject on a 64-bit linux(2.6.39-gentoo-r3),GCC version 4.6.3 but when I do compiling , the warnings contain some unreadable characters.Just like below: warning: field precision ...
0
votes
1answer
129 views

How to write ebuild for Gentoo correctly

Could anyone help in creating ebuild for GBS? This is my workpiece ebuild (modified ebuild for osc): # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public ...
0
votes
1answer
25 views

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
votes
1answer
25 views

OSS downloads that require login

I want to make a Gentoo package for a package that is BSD licensed but that the company requires registration to download from them. I think I could figure out how they provide downloads and get ...
-2
votes
2answers
179 views

Gentoo sendmail can send email but not receive [closed]

I've Linux VPS running gentoo. I configured sendmail by using the default sendmail.mc. I can send email but not receive any, even if I mail a message from root to root. I set the log level to 15 and ...
0
votes
0answers
79 views

Eclipse Aptana Preview not working

I have been trying to get the preview working in Aptana. After getting the internal Web browser working the output of the preview is still blank. Using the "Run" option of eclipse displays the web ...
0
votes
0answers
46 views

git submodule or ? - single file dependency

I'm trying to use github to track my own portage overlay and wanted to be able to easily include & pull down changes from upstream file repos. Thing is when I pull them down I will often only ...
0
votes
0answers
507 views

MongoDB - couldn't connect to server 127.0.0.1:27017

I created a directory for MongoDB on a USB stick and started mongod in the following way: $ mongod --smallfiles --dbpath /run/media/x/z/py/tornado/dc.js\ examples/dc.js/pyDc.js/db Tue Feb 12 12:15:50 ...
0
votes
0answers
58 views

Emacs in Gentoo Prefix not receiving input

I have Emacs installed in a Gentoo Prefix installation on OS-X (10.8.2). Emacs works when started in a terminal (-nw). However, when started without options, although it creates a window, it does ...
0
votes
1answer
127 views

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 ...
0
votes
3answers
95 views

Returning a string comparison result - bash

I'm writing a small function which compare md512sums of two files. I can't say that I'm good in bash, but I need to return a simple result commented part is long code. It asks for a reduction. By the ...
0
votes
1answer
105 views

Can't run exec in PHP script under PHP5.2 and Gentoo [closed]

I'm using PHP5.2 under Linux Gentoo. I'm trying make exec in PHP script to call another PHP file. For example: in test.php shell_exec("/usr/local/bin/php test1.php > /dev/null 2>&1"); ...
0
votes
1answer
136 views

How to enable the clipboard function in vim? [closed]

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 ...
1
vote
1answer
87 views

How to select the software's version in gentoo by emerge?

I want to install django 1.4, but the default install version is 1.3.2, how can I change the version to install. I only know that to change dir to /usr/portage/dev-python/django and install the ...
0
votes
1answer
230 views

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 ...
-1
votes
1answer
106 views

Installing Gentoo - DNS not working [closed]

I'm trying to install Gentoo following this guide: [URL]http://www.gentoo.org/doc/en/handbook/2004.2/handbook-amd64.xml[/URL] I've used net-setup to set up my internet connection (using ethernet), ...
0
votes
1answer
82 views

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 ...
3
votes
1answer
101 views

UTF-8 locale drop

I've wrote this test script: <?php ini_set('error_reporting', E_ALL ); putenv('LC_ALL=ru_RU.UTF-8'); putenv('LANG=ru_RU'); putenv('LANGUAGE=ru_RU'); setlocale (LC_ALL, "ru_RU.UTF-8"); for($i=0; ...
1
vote
4answers
173 views

Installing Sass on Gentoo

I've been trying to install Sass on Gentoo, but it hasn't been going too well. Unfortunately, the latest version of Sass in portage is 3.1.21. What I want to use Sass for requires at least Sass 3.2, ...
0
votes
2answers
207 views

Sendto() still return me 0 bytes sent [closed]

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 ...
1
vote
1answer
87 views

The AudioSystem.getMixerInfo() get nothing in Java/gentoo

I want to develop a speech recognition program on a robot. The robot has gentoo chroot installed. When I call AudioSystem.getMixerInfo(), it returns nothing. The JDK version is jdk-6u35-linux-i586. ...
0
votes
0answers
98 views

netatalk 2.2.1 on Gentoo hides files from the client OS X 10.8

In OS X 10.8 in Connecting the network drive to a AFP server netatalk 2.2.1 on gentoo Linux network drive is connected successfully But the file system mount point /Volumes/afp_share not see any ...
0
votes
1answer
80 views

Location of perl libraries

First of all, I'm not familiar with Perl and it's practices. I'm trying to develop an ebuild that installs a Perl application. However I don't know where to put the library files of the application. ...
0
votes
1answer
196 views

Install zsh in Gentoo Prefix on Mountian Lion failed

This is my first time to use gentoo prefix on Mac OS. The installation of gentoo prefix took a while but all went well. I used this script to install gentoo prefix on Mac: ...
0
votes
0answers
306 views

How to add “c++0x” use flag to make.conf in gentoo? [closed]

I'm trying to emerge, for example, qt-core with "c++0x" use flag. But I can't. sudo USE="c++0x" emerge -av qt-core [ebuild N ] x11-libs/qt-core-4.8.2 USE="exceptions glib iconv icu ssl (-aqua) ...
0
votes
0answers
229 views

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 ); ...
0
votes
0answers
119 views

Why are different nodes running different compiles of my executable? (MPI)

After I recompile my (C) program, some nodes are running old compiles (with the debug information still in it), and some nodes are running the new copy. The server is running Gentoo Linux and all ...
0
votes
4answers
169 views

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 ...
0
votes
2answers
157 views

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 ...
0
votes
1answer
181 views

Error installing Gentoo Prefix on Ubuntu 11.10

I tried to install Gentoo Prefix on Ubuntu 11.10, by following the Bootstrapping guide. But I have an error when I come to the step: emerge --oneshot --nodeps "=sys-devel/gcc-4.2*" Output of ...
3
votes
2answers
515 views

unable to `pip install numpy` on a specific machine

pip install numpy in a python virtualenv on my own Mac OSX machine and on another of my machine running Arch Linux works perfectly. Unfortunately, the same command fails to work on a colleague's ...
1
vote
1answer
190 views

* ERROR: nrpe does not have a start function

I installed Nagios-NRPE on a Gentoo virtual machine. When I tried to start nrpe using /etc/init.d/nrpe start I got the following error: ERROR: nrpe does not have a start function. However I do ...
1
vote
1answer
186 views

Is there plans for Meteor to support Gentoo? [closed]

I operate Gentoo systems, will Meteor support for Gentoo be available at some point? Is there a way I can install on Gentoo now? Thank you Chuck

1 2 3