Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Apache] won't compile
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
loopx
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2787
Location: Belgium / Liège

PostPosted: Sun Jul 04, 2010 4:05 pm    Post subject: [Apache] won't compile Reply with quote

I have a little problem to upgrade my server :
Code:

serveur loopx # emerge --resume
Calculating dependencies... done!
*** Resuming merge...

>>> Starting parallel fetch

>>> Emerging (1 of 82) app-admin/apache-tools-2.2.15
 * httpd-2.2.15.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                      [ ok ]
 * CPV:  app-admin/apache-tools-2.2.15
 * REPO: gentoo
 * USE:  elibc_glibc kernel_linux ssl userland_GNU x86
>>> Unpacking source...
>>> Unpacking httpd-2.2.15.tar.bz2 to /var/tmp/portage/app-admin/apache-tools-2.2.15/work
 * Applying apache-tools-Makefile.patch ...                                                                                                                                   [ ok ]
>>> Source unpacked in /var/tmp/portage/app-admin/apache-tools-2.2.15/work
>>> Compiling source in /var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15 ...
 * econf: updating httpd-2.2.15/build/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating httpd-2.2.15/build/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating httpd-2.2.15/srclib/apr/build/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating httpd-2.2.15/srclib/apr/build/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating httpd-2.2.15/srclib/apr-util/xml/expat/conftools/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating httpd-2.2.15/srclib/apr-util/xml/expat/conftools/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating httpd-2.2.15/srclib/apr-util/build/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating httpd-2.2.15/srclib/apr-util/build/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --sbindir=/usr/sbin --with-z=/usr --with-apr=/usr --with-apr-util=/usr --with-pcre=/usr --with-ssl=/usr --enable-ssl
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

checking for APR... yes
  setting CC to "i686-pc-linux-gnu-gcc"
  setting CPP to "i686-pc-linux-gnu-gcc -E"
  adding "-pthread" to CFLAGS
  setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE"

Configuring Apache Portable Runtime Utility library...

checking for APR-util... yes
  adding "-L/usr/lib" to LDFLAGS
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
configure: Using external PCRE library from /usr/bin/pcre-config
  setting LIBS to "-L/usr/lib -lpcre"

Configuring Apache httpd ...

  setting INCLUDES to "-I."
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES
  adding "-I$(top_srcdir)/modules/http" to INCLUDES
  adding "-I$(top_srcdir)/modules/filters" to INCLUDES
  adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I$(top_srcdir)/modules/generators" to INCLUDES
  adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
  adding "-I$(top_srcdir)/modules/database" to INCLUDES
  adding "-I/usr/include/apr-1" to INCLUDES
  adding "-I/usr/include/db4.6" to INCLUDES

Applying OS-specific hints for httpd ...

  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for pkg-config... /usr/bin/pkg-config
checking for rsync... /usr/bin/rsync
checking for gawk... gawk
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for lynx... no
checking for links... links
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for APR version 1.2.0 or later... yes
checking for APR-util version 1.2.0 or later... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
checking for library containing sqrt... -lm
checking for getpwnam... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for bindprocessor... no
checking for prctl... yes
checking for timegm... yes
checking for getpgid... yes
checking for void pointer length... no
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_authn_file... yes (default)
checking whether to enable mod_authn_dbm... no
checking whether to enable mod_authn_anon... no
checking whether to enable mod_authn_dbd... no
checking whether to enable mod_authn_default... yes (default)
checking whether to enable mod_authn_alias... no
checking whether to enable mod_authz_host... yes (default)
checking whether to enable mod_authz_groupfile... yes (default)
checking whether to enable mod_authz_user... yes (default)
checking whether to enable mod_authz_dbm... no
checking whether to enable mod_authz_owner... no
checking whether to enable mod_authnz_ldap... no
checking whether to enable mod_authz_default... yes (default)
checking whether to enable mod_auth_basic... yes (default)
checking whether to enable mod_auth_digest... no
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... no
checking whether to enable mod_cache... no
checking whether to enable mod_disk_cache... no
checking whether to enable mod_mem_cache... no
checking whether to enable mod_dbd... no
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... no
checking whether to enable mod_echo... no
checking whether to enable mod_example... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_reqtimeout... no
checking whether to enable mod_ext_filter... no
checking whether to enable mod_include... yes (default)
checking whether to enable mod_filter... yes (default)
checking whether to enable mod_substitute... no
checking whether to enable mod_charset_lite... no
checking whether to enable mod_deflate... no
checking whether to enable mod_ldap... no
checking whether to enable mod_log_config... yes (default)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... no
checking whether to enable mod_env... yes (default)
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... no
checking whether to enable mod_headers... no
checking whether to enable mod_ident... no
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... no
checking whether to enable mod_setenvif... yes (default)
checking whether to enable mod_version... yes (default)
checking whether to enable mod_proxy... no
checking whether to enable mod_proxy_connect... no
checking whether to enable mod_proxy_ftp... no
checking whether to enable mod_proxy_http... no
checking whether to enable mod_proxy_scgi... no
checking whether to enable mod_proxy_ajp... no
checking whether to enable mod_proxy_balancer... no
  adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /usr
  adding "-I/usr/include" to CPPFLAGS
  adding "-I/usr/include" to INCLUDES
checking for OpenSSL version... checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
OK
  forcing SSL_LIBS to "-lssl -lcrypto -ldl -lz  "
  adding "-lssl" to LIBS
  adding "-lcrypto" to LIBS
  adding "-ldl" to LIBS
  adding "-lz" to LIBS
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version... yes
checking for SSL_CTX_new... yes
checking for ENGINE_init... yes
checking for ENGINE_load_builtin_engines... yes
checking for SSL_set_cert_store... no
  forcing MOD_SSL_LDADD to "$(SSL_LIBS)"
checking whether Distcache is required... no (default)
checking whether to enable mod_ssl... yes (default)
  adding "-I$(top_srcdir)/modules/ssl" to INCLUDES
checking whether to enable mod_optional_hook_export... no
checking whether to enable mod_optional_hook_import... no
checking whether to enable mod_optional_fn_import... no
checking whether to enable mod_optional_fn_export... no
checking for target platform... unix
checking for rlim_t... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/sem.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking for setsid... yes
checking for killpg... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for syslog... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for times... yes
checking which MPM to use... prefork
checking whether to enable mod_http... yes
checking whether to enable mod_mime... yes (default)
checking for extra modules... none
checking whether to enable mod_dav... no
  adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... yes (default)
checking whether to enable mod_autoindex... yes (default)
checking whether to enable mod_asis... yes (default)
checking whether to enable mod_info... no
checking whether to enable mod_suexec... no
checking whether to enable mod_cgi... yes (default)
checking whether to enable mod_cgid... no
checking whether to enable mod_dav_fs... no
checking whether to enable mod_dav_lock... no
checking whether to enable mod_vhost_alias... no
checking whether to enable mod_negotiation... yes (default)
checking whether to enable mod_dir... yes (default)
checking whether to enable mod_imagemap... no
checking whether to enable mod_actions... yes (default)
checking whether to enable mod_speling... no
checking whether to enable mod_userdir... yes (default)
checking whether to enable mod_alias... yes (default)
checking whether to enable mod_rewrite... no
  setting HTTPD_LDFLAGS to "-export-dynamic"
checking whether to enable mod_so... yes

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE"
  restoring CFLAGS to "-O2 -march=i686 -fomit-frame-pointer -pipe"
  setting EXTRA_CFLAGS to " -pthread"
  restoring CXXFLAGS to "-O2 -march=i686 -fomit-frame-pointer -pipe"
  setting EXTRA_CXXFLAGS to ""
  restoring LDFLAGS to "-Wl,-O1 -Wl,--no-as-needed"
  setting EXTRA_LDFLAGS to " -L/usr/lib"
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lm -L/usr/lib -lpcre"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/include/apr-1 -I/usr/include/db4.6 -I$(top_srcdir)/modules/proxy/../generators -I/usr/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main"

Construct makefiles and header files...

creating config_vars.mk
configure: creating ./config.status
creating modules/aaa/Makefile
creating modules/arch/win32/Makefile
creating modules/cache/Makefile
creating modules/database/Makefile
creating modules/debug/Makefile
creating modules/echo/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/ldap/Makefile
creating modules/loggers/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating server/mpm/Makefile
creating server/mpm/prefork/Makefile
creating modules/http/Makefile
creating modules/dav/main/Makefile
creating modules/generators/Makefile
creating modules/dav/fs/Makefile
creating modules/dav/lock/Makefile
creating modules/mappers/Makefile
creating Makefile
creating modules/Makefile
creating srclib/Makefile
creating os/Makefile
creating server/Makefile
creating support/Makefile
creating srclib/pcre/Makefile
creating test/Makefile
config.status: creating docs/conf/httpd.conf
config.status: creating docs/conf/extra/httpd-autoindex.conf
config.status: creating docs/conf/extra/httpd-dav.conf
config.status: creating docs/conf/extra/httpd-default.conf
config.status: creating docs/conf/extra/httpd-info.conf
config.status: creating docs/conf/extra/httpd-languages.conf
config.status: creating docs/conf/extra/httpd-manual.conf
config.status: creating docs/conf/extra/httpd-mpm.conf
config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf
config.status: creating docs/conf/extra/httpd-ssl.conf
config.status: creating docs/conf/extra/httpd-userdir.conf
config.status: creating docs/conf/extra/httpd-vhosts.conf
config.status: creating include/ap_config_layout.h
config.status: creating support/apxs
config.status: creating support/apachectl
config.status: creating support/dbmmanage
config.status: creating support/envvars-std
config.status: creating support/log_server_status
config.status: creating support/logresolve.pl
config.status: creating support/phf_abuse_log.cgi
config.status: creating support/split-logfile
config.status: creating build/rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating build/config_vars.sh
config.status: creating include/ap_config_auto.h
config.status: executing default commands
make
make[1]: entrant dans le répertoire « /var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/support »
/usr/bin/libtool --silent --mode=compile i686-pc-linux-gnu-gcc -pthread  -O2 -march=i686 -fomit-frame-pointer -pipe  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE    -I. -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/server/mpm/prefork -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/http -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/include -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/mappers -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/database -I/usr/include/apr-1 -I/usr/include/db4.6 -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/modules/dav/main  -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo
/usr/bin/libtool --silent --mode=link i686-pc-linux-gnu-gcc -pthread  -O2 -march=i686 -fomit-frame-pointer -pipe   -L/usr/lib  -Wl,-O1 -Wl,--no-as-needed -o htpasswd  htpasswd.lo   -lm -L/usr/lib -lpcre /usr/lib/libaprutil-1.la -ldb-4.6 -lgdbm -lexpat /usr/lib/libapr-1.la -lrt -lcrypt -lpthread -ldl
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -luuid
collect2: ld returned 1 exit status
make[1]: *** [htpasswd] Erreur 1
make[1]: quittant le répertoire « /var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15/support »
make: *** [all-recursive] Erreur 1
 * ERROR: app-admin/apache-tools-2.2.15 failed:
 *   emake support/ failed!
 *
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 2592:  Called die
 * The specific snippet of code:
 *       emake || die "emake support/ failed!"
 *
 * If you need support, post the output of 'emerge --info =app-admin/apache-tools-2.2.15',
 * the complete build log and the output of 'emerge -pqv =app-admin/apache-tools-2.2.15'.
 * The complete build log is located at '/var/tmp/portage/app-admin/apache-tools-2.2.15/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-admin/apache-tools-2.2.15/temp/environment'.
 * S: '/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15'

>>> Failed to emerge app-admin/apache-tools-2.2.15, Log file:

>>>  '/var/tmp/portage/app-admin/apache-tools-2.2.15/temp/build.log'

 * Messages for package app-admin/apache-tools-2.2.15:

 * ERROR: app-admin/apache-tools-2.2.15 failed:
 *   emake support/ failed!
 *
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 2592:  Called die
 * The specific snippet of code:
 *       emake || die "emake support/ failed!"
 *
 * If you need support, post the output of 'emerge --info =app-admin/apache-tools-2.2.15',
 * the complete build log and the output of 'emerge -pqv =app-admin/apache-tools-2.2.15'.
 * The complete build log is located at '/var/tmp/portage/app-admin/apache-tools-2.2.15/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-admin/apache-tools-2.2.15/temp/environment'.
 * S: '/var/tmp/portage/app-admin/apache-tools-2.2.15/work/httpd-2.2.15'
serveur loopx # emerge -s luuid
Searching...   
[ Results for search key : luuid ]
[ Applications found : 0 ]



serveur loopx # eselect profile show
Current make.profile symlink:
  hardened/linux/x86/10.0   
serveur loopx # gcc-config -l
 [1] i686-pc-linux-gnu-3.4.6
 [2] i686-pc-linux-gnu-3.4.6-hardenednopie
 [3] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 [4] i686-pc-linux-gnu-3.4.6-hardenednossp
 [5] i686-pc-linux-gnu-3.4.6-vanilla
 [6] i686-pc-linux-gnu-4.1.2
 [7] i686-pc-linux-gnu-4.3.4 *
 [8] i686-pc-linux-gnu-4.3.4-hardenednopie
 [9] i686-pc-linux-gnu-4.3.4-vanilla
serveur loopx # uname -a
Linux serveur 2.6.25-hardened-r10 #3 SMP PREEMPT Wed Dec 31 15:42:50 CET 2008 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux


serveur loopx # emerge -pv apache

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] app-admin/apache-tools-2.2.15 [2.2.11] USE="ssl" 0 kB
[ebuild     U ] www-servers/apache-2.2.15 [2.2.11-r2] USE="ldap ssl threads -debug -doc (-selinux) -static -suexec (-sni%)" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif speling status unique_id userdir usertrack vhost_alias -asis -authn_alias -cern_meta -charset_lite -dumpio -log_forensic -proxy_ftp -substitute -version" APACHE2_MPMS="-event -itk -peruser -prefork -worker" 0 kB                                                                                                                 

Total: 2 packages (2 upgrades), Size of downloads: 0 kB

!!! The following installed packages are masked:
- dev-java/sun-jdk-1.5.0.20 (masked by: package.mask, dlj-1.1 license(s))
/usr/portage/profiles/package.mask:
# Vlastimil Babka <caster@gentoo.org> (30 Jun 2010)
# Masked for removal due to EOL and security, bug #292001.
# Do this to avoid pulling other 1.5 JDK:
#   emerge -av --depclean sun-jdk:1.5 jdk:1.5 jre:1.5

A copy of the 'dlj-1.1' license is located at '/usr/portage/licenses/dlj-1.1'.

- www-plugins/adobe-flash-10.0.32.18 (masked by: AdobeFlash-10 license(s))
A copy of the 'AdobeFlash-10' license is located at '/usr/portage/licenses/AdobeFlash-10'.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.



Any help will be appreciate ;-).

May be I should stop using the "hardened" ...
_________________
Mon MediaWiki perso : http://pix-mania.dyndns.org
Back to top
View user's profile Send private message
BradN
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2391
Location: Wisconsin (USA)

PostPosted: Sun Jul 04, 2010 6:27 pm    Post subject: Reply with quote

try emerge util-linux (this is where libuuid comes from). if that doensn't work, try revdep-rebuild. depending on how your packages are updated, you may want to do revdep-rebuild -p and manually reinstall the packages it lists, or else update your system first to reduce problems running revdep-rebuild.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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