Package: iceweasel Version: 17.0.9esr-1~deb7u1 Severity: important Tags: patch
Hello, icewasel currently FTBFS on hurd-i386. The attached patch makes it build. Samuel -- Package-specific info: -- Extensions information Name: Default theme Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} Package: iceweasel Status: enabled Name: Français Language Pack locale Location: /usr/lib/iceweasel/extensions/langpack...@iceweasel.mozilla.org.xpi Package: iceweasel-l10n-fr Status: enabled Name: Live HTTP headers Location: ${PROFILE_EXTENSIONS}/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a} Status: enabled -- Plugins information Name: Gnome Shell Integration Location: /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so Package: gnome-shell Status: enabled Name: Google Talk Plugin Location: /opt/google/talkplugin/libnpgoogletalk.so Package: google-talkplugin Status: enabled Name: Google Talk Plugin Video Accelerator Location: /opt/google/talkplugin/libnpgtpo3dautoplugin.so Package: google-talkplugin Status: enabled Name: Google Talk Plugin Video Renderer Location: /opt/google/talkplugin/libnpo1d.so Package: google-talkplugin Status: enabled Name: Java(TM) Plug-in 1.6.0_26 Location: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/libnpjp2.so Package: sun-java6-bin Status: disabled Name: Shockwave Flash (11,2,202,310) Location: /usr/lib/flashplugin-nonfree/libflashplayer.so Status: enabled Name: Silverlight Plug-In Location: /usr/lib/moon/plugin/libmoonloader.so Package: moonlight-plugin-core Status: enabled Name: Skype Buttons for Kopete Location: /usr/lib/mozilla/plugins/skypebuttons.so Package: kopete Status: enabled -- Addons package information ii gnome-shell 3.4.2-16 amd64 graphical shell for the GNOME des ii google-talkplu 4.8.3.0-1 amd64 Google Talk Plugin ii iceweasel 17.0.9esr-1~ amd64 Web browser based on Firefox ii iceweasel-l10n 1:17.0.9esr- all French language package for Icewe ii kopete 4:4.10.5-3 amd64 instant messaging and chat applic ii moonlight-plug 1.0.1-3+b2 amd64 Free Software clone of Silverligh ii sun-java6-bin 6.26-3 amd64 Sun Java(TM) Runtime Environment -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages iceweasel depends on: ii debianutils 4.4 ii fontconfig 2.11.0-1 ii libc6 2.17-93 ii libgdk-pixbuf2.0-0 2.28.2-1 ii libglib2.0-0 2.36.4-1 ii libgtk2.0-0 2.24.21-1 ii libnspr4 2:4.10.1-1 ii libnspr4-0d 2:4.10.1-1 ii libsqlite3-0 3.8.1-1 ii libstdc++6 4.8.2-1 ii procps 1:3.3.4-2 ii xulrunner-17.0 17.0.9esr-1~deb7u1 iceweasel recommends no packages. Versions of packages iceweasel suggests: ii fonts-stix [otf-stix] 1.1.0-1 ii libgssapi-krb5-2 1.11.3+dfsg-3 pn mozplugger <none> Versions of packages xulrunner-17.0 depends on: ii libasound2 1.0.27.2-3 ii libatk1.0-0 2.10.0-2 ii libbz2-1.0 1.0.6-5 ii libc6 2.17-93 ii libcairo2 1.12.16-2 ii libdbus-1-3 1.6.18-1 ii libdbus-glib-1-2 0.100.2-1 ii libevent-2.0-5 2.0.21-stable-1 ii libfontconfig1 2.11.0-1 ii libfreetype6 2.4.9-1.1 ii libgcc1 1:4.8.2-1 ii libgdk-pixbuf2.0-0 2.28.2-1 ii libglib2.0-0 2.36.4-1 ii libgtk2.0-0 2.24.21-1 ii libhunspell-1.3-0 1.3.2-4 ii libjpeg8 8d-1 ii libmozjs17d 17.0.9esr-1~deb7u1 ii libnspr4 2:4.10.1-1 ii libnss3 2:3.15.2-1 ii libnss3-1d 2:3.15.2-1 ii libpango1.0-0 1.32.5-5+b1 ii libpixman-1-0 0.30.2-1 ii libsqlite3-0 3.8.1-1 ii libstartup-notification0 0.12-3 ii libstdc++6 4.8.2-1 ii libvpx1 1.2.0-2 ii libx11-6 2:1.6.2-1 ii libxext6 2:1.3.2-1 ii libxrender1 1:0.9.8-1 ii libxt6 1:1.1.4-1 ii zlib1g 1:1.2.8.dfsg-1 Versions of packages xulrunner-17.0 suggests: ii libcanberra0 0.30-2 ii libgnomeui-0 2.24.5-2 -- no debconf information -- Samuel We are Pentium of Borg. Division is futile. You will be approximated. (seen in someone's .signature)
--- js/src/jit/AsmJSSignalHandlers.cpp.original 2013-11-09 23:43:57.000000000 +0100 +++ js/src/jit/AsmJSSignalHandlers.cpp 2013-11-09 23:45:39.000000000 +0100 @@ -57,7 +57,7 @@ # define R13_sig(p) ((p)->sc_r13) # define R14_sig(p) ((p)->sc_r14) # define R15_sig(p) ((p)->sc_r15) -#elif defined(__linux__) || defined(SOLARIS) +#elif defined(__linux__) || defined(__GNU__) || defined(SOLARIS) # if defined(__linux__) # define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) # else --- ipc/chromium/src/build//build_config.h.original 2013-11-10 01:26:22.000000000 +0100 +++ ipc/chromium/src/build//build_config.h 2013-11-10 01:26:54.000000000 +0100 @@ -19,6 +19,8 @@ #define OS_MACOSX 1 #elif defined(__linux__) || defined(ANDROID) #define OS_LINUX 1 +#elif defined(__GNU__) +#define OS_HURD 1 #elif defined(__DragonFly__) #define OS_DRAGONFLY 1 #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) @@ -42,7 +44,7 @@ // For access to standard POSIX features, use OS_POSIX instead of a more // specific macro. -#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) +#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_HURD) || defined(OS_BSD) #define OS_POSIX 1 #endif --- ipc/chromium/src/base/platform_thread_posix.cc.original 2013-11-10 01:11:52.000000000 +0000 +++ ipc/chromium/src/base/platform_thread_posix.cc 2013-11-10 08:57:24.000000000 +0000 @@ -11,7 +11,7 @@ #include <mach/mach.h> #elif defined(OS_NETBSD) #include <lwp.h> -#elif defined(OS_LINUX) +#elif defined(OS_LINUX) && !defined(__GNU__) #include <sys/syscall.h> #include <sys/prctl.h> #elif defined(OS_FREEBSD) && !defined(__GLIBC__) @@ -48,7 +48,7 @@ mach_port_t port = mach_thread_self(); mach_port_deallocate(mach_task_self(), port); return port; -#elif defined(OS_LINUX) +#elif defined(OS_LINUX) && !defined(__GNU__) return syscall(__NR_gettid); #elif defined(OS_OPENBSD) || defined(__GLIBC__) return (intptr_t) (pthread_self()); @@ -104,7 +104,7 @@ // Note that glibc also has a 'pthread_setname_np' api, but it may not be // available everywhere and it's only benefit over using prctl directly is // that it can set the name of threads other than the current thread. -#if defined(OS_LINUX) +#if defined(OS_LINUX) && !defined(__GNU__) prctl(PR_SET_NAME, reinterpret_cast<uintptr_t>(name), 0, 0, 0); #elif defined(OS_NETBSD) pthread_setname_np(pthread_self(), "%s", (void *)name); --- ipc/chromium/src/base/dir_reader_posix.h.original 2013-11-10 09:19:07.000000000 +0000 +++ ipc/chromium/src/base/dir_reader_posix.h 2013-11-10 09:19:18.000000000 +0000 @@ -18,7 +18,7 @@ // seems worse than falling back to enumerating all file descriptors so we will // probably never implement this on the Mac. -#if defined(OS_LINUX) +#if defined(OS_LINUX) && !defined(__GNU__) #include "base/dir_reader_linux.h" #elif defined(OS_BSD) && !defined(__GLIBC__) #include "base/dir_reader_bsd.h" @@ -28,7 +28,7 @@ namespace base { -#if defined(OS_LINUX) +#if defined(OS_LINUX) && !defined(__GNU__) typedef DirReaderLinux DirReaderPosix; #elif defined(OS_BSD) && !defined(__GLIBC__) typedef DirReaderBSD DirReaderPosix;