OSS audio and version #s

2017-03-27 Thread bch
Build failure in -current...

install ===> lib/libossaudio
--- checkver ---
The following libraries have versions greater than the source
/usr/src/obj/destdir.amd64/usr/lib/libossaudio.so.1.2


This is per
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libossaudio/shlib_version.diff?r1=1.8&r2=1.9&only_with_tag=MAIN

Could stand to have a note in UPDATING ?


Cheers,

-bch


Re: OSS audio and version #s

2017-03-28 Thread bch
On 3/27/17, bch  wrote:
> Build failure in -current...
>
> install ===> lib/libossaudio
> --- checkver ---
> The following libraries have versions greater than the source
> /usr/src/obj/destdir.amd64/usr/lib/libossaudio.so.1.2
>
>
> This is per
> http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libossaudio/shlib_version.diff?r1=1.8&r2=1.9&only_with_tag=MAIN
>
> Could stand to have a note in UPDATING ?

Packing list appears to still be out of date, too (note broken
symlinks to libossaudio.so.1.1):

kamloops# /bin/sh /usr/src/usr.sbin/postinstall/postinstall -s
/usr/src -d // fix mtree rc obsolete
Source directory: /usr/src
Target directory: //
mtree fix:
rc fix:
obsolete fix:
Removed obsolete file ///usr/lib/libossaudio.so.1.1
Removed obsolete file ///usr/lib/i386/libossaudio.so.1.1
postinstall fixes passed: mtree rc obsolete
postinstall fixes failed:
kamloops# ls -ld /usr/lib/liboss*
-r--r--r--  1 root  wheel  14292 Mar 27 10:50 /usr/lib/libossaudio.a
lrwxr-xr-x  1 root  wheel 18 Mar 27 11:21
/usr/lib/libossaudio.so -> libossaudio.so.1.1
lrwxr-xr-x  1 root  wheel 18 Mar 27 11:21
/usr/lib/libossaudio.so.1 -> libossaudio.so.1.1
-r--r--r--  1 root  wheel  16800 Mar 23 12:35 /usr/lib/libossaudio.so.1.2
-r--r--r--  1 root  wheel  14924 Mar 27 10:50 /usr/lib/libossaudio_p.a
-r--r--r--  1 root  wheel  14100 Mar 27 10:50 /usr/lib/libossaudio_pic.a

>
> Cheers,
>
> -bch
>


Re: OSS audio and version #s

2017-03-28 Thread coypu
oss was accidentially bumped and reverted.


Re: OSS audio and version #s

2017-03-28 Thread bch
On 3/28/17, co...@sdf.org  wrote:
> oss was accidentially bumped and reverted.

Noted (in original msg), but there's still a weird side-effect
lingering, clearly. Building without -u would probably fix, but that
seems like a sledgehammer approach. Using this as a "teachable moment"
to figure out how the packing-list/mtree/whatever works...

-bch