Re: Bug#739032: icedtea-web: FTBFS[kfreebsd-any]: sun.security.util.SecurityConstants not found
reassign 739032 src:openjdk-7 fixed 739032 openjdk-7/7u25-2.3.12-4 found 739032 openjdk-7/7u51-2.4.5-2 affects 739032 + icedtea-web tags 739032 + patch thanks Please find a patch for this attached. It may be appended to debian/patches/kfreebsd-support-jdk.diff I think this is still severity 'serious' because it is a regression that causes icedtea-web to FTBFS; and I don't think openjdk-7 can migrate to testing anyway until that is built again. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org --- openjdk/jdk/src/solaris/native/sun/net/portconfig.c 2014-01-28 18:02:26.0 + +++ openjdk/jdk/src/solaris/native/sun/net/portconfig.c 2014-02-15 02:58:07.102243089 + @@ -28,7 +28,7 @@ #include #include -#if defined(_ALLBSD_SOURCE) +#if defined(_ALLBSD_SOURCE) || defined (__FreeBSD_kernel__) #include #endif @@ -66,7 +66,7 @@ range->higher = net_getParam("/dev/tcp", "tcp_largest_anon_port"); return 0; } -#elif defined(_ALLBSD_SOURCE) +#elif defined(_ALLBSD_SOURCE) || defined (__FreeBSD_kernel__) { int ret; size_t size = sizeof(range->lower); --- openjdk/jdk/src/solaris/classes/sun/net/PortConfig.java 2014-01-28 18:02:26.0 + +++ openjdk/jdk/src/solaris/classes/sun/net/PortConfig.java 2014-02-15 21:57:57.534279073 + @@ -55,6 +55,9 @@ } else if (os.contains("OS X")) { defaultLower = 49152; defaultUpper = 65535; +} else if (os.contains("FreeBSD")) { +defaultLower = 1; +defaultUpper = 65535; } else { throw new InternalError( "sun.net.PortConfig: unknown OS");
Re: Seeking help to diagnose a PAM issue of GNU/kFreeBSD.
Dear all, måndag den 27 januari 2014 klockan 15:54 skrev Robert Millan detta: > On 26/01/2014 20:51, Mats Erik Andersson wrote: > > Dear all, > > > > I am since two years the driving developer of GNU Inetutils. > > Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with > > PAM support produces authentication failures of this kind > > > >$ tail -2 /var/log/auth.log > >.. thule ftpd[1234]: PAM unable to dlopen(pam_unix): \ Issue resolved: my entry in "/etc/pam.d/ftp" read "pam_unix", not the expected "pam_unix.so" with a file extension! However, while turning on debugging in a newly built libpam0g and libpam-modules, I get the impression that the rules file used by "src:libpam" is incomplete: The module directory is not multiarch aware. Am I off my home ground here, or should the packaging be improved? Best regards, Mats E A For libpam-modules_1.1.3-7.1 used in Wheezy: --- pam-1.1.3/debian/rules.orig +++ pam-1.1.3/debian/rules @@ -20,7 +20,8 @@ override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ - --enable-isadir=/lib/security --disable-audit + --enable-isadir=/lib/$(DEB_HOST_MULTIARCH)/security \ + --disable-audit # make sure the SAG, MWG, ADG are readable with a browser. override_dh_compress: -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140215231439.ga9...@mail.gisladisker.se
Re: Heads up: xorg-server 1.15 soon in sid
On 2014-02-13 16:08, Robert Millan wrote: On 13/02/2014 14:52, Steven Chamberlain wrote: On 13/02/14 14:37, Julien Cristau wrote: > On Thu, Feb 13, 2014 at 13:51:36 +, Robert Millan wrote: >> How can we fix this? >> > https://www.debian.org/doc/manuals/developers-reference/pkgs.html#non-free-buildd "Check whether it is legally allowed and technically possible to auto-build the package;" I suppose it's okay for the autobuilders. There was never a problem with licensing, but #383465 alleged 'obfuscated source code', and I agree. I've added the XS-Autobuild flag, but I'm not uploading yet to avoid interfering with the transition. nonf...@release.debian.org : the package can legitimately and technically be auto-built, explanation by Steven is quoted above. Added to the whitelist. Kind regards Philipp Kern -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/09f6de1446cdb3fb7c8261bfc86b0...@hub.kern.lc
freebsd-libs_10.0-4_kfreebsd-amd64.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 15 Feb 2014 15:43:59 +0100 Source: freebsd-libs Binary: libsbuf6 libsbuf6-udeb libsbuf-dev libdwarf-freebsd-3 libdwarf-freebsd-dev libelf-freebsd-1 libelf-freebsd-dev libutil-freebsd-9 libutil-freebsd-dev libcam6 libcam-dev libgeom1 libgeom-dev libgeom1-udeb libusbhid4debian libusbhid-common libusbhid-dev libusb3 libusb2-dev libusb3-udeb libkvm6 libkvm-dev libdevstat7 libdevstat-dev libmemstat3 libmemstat-dev libnetgraph4 libnetgraph-dev libipx2 libipx-dev libipx2-udeb libkiconv4 libkiconv-dev libjail1 libjail-dev libalias7 libalias-dev Architecture: source all kfreebsd-amd64 Version: 10.0-4 Distribution: experimental Urgency: low Maintainer: GNU/kFreeBSD Maintainers Changed-By: Robert Millan Description: libalias-dev - Development files for libalias libalias7 - FreeBSD packet aliasing library libcam-dev - Development files for libcam libcam6- FreeBSD CAM (Common Access Method) library libdevstat-dev - Development files for libdevstat libdevstat7 - FreeBSD devstat (kernel interface) library libdwarf-freebsd-3 - library to consume and produce DWARF debug information (FreeBSD v libdwarf-freebsd-dev - Development files for libdwarf (FreeBSD version) libelf-freebsd-1 - library to read and write ELF files libelf-freebsd-dev - Development files for libelf (FreeBSD version) libgeom-dev - Development files for libgeom libgeom1 - FreeBSD GEOM library libgeom1-udeb - FreeBSD GEOM library (udeb) (udeb) libipx-dev - Development files for libipx libipx2- FreeBSD IPX address conversion support library libipx2-udeb - FreeBSD IPX address conversion support library (udeb) (udeb) libjail-dev - Development files for libjail libjail1 - FreeBSD jail library libkiconv-dev - Development files for libkiconv libkiconv4 - FreeBSD kernel side iconv library (udeb) libkvm-dev - Development files for libkvm libkvm6- FreeBSD kvm (kernel memory interface) library libmemstat-dev - Development files for libmemstat libmemstat3 - FreeBSD memstat (kernel interface) library libnetgraph-dev - Development files for libnetgraph libnetgraph4 - FreeBSD netgraph (kernel interface) library libsbuf-dev - Development files for libsbuf libsbuf6 - FreeBSD string buffer library libsbuf6-udeb - FreeBSD string buffer library (udeb) (udeb) libusb2-dev - Development files for libusb2 libusb3- FreeBSD userspace USB programming library libusb3-udeb - Development files for libusb2 (udeb) (udeb) libusbhid-common - Common files for the USB HID devices FreeBSD library libusbhid-dev - Development files for libusbhid libusbhid4debian - FreeBSD library to access USB HID devices libutil-freebsd-9 - FreeBSD utility library libutil-freebsd-dev - Development files for libutil-freebsd Closes: 738986 Changes: freebsd-libs (10.0-4) experimental; urgency=low . * libusb_handle_events_completed.diff: Cherry-pick from upstream (add libusb_handle_events_completed and libusb_handle_events_timeout_completed). (Closes: #738986) Checksums-Sha1: f2b3f796c45af0a84137ff46cb365482c64a3054 3379 freebsd-libs_10.0-4.dsc bc7bf24b7bb2d6156311fcae8ce3ce99b2ae3076 33034 freebsd-libs_10.0-4.debian.tar.gz b3d541ba5199b4aebf9a22a5d5519f143d9f97c0 23582 libusbhid-common_10.0-4_all.deb c2f29a1d3d9927af7b49f29c01f4426a8912164d 16420 libsbuf6_10.0-4_kfreebsd-amd64.deb f70095f0dfac6184dabfb9b89283e85003c19667 4712 libsbuf6-udeb_10.0-4_kfreebsd-amd64.udeb 60f40405ce9220fb5dbb2e66ff51f5b2a2954b48 16058 libsbuf-dev_10.0-4_kfreebsd-amd64.deb 71cd773d4cce67963cf6f8384036d7af18c78b11 26508 libdwarf-freebsd-3_10.0-4_kfreebsd-amd64.deb c2128587ac019f19a8e0e5c0d28533420c67038c 31774 libdwarf-freebsd-dev_10.0-4_kfreebsd-amd64.deb 7e400a75e2973df28ba340f5c90bb554ce89d131 41890 libelf-freebsd-1_10.0-4_kfreebsd-amd64.deb 564840a3cd94c53369f48bf3afa2d6a286677e24 48042 libelf-freebsd-dev_10.0-4_kfreebsd-amd64.deb 72538c7b600a1421732b08aba0eabfae265b787e 29274 libutil-freebsd-9_10.0-4_kfreebsd-amd64.deb aaf8e792449551516cb9fe68ec277b6587352e93 33780 libutil-freebsd-dev_10.0-4_kfreebsd-amd64.deb c18d6a412c61bdba3db8fb2566316b6bb15bb424 56564 libcam6_10.0-4_kfreebsd-amd64.deb 6f8a833719e0af7a52f80e9d0d359d4b88d6e819 67460 libcam-dev_10.0-4_kfreebsd-amd64.deb fc7d65624fb49da4bb2e7c93dc83b897dff3baaf 20732 libgeom1_10.0-4_kfreebsd-amd64.deb c0bcf50e19b59894ec365368fb3593733c0edccd 24974 libgeom-dev_10.0-4_kfreebsd-amd64.deb 187fc96b9b5d9a74f155743d109c253663aead17 8976 libgeom1-udeb_10.0-4_kfreebsd-amd64.udeb 289845952a76ca406a0598a923896a13166e1844 18752 libusbhid4debian_10.0-4_kfreebsd-amd64.deb 6cd084859da6bbc833129a88069956b9b2902667 22302 libusbhid-dev_10.0-4_kfreebsd-amd64.deb 9ba1c14ed1f69f93eaeaa436f2c8ea6067bcecaf 40910 libusb3_10.0-4_kfreebsd-amd64.deb 563e5171859e42925e58401e8bbf7817441d977c 62674 libusb2-dev_10.0-4_kfreebsd-amd64.deb 6cfb21248a40e9288f29c548f8be307479fd62e4 28202 libusb3-udeb_10.0-4_kf
Processing of freebsd-libs_10.0-4_kfreebsd-amd64.changes
freebsd-libs_10.0-4_kfreebsd-amd64.changes uploaded successfully to localhost along with the files: freebsd-libs_10.0-4.dsc freebsd-libs_10.0-4.debian.tar.gz libusbhid-common_10.0-4_all.deb libsbuf6_10.0-4_kfreebsd-amd64.deb libsbuf6-udeb_10.0-4_kfreebsd-amd64.udeb libsbuf-dev_10.0-4_kfreebsd-amd64.deb libdwarf-freebsd-3_10.0-4_kfreebsd-amd64.deb libdwarf-freebsd-dev_10.0-4_kfreebsd-amd64.deb libelf-freebsd-1_10.0-4_kfreebsd-amd64.deb libelf-freebsd-dev_10.0-4_kfreebsd-amd64.deb libutil-freebsd-9_10.0-4_kfreebsd-amd64.deb libutil-freebsd-dev_10.0-4_kfreebsd-amd64.deb libcam6_10.0-4_kfreebsd-amd64.deb libcam-dev_10.0-4_kfreebsd-amd64.deb libgeom1_10.0-4_kfreebsd-amd64.deb libgeom-dev_10.0-4_kfreebsd-amd64.deb libgeom1-udeb_10.0-4_kfreebsd-amd64.udeb libusbhid4debian_10.0-4_kfreebsd-amd64.deb libusbhid-dev_10.0-4_kfreebsd-amd64.deb libusb3_10.0-4_kfreebsd-amd64.deb libusb2-dev_10.0-4_kfreebsd-amd64.deb libusb3-udeb_10.0-4_kfreebsd-amd64.udeb libkvm6_10.0-4_kfreebsd-amd64.deb libkvm-dev_10.0-4_kfreebsd-amd64.deb libdevstat7_10.0-4_kfreebsd-amd64.deb libdevstat-dev_10.0-4_kfreebsd-amd64.deb libmemstat3_10.0-4_kfreebsd-amd64.deb libmemstat-dev_10.0-4_kfreebsd-amd64.deb libnetgraph4_10.0-4_kfreebsd-amd64.deb libnetgraph-dev_10.0-4_kfreebsd-amd64.deb libipx2_10.0-4_kfreebsd-amd64.deb libipx-dev_10.0-4_kfreebsd-amd64.deb libipx2-udeb_10.0-4_kfreebsd-amd64.udeb libkiconv4_10.0-4_kfreebsd-amd64.deb libkiconv-dev_10.0-4_kfreebsd-amd64.deb libjail1_10.0-4_kfreebsd-amd64.deb libjail-dev_10.0-4_kfreebsd-amd64.deb libalias7_10.0-4_kfreebsd-amd64.deb libalias-dev_10.0-4_kfreebsd-amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1wehra-00051k...@franck.debian.org
Bug#738986: marked as done (Add libusb_handle_events_completed to kFreeBSD libusb)
Your message dated Sat, 15 Feb 2014 16:19:23 + with message-id and subject line Bug#738986: fixed in freebsd-libs 10.0-4 has caused the Debian Bug report #738986, regarding Add libusb_handle_events_completed to kFreeBSD libusb to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 738986: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738986 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: freebsd-libs Version: 9.2+ds2-4 I would like to request that libusb_handle_events_completed() be added to the kFreeBSD libusb implementation. This function has been added upstream: http://svnweb.freebsd.org/base?view=revision&revision=261483 http://svnweb.freebsd.org/base?view=revision&revision=261482 Some software that I'm packaging for Debian (hidapi) uses it and I would like to support kFreeBSD. Thanks, Scott --- End Message --- --- Begin Message --- Source: freebsd-libs Source-Version: 10.0-4 We believe that the bug you reported is fixed in the latest version of freebsd-libs, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 738...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Robert Millan (supplier of updated freebsd-libs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 15 Feb 2014 15:43:59 +0100 Source: freebsd-libs Binary: libsbuf6 libsbuf6-udeb libsbuf-dev libdwarf-freebsd-3 libdwarf-freebsd-dev libelf-freebsd-1 libelf-freebsd-dev libutil-freebsd-9 libutil-freebsd-dev libcam6 libcam-dev libgeom1 libgeom-dev libgeom1-udeb libusbhid4debian libusbhid-common libusbhid-dev libusb3 libusb2-dev libusb3-udeb libkvm6 libkvm-dev libdevstat7 libdevstat-dev libmemstat3 libmemstat-dev libnetgraph4 libnetgraph-dev libipx2 libipx-dev libipx2-udeb libkiconv4 libkiconv-dev libjail1 libjail-dev libalias7 libalias-dev Architecture: source all kfreebsd-amd64 Version: 10.0-4 Distribution: experimental Urgency: low Maintainer: GNU/kFreeBSD Maintainers Changed-By: Robert Millan Description: libalias-dev - Development files for libalias libalias7 - FreeBSD packet aliasing library libcam-dev - Development files for libcam libcam6- FreeBSD CAM (Common Access Method) library libdevstat-dev - Development files for libdevstat libdevstat7 - FreeBSD devstat (kernel interface) library libdwarf-freebsd-3 - library to consume and produce DWARF debug information (FreeBSD v libdwarf-freebsd-dev - Development files for libdwarf (FreeBSD version) libelf-freebsd-1 - library to read and write ELF files libelf-freebsd-dev - Development files for libelf (FreeBSD version) libgeom-dev - Development files for libgeom libgeom1 - FreeBSD GEOM library libgeom1-udeb - FreeBSD GEOM library (udeb) (udeb) libipx-dev - Development files for libipx libipx2- FreeBSD IPX address conversion support library libipx2-udeb - FreeBSD IPX address conversion support library (udeb) (udeb) libjail-dev - Development files for libjail libjail1 - FreeBSD jail library libkiconv-dev - Development files for libkiconv libkiconv4 - FreeBSD kernel side iconv library (udeb) libkvm-dev - Development files for libkvm libkvm6- FreeBSD kvm (kernel memory interface) library libmemstat-dev - Development files for libmemstat libmemstat3 - FreeBSD memstat (kernel interface) library libnetgraph-dev - Development files for libnetgraph libnetgraph4 - FreeBSD netgraph (kernel interface) library libsbuf-dev - Development files for libsbuf libsbuf6 - FreeBSD string buffer library libsbuf6-udeb - FreeBSD string buffer library (udeb) (udeb) libusb2-dev - Development files for libusb2 libusb3- FreeBSD userspace USB programming library libusb3-udeb - Development files for libusb2 (udeb) (udeb) libusbhid-common - Common files for the USB HID devices FreeBSD library libusbhid-dev - Development files for libusbhid libusbhid4debian - FreeBSD library to access USB HID devices libutil-freebsd-9 - FreeBSD utility library libutil-freebsd-dev - Development files for libutil-freebsd Closes: 738986 Changes: freebsd-libs (10.0-4) experimental; urgency=low . * libusb_handle_events_completed.diff: Cherry-pick
Re: kfreebsd-10 in D-I
On 14/02/2014 23:21, Cyril Brulebois wrote: > So feel free to commit your kfreebsd-10 changes when you see fit. Done, thanks. > Please don't forget to adjust boot/help screens if relevant. They use dynamic detection, so they'll work seamlessly (I verified). -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52ff7f8e.7050...@debian.org
Re: Init system for non-Linux ports
On 14/02/2014 18:46, Steven Chamberlain wrote: > Well, we have an announcement today from Canonical - AIUI Upstart will > be discontinued after Ubuntu 14.04 LTS and they will switch to systemd: > http://www.markshuttleworth.com/archives/1316 I'm not familiar with Ubuntu politics. Is everyone in line with that decision? -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52ff7df2.1040...@debian.org
Re: Bits from the Release Team: Architecture health check
On 2014-02-14 00:23, Steven Chamberlain wrote: > On 12/02/14 20:06, Niels Thykier wrote: >> kFreeBSD is just shy of 90%, whereas most other release architectures >> are at 96%[1]. Here kFreeBSD has increased in the past quarter from >> ~89.5% to "almost, but not quite 90%". > > I'm a little puzzled you mention this as a problem because... > >> Here we need you to assess what can you reasonably support. Once we >> know that we can look at the consequences and how to deal with them. > > if we decide some packages can't be supported any more, I assume some > would become linux-any and thus the number of built packages would fall? > So these seem like conflicting goals. > Hi, Indeed, they are conflicting goals. But I do not see why that is so surprising. There are plenty of things in software development (and especially in release management) that involves a trade-off on conflicting goals. Ideally, I want all those graphs to show 99.999...%[1], but in the short term I cannot have that. Right now, we are trying to look at this from a pragmatic angle. If we get a better kFreeBSD by focusing and dropping some packages (possibly including a desktop or/and some specific server tasks), then so be it - as long as there is ambition, motivation and a realistic plan from your side, then I am willing to consider it. > I fully agree with the latter point though, I see value in having a plan > for what to support, and probably free some packages of an obligation to > either build, be installable or functional kfreebsd if it no longer > makes sense. > > Regards, > Those packages will probably end up being linux-any in the short term (and some of them, possibly, in the long term as well). In said short term, they will need to be cleaned up (decrufted etc), so they no longer hold up migration to testing for Jessie. For Jessie + 1, I would like for the gap to close between Linux and kFreeBSD architectures. But lets take that part later. ~Niels [1] Which is obviously a different way of writing 100% :P http://en.wikipedia.org/wiki/0.999... Okay, maybe not 100%, but then aim for 95%. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52ff4f2a.5030...@thykier.net