Sie sind nicht angemeldet.

1

23.01.2005, 16:03

xemacs

Hallo
Ich möchte xemacs installieren
emerge xemacs

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
checking if the linker is GNU ld... yes
checking for dlerror... yes
checking for _dlerror... no

*** PANIC *** configure forgot how to build working executables!

*** This is most commonly due to an unforeseen environment, causing
*** configure to incorrectly compute the sequence of libraries to link.
*** Please examine the tail of config.log for runtime errors.
*** Pay special attention to the -l flags, and perhaps -I and -L.
*** Often adding or removing explicit options in the configure
*** invocation can work around this kind of problem.  If so, please
*** report it as a bug to xemacs-beta@xemacs.org.
***
*** Other possible causes are inability to write to the file system
*** (bogus permissions or disk full) or a misconfiguration of the dynamic
*** linker.  On Linux, check /etc/ld.conf and rerun ldconfig if
*** necessary.  On other systems, try telling configure where to find
*** the shared libraries using the --site-runtime-libraries option.
***
*** Another way to shoot yourself in the foot is to specify
*** --with-FEATURE when FEATURE is not actually installed on your
*** system.  Don't do that.

!!! ERROR: app-editors/xemacs-21.4.15-r2 failed.
!!! Function src_compile, Line 164, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


emerge /usr/portage/app-editors/xemacs/xemacs-21.4.15-r1.ebuild


Quellcode

1
2
3
4
5
6
7
8
9
checking for database support
checking for ndbm.h... yes
checking for dbm_open in -lgdbm... no
Error: Required GNU DBM support cannot be provided.

!!! ERROR: app-editors/xemacs-21.4.15-r1 failed.
!!! Function src_compile, Line 160, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Dazu habe ich das gefunden
http://bugs.gentoo.org/show_bug.cgi?id=13054

Quellcode

1
2
3
4
5
6
7
8
9
10
# export USE=athena
# emerge Xaw3d
# emerge xemacs

The emerge ran through to completion, including all the additional emerges after
xemacs proper.

xemacs opens correctly and yes, it does look much nicer :-)

Hope this helps.


Das Ergebnis war das gleiche.
MfG

2

23.01.2005, 16:20

Habe xemacs jetzt erst mal mit ohne alles installiert.
USE="-gpm -postgres -ldap -xface -nas -dnd -X -jpeg -tiff -png -mule -motif -freewnn -canna -athena -neXt -Xaw3d -berkdb" emerge xemacs
Wüßte aber trotzdem gern, welche flag den Fehler verursacht hat.