Minimal jail build error

atzplzw

Active Member
Hallo!

Ich wolte grade ein neues jail mit FreeBSD 7.2 bauen, jedoch bricht das make in libstdc++ mit einem Fehler ab:

Code:
make world DESTDIR=/jails/new SRCCONF=~/src.conf
building shared library libstdc++.so.6
/usr/obj/usr/src/tmp/usr/bin/ld: libstdc++.so.6: undefined versioned symbol name _ZN10__gnu_norm15_List_node_base8transferEPS0_S1_@@GLIBCXX_3.4
/usr/obj/usr/src/tmp/usr/bin/ld: failed to set dynamic section sizes: Bad value

Das kommt wohl von einem WITHOUT in src.conf:
Code:
WITHOUT_ACPI=                   true
WITHOUT_ATM=                    true
WITHOUT_BIND=                   true
WITHOUT_BLUETOOTH=              true
WITHOUT_BOOT=                   true
WITHOUT_CALENDAR=               true
WITHOUT_CVS=                    true
WITHOUT_DICT=                   true
WITHOUT_EXAMPLES=               true
WITHOUT_FORTH=                  true
WITHOUT_GAMES=                  true
WITHOUT_GCOV=                   true
WITHOUT_GPIB=                   true
WITHOUT_GROFF=                  true
WITHOUT_HTML=                   true
WITHOUT_I4B=                    true
WITHOUT_INFO=                   true
WITHOUT_IPFILTER=               true
WITHOUT_IPX=                    true
WITHOUT_KERBEROS=               true            # includes WITHOUT_GSSAPI
WITHOUT_LPR=                    true
WITHOUT_MAILWRAPPER=            true
WITHOUT_MAN=                    true
WITHOUT_NCP=                    true
WITHOUT_NETCAT=                 true
WITHOUT_NIS=                    true
WITHOUT_NLS=                    true
WITHOUT_NLS_CATALOGS=           true
WITHOUT_NS_CACHING=             true
WITHOUT_OBJC=                   true
WITHOUT_PF=                     true            # includes WITHOUT_AUTHPF
WITHOUT_PROFILE=                true
WITHOUT_RCMDS=                  true
WITHOUT_RCS=                    true
WITHOUT_RESCUE=                 true
WITHOUT_SENDMAIL=               true
WITHOUT_SHAREDOCS=              true
WITHOUT_SYMVER=                 true
WITHOUT_TCSH=                   true
WITHOUT_USB=                    true
WITHOUT_WPA_SUPPLICANT_EAPOL=   true
WITHOUT_ZFS=                    true

Weiß jemand zufällig von welchen das kommen könnte?

Ohne die src.conf läuft es natürlich fehlerfrei, aber ich hätte ja gern ein minimales Jail.


Danke!
 
An welchem WITHOUT das liegt, kann ich dir nicht sagen.
Aber ich bin mir wirklich sicher, dass du nicht alle WITHOUT wirklich ernst meinst.

GROFF, MAILWRAPPER, MAN, NETCAT fallen mir da z.B. auf.

So long...

Der Indy
 
Anscheinend kommts von dem WITHOUT_SYMVER.

Was soll ich in einem Jail mit man, nc usw.?
Mit der konfig komm ich auf eine Größe von ~120 MB und es geht alles was ich brauch...
 
Zurück
Oben