Я и мой ёбаный кот на фоне ковра. Войти !bnw Сегодня Клубы
Привет, TbI — HRWKA! 1248.1 пользователей не могут ошибаться!
?7009
прекрасное6454
говно5923
говнорашка5512
хуита4737
anime3078
linux2666
music2647
bnw2607
рашка2587
log2373
ололо2260
дунч1879
pic1816
сталирасты1494
bnw_ppl1456
быдло1441
украина1439
дыбр1239
гімно1158

посоны, а вы ядро собираете через genkernel, или ебетесь с конфигом и каждой опцией после адпейта? И еще, юзаете systemd или OpenRC? // не срачей ради, а ради статистики и мнений
#73FGTZ (5) / @apepe / 3285 дней назад
У меня всё крестоговно сломается если я переключусь с gcc-4.9.4 на gcc-5.3?
#7ICKCG (5+1) / @l29ah / 3407 дней назад
Какой mandatory access control позволит разграничить мне права для скриптоговнища, которое живёт в виде кучи симлинков с разными именами на один говноскрипт, который по имени понимает что именно запускать, без дополнительных обёрток на каждый симлинк?
#1BN21T (0) / @l29ah / 3481 день назад
Як можна зробити rpm з єбілду?
#LEJ6DJ (5) / @hate-engine / 3508 дней назад
Зачем гентушники пидорнули CAcert?
#XG6RT2 (3) / @l29ah / 3533 дня назад
>>> Emerging (1 of 32) sys-libs/ncurses-6.0-r1::gentoo * ncurses-6.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] /usr/lib/portage/python2.7/phase-functions.sh: line 234: 29396 Segmentation fault install -m${PORTAGE_WORKDIR_MODE:-0700} -d "${WORKDIR}" * ERROR: sys-libs/ncurses-6.0-r1::gentoo failed (unpack phase): * Failed to create dir '/var/tmp/portage/sys-libs/ncurses-6.0-r1/work' # ulimit -c unlimited И хули он мне не высрал core dump?
#B0PS85 (0) / @l29ah / 3639 дней назад
# Post-release hot-fixes grabbed from HG, this is what all following # patches are based on in my Mercurial patchqueue (mq). … # must have fixes to compile or behave correctly, upstream # ignores, disagrees or simply doesn't respond/apply … # the big feature patches that upstream doesn't want to include, but # nearly every distro has due to their usefulness
#8E40HY (1) / @l29ah / 3654 дня назад

В генте что, нету компилятора для Go? Посмотрел на вывод eix -C dev-go, посмотрел в booboo, go-overlay и mva — пакетов, похожих на компилятор, не видно. Мне что, качать тарболл, как советуют на сайте?

#3P52V8 (8) / @minoru / 3663 дня назад
Чат, какую версию Питона на Генте ты используешь по уполчанию (в eselect)? Если раньше стоял 2.7, то на 3.4 норм перейти? Надо пересобирать пакеты?
#WIWHNB (8) / @corpse / 3679 дней назад
http://www.system-rescue-cd.org/news/2008/06/29/creating-a-backing-store-to-keep-your-modifications-in-sysresccd/ СЯУ можно обновлять установленный sysresccd, не трогая доустановленный в него хлам, используя присутствующую в нём искаропки с незапамятных времён прогрессивную технологию aufs + loopback block device.
#2KTZM5 (1) / @l29ah / 3699 дней назад
> If a bug report pertains to a specific package, then you enter the package&#39;s directory in your copy of the gentoo git repository (or perhaps the online version which should always be more or less up to date) and read the metadata.xml file you find there. When metadata.xml lists a single maintainer, then you assign the bug to that maintainer. When the file lists multiple entries, then you assign the bug to the first <maintainer>, and CC the other <maintainer>(s). If you find that metadata.xml lists inappropriate and/or confusing contact information, then make a note of that in a comment on the bug report and assign/CC the bug report as well as you can.
#DYGJL8 (0) / @l29ah / 3714 дней назад
Как поставить qt3?
#C0BFZG (18+1) / @l29ah / 3757 дней назад
Кривой костыль для eapply_user в paludis: --- /usr/libexec/paludis/6/build_functions.bash 2016-02-27 23:33:13.028855100 +0300 +++ /tmp/p 2016-02-27 23:33:09.132142253 +0300 @@ -75,9 +75,35 @@ } ebuild_need_extglob eapply +# Ported epatch_user eapply_user() { - return 0 + : ${EPATCH_USER_SOURCE:=${PORTAGE_CONFIGROOT%/}/etc/portage/patches} + + [[ $# -ne 0 ]] && die "epatch_user takes no options" + + # Allow multiple calls to this function; ignore all but the first + local applied="${T}/epatch_user.log" + [[ -e ${applied} ]] && return 2 + + # don't clobber any EPATCH vars that the parent might want + local EPATCH_SOURCE check + for check in ${CATEGORY}/{${P}-${PR},${P},${PN}}{,:${SLOT%/*}}; do + EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${CTARGET}/${check} + [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${CHOST}/${check} + [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${check} + if [[ -d ${EPATCH_SOURCE} ]] ; then + EPATCH_SOURCE=${EPATCH_SOURCE} \ + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ + epatch + echo "${EPATCH_SOURCE}" > "${applied}" + return 0 + fi + done + echo "none" > "${applied}" + return 1 } einstall()
#BJ1JF2 (0) / @l29ah / 3759 дней назад
22:51:32]<L29Ah> /usr/libexec/paludis/6/build_functions.bash:eapply_user() /usr/libexec/paludis/6/build_functions.bash-{ /usr/libexec/paludis/6/build_functions.bash- return 0 /usr/libexec/paludis/6/build_functions.bash-} 22:51:33]<L29Ah> T_T 22:52:50]<ciaranm> compliant implementation 22:52:57]<ciaranm> feel free to implement something else if you want it 22:53:01]<ciaranm> but only if you do it properly
#2CZPOM (0) / @l29ah / 3759 дней назад
License !gpl? ( LGPL-2.1 ) gpl? ( GPL-2 ) amr? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) gmp? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) encode? ( amrenc? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) ) samba? ( GPL-3 )
#ZO29PO (3) / @l29ah / 3760 дней назад
Вдогонку пока гентопидоры тормозят патчик для sys-libs/glibc-2.22-r1 ‰ dumpcheese /etc/portage/patches/sys-libs/glibc/CVE-2015-7547.patch https://dump.bitcheese.net/files/ubemoco/CVE-2015-7547.patch
#X66E85 (2) / @l29ah / 3770 дней назад
> Oracle requires you to download the needed files manually after accepting their license through a javascript capable web browser. Заебало, как автоматизировать?
#M5477Z (5) / @anonymous / 3810 дней назад
Где в gentoo нажать галочку, чтобы firefox собирался с поддержкой неподписанных дополнений?
#812N72 (1) / @anonymous / 3821 день назад
--
ipv6 ready BnW для ведрофона BnW на Реформале Викивач Котятки

Цоперайт © 2010-2016 @stiletto.