Enable PIE by default in GCC?

2017-06-18 Thread Pino Toscano
specs", and LDFLAGS gets "-specs=/usr/share/dpkg/pie-link.specs". [1] as found in GCC's debian/rules.defs: pie_archs = amd64 arm64 armel armhf i386 mips mipsel mips64el \ ppc64el s390x sparc sparc64 kfreebsd-amd64 kfreebsd-i386 Thanks, -- Pino Toscano signature.a

Re: libwx-perl in Hurd Unstable vs. Testing

2016-10-29 Thread Pino Toscano
In data sabato 29 ottobre 2016 12:54:25 CEST, Paul Hardy ha scritto: > James & Pino, > > On Sat, Oct 29, 2016 at 12:44 PM, Pino Toscano wrote: > > In data sabato 29 ottobre 2016 20:34:31 CEST, James Clarke ha scritto: > >> Your dependency is not satisfied because

Re: libwx-perl in Hurd Unstable vs. Testing

2016-10-29 Thread Pino Toscano
In data sabato 29 ottobre 2016 20:34:31 CEST, James Clarke ha scritto: > Your dependency is not satisfied because libwx-perl FTBFS: > https://buildd.debian.org/status/package.php?p=libwx-perl&suite=unstable More precisely, libwx-perl fails to build on hurd-i386 because of bug #821194.

Re: Bug#833956: wine-development: FTBFS on hurd-i386 and kfreebsd-i386

2016-08-10 Thread Pino Toscano
sysinfo() is not portable anyway, (b) might fail one day if a platform provide a different implementation with the same name (it's not standard after all). Hope it helps -- feel free to ask more. Thanks, -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: new hurd & gnumach packages

2015-07-05 Thread Pino Toscano
the same way. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/a6a592ec046a1461c41d1e71ece58...@pino.toscano.name

Re: Bug#399608: fixed in sysvinit 2.88dsf-59.1

2015-05-17 Thread Pino Toscano
making sure to ship mountpoint(1) and its man page everywhere, while the rest (i.e. the current content) only on Linux. IMHO (a) would be the cleaner solution, but of course any other idea is welcome. Thanks, -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org

Re: Haskell needs patching

2015-04-28 Thread Pino Toscano
and then... Anyway, I'm providing the patch I had, feel free to pick it up, I cannot work on it at the moment. -- Pino Toscano--- a/aclocal.m4 +++ b/aclocal.m4 @@ -271,12 +271,15 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_V nto-qnx) test -z "[$]2" || eval "[$]2=

Re: Bug#662083: Bug#766456: libzip: FTBFS on hurd-i386

2014-10-24 Thread Pino Toscano
2 would be "ENOENT", and so on. Please do not accept this workaround, which is unreliable and not suitable for upstream. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Re: appstream-glib: FTBFS on hurd-i396 (for review)

2014-10-22 Thread Pino Toscano
On 2014-10-22 10:59, Svante Signell wrote: On Wed, 2014-10-22 at 10:29 +0200, Pino Toscano wrote: On 2014-10-22 10:21, Svante Signell wrote: > On Wed, 2014-10-22 at 01:21 +0200, Samuel Thibault wrote: >> Svante Signell, le Tue 21 Oct 2014 12:34:22 +0200, a écrit : > +

Re: appstream-glib: FTBFS on hurd-i396 (for review)

2014-10-22 Thread Pino Toscano
ib has g_strdup_printf, so just make use of it instead of doing custom malloc code; also, use g_free instead of free. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/9ca0ed59b99f7c0d53979596f64dd...@pino.toscano.name

Re: Bug#764583: luajit: Please add support for hurd-i386

2014-10-09 Thread Pino Toscano
reveals that the package builds fine. The attached patch adds hurd-i386 to the list. This was already bug #712975. Please do *look* at packages, before opening new bugs. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Re: kdiff3: FTBFS on hurd-i386 (for review)

2014-09-25 Thread Pino Toscano
On 2014-09-25 14:05, Svante Signell wrote: Hi Pino On Thu, 2014-09-25 at 10:08 +0200, Pino Toscano wrote: On 2014-09-24 19:11, Philipp A. Hartmann wrote: > I would probably do it like this (untested): > > const char *path = > QFile::encodeName(fi.absoluteFilePath(

Re: kdiff3: FTBFS on hurd-i386 (for review)

2014-09-25 Thread Pino Toscano
dangling pointer. const QByteArray path = QFile::encodeName(fi.absoluteFilePath()); and then use path.constData() whenever needed. std::vector s(sb.st_size + 1); Please use QByteArray instead. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a

Re: audiofile Was: Re: Bug#750424: cups-pk-helper: FTBFS on hurd-i386

2014-06-03 Thread Pino Toscano
On 2014-06-03 13:36, Svante Signell wrote: On Tue, 2014-06-03 at 13:18 +0200, Pino Toscano wrote: > And it might be so that the Debian > Maintainer choose to approve the patch before upstream, Or it can be the other way round, where maintainers do want issues/patches filed/fixed up

Re: Bug#750424: cups-pk-helper: FTBFS on hurd-i386

2014-06-03 Thread Pino Toscano
On 2014-06-03 13:09, Svante Signell wrote: On Tue, 2014-06-03 at 12:53 +0200, Pino Toscano wrote: On 2014-06-03 12:19, Svante Signell wrote: > Source: cups-pk-helper > Version: 0.2.5-2 > Severity: important > Tags: patch > User: debian-hurd@lists.debian.org > Use

Re: Bug#750424: cups-pk-helper: FTBFS on hurd-i386

2014-06-03 Thread Pino Toscano
skills to search into bug/issue trackers or in VCSes. This will avoid duplicating work already done by someone else. Thanks, -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Re: audiofile: FTBFS on hurd-i386 (for review)

2014-06-02 Thread Pino Toscano
ear: https://github.com/mpruett/audiofile/commit/34c261034f1193a783196618f0052112e00fbcfe Upstream has just not released a new version since then. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Re: gnome-terminal: FTBFS on kfreebsd & hurd archs

2014-05-31 Thread Pino Toscano
s not installed). GNOME team: if you could help on this, that would be great. Thanks, -- Pino Toscano--- a/debian/control.in +++ b/debian/control.in @@ -26,7 +26,7 @@ Build-Depends: cdbs (>= 0.4.41), desktop-file-utils, appdata-tools, gsettings

Re: Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-26 Thread Pino Toscano
stallation so I'm inclined to say this specific issue is Hurd-specific, yes. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/05d9

Re: Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-25 Thread Pino Toscano
) b) fix pthread_key_create in Hurd's libpthread, changing it to __pthread_key_create and declaring pthread_key_create as strong alias, just like it is done in NPTL IMHO most probably (b) is the most realistic and easy to do. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hur

Re: shadow: FTBFS on hurd-i386 (for review)

2014-05-16 Thread Pino Toscano
I have no idea what these files represent, did you find that out? I can see these entries on GNU/Linux. Will this work on Hurd too or should the build/installation of them be disabled? Also, our procfs is currently read-only, so this tool would fail at the moment. -- Pino Toscano -- To UNSUBSCR

Re: Bug#745714: missing multiarch paths on !linux

2014-04-24 Thread Pino Toscano
m release 2.4.0. [1] https://github.com/python-imaging/Pillow/pull/511 [2] https://github.com/python-imaging/Pillow/commit/cb309c9f59c6d4d9511112d0377b97c0b1a35a13 -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Re: emacs24 fails to build

2014-04-17 Thread Pino Toscano
On 2014-04-17 09:45, Samuel Thibault wrote: emacs24 currently FTBFS due to using a linux-only header, I guess some people would be interested in fixing it :) Do you mean like #725099? -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of

Re: Bug#741420: bzip2: Add libbz2-udeb needed by recent hurd

2014-03-12 Thread Pino Toscano
386 Depends on libbz2-1.0 [ hurd-i386 ] < none > ( none ) can't be satisfied! Attached patch adds library udeb needed by recent hurd versions. Or even better, we just disable the bz2 support in the udeb build, since it is not much useful during the Debian installation. -- Pino Tosca

Re: Outdated leaf packages to be removed

2014-01-30 Thread Pino Toscano
ld system abuses a bit the parallel build, using more jobs than those requested. Luckly it can be disabled, and #714084 is exactly about it. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Re: Outdated leaf packages to be removed

2014-01-28 Thread Pino Toscano
bmemcached version in unstable (not the one in experimental though) uses. It is pending a transition, so no need to ping/poke that one. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Re: Outdated leaf packages to be removed

2014-01-26 Thread Pino Toscano
y. For the record, this is the query I used: Maybe a way to avoid the (few) cases where linux/i386 is lagging behind (due to FTBFS) could be running it against amd64 as well, and not considering the sources not appearing in both. -- Pino Toscano -- To UNSUBSCRIBE, email to debian-h

Re: Qt5 switching qreal from float to double on arm*

2013-11-06 Thread Pino Toscano
passing a > compilation parameter. I've done so for armel and sh4, so only armhf > will switch to double. My option goes on keeping the status quo of qreal as it was, on architectures that managed to build qtbase-opensource-src already. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: FTBS owncloud-client

2013-10-01 Thread Pino Toscano
sing the file/dir notifications, etc), not building on that $OS until there is native folder watcher implemented You should ask upstream which way they prefer/want, so eventual porting efforts could go according to that. Note that I did not inspect owncloud-client further for other prorting

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Pino Toscano
eed to do this ENODATA→EPIPE mapping > > themselves too. > > This is not part of my patch. Address this to upstream/debian > maintainer directly. I don't care whether it is yours or not, I just reviewed it since all the proposed changes are now discussed with pkg-owncloud people. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Roll call for porters of architectures in sid and testing

2013-09-19 Thread Pino Toscano
maintaining glibc, with the help of Samuel and Thomas - help maintaining arch-specific packages - triage and fix arch-specific bugs - help Samuel maintaning the "exodar" porter box I am a DD. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Pino Toscano
sted regarding fcntl.h). > #ifdef _WIN32 > #include > #include > @@ -50,6 +54,11 @@ > #define geteuid() 0 > #endif > > +#ifndef ENODATA > +#define ENODATA EPIPE > +#endif This may be problematic. c_copy in src/std/c_file.c uses ENODATA as errno in a couple of er

[FIXED in 2.3-15] Re: Unbootable Hurd with libparted0debian1 2.3-14

2013-08-16 Thread Pino Toscano
Hi, Alle martedì 13 agosto 2013, Pino Toscano ha scritto: > it seems the recent upgrade of libparted0debian1 from 2.3-13 to > 2.3-14 makes the Hurd unbootable (boot stucks right after trying to > startup the essential servers). Update: the version 2.3-15 of parted allows to boot safely

Unbootable Hurd with libparted0debian1 2.3-14

2013-08-13 Thread Pino Toscano
[0] http://snapshot.debian.org/archive/debian/20130509T215232Z/pool/main/p/parted/libparted0debian1_2.3-13_hurd- i386.deb Sorry for the inconvenience, -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [buildd-tools-devel] Bug#714733: Inside a schroot environment renaming directories inside /tmp fails in GNU/Hurd

2013-07-05 Thread Pino Toscano
nk" much similar to a bind mount. Indeed, setting up a firmlink translator and trying the commands earlier mentioned in this bug (#714733) gives the same failure, while they work when the root directory of both source and destination is not under a firmlink-ed node. Though, I have not investigated

Re: Imminent Debian GNU/Hurd release

2013-05-10 Thread Pino Toscano
> Additionally a lot of patches are pending (due to the long freeze > period) see e.g. > http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=hurd;users=debian-h > u...@lists.debian.org so the percentage could be much higher. "a lot of patches" is surely not true (and we had the a similar amount also in non-freeze period), and a number of those won't give actually much. With the above changes and Michael Banck's note that it is a "Debian GNU/Hurd port release", it'd be good IMHO. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Bug#704998: hurd: Broken upgrade due to disappeared shared libraries

2013-04-12 Thread Pino Toscano
tag 704998 + pending thanks Alle venerdì 12 aprile 2013, Guillem Jover ha scritto: > On Fri, 2013-04-12 at 12:02:54 +0200, Pino Toscano wrote: > > Alle lunedì 8 aprile 2013, Guillem Jover ha scritto: > > > A dist-upgrade broke the system as the hurd package got upgraded >

Bug#704998: hurd: Broken upgrade due to disappeared shared libraries

2013-04-12 Thread Pino Toscano
in hurd-libs0.3 are in a multiarch libdir, unlike the old location in hurd, so there is nothing which should have prevented unpacking/configuring hurd-libs0.3 with hurd < 20130226-2. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: out of date packages to be removed?

2013-03-27 Thread Pino Toscano
red flag among these before I submit the removal > request? No red flags from my side. Thanks for this cleanup, -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: hurd-20120710 FTBFS due to missing dependencies

2012-11-26 Thread Pino Toscano
ig and > libx11-dev (neither was installed by apt-get build-dep hurd, or > build-essential or devscripts). Those have been added by Samuel in the packaging repository some time ago, and will be part of the next upload. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: python3.3 build failure on kfreebsd and the hurd

2012-11-06 Thread Pino Toscano
ng like that if it helps with > porting; You still seem to assume there must be some magic MAX constant giving you some upper limit... Consider that Hurd does not provide PATH_MAX, I personally think it would be a mistake providing the two XATTR_*_MAX defines just for the sake of applications not actually checking their return values. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: python3.3 build failure on kfreebsd and the hurd

2012-11-06 Thread Pino Toscano
lution (although no patch for now). -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-24 Thread Pino Toscano
lling of the payload data is not done, which makes things like D-Bus or gamin not work. I saw glib has the API wrapping for socket credentials, but I decided to skip supporting Hurd there until cmsgcred would actually work on Hurd. (Of course, anybody else is free to prepare such patch.) --

Re: Check for getcwd(NULL, 0) Was: Re: Bug#636568: xerces-c: Updated patch, submitted upstream

2012-10-17 Thread Pino Toscano
ross compiling), so just a notice would be enough. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Unofficial GNU/Hurd release...(sendmail)

2012-10-15 Thread Pino Toscano
e these packages when resolving build-dependencies for > other packages in the main repo? One example is clamav. If not, > there is not much use having those packages at debian-ports (except > usage of themselves) http://lists.debian.org/debian-hurd/2012/10/msg00013.html -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Unofficial GNU/Hurd release (#644657, updated patch for review)

2012-10-12 Thread Pino Toscano
check)? With both versions there is a failure and a stuck test in libtest/unittest, and a failed test application_doesnotexist_BINARY. On linux/x86_64, the tests of 1.0.8 later stuck, while the tests of 1.0.12 all pass. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Unofficial GNU/Hurd release (#636568)

2012-10-11 Thread Pino Toscano
rn XMLString::transcode(curDir, manager); > +XMLCh *ret = XMLString::transcode(curDir, manager); .. this, which has an indentation change. > A new patch attached. OK now? With the above fixed, yes. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Unofficial GNU/Hurd release (#636568)

2012-10-11 Thread Pino Toscano
not forget to: a) send the patch upstream b) send the updated patch to the Debian bug, otherwise there's only and old (and wrong) patch -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Unofficial GNU/Hurd release in connection to Debian/Wheezy?

2012-10-05 Thread Pino Toscano
Alle venerdì 5 ottobre 2012, Svante Signell ha scritto: > On Fri, 2012-10-05 at 15:13 +0200, Pino Toscano wrote: > > Alle venerdì 5 ottobre 2012, Svante Signell ha scritto: > > > On Fri, 2012-10-05 at 13:59 +0200, Pino Toscano wrote: > > > > Alle venerdì 5 ottobre 2

Re: Unofficial GNU/Hurd release in connection to Debian/Wheezy?

2012-10-05 Thread Pino Toscano
Alle venerdì 5 ottobre 2012, Svante Signell ha scritto: > On Fri, 2012-10-05 at 13:59 +0200, Pino Toscano wrote: > > Alle venerdì 5 ottobre 2012, Svante Signell ha scritto: > > > Follow-up questions: > > > 1) What to do about the Debian bug #599789 > > > - upl

Re: Unofficial GNU/Hurd release in connection to Debian/Wheezy?

2012-10-05 Thread Pino Toscano
d upstream, and the 4.x serie is the active one. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: xplc: FTBFS on hurd-i386 (for review)

2012-09-01 Thread Pino Toscano
me, len, "%s/%s", directory, ent->d_name); Just realloc the fname buffer if the new len is greater than the old one (which needs to be saved), otherwise the current patch just does an inefficient malloc/free job every iteration which (most probably upstream won't like). -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [b-d][exodar] libtext-bibtex-perl (unstable)

2012-07-06 Thread Pino Toscano
ated (but nothing related to it). -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [Fwd: Re: [b-d]hurd-i386 myproxy]

2012-07-03 Thread Pino Toscano
succeed that does not work - that only results in that > the execution get stuck in the loop. What are the exact C strings passed as arguments to rename()? -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: dwarfutils - Patch for review

2012-06-19 Thread Pino Toscano
> I just changed that block of code to use a different variable name > rather than errno (see attached patch). Does this make sense? Yes, it does. (I usually put "errnum", but it's mostly style.) -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: gearmand - PATH_MAX patch review

2012-06-18 Thread Pino Toscano
e something like this: class Buffer { public: Buffer(char *b) : b_(b) {} ~Buffer() { free(b); } operator char*() { return b_; } private: char *b_; } and then Buffer b(get_current_dir_name()); // use b as if it were a char* -- Pino Toscano signature.asc Description: This is a digitally signed message part.

sysvinit 2.88dsf-26 still not safe to upgrade

2012-06-07 Thread Pino Toscano
Hi, Alle martedì 31 gennaio 2012, Pino Toscano ha scritto: > (a proper subject would have helped a bit more...) > > Alle martedì 31 gennaio 2012, Svante Signell ha scritto: > > Be careful not to upgrade to initscripts 2.88dsf-21 or 2.88dsf-22 > > is you want to play saf

Re: Checking if handbrake compiles under kFreeBSD?

2012-05-24 Thread Pino Toscano
already (which has been fixed for Hurd, unlike that copy that fails) Furthermore, please disable (or make it optional) the use of ccache; while it may be useful during test builds, it is close to useless when doing builds in buildds. Last, I attached a preliminary version of patch for Hurd su

Re: problems with apt

2012-05-23 Thread Pino Toscano
as the rred segfault problem, and 0.9.4 > seems to FTBFS (from trhe buildds). What to do? ... the rred issue seems to be solved with apt 0.9.5. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [Fwd: Updated: Packages remaining at debian-ports]

2012-04-23 Thread Pino Toscano
create a dummy target as you did for libusb? sane-backend-extras and libdrm can be simply ignored. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

2012-04-23 Thread Pino Toscano
ws about unfinished patches, can you please just do all the discussion on d-hurd@ and only when the patch is okay send it to the bug report? -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: webkit-1.8.0-2: Patches for review

2012-04-18 Thread Pino Toscano
an empty getCurrentExecutablePath() like this: | #elif OS(HURD) | CString getCurrentExecutablePath() | { return CString(); } [1] http://www.unix.com/man-page/FreeBSD/5/procfs/ -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: webkit-1.8.0-2: Patches for review

2012-04-16 Thread Pino Toscano
< sb.st_size) | resultString = CString(readLinkBuffer, result); | free(readLinkBuffer); | return resultString; note in this case the CString constructor does not need the \0 byte at the end of the buffer (since it takes the char count), but take care you should have elsewhere done like readLinkBuffer[result] = 0; -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: good news; bad news

2012-03-17 Thread Pino Toscano
, like the one used for the test. I reported this issue to bug-hurd[1], upstream's Hurd development mailing list, and apparently it is not easy to fix. [1] http://lists.gnu.org/archive/html/bug-hurd/2011-12/msg0.html -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: ecl: FTBFS on hurd-i386

2012-02-05 Thread Pino Toscano
Alle domenica 5 febbraio 2012, Samuel Thibault ha scritto: > Pino Toscano, le Sun 05 Feb 2012 12:56:39 +0100, a écrit : > > note I don't think it should be forwarded upstream, as it is not > > clean and kind of working around the lack of realtime signals in > > Hurd.

Re: ecl: FTBFS on hurd-i386

2012-02-05 Thread Pino Toscano
tream, as it is not clean and kind of working around the lack of realtime signals in Hurd. -- Pino Toscano --- a/src/c/unixint.d +++ b/src/c/unixint.d @@ -1073,6 +1073,8 @@ { #ifdef SIGRTMIN # define DEFAULT_THREAD_INTERRUPT_SIGNAL SIGRTMIN + 2 +#elif defined(__GNU__) +# define DEFA

Re: Wanted: Superstar hacker to port Mono to hurd-i386

2012-02-02 Thread Pino Toscano
ompiled on Hurd (but I didn't investigate neither mono nor ecl that much regarding to this). -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: I might talk on Gnu/Hurd : FEB/10/2012 : Need you help

2012-02-01 Thread Pino Toscano
ailing list. A > bcc? No, he just bounced the email to the ml (see the Resent-* headers). -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: BIG FAT WARNING (sysvinit)

2012-01-31 Thread Pino Toscano
tils sysv-rc initscripts bootlogd A solution for this is already being investigated with Roger Leigh. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: Packages remaining at debian-ports

2012-01-26 Thread Pino Toscano
Alle giovedì 26 gennaio 2012, Svante Signell ha scritto: > On Thu, 2012-01-26 at 19:10 +0100, Pino Toscano wrote: > > Alle giovedì 26 gennaio 2012, Svante Signell ha scritto: > > > x gch6, still unsolved! > > > > theorically this version in ports could

Re: Packages remaining at debian-ports

2012-01-26 Thread Pino Toscano
ly cross-buildable) from another architecture > hdf5: ports: 1.8.4-5, sid:1.8.8-5: remove once the hdf5 transition (which is ongoing) is complete, yes > sudo: ports: 1.8.3-2 sid: 1.8.3-3: FTBFS: build-dep on > libselinux1-dev I see an empty folder in the pool? anyway, it's #65

Re: Problems with Hurd's unlink in visudo

2012-01-14 Thread Pino Toscano
eglibc), I think we could also fix unlink() on the Hurd bits of glibc to give EINVAL on NULL parameter, or that would be considered (too) broken code anyway? > or should I go ahead and submit the attached patch via the BTS? +1 on the patch already sent (you can usually avoid sending changes

Re: opensc: FTBFS on hurd-i386: patch for review

2011-12-29 Thread Pino Toscano
size); > +int sc_get_cache_dir(sc_context_t *ctx, char *buf); other than the problem above, this looks like a public function (as also the .exports file confirms) of a public library, so changing its signature is an API and ABI break; this needs to be discussed upstream directly -- Pino

Bug#650096: update on the status

2011-12-18 Thread Pino Toscano
Alle lunedì 19 dicembre 2011, Samuel Thibault ha scritto: > Pino Toscano, le Mon 19 Dec 2011 00:25:57 +0100, a écrit : > > - op/stat.t: on my VM `ls /dev` hangs now, so I had to disable > > > > (with the attached patch) 6 checks in it > > This is odd, I don'

Bug#650096: update on the status

2011-12-18 Thread Pino Toscano
I'm missing anything, the following tests could not need any more skip on Hurd: - syslog.t (hurd_test_todo_syslog.diff) - socketpair.t (hurd_test_skip_socketpair.diff) - recv.t (hurd_test_skip_recv.diff) - libc.t (hurd_test_skip_libc.diff) -- Pino Toscano --- a/t/op/stat.t +++ b/t/op/s

Re: Bug#648987: syslog-ng: FTBFS on hurd-i386

2011-11-16 Thread Pino Toscano
limit the flush_lines according to the current platform */ > flush_lines = IOV_MAX; > +#endif conditional yes, but on the IOV_MAX definition, not on a per-OS check. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: First patch attempt for PATH_MAX fix in ruby1.9.1- 1.9.3~rc1-3

2011-10-14 Thread Pino Toscano
sively (e.g. rb_dump_backtrace_with_lines (sets binary_filename) -> fill_lines -> follow_debuglink (sets binary_filename) -> fill_lines -> ...). With your patch, it would also cause the binary_filename pointer to be stale over runs. -- Pino Toscano signature.asc Description: Thi

Re: gobject-introspection not installable

2011-09-29 Thread Pino Toscano
Alle giovedì 29 settembre 2011, Svante Signell ha scritto: > On Thu, 2011-09-29 at 10:33 +0200, Pino Toscano wrote: > > Alle giovedì 29 settembre 2011, Samuel Thibault ha scritto: > > > Could somebody have a look at the non-installability of > > > gobject-introspecti

Re: gobject-introspection not installable

2011-09-29 Thread Pino Toscano
n rebuilt succesfully for the pytthon 2.7 transition. I'd rebuild it with nocheck, and then try again with gtksourceview3. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: libdvdread: Patch OK?

2011-09-04 Thread Pino Toscano
attached one, but never got around polishing an sending it. Should do a bit more allocations than the code using PATH_MAX-sized arrays, but also quite less OS-specific code paths to maintain (the __GLIBC__ one is valid for basically almost all the Linux developers, so won't rot easily).

Re: gnutls26 will be a blocker

2011-09-02 Thread Pino Toscano
ransition involving it, see #630511. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: NMUs?

2011-08-23 Thread Pino Toscano
there. To the specific bug, who posted the patch also said that is untested other than "it compiles". If you want to NMU something, then you must be sure it also *works*. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: sysvinit, first steps

2011-07-23 Thread Pino Toscano
Alle sabato 23 luglio 2011, Samuel Thibault ha scritto: > Pino Toscano, le Sat 23 Jul 2011 21:41:41 +0200, a écrit : > > since a couple of days, I've started trying to integrate sysvinit > > in Debian/Hurd, and I got some positive results (but also some > > problems). >

sysvinit, first steps

2011-07-23 Thread Pino Toscano
nd runttys init scripts. With the premise that I might have got something totally wrong, what do you think about this? Feedback of any kind would be welcome. [1] http://lists.gnu.org/archive/html/bug-hurd/2006-02/msg00081.html [2] called by killall15, invoked in /etc/rc6.d/S20sendsigs (w

Re: massive bug report to replace "!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386" kludges with dpkg wildcards

2011-07-16 Thread Pino Toscano
lly tracked without getting also the kfreebsd bugs. What about a generic: User: debian-de...@lists.debian.org Usertags: wildcard-archs ? A couple of notes for packages in your list: - google-gadgets, qtmobility they have been fixed already in their git packaging repository, so their next

Re: Help needed for mesa

2011-02-09 Thread Pino Toscano
Alle mercoledì 9 febbraio 2011, Pino Toscano ha scritto: > Alle domenica 6 febbraio 2011, Cyril Brulebois ha scritto: > > xorg-server 1.9 build-depends on mesa with a version higher than > > the one available in sid, and both mesa 7.9 and 7.10 FTBFS on > > non-Linux for now. I

Re: Help needed for mesa

2011-02-09 Thread Pino Toscano
ose > FTBFS, so I'd appreciate if somebody could have a look. You can send > patches to debian-x@ or to the BTS. Some months ago I managed to compile mesa 7.8.2 (from exp) on Hurd. I just rebased the patches I did, and started a build of mesa 7.10 on Hurd. (I was waiting for mesa to compile o

Re: Build of emacs_23.2+1-7

2011-01-25 Thread Pino Toscano
provided in Debian (you can pick it from snapshot.debian.org), as gdb >= 7.1 does not work correctly on Hurd. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [Fwd: python-apt for Hurd]

2011-01-18 Thread Pino Toscano
le/directory locking in Hurd? Yes, there are. I just sent a message to the bug, explaining shortly the issue (ours), and a fix in the python-apt packaging that could help us to build it without the test suite (until the file locking is not fixed). Thanks, -- Pino Toscano signature.asc Descriptio

Re: Bug#557771: *** stack smashing detected ***: /usr/bin/perl terminated

2009-12-27 Thread Pino Toscano
o, but I now bisected this down to perlmagick > being installed vs. not being installed. Involving Pino Toscano who > recently did some imagemagick patching > (cf. <http://bugs.debian.org/551017>) -- Pino, please note that I'm not > saying that you're responsible for

Re: RFS: libmusicbrainz-2.1 (QA upload)

2009-12-18 Thread Pino Toscano
Hi, > On Thu, 2009-12-17 at 22:47:40 +0100, Pino Toscano wrote: > > The solution I found (patch attached) is to apply the patches before the > > configure run. It looks working correctly in both my Hurd VM, and on > > strauss. > > > > --- a/debian/rules > >

Re: RFS: libmusicbrainz-2.1 (QA upload)

2009-12-17 Thread Pino Toscano
patch is applied, so such run will always fail. The solution I found (patch attached) is to apply the patches before the configure run. It looks working correctly in both my Hurd VM, and on strauss. -- Pino Toscano --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ build: build-arch build-ind