[arch-dev-public] Please fixing and core rebuild (was: rebuilding the whole core repo)
Hi, this is a summary of the previous mails. The following list should be fixed by the corresponding package maintainer. Try to add license as well to those packages. If some packages not fixed since Saturday, I will do it on my own. After fixing I can rebuild the whole [core] on my own. It's not really much work, runs mostly alone. Ok, here comes the list: core/base packages: ------------------- e2fsprogs: makedepends on 'bc', which is in [extra] gcc-libs: ==> Starting build()... You need the de_DE locale to build gcc. ==> ERROR: Build Failed. Aborting... Jan mentioned it in another mail, so this is ok. glibc: failure on getting source, wrong: ftp://ftp.archlinux.org/other/glibc-patches-2.7-3.tar.bz2 right: ftp://ftp.archlinux.org/other/glibc/glibc-patches-2.7-3.tar.bz2 iputils: makedepends on 'jade', which is in [extra] kernel26: wrong md5sum for file config klibc-extras: failure on getting source, wrong: http://ftp.archlinux.org/other/klibc-extras/klibc-extras-2.3.tar.bz2 right: ftp://ftp.archlinux.org/other/klibc-extras/klibc-extras-2.3.tar.bz2 pacman: makedepend on 'doxygen', which is in [extra] reiserfsprogs: failure on getting source, connection timed out on server syslog-ng: makedepend on 'glib2', which is in [extra] vi: ----snip--- having patch file:7.1.147 having patch file:7.1.148 Number of patches does not match the patchlevel! Edit the PKGBUILD accordingly! ==> ERROR: Build Failed. Aborting... Jan mentioned it in the other email, too. core/lib packages: ------------------ everything builds fine core/devel pacakges: -------------------- fakeroot: source doesn't exists anymore on server gcc: libstdc++-man-4.2.0.tar.bz2 doesn't exists anymore on server core/support packages: ---------------------- bcm43xx-fwcutter: missing arch-tag in PKGBUILD capi4k-utils: compiling fails with errors, maybe of the new gcc/glibc gpm: compiling fails with errors, maybe of the new gcc/glibc madwifi-utils: depends on 'sharutils', which is in [extra] rt2x00-cvs: depends on command 'cvs', which is in [extra] wlan-ng26-utils: compiling fails with errors wlan-ng26: fails, because of missing -util package, see error above That is the list, could every maintainer of the package please have a look at those packages and add missing licenses if needed? On Saturday evening, I'm going to fix those PKGBUILDs on my own and start the first attempt for a complete [core] repo. Because of those dependencies of the packages which are in extra (and we don't want them in core), maybe I can build the dependencies with -b option in makeworld (I have tested it, it works). Any words against the whole process? Daniel
Am Thu, 8 Nov 2007 16:58:57 +0100 schrieb Daniel Isenmann <daniel.isenmann@gmx.de>:
glibc: failure on getting source, wrong: ftp://ftp.archlinux.org/other/glibc-patches-2.7-3.tar.bz2 right: ftp://ftp.archlinux.org/other/glibc/glibc-patches-2.7-3.tar.bz2
fixed with 2.7-5 update Andy
On Thu, 8 Nov 2007, Daniel Isenmann wrote:
gpm: compiling fails with errors, maybe of the new gcc/glibc
The compiling error is fixed. I've also added a patch for FS#8405. I haven't bumped the pkgrel as it'll be done in the core rebuild. Therefore, it'll need to be signed off to leave the testing repo. I've also readded eventlog to the repo (core/lib). BTW, it has libol as makedepends so we'll need to move it also to core (if we want all core packages to have their (make)depends in core). -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
I have made a few fixes, such as wrong source or missing arch-tag. Now the following PKGBUILDs have to fix, must be done from the maintatiner or other dev: core/base packages: ------------------- e2fsprogs: makedepends on 'bc', which is in [extra] iputils: makedepends on 'jade', which is in [extra] pacman: makedepend on 'doxygen', which is in [extra] reiserfsprogs: failure on getting source, connection timed out on server, anyone knows another server, haven't found one? vi: ----snip--- having patch file:7.1.147 having patch file:7.1.148 Number of patches does not match the patchlevel! Edit the PKGBUILD accordingly! ==> ERROR: Build Failed. Aborting... core/support packages: ---------------------- capi4k-utils: compiling fails with errors, maybe of the new gcc/glibc madwifi-utils: depends on 'sharutils', which is in [extra] rt2x00-cvs: depends on command 'cvs', which is in [extra] wlan-ng26-utils: compiling fails with errors wlan-ng26: fails, because of missing -util package, see error above For the missing deps of some packages, we can build it with "makepkg -b", but that's no real solution, just a workaround. Please fix the above PKGBUILDs. The core rebuild can only be started after the PKGBUILDs are fixed. Daniel
core/support packages: ---------------------- capi4k-utils: compiling fails with errors, maybe of the new gcc/glibc compile error: In file included from capifunc.c:42: capi20.h:65: error: expected declaration specifiers or '...' before 'size_t' capi20.h:67: error: expected declaration specifiers or '...' before 'size_t'
two lines of header that seem to not be conform with gcc anymore: char *capi20ext_get_tty_devname(unsigned applid, unsigned ncci, char *buf, size_t size); char *capi20ext_get_raw_devname(unsigned applid, unsigned ncci, char *buf, size_t size); anyone knows a quick fix? thanks greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
got a hint from isdn4linux guy from suse, now it works fixed -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Nov 12, 2007 1:08 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
two lines of header that seem to not be conform with gcc anymore: char *capi20ext_get_tty_devname(unsigned applid, unsigned ncci, char *buf, size_t size); char *capi20ext_get_raw_devname(unsigned applid, unsigned ncci, char *buf, size_t size);
anyone knows a quick fix?
try s/unsigned/unsigned int/
2007/11/12, Aaron Griffin <aaronmgriffin@gmail.com>:
On Nov 12, 2007 1:08 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
two lines of header that seem to not be conform with gcc anymore: char *capi20ext_get_tty_devname(unsigned applid, unsigned ncci, char *buf, size_t size); char *capi20ext_get_raw_devname(unsigned applid, unsigned ncci, char *buf, size_t size);
anyone knows a quick fix?
try s/unsigned/unsigned int/
it's already fixed. -- Roman Kyrylych (Роман Кирилич)
reiserfsprogs: failure on getting source, connection timed out on server, anyone knows another server, haven't found one? fixed
-- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
wlan-ng26-utils: compiling fails with errors wlan-ng26: fails, because of missing -util package, see error above fixed
-- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
rt2x00-cvs: depends on command 'cvs', which is in [extra] fixed
-- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
participants (6)
-
Aaron Griffin
-
Andreas Radke
-
Daniel Isenmann
-
Eric Belanger
-
Roman Kyrylych
-
Tobias Powalowski