Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gcc-14 - cannot build app-crypt/seahorse
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
honeymak
Guru
Guru


Joined: 30 Dec 2002
Posts: 586

PostPosted: Thu Nov 28, 2024 8:53 am    Post subject: gcc-14 - cannot build app-crypt/seahorse Reply with quote

Code:

[59/263] x86_64-pc-linux-gnu-gcc -Issh/libseahorse-ssh.a.p -Issh -I../seahorse-43.0/ssh -Icommon -I../seahorse-43.0/common -I. -I../seahorse-43.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libhandy-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE -DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_UNSTABLE -include config.h -Wno-unused-parameter -Wno-missing-field-initializers -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -fPIC -pthread -MD -MQ ssh/libseahorse-ssh.a.p/meson-generated_key.c.o -MF ssh/libseahorse-ssh.a.p/meson-generated_key.c.o.d -o ssh/libseahorse-ssh.a.p/meson-generated_key.c.o -c ssh/libseahorse-ssh.a.p/key.c
FAILED: ssh/libseahorse-ssh.a.p/meson-generated_key.c.o
x86_64-pc-linux-gnu-gcc -Issh/libseahorse-ssh.a.p -Issh -I../seahorse-43.0/ssh -Icommon -I../seahorse-43.0/common -I. -I../seahorse-43.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libhandy-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE -DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_UNSTABLE -include config.h -Wno-unused-parameter -Wno-missing-field-initializers -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -fPIC -pthread -MD -MQ ssh/libseahorse-ssh.a.p/meson-generated_key.c.o -MF ssh/libseahorse-ssh.a.p/meson-generated_key.c.o.d -o ssh/libseahorse-ssh.a.p/meson-generated_key.c.o -c ssh/libseahorse-ssh.a.p/key.c
ssh/libseahorse-ssh.a.p/key.c: In function ‘seahorse_ssh_key_parse_first_word’:
ssh/libseahorse-ssh.a.p/key.c:267:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
  267 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/key.c:250:17: warning: variable ‘_tmp5_’ set but not used [-Wunused-but-set-variable]
  250 |         gchar** _tmp5_;
      |                 ^~~~~~
ssh/libseahorse-ssh.a.p/key.c:248:14: warning: variable ‘_words_size_’ set but not used [-Wunused-but-set-variable]
  248 |         gint _words_size_;
      |              ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:64,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from common/seahorse-common.h:6,
                 from ssh/seahorse-ssh.h:6,
                 from ssh/libseahorse-ssh.a.p/key.c:25:
ssh/libseahorse-ssh.a.p/key.c: In function ‘seahorse_ssh_key_parse_co’:
/usr/include/glib-2.0/glib/gmessages.h:647:9: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch]
  647 |         return; \
      |         ^~~~~~
ssh/libseahorse-ssh.a.p/key.c:912:9: note: in expansion of macro ‘g_return_if_fail’
  912 |         g_return_if_fail (_data_->_tmp0_);
      |         ^~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/key.c:898:1: note: declared here
  898 | seahorse_ssh_key_parse_co (SeahorseSshKeyParseData* _data_)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/key.c:1048:38: warning: assignment to ‘SeahorseSshKeyData **’ {aka ‘struct _SeahorseSshKeyData **’} from incompatible pointer type ‘void **’ [-Wincompatible-pointer-types]
 1048 |         _data_->_result_.public_keys = _data_->_tmp48_;
      |                                      ^
ssh/libseahorse-ssh.a.p/key.c:1054:38: warning: assignment to ‘SeahorseSshSecData **’ {aka ‘struct _SeahorseSshSecData **’} from incompatible pointer type ‘void **’ [-Wincompatible-pointer-types]
 1054 |         _data_->_result_.secret_keys = _data_->_tmp51_;
      |                                      ^
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34:
ssh/libseahorse-ssh.a.p/key.c: In function ‘seahorse_ssh_key_key_parse_result_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/key.c:1490:13: note: in expansion of macro ‘g_once_init_enter’
 1490 |         if (g_once_init_enter (&seahorse_ssh_key_key_parse_result_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/key.c: In function ‘seahorse_ssh_key_seahorse_exportable_interface_init’:
ssh/libseahorse-ssh.a.p/key.c:1544:31: warning: assignment to ‘gboolean (*)(SeahorseExportable *)’ {aka ‘int (*)(struct _SeahorseExportable *)’} from incompatible pointer type ‘gboolean (*)(SeahorseObject *)’ {aka ‘int (*)(struct _SeahorseObject *)’} [-Wincompatible-pointer-types]
 1544 |         iface->get_exportable = (gboolean (*) (SeahorseObject*)) seahorse_object_get_exportable;
      |                               ^
ssh/libseahorse-ssh.a.p/key.c: In function ‘seahorse_ssh_key_seahorse_deletable_interface_init’:
ssh/libseahorse-ssh.a.p/key.c:1553:30: warning: assignment to ‘gboolean (*)(SeahorseDeletable *)’ {aka ‘int (*)(struct _SeahorseDeletable *)’} from incompatible pointer type ‘gboolean (*)(SeahorseObject *)’ {aka ‘int (*)(struct _SeahorseObject *)’} [-Wincompatible-pointer-types]
 1553 |         iface->get_deletable = (gboolean (*) (SeahorseObject*)) seahorse_object_get_deletable;
      |                              ^
ssh/libseahorse-ssh.a.p/key.c: In function ‘seahorse_ssh_key_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/key.c:1603:13: note: in expansion of macro ‘g_once_init_enter’
 1603 |         if (g_once_init_enter (&seahorse_ssh_key_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
 * ERROR: app-crypt/seahorse-43.0-r3::gentoo failed (compile phase):
 *   ninja -v -j2 -l2 failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3210:  Called meson_src_compile
 *   environment, line 2372:  Called eninja
 *   environment, line 1532:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=app-crypt/seahorse-43.0-r3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-crypt/seahorse-43.0-r3::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/app-crypt/seahorse-43.0-r3:20241128-083934.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-crypt/seahorse-43.0-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-crypt/seahorse-43.0-r3/temp/environment'.
 * Working directory: '/var/tmp/portage/app-crypt/seahorse-43.0-r3/work/seahorse-43.0-build'
 * S: '/var/tmp/portage/app-crypt/seahorse-43.0-r3/work/seahorse-43.0'

>>> Failed to emerge app-crypt/seahorse-43.0-r3, Log file:



Code:

g64 ~ # emerge --info app-crypt/seahorse
Portage 3.0.66.1 (python 3.12.7-final-0, default/linux/amd64/23.0/split-usr/desktop/gnome, gcc-14, glibc-2.40-r5, 6.6.62-gentoo-x86_64 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.6.62-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-8550U_CPU_@_1.80GHz-with-glibc2.40
KiB Mem:    16389464 total,   4948960 free
KiB Swap:   16777212 total,  16772824 free
Timestamp of repository gentoo: Sun, 24 Nov 2024 23:50:32 +0000
Head commit of repository gentoo: eb65bf7df4f898e146d6a3064f6dbefda2b1e13b

Timestamp of repository arrans-overlay: Sun, 24 Nov 2024 16:18:33 +0000
Head commit of repository arrans-overlay: d186379618d5e50c205e0afef46e3c817a22309a

Timestamp of repository pentoo: Fri, 22 Nov 2024 20:33:59 +0000
Head commit of repository pentoo: 5c24b4cfda4ceee8420a139d50c8694184f10ebc

sh bash 5.2_p37
ld GNU ld (Gentoo 2.42 p6) 2.42.0
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.2_p37::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.30.5::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r100::gentoo
dev-build/meson:           1.5.2::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.11.10_p1::gentoo, 3.12.7_p1::gentoo, 3.13.0::gentoo
dev-lang/rust-bin:         1.81.0-r100::gentoo
sys-apps/baselayout:       2.17::gentoo
sys-apps/openrc:           0.54.2::gentoo
sys-apps/sandbox:          2.39::gentoo
sys-devel/binutils:        2.42-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/clang:           18.1.8::gentoo
sys-devel/gcc:             14.2.1_p20241116::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/llvm:            18.1.8-r1::gentoo
sys-kernel/linux-headers:  6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40-r5::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo.git
    priority: -1000
    volatile: False
    sync-git-verify-commit-signature: yes

arrans-overlay
    location: /var/db/repos/arrans-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/arrans-overlay.git
    masters: gentoo
    volatile: False

pentoo
    location: /var/db/repos/pentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/pentoo.git
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://gentoo.osuosl.org/releases/amd64/binpackages/23.0/x86-64-v3

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O3 -march=native -mtune=native -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.2/ext-active/ /etc/php/cgi-php8.2/ext-active/ /etc/php/cli-php8.2/ext-active/ /etc/php/fpm-php8.2/ext-active/ /etc/php/phpdbg-php8.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O3 -march=native -mtune=native -fomit-frame-pointer -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O3 -march=native -mtune=native -fomit-frame-pointer -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O3 -march=native -mtune=native -fomit-frame-pointer -pipe"
GENTOO_MIRRORS="http://gentoo.aditsu.net:8000/"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
RUSTFLAGS="-C target-cpu=native"
SHELL="/bin/bash"
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet colord crypt cups dbus dri dts dvd dvdr eds egl elogind encode evo exif flac gdbm gdk-pixbuf gif gnome gnome-keyring gnome-online-accounts gnome-shell gpm gstreamer gtk gui iconv icu introspection ipv6 jpeg keyring kf6compat lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qml qt5 qt6 readline sdl seccomp sound spell split-usr ssl startup-notification svg sysprof test-rust tiff tracker truetype udev udisks unicode upower usb vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="actions alias auth_basic authn_anon authn_core authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers http2 include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias access_compat asis auth_digest auth_form authn_dbd authz_dbd cern_meta dbd dumpio ident imagemap lbmethod_bybusyness lbmethod_byrequests lbmethod_bytraffic lbmethod_heartbeat log_forensic proxy proxy_ajp proxy_balancer proxy_connect proxy_fcgi proxy_ftp proxy_hcheck proxy_html proxy_http proxy_http2 proxy_scgi proxy_uwsgi proxy_wstunnel ratelimit remoteip reqtimeout session session_cookie session_crypto session_dbd slotmem_shm substitute version watchdog xml2enc" APACHE2_MPMS="event" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput evdev synaptics vmmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LLVM_TARGETS="WebAssembly DirectX" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu dummy fbdev intel nouveau radeon radeonsi vesa i915 qxl vmware d3d12 virgl" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

app-crypt/seahorse-43.0-r3::gentoo was built with the following:
USE="-ldap -zeroconf" ABI_X86="(64)"
CFLAGS="-O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types"


_________________
hackers - make sth real
academics - read sth said to be real
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2459

PostPosted: Thu Nov 28, 2024 9:17 am    Post subject: Reply with quote

https://bugs.gentoo.org/919458
https://bugs.gentoo.org/944792

Code:
>>> Completed (1 of 1) app-crypt/seahorse-43.0-r4::gentoo


Next time before flooding the forum with one of those threads, see if there's a testing package that might build.

At least check if there are bugs and file bugs, that is way more useful than just throwing your error at the forums.

Best Regards,
Georgi
Back to top
View user's profile Send private message
honeymak
Guru
Guru


Joined: 30 Dec 2002
Posts: 586

PostPosted: Thu Nov 28, 2024 9:22 am    Post subject: Reply with quote

becoz in my mind i am not one of the bugs.gentoo.org

XDDDD

:wink:
_________________
hackers - make sth real
academics - read sth said to be real
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9310

PostPosted: Thu Nov 28, 2024 10:04 am    Post subject: Reply with quote

Sense you make none. Are you saying you can't use the search function there?
Back to top
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1766
Location: Germany

PostPosted: Thu Nov 28, 2024 1:06 pm    Post subject: Reply with quote

@honeymak

As mentioned in one of your other similar posts:
Quote:
...please file bugs on bugs.gentoo.org for failures..


Further ignoring those comments will only lead to ignorance from others whom might would help you otherwise.
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum