Summary: | Stabilisation request for media-libs/hamlib-1.2.6.1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Beierlein <tomjbe> |
Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | darkside |
Priority: | High | Keywords: | STABLEREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 200597 |
Description
Thomas Beierlein
![]() Looks good to me (x86), no maintainer and (possibly) closes bug 2000597 mentioned in comment #0. Adding existing stable ARCHs to CC and I checked to make sure all deps are stable on requested ARCHs. Adding myself to CC as well. darkside / or last arch / or anyone touching this bug last, please clean up old versions and close QA bug 200597 after it. appericiated. ====amd64==== 1. Compiles. 2. Installs, but the QA warnings are longer than my screen, which is ~130 lines long ;-) 3. It's two dependencies seem to function properly. Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 x86_64) ================================================================= System uname: 2.6.24-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3400+ Timestamp of tree: Tue, 10 Jun 2008 10:36:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/svn/env /usr/kde/svn/share/config /usr/kde/svn/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=athlon64 -O2 -pipe" DISTDIR="/distfiles" FEATURES="ccache collision-protect distlocks metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict test unmerge-orphans userfetch userpriv" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/overlay" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl aiglx aim amd64 berkdb branding cli cracklib crypt cups dri fortran gdbm gpm gtk iconv imap ipv6 isdnlog midi mmx mpeg3 mudflap ncurses nls nptl nptlonly nvidia opengl openmp pam pcre perl pppd python qt3 readline reflection session sockets spl sqlite3 sse sse2 ssl tcpd unicode vim xcomposite xine xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon 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 deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS (In reply to comment #2) > darkside / or last arch / or anyone touching this bug last, please clean up old > versions and close QA bug 200597 after it. appericiated. > ACK. (In reply to comment #3) > ====amd64==== > > 1. Compiles. > 2. Installs, but the QA warnings are longer than my screen, which is ~130 lines > long ;-) I didn't see any QA warnings on x86. If you suggest fixes, we can get them in there. ;) The problems are all in hamlibpy_wrap.c. The errors all look like this: hamlibpy_wrap.c:3886: warning: dereferencing type-punned pointer will break strict-aliasing rules hamlibpy_wrap.c:3908: warning: dereferencing type-punned pointer will break strict-aliasing rules hamlibpy_wrap.c:12032: warning: dereferencing type-punned pointer will break strict-aliasing rules hamlibpy_wrap.c:12084: warning: dereferencing type-punned pointer will break strict-aliasing rules hamlibpy_wrap.c:12136: warning: dereferencing type-punned pointer will break strict-aliasing rules hamlibpy_wrap.c:12188: warning: dereferencing type-punned pointer will break strict-aliasing rules (In reply to comment #5) > hamlibpy_wrap.c:3886: warning: dereferencing type-punned pointer will break > strict-aliasing rules Oh, compiler warnings? Perhaps a dev more senior than I can suggest the proper way to take action (I always ignore them on my desktops =/ ) hamlibpy_wrap.c gets autogenerated by SWIG Do you see the same warnings with 1.2.4? If it's not a regression, this bug ain't the right place. Do you see the same warnings with 1.2.7.1? If the new version works better, we can jump straight into it. Either way, they are warnings, and this is a maintainer-needed package. Contact upstream, if any. Discussion on SWIG mailing list and SWIG documentation states that the problem comes from the -fstrict-aliasing handling in new GCC's. It should be fixed by compiling the SWIG generated wrappers with -fno-strict-aliasing. Contacted upstream yesterday with a patch. In 1.2.7.1 the problem still exists. Since the alpha team lacks the requisite hardware, we've pushed all stable versions of hamlib and its only keyworded dep (media-radio/tlf) back to ~alpha. I realize that hamlib is the sine qua non for HAM people, but we have absolutely no way of testing it. If you want it in alpha and have the hardware, feel free to volunteer as a tester. :) If no-one complains in 30 days (or so), we'll consider dropping the keyword entirely. While I can not comment if that ebuild is relevant for alpha users I would like to give some comments on usage and testing. The package is used in addition to the mentioned media-radio/tlf also optional by media-radio/xdx and by at least 3 further ebuilds in sunrise. Testing a library for control of ham radio equipment without that equipment can only be done partially. Hamlib supports around 200 different ham radio receivers and tranceivers (concentrated in around 20 backend libraries). So testing is also difficult for the upstream crew. To overcome some of that problems there is a dummy backend, which simulates a real radio and is used by all programms 'by default'. Test of the frontend lib and the dummy backend can be done by the 'rigctl' program without any additional parameters. For further infos have a look at the provided files in /usr/share/doc/hamlib... and the rigctl man page. x86 stable, no hardware but all rdeps still build amd64 marked stable, proxy for gentoofan23. comment #3 Last arch, close bug. |