Hi;
I've recompiled evreything from scratch and found the following package
failing to build:
all architectures:
- uboot - expected, it was a proof-of-concept but unmaintained since then,
once we decide to move to u-boot the sources can be valuable
- openswan - seems unfixable and it was proposed to replace with libreswan or
freeswan. I have no testing environment since more than eight years for any-
swan, and no preferences. But I'd like to remove the non-functional openswan
sources from the tree. Any objections?
arm-architecture:
asterisk (1)
accel-ppp (2)
Everything else is green!
While it's compiling, a package I feel uncomfortable with, is freenet6.lrp.
The last time I checked (also some years ago) it didn't work. Upstream has
changed to gogo6 client AFAIK, and I can't find the source code without
becoming member of gogoNET... don't know why I want to do that.
I use aiccu instead for a long time. I doubt anyone is using it, therefor like
to remove it from the tree. Opionions?
kp
(1) asterisk:
In file included from editline.c:18:0:
term.c: In function 'term_move_to_line':
term.c:562:6: warning: implicit declaration of function 'tputs' [-Wimplicit-
function-declaration]
(void) tputs(tgoto(Str(T_DO), del, del),
^
term.c:562:6: warning: implicit declaration of function 'tgoto' [-Wimplicit-
function-declaration]
term.c: In function 'term_set':
term.c:919:2: warning: implicit declaration of function 'tgetent' [-Wimplicit-
function-declaration]
i = tgetent(el->el_term.t_cap, term);
^
term.c:937:3: warning: implicit declaration of function 'tgetflag' [-Wimplicit-
function-declaration]
Val(T_am) = tgetflag("am");
^
term.c:946:3: warning: implicit declaration of function 'tgetnum' [-Wimplicit-
function-declaration]
Val(T_co) = tgetnum("co");
^
term.c:949:4: warning: implicit declaration of function 'tgetstr' [-Wimplicit-
function-declaration]
term_alloc(el, t, tgetstr((char *)t->name, &area));
^
term.c:949:4: warning: passing argument 3 of 'term_alloc' makes pointer from
integer without a cast [enabled by default]
term.c:391:1: note: expected 'const char *' but argument is of type 'int'
term_alloc(EditLine *el, const struct termcapstr *t, const char *cap)
^
term.c: In function 'term_echotc':
term.c:1447:8: warning: assignment makes pointer from integer without a cast
[enabled by default]
scap = tgetstr((char *)argv, &area);
^
[LD] ../res/res_adsi.o abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o
ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o
autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o
cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o
dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o
fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o
io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o
pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o
sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o
stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadstorage.o
timing.o translate.o udptl.o ulaw.o utils.o version.o xml.o xmldoc.o
editline/libedit.a db1-ast/libdb1.a -> asterisk
utils.o: In function `ast_gethostbyname':
/opt/buildtool-master/source/armv6zk-unknown-linux-
uclibcgnueabi/asterisk/asterisk-1.8.12.0/main/utils.c:224: warning:
gethostbyname_r is obsolescent, use getnameinfo() instead.
/opt/buildtool-master/staging/armv6zk-unknown-linux-
uclibcgnueabi/usr/lib/libcrypto.so: warning: gethostbyname is obsolescent, use
getnameinfo() instead.
/opt/buildtool-master/toolchain/armv6zk-unknown-linux-
uclibcgnueabi/lib/gcc/armv6zk-unknown-linux-
uclibcgnueabi/4.8.2/../../../../armv6zk-unknown-linux-uclibcgnueabi/bin/ld:
loader.o: undefined reference to symbol 'dlerror'
/opt/buildtool-master/toolchain/armv6zk-unknown-linux-
uclibcgnueabi/lib/libdl.so.0: error adding symbols: DSO missing from command
line
collect2: error: ld returned 1 exit status
make[2]: *** [asterisk] Error 1
(2) accel-ppp
Linking C executable accel-pppd
/opt/buildtool-master/staging/armv6zk-unknown-linux-
uclibcgnueabi/usr/lib/libcrypto.so: warning: gethostbyname is obsolescent, use
getnameinfo() instead.
CMakeFiles/accel-pppd.dir/libnetlink/iputils.c.o: In function
`iplink_get_stats':
iputils.c:(.text+0x1a8): undefined reference to `__tls_get_addr'
CMakeFiles/accel-pppd.dir/libnetlink/iputils.c.o: In function
`iplink_vlan_add':
iputils.c:(.text+0x370): undefined reference to `__tls_get_addr'
iputils.c:(.text+0x4d0): undefined reference to `__tls_get_addr'
CMakeFiles/accel-pppd.dir/libnetlink/iputils.c.o: In function
`iplink_vlan_del':
iputils.c:(.text+0x5d8): undefined reference to `__tls_get_addr'
iputils.c:(.text+0x6a0): undefined reference to `__tls_get_addr'
CMakeFiles/accel-pppd.dir/libnetlink/iputils.c.o:iputils.c:(.text+0x7b0): more
undefined references to `__tls_get_addr' follow
collect2: error: ld returned 1 exit status
make[3]: *** [accel-pppd/accel-pppd] Error 1
make[3]: Leaving directory `/opt/buildtool-master/source/armv6zk-unknown-
linux-uclibcgnueabi/accel-ppp/accel-ppp-
code-01fcf87fe35502f6745137d79f56e618368872eb'
make[2]: *** [accel-pppd/CMakeFiles/accel-pppd.dir/all] Error 2
make[2]: Leaving directory `/opt/buildtool-master/source/armv6zk-unknown-
linux-uclibcgnueabi/accel-ppp/accel-ppp-
code-01fcf87fe35502f6745137d79f56e618368872eb'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/buildtool-master/source/armv6zk-unknown-
linux-uclibcgnueabi/accel-ppp/accel-ppp-
code-01fcf87fe35502f6745137d79f56e618368872eb'
make: *** [/opt/buildtool-master/source/armv6zk-unknown-linux-
uclibcgnueabi/accel-ppp/accel-ppp-
code-01fcf87fe35502f6745137d79f56e618368872eb/.build] Fehler 2
make: Verlasse Verzeichnis '/opt/buildtool-master/source/armv6zk-unknown-
linux-uclibcgnueabi/accel-ppp'
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel