From labs at parabola.nu Sun Jun 2 17:12:02 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 2 Jun 2013 10:12:02 -0700 Subject: [Dev] [Servers - Bug #344] (open) "Flag Package Out-of-Date" should be disposible just for specific Parabola repos Message-ID: Issue #344 has been reported by g.one. ---------------------------------------- Bug #344: "Flag Package Out-of-Date" should be disposible just for specific Parabola repos https://labs.parabola.nu/issues/344 Author: g.one Status: open Priority: bug Assignee: Category: Target version: The option "Flag Package Out-of-Date" on the website should be disposible just for specific Parabola repositories. The rest can be reported to archlinux.org (please specify this on the website). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From fauno at endefensadelsl.org Sun Jun 2 17:39:26 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 02 Jun 2013 14:39:26 -0300 Subject: [Dev] list needs more admins! Message-ID: <87y5asif8x.fsf@endefensadelsl.org> i you'd like to help with administration of this list, let me know -- http://endefensadelsl.org -------------- next part -------------- An embedded message was scrubbed... From: dev-owner at lists.parabolagnulinux.org Subject: Dev post from nobody at parabolagnulinux.org requires approval Date: Sun, 02 Jun 2013 17:16:50 +0000 Size: 2935 URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From labs at parabola.nu Mon Jun 3 08:12:12 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Mon, 3 Jun 2013 01:12:12 -0700 Subject: [Dev] [Servers - Bug #226] [parabolaweb] error when i try to flag out-of-date packages References: Message-ID: Issue #226 has been updated by g.one. You can close this bug. Now it works. ---------------------------------------- Bug #226: [parabolaweb] error when i try to flag out-of-date packages https://labs.parabola.nu/issues/226 Author: g.one Status: open Priority: bug Assignee: Category: Target version: When i tray to flag out-of-date packages i have this error:
Environment:


Request Method: POST
Request URL: http://parabolagnulinux.org/packages/libre/i686/iceweasel-libre/flag/

Django Version: 1.3.1
Python Version: 2.7.2
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.messages',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.sitemaps',
 'django.contrib.admin',
 'django.contrib.markup',
 'django.contrib.staticfiles',
 'south',
 'main',
 'mirrors',
 'news',
 'packages',
 'todolists',
 'devel',
 'public',
 'releng',
 'visualize',
 'retro']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.http.ConditionalGetMiddleware',
 'django.middleware.doc.XViewMiddleware')


Traceback:
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
  79.         response = view_func(request, *args, **kwargs)
File "/srv/http/web/packages/views/flag.py" in flag
  76.             perform_updates()
File "/usr/lib/python2.7/site-packages/django/db/transaction.py" in inner
  217.                 res = func(*args, **kwargs)
File "/srv/http/web/packages/views/flag.py" in perform_updates
  74.                 flag_request.save()
File "/usr/lib/python2.7/site-packages/django/db/models/base.py" in save
  460.         self.save_base(using=using, force_insert=force_insert, force_update=force_update)
File "/usr/lib/python2.7/site-packages/django/db/models/base.py" in save_base
  553.                     result = manager._insert(values, return_id=update_pk, using=using)
File "/usr/lib/python2.7/site-packages/django/db/models/manager.py" in _insert
  195.         return insert_query(self.model, values, **kwargs)
File "/usr/lib/python2.7/site-packages/django/db/models/query.py" in insert_query
  1436.     return query.get_compiler(using=using).execute_sql(return_id)
File "/usr/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
  791.         cursor = super(SQLInsertCompiler, self).execute_sql(None)
File "/usr/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
  735.         cursor.execute(sql, params)
File "/usr/lib/python2.7/site-packages/django/db/backends/util.py" in execute
  34.             return self.cursor.execute(sql, params)
File "/usr/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py" in execute
  44.             return self.cursor.execute(query, args)

Exception Type: IntegrityError at /packages/libre/i686/iceweasel-libre/flag/
Exception Value: null value in column "ip_address" violates not-null constraint


-- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Mon Jun 3 12:56:00 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Mon, 3 Jun 2013 05:56:00 -0700 Subject: [Dev] [Servers - Bug #226] (fixed) [parabolaweb] error when i try to flag out-of-date packages References: Message-ID: Issue #226 has been updated by fauno. Status changed from open to fixed Assignee set to fauno fixed. the problem wasn't on parabolaweb but nginx. since fascgi_params weren't being included on the parabolaweb server block, nginx wasn't passing the remote_addr field to parabolaweb, so it received empty. when i included the fastcgi_params file the url request wasn't correct so i ended up just declaring remote_addr as 127.0.0.1 for both the server block and the fastcgi_params. now no cgi receives the remote address either :) ---------------------------------------- Bug #226: [parabolaweb] error when i try to flag out-of-date packages https://labs.parabola.nu/issues/226 Author: g.one Status: fixed Priority: bug Assignee: fauno Category: Target version: When i tray to flag out-of-date packages i have this error:
Environment:


Request Method: POST
Request URL: http://parabolagnulinux.org/packages/libre/i686/iceweasel-libre/flag/

Django Version: 1.3.1
Python Version: 2.7.2
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.messages',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.sitemaps',
 'django.contrib.admin',
 'django.contrib.markup',
 'django.contrib.staticfiles',
 'south',
 'main',
 'mirrors',
 'news',
 'packages',
 'todolists',
 'devel',
 'public',
 'releng',
 'visualize',
 'retro']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.http.ConditionalGetMiddleware',
 'django.middleware.doc.XViewMiddleware')


Traceback:
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
  79.         response = view_func(request, *args, **kwargs)
File "/srv/http/web/packages/views/flag.py" in flag
  76.             perform_updates()
File "/usr/lib/python2.7/site-packages/django/db/transaction.py" in inner
  217.                 res = func(*args, **kwargs)
File "/srv/http/web/packages/views/flag.py" in perform_updates
  74.                 flag_request.save()
File "/usr/lib/python2.7/site-packages/django/db/models/base.py" in save
  460.         self.save_base(using=using, force_insert=force_insert, force_update=force_update)
File "/usr/lib/python2.7/site-packages/django/db/models/base.py" in save_base
  553.                     result = manager._insert(values, return_id=update_pk, using=using)
File "/usr/lib/python2.7/site-packages/django/db/models/manager.py" in _insert
  195.         return insert_query(self.model, values, **kwargs)
File "/usr/lib/python2.7/site-packages/django/db/models/query.py" in insert_query
  1436.     return query.get_compiler(using=using).execute_sql(return_id)
File "/usr/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
  791.         cursor = super(SQLInsertCompiler, self).execute_sql(None)
File "/usr/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
  735.         cursor.execute(sql, params)
File "/usr/lib/python2.7/site-packages/django/db/backends/util.py" in execute
  34.             return self.cursor.execute(sql, params)
File "/usr/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py" in execute
  44.             return self.cursor.execute(query, args)

Exception Type: IntegrityError at /packages/libre/i686/iceweasel-libre/flag/
Exception Value: null value in column "ip_address" violates not-null constraint


-- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From mono at posteo.de Mon Jun 3 19:21:18 2013 From: mono at posteo.de (Mono) Date: Mon, 03 Jun 2013 21:21:18 +0200 Subject: [Dev] Gnome Epiphany Google Message-ID: <184f26bcf60d8b4a245aa50c5b5897e9@posteo.de> Hallo, am very new to Parabola, just installed it on a rather old MacBook2,1 and it looks amazingly nice to me. Thanks everyone for the good work! I noticed though there might be something to do on the default web browser that comes with Gnome. In contrast to IceCat and Iceweasel which use DuckDuckGo for searching Epiphany uses Google. I just thought i'd send this message, maybe you put that on the todo list, or reject it. greets Mono From labs at parabola.nu Tue Jun 4 03:28:38 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Mon, 3 Jun 2013 20:28:38 -0700 Subject: [Dev] [Libretools - Bug #314] have per-user staging dirs to support concurrent librerelease runs References: Message-ID: Issue #314 has been updated by lukeshu. Without resorting to extreme trickery in librerelease, this needs to be done in dbscripts. ---------------------------------------- Bug #314: have per-user staging dirs to support concurrent librerelease runs https://labs.parabola.nu/issues/314 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: don't break and confuse parabolers Example cases when it's needed: * Alice uploads a new KDE release, after hours of uploading kdeartwork-wallpapers the network breaks, Bob runs librerelease on a single small package, db-update removes kdeartwork-wallpapers, Alice spends hours resending it. * Alice uploads packages while new ones are building, rsync uploads some found after the signing is done, Bob uploads another package and db-update run by Bob fails due to missing signatures for Alice's packages. There are more specific bugs in these cases and it's possible for others to be found. All of them involve different users running librerelease and db-update, so using a different staging directory for each user and making db-update run on only one such staging directory would solve them and doesn't need more complex changes. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 6 03:17:00 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 5 Jun 2013 20:17:00 -0700 Subject: [Dev] [Libretools - Bug #260] (fixed) [librerelease] clean $chrootdir/repo after uploading References: Message-ID: Issue #260 has been updated by lukeshu. Status changed from open to fixed % Done changed from 0 to 100 This has been accomplished by adding HOOKPOSTRELEASE. ---------------------------------------- Bug #260: [librerelease] clean $chrootdir/repo after uploading https://labs.parabola.nu/issues/260 Author: lukeshu Status: fixed Priority: feature Assignee: Category: Target version: don't break and confuse parabolers This can be done with `librechroot -C` -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 6 03:17:12 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 5 Jun 2013 20:17:12 -0700 Subject: [Dev] [Libretools - Bug #127] (fixed) [fullpkg] illegal options passed to libremakepkg References: Message-ID: Issue #127 has been updated by lukeshu. Status changed from open to fixed % Done changed from 0 to 100 ---------------------------------------- Bug #127: [fullpkg] illegal options passed to libremakepkg https://labs.parabola.nu/issues/127 Author: lluvia Status: fixed Priority: bug Assignee: Category: Target version: don't break and confuse parabolers I always obtain these notifications when running fullpkg
[...]

==> Building packages
/home/lluvia/Compiling/libretools/libremakepkg: illegal option -- m
/home/lluvia/Compiling/libretools/libremakepkg: illegal option -- L
/home/lluvia/Compiling/libretools/libremakepkg: illegal option -- M
/home/lluvia/Compiling/libretools/libremakepkg: illegal option -- -
/home/lluvia/Compiling/libretools/libremakepkg: illegal option -- M
/home/lluvia/Compiling/libretools/libremakepkg: illegal option -- -
==> Checking PKGBUILD for non-free issues
/home/lluvia/Compiling/libretools/pkgbuild-check-nonfree: line 165: error: command not found
==> Downloading the blacklist of proprietary software packages.
[...]
-- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 6 03:17:38 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 5 Jun 2013 20:17:38 -0700 Subject: [Dev] [Libretools - Bug #343] (fixed) [librechroot] Documentation about options -C and -M References: Message-ID: Issue #343 has been updated by lukeshu. Status changed from open to fixed % Done changed from 0 to 100 I've added more info to the documentation. ---------------------------------------- Bug #343: [librechroot] Documentation about options -C and -M https://labs.parabola.nu/issues/343 Author: alfplayer Status: fixed Priority: bug Assignee: Category: Target version: Following the comment https://labs.parabola.nu/issues/323#note-8, I do not find these documented and I don't think they are obvious. * If the arguments to this options are relative to the root of the host or the root of the chroot. * The default values of these two options. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 6 03:26:34 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 5 Jun 2013 20:26:34 -0700 Subject: [Dev] [Libretools - Bug #46] Sourcing PKGBUILDs might change variables used References: Message-ID: Issue #46 has been updated by lukeshu. Definitely source makepkg.conf (actually, load_files makepkg) if we need to set CARCH. But is setting CARCH important? Also, as far as exporting arrays from a subshell:
eval "$(. FILE &>/dev/null; declare -ap VARNAME)"
Other than the possibility of FILE having side-effects, I believe that the only caveat to that is that if it is done in a function, it will be local to that function. ---------------------------------------- Bug #46: Sourcing PKGBUILDs might change variables used https://labs.parabola.nu/issues/46 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: E.g. toru used _repo while a PKGBUILD changed the value of this variable, making fullpkg ignore dependencies from the community repo. There should be another solution which wouldn't lead to difficult to debug problems. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 6 13:02:58 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Thu, 6 Jun 2013 06:02:58 -0700 Subject: [Dev] [Loongson 2F (mips64el) - Bug #153] Make new base tarball References: Message-ID: Issue #153 has been updated by mtjm. Priority changed from bug to critical Start date changed from 07/31/2012 to 07/15/2013 At least some of the problems in the https://lists.parabolagnulinux.org/pipermail/assist/2013-June/thread.html#144 thread should be solved in a new base tarball. I think we should do the sbin -> bin move first. ---------------------------------------- Bug #153: Make new base tarball https://labs.parabola.nu/issues/153 Author: mtjm Status: open Priority: critical Assignee: mtjm Category: Target version: First update glibc to one using /usr/lib, update pacman to verify signatures and update all packages that would be in the tarball. Maybe check if recent Arch installation changes can help simplify librebasebuilder. (Using the bug priority since the recent changes make updating more difficult.) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 6 13:25:31 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Thu, 6 Jun 2013 06:25:31 -0700 Subject: [Dev] [Libretools - Bug #46] Sourcing PKGBUILDs might change variables used References: Message-ID: Issue #46 has been updated by mtjm. > But is setting CARCH important? We remove some pkgname array entries depending on CARCH, so setting CARCH affects what toru finds. It is more important in scripts like fullpkg: we add and remove dependencies, changing build orders. ---------------------------------------- Bug #46: Sourcing PKGBUILDs might change variables used https://labs.parabola.nu/issues/46 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: E.g. toru used _repo while a PKGBUILD changed the value of this variable, making fullpkg ignore dependencies from the community repo. There should be another solution which wouldn't lead to difficult to debug problems. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From info at pablorizzo.com Thu Jun 6 17:37:25 2013 From: info at pablorizzo.com (Pablo Manuel Rizzo) Date: Thu, 6 Jun 2013 14:37:25 -0300 Subject: [Dev] ARM Message-ID: Buenas, creo que ya pregunt? esto, pero en fin... quiz? hubo alg?n avance. Quiero comprar una tablet android y liberarla lo mas posible, si funciona Parabola mejor, si no Arch, pero alguien sabe qu? tablet se puede usar y c?mo instalarla? O tienen alguna referencia a alguien que lo haya hecho, o alg?n proyecto espec?fico? Quisiera eliminar completametne el android y usar solo gnu/linux, como hac?a con las viejas pocketpc pero con la potencia de las nuevas tablets. Idealmente me gustar?a una como estas: https://dx.com/p/jxd-s18-4-3-resistive-screen-android-4-0-mini-pad-tablet-pc-w-tf-wi-fi-g-sensor-black-161536 https://dx.com/p/vido-n70s-dual-core-7-capacitive-screen-android-4-1-1-tablet-pc-w-wi-fi-tf-hdmi-white-179472 Saludos! -- Pablo Manuel Rizzo ------------------------------- http://pablorizzo.com ------------------------------- From fauno at kiwwwi.com.ar Thu Jun 6 22:14:22 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Thu, 06 Jun 2013 19:14:22 -0300 Subject: [Dev] ARM In-Reply-To: References: Message-ID: <87fvwulwe9.fsf@endefensadelsl.org> Pablo Manuel Rizzo writes: > Buenas, creo que ya pregunt? esto, pero en fin... quiz? hubo alg?n > avance. Quiero comprar una tablet android y liberarla lo mas posible, > si funciona Parabola mejor, si no Arch, pero alguien sabe qu? tablet > se puede usar y c?mo instalarla? O tienen alguna referencia a alguien > que lo haya hecho, o alg?n proyecto espec?fico? Quisiera eliminar > completametne el android y usar solo gnu/linux, como hac?a con las > viejas pocketpc pero con la potencia de las nuevas tablets. Idealmente > me gustar?a una como estas: > > https://dx.com/p/jxd-s18-4-3-resistive-screen-android-4-0-mini-pad-tablet-pc-w-tf-wi-fi-g-sensor-black-161536 > > https://dx.com/p/vido-n70s-dual-core-7-capacitive-screen-android-4-1-1-tablet-pc-w-wi-fi-tf-hdmi-white-179472 > > Saludos! por ahora nadie esta trabajando en arm porque no tenemos los dispositivos para laburar. yo tenia un ereader arm pero me lo robaron justo cuando estaba a punto de probar cambiarle el sistema a un debian que me pas? un alem?n... por lo que estuve viendo el problema principal son los bootloaders y el kernel, el fabricante los pone en un blob en la flash y no se puede modificar a riesgo de brickear el aparato. igual creo que el tema con android lo tienen mas resuelto porque la comunidad esta preparada para hacer otros compromisos :P volviendo a parabola, ya que existe archlinux arm, ser?a cosa de tomar sus repositorios y hacer el mismo laburo que hacemos ahora para i686 y x86_64. -- http://endefensadelsl.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From lukeshu at sbcglobal.net Fri Jun 7 03:05:29 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Thu, 06 Jun 2013 21:05:29 -0600 Subject: [Dev] libretools 20130605.1 release anouncement [libre] Message-ID: <871u8epqme.wl%lukeshu@sbcglobal.net> Last night I pushed libretools 20130605.1 to [libre]. Things you will NEED to do: 1. Merge /etc/libretools.conf{,.pacnew} The defaults in the new file are good. 2. Set GPGKEY in /etc/makepkg.conf or the environment This replaces SIGID from /etc/libretools.conf 3. Add 'repo' to your ~/.ssh/config Get the details from /etc/libretools.conf This replaces the 'parabola' host, you can just rename it. If you want more details, read on. ------------------------------------------------------------------------------ I can read `command -h`, just give me a few more key points. ------------------------------------------------------------------------------ The `librerelease` command by default runs `sudo librechroot clean-repo` after releasing the packages. If you don't want this, change HOOKPOSTRELEASE in libretools.conf. The `libremakepkg` command dissables networking during build() and package(). This is a feature (though ATM it breaks distcc, we're working on that). If you build a package that fetches the source from version control, you should be using librefetch instead. To use `librefetch`, do something like this: source=("libre://$pkgname-$pkgver.tar.gz") mksource=("git://.../$pkgname.git#tag=$pkgver") Then run `librefetch -g >> PKGBUILD`, then `makepkg -g >> PKGBUILD. You can manipulate the source before it is tar'ed up by adding an mksource() function. ------------------------------------------------------------------------------ I want a full release announcment. ------------------------------------------------------------------------------ The prior version of libretools depended on and was tightly coupled with devtools. libretools now bundles it's own (patched) version of devtools to be rid of this fragile dependency. There was also a lot of cleanup, several tools were removed, added, or re-written. - Tools that were removed: - abslibre-commit: just use `git commit` - buildenv - is_unfree - lb - librecommit: just use `git commit` - librediff: just use `diff` - libremkchroot: use `librechroot make` - librerepkg: This and 'rePKGBUILD's have been deprecated. - updateabslibre: Just use `git pull` - update-cleansystem: No longer nescessary - Tools that moved to libretools-mips64el - add-mips64el - librebasebuilder - mips-add - mipsrelease - Tools that were adopted from devtools: - mkarchroot => archroot: adapted version of mkarchroot - checkpkg: helps compare a new package to the version on repos - finddeps - find-libdeps - find-libprovides - lddd - Tools that are new: - libreblacklist: Is to blacklist.txt what libremessages is to messages - librefetch: Automates mksource/SRCBUILD source generation/fetching - librelib: for internal use by libretools - pkgbuild-check-licenses: checks the license arrays of PKGBUILDs Now, for changes (as opposed to additions and subtractions). There are so many bugfixes that if I listed them all, you would wonder that the old version ever worked at all. I put a ton of work into making things detect, and have reasonable defaults. You shouldn't need to make any changes to the default libretools.conf! The chroot system ----------------- The whole chroot system changed significantly: - Read `librechroot help`, it explains a ton. - The archroot version was bumped from 2 to 3, so existing chroots will have to be rebuilt (or you could bump the version, but if you can do that, you don't need to be reading this). - The chroot tools are configured in /etc/libretools.d/chroot.conf or ~/.config/libretools/chroot.conf. About libremakepkg specifically: - Look at `librechroot -h` for invocation. - The advantage of libremakepkg, as opposed to plain makepkg, is that it takes a few extra steps to ensure the quality of the package: - Removes packages that aren't dependencies or in 'base-devel', to ensure no unintended deps. - Disables networking during build() and package() - Has hooks to examine the PKGBUILD, source directory, and final package; though these are currently under-utilized, and it only runs `pkgbuild-check-nonfree`. - It will automatically add packages built to a local pacman repository, so that they can be used as dependencies for other packages that you are building. The local repository is at `/repo` in the chroot. - It works from inside of the chroot! Fauno will be happy. Notes about using it from inside of a chroot: - It will fail at adding the packages to the local repository unless `PKGDEST=/pkgdest` and `SRCDEST=/srcdest`.[0] effort this will take to fix; the relevent - It still must be run with `sudo`, but the user you run it with will properly own the files. - I haven't written anything to help you set up a user in the chroot. librefetch ---------- librefetch streamlines creating packages that require a mksource() function or a SRCBUILD. Specifying a "libre://filename.tar.gz" URL in source=() causes it to try downloading an already-built sourceball, and if it doesn't exist to run SRCBUILD or mksource() automagically. It's really neat and convienient; now one can build the source and the package with one call to `makepkg`. Getting help ------------ Any flags or options that aren't well explaind in the help output of the command may be considered a bug, please report it (see below). You can get help from the Parabola wiki's package maintainer guide: https://wiki.parabolagnulinux.org/Package_maintainer_guide Or this mailing list: (put "[libretools] in the subject to get my attention) dev at list.parabolagnulinux.org Or the #parabola IRC channel: irc://chat.freenode.net#parabola Put 'lukeshu' to get my attention, however, right now I can only get on in evenings, so it might be a while before I reply. Also, I only speak English (dumb American). Reporting bugs -------------- Please report bugs at https://labs.parabola.nu/projects/libretools/issues It also works to complain at 'lukeshu' on the #parabola IRC channel. However, right now I can only get on in evenings, so it might be a while before I reply. Also, I only speak English (dumb American). Happy hacking, ~ Luke Shumaker [0] I'm not sure how much effort this would be to fix. The relevent function is `chroot_add_to_local_repo()` in `makechrootpkg.sh`. From fauno at kiwwwi.com.ar Fri Jun 7 03:12:33 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Fri, 07 Jun 2013 00:12:33 -0300 Subject: [Dev] libretools 20130605.1 release anouncement [libre] In-Reply-To: <871u8epqme.wl%lukeshu@sbcglobal.net> References: <871u8epqme.wl%lukeshu@sbcglobal.net> Message-ID: <87ppvyk40u.fsf@endefensadelsl.org> "Luke T. Shumaker" writes: > The `librerelease` command by default runs > `sudo librechroot clean-repo` after releasing the packages. If you > don't want this, change HOOKPOSTRELEASE in libretools.conf. does it use the chcleanup logic? in that case it should be run before makepkg. i haven't had time to review your changes yet :c -- http://endefensadelsl.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From labs at parabola.nu Fri Jun 7 03:12:39 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Thu, 6 Jun 2013 20:12:39 -0700 Subject: [Dev] [Libretools - Bug #345] (open) [libremakepkg] Breaks distcc Message-ID: Issue #345 has been reported by lukeshu. ---------------------------------------- Bug #345: [libremakepkg] Breaks distcc https://labs.parabola.nu/issues/345 Author: lukeshu Status: open Priority: bug Assignee: Category: Target version: don't break and confuse parabolers Because networking is disabled during build(), distcc cannot run. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From lukeshu at sbcglobal.net Fri Jun 7 03:19:34 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Thu, 06 Jun 2013 21:19:34 -0600 Subject: [Dev] libretools 20130605.1 release anouncement [libre] In-Reply-To: <87ppvyk40u.fsf@endefensadelsl.org> References: <871u8epqme.wl%lukeshu@sbcglobal.net> <87ppvyk40u.fsf@endefensadelsl.org> Message-ID: <87y5amobeh.wl%lukeshu@sbcglobal.net> At Fri, 07 Jun 2013 00:12:33 -0300, Nicol?s Reynolds wrote: > "Luke T. Shumaker" writes: > > > The `librerelease` command by default runs > > `sudo librechroot clean-repo` after releasing the packages. If you > > don't want this, change HOOKPOSTRELEASE in libretools.conf. > > does it use the chcleanup logic? in that case it should be run before > makepkg. > > i haven't had time to review your changes yet :c Yes, libremakepkg unconditionally runs chcleanup. Happy hacking, ~ Luke Shumaker From labs at parabola.nu Fri Jun 7 08:56:31 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 7 Jun 2013 01:56:31 -0700 Subject: [Dev] [Libretools - Bug #20] [fullpkg-find] rewrite order creation References: Message-ID: Issue #20 has been updated by mtjm. Assignee set to mtjm Priority changed from wish to bug Start date changed from 02/27/2012 to 07/15/2013 I believe it's more important than a "wish" and I can do it (not before exams). This occurred recently: a new ruby version with new soname was available, and a new graphviz version. This is the dependency graph:
graphviz -> ruby -> graphviz
fullpkg decided to build graphviz first, then ruby, thus making the graphviz Ruby binding not work: it needed the version of ruby available when it was built. Running fullpkg on ruby instead of graphviz would make the other order, so it cannot be decided correctly by the script. I believe this should be decided manually by the user, with fullpkg detecting the cycle and failing. (The real solution in this case was to build ruby ignoring the graphviz update, or build graphviz twice, releasing the new one only.) Other situation where this is useful:
a -> b -> d
a -> c
if d fails to build, it's still possible to build c, fullpkg currently won't do it. ---------------------------------------- Bug #20: [fullpkg-find] rewrite order creation https://labs.parabola.nu/issues/20 Author: mtjm Status: open Priority: bug Assignee: mtjm Category: Target version: Use a depth first search of a directed acyclic graph (while checking that it has no cycles). Don't assume that it's a tree (it isn't, there are examples for this in abslibre-mips64el), don't count depths in the graph (they are useful only when showing it, but this assumes it being a tree). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Fri Jun 7 20:23:44 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 7 Jun 2013 13:23:44 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #346] (open) Abiword-libre needs to be rebuilt against libpng16 Message-ID: Issue #346 has been reported by israfel. ---------------------------------------- Bug #346: Abiword-libre needs to be rebuilt against libpng16 https://labs.parabola.nu/issues/346 Author: israfel Status: open Priority: bug Assignee: Category: Target version: Should be self-explanatory. When trying to run abiword, I get: abiword: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 8 03:07:10 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 7 Jun 2013 20:07:10 -0700 Subject: [Dev] [Libretools - Bug #347] (open) [librerelease] pinentry-curses breaks terminal Message-ID: Issue #347 has been reported by fauno. ---------------------------------------- Bug #347: [librerelease] pinentry-curses breaks terminal https://labs.parabola.nu/issues/347 Author: fauno Status: open Priority: bug Assignee: Category: Target version: don't break and confuse parabolers if you are using gnupg2 with pinentry-curses for password input, when using librerelease without a cached password, terminal output breaks because of the usage of `read` in the find packages | while read { sign }. usually i solve this by using `for package in $(find packages)`, that doesn't capture user input, but i tried this and it also breaks the output (!). librerelease should also fail if the sign_packages function doesn't exit succesfully, since it leads to uploading unsigned packages, failed db-update server-side and having to librestage all over again. i'm pushing a fix for this. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 8 03:12:00 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 7 Jun 2013 20:12:00 -0700 Subject: [Dev] [Libretools - Bug #347] [librerelease] pinentry-curses breaks terminal References: Message-ID: Issue #347 has been updated by fauno. 8fb79bc contains the fix i mentioned ---------------------------------------- Bug #347: [librerelease] pinentry-curses breaks terminal https://labs.parabola.nu/issues/347 Author: fauno Status: open Priority: bug Assignee: Category: Target version: don't break and confuse parabolers if you are using gnupg2 with pinentry-curses for password input, when using librerelease without a cached password, terminal output breaks because of the usage of `read` in the find packages | while read { sign }. usually i solve this by using `for package in $(find packages)`, that doesn't capture user input, but i tried this and it also breaks the output (!). librerelease should also fail if the sign_packages function doesn't exit succesfully, since it leads to uploading unsigned packages, failed db-update server-side and having to librestage all over again. i'm pushing a fix for this. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From nobody at parabolagnulinux.org Sun Jun 2 17:16:47 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Sun, 02 Jun 2013 17:16:47 -0000 Subject: [Dev] Orphan Pcr package [package-query] marked out-of-date Message-ID: <20130602171647.13498.64314@rshg054.dnsready.net> theguestone at gmail.com wants to notify you that the following packages may be out-of-date: * package-query 1.1-2 [pcr] (i686): https://parabolagnulinux.org/packages/pcr/i686/package-query/ * package-query 1.1-2 [pcr] (x86_64): https://parabolagnulinux.org/packages/pcr/x86_64/package-query/ The user provided the following additional text: 1.2 is out From nobody at parabolagnulinux.org Sun Jun 9 11:39:28 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Sun, 09 Jun 2013 11:39:28 -0000 Subject: [Dev] Orphan Libre package [cdrkit-libre] marked out-of-date Message-ID: <20130609113928.2481.77185@rshg054.dnsready.net> alonivtsan at gmail.com wants to notify you that the following packages may be out-of-date: * cdrkit-libre 1.1.11-2 [connos] (i586): https://parabolagnulinux.org/packages/connos/i586/cdrkit-libre/ * cdrkit-libre 1.1.11-3 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/cdrkit-libre/ * cdrkit-libre 1.1.11-2.4 [libre] (mips64el): https://parabolagnulinux.org/packages/libre/mips64el/cdrkit-libre/ * cdrkit-libre 1.1.11-2.4 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/cdrkit-libre/ The user provided the following additional text: x86_64 version of cdrkit-libre resides in /usr/sbin/ and thus prevents filesystem upgrade. From nobody at parabolagnulinux.org Sun Jun 9 11:41:20 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Sun, 09 Jun 2013 11:41:20 -0000 Subject: [Dev] Orphan Libre package [grub-legacy] marked out-of-date Message-ID: <20130609114120.5905.53236@rshg054.dnsready.net> alonivtsan at gmail.com wants to notify you that the following packages may be out-of-date: * grub-legacy 0.97-25 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/grub-legacy/ * grub-legacy 0.97-24 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/grub-legacy/ The user provided the following additional text: grub-legacy on x86_64 resides in /sbin/ and /bin and thus prevents upgrading filesystem. From nobody at parabolagnulinux.org Sun Jun 9 16:41:01 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Sun, 09 Jun 2013 16:41:01 -0000 Subject: [Dev] Orphan Community package [minetest] marked out-of-date Message-ID: <20130609164101.11804.20189@rshg054.dnsready.net> vicente at solognu.com wants to notify you that the following packages may be out-of-date: * minetest 0.4.6-1 [community] (i686): https://parabolagnulinux.org/packages/community/i686/minetest/ * minetest 0.4.6-1 [community] (x86_64): https://parabolagnulinux.org/packages/community/x86_64/minetest/ The user provided the following additional text: upstream archlinux -> https://www.archlinux.org/packages/community/x86_64/minetest/ From jorgean at lavabit.com Sun Jun 9 17:37:46 2013 From: jorgean at lavabit.com (Jorge Araya Navarro) Date: Sun, 09 Jun 2013 11:37:46 -0600 Subject: [Dev] Orphan Community package [minetest] marked out-of-date In-Reply-To: <20130609164101.11804.20189@rshg054.dnsready.net> References: <20130609164101.11804.20189@rshg054.dnsready.net> Message-ID: <1370799466.2517.0.camel@localhost.localdomain> El dom, 09-06-2013 a las 16:41 +0000, Parabola Website Notification escribi?: > vicente at solognu.com wants to notify you that the following packages may be out-of-date: > > > * minetest 0.4.6-1 [community] (i686): https://parabolagnulinux.org/packages/community/i686/minetest/ > * minetest 0.4.6-1 [community] (x86_64): https://parabolagnulinux.org/packages/community/x86_64/minetest/ > > > The user provided the following additional text: > > upstream archlinux -> https://www.archlinux.org/packages/community/x86_64/minetest/ > > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev > > ____________________________________________________________________________________ > Your personal email. Anytime, anywhere. > Ridiculously affordable at $19.95. No contracts. > http://www.getpeek.com/lavabit.html > ____________________________________________________________________________________ Such game should be update when parabola syncs its repository with the repository from Arch :) From theguestone at gmail.com Sun Jun 9 17:57:07 2013 From: theguestone at gmail.com (Guest One) Date: Sun, 9 Jun 2013 19:57:07 +0200 Subject: [Dev] Orphan Community package [minetest] marked out-of-date In-Reply-To: <1370799466.2517.0.camel@localhost.localdomain> References: <20130609164101.11804.20189@rshg054.dnsready.net> <1370799466.2517.0.camel@localhost.localdomain> Message-ID: Please give some love to this bug https://labs.parabola.nu/issues/344 to solve situations like this. On Sun, Jun 9, 2013 at 7:37 PM, Jorge Araya Navarro wrote: > El dom, 09-06-2013 a las 16:41 +0000, Parabola Website Notification > escribi?: > > vicente at solognu.com wants to notify you that the following packages may > be out-of-date: > > > > > > * minetest 0.4.6-1 [community] (i686): > https://parabolagnulinux.org/packages/community/i686/minetest/ > > * minetest 0.4.6-1 [community] (x86_64): > https://parabolagnulinux.org/packages/community/x86_64/minetest/ > > > > > > The user provided the following additional text: > > > > upstream archlinux -> > https://www.archlinux.org/packages/community/x86_64/minetest/ > > > > _______________________________________________ > > Dev mailing list > > Dev at lists.parabolagnulinux.org > > https://lists.parabolagnulinux.org/mailman/listinfo/dev > > > > > ____________________________________________________________________________________ > > Your personal email. Anytime, anywhere. > > Ridiculously affordable at $19.95. No contracts. > > http://www.getpeek.com/lavabit.html > > > ____________________________________________________________________________________ > > Such game should be update when parabola syncs its repository with the > repository from Arch :) > > > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fauno at kiwwwi.com.ar Sun Jun 9 18:03:51 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 09 Jun 2013 15:03:51 -0300 Subject: [Dev] Orphan Libre package [cdrkit-libre] marked out-of-date In-Reply-To: <20130609113928.2481.77185@rshg054.dnsready.net> References: <20130609113928.2481.77185@rshg054.dnsready.net> Message-ID: <87hah7f9fc.fsf@endefensadelsl.org> Parabola Website Notification writes: > alonivtsan at gmail.com wants to notify you that the following packages may be out-of-date: > The user provided the following additional text: > > x86_64 version of cdrkit-libre resides in /usr/sbin/ and thus prevents filesystem upgrade. i upgraded the pkgbuild, it just needs a x86_64 packager -- http://endefensadelsl.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at kiwwwi.com.ar Sun Jun 9 18:04:06 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 09 Jun 2013 15:04:06 -0300 Subject: [Dev] Orphan Libre package [grub-legacy] marked out-of-date In-Reply-To: <20130609114120.5905.53236@rshg054.dnsready.net> References: <20130609114120.5905.53236@rshg054.dnsready.net> Message-ID: <87ehcbf9ex.fsf@endefensadelsl.org> Parabola Website Notification writes: > alonivtsan at gmail.com wants to notify you that the following packages may be out-of-date: > > > * grub-legacy 0.97-25 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/grub-legacy/ > * grub-legacy 0.97-24 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/grub-legacy/ > > > The user provided the following additional text: > > grub-legacy on x86_64 resides in /sbin/ and /bin and thus prevents upgrading filesystem. same here -- http://endefensadelsl.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From labs at parabola.nu Sun Jun 9 18:24:13 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 9 Jun 2013 11:24:13 -0700 Subject: [Dev] [Libretools - Bug #345] [libremakepkg] Breaks distcc References: Message-ID: Issue #345 has been updated by lukeshu. % Done changed from 0 to 50 The temporary fix was to add an -N flag to enable networking during build() and package(). https://projects.parabolagnulinux.org/packages/libretools.git/commit/?id=724cc90d771d840c4579e3b2443cad21fd6fe231 I've "implemented 'distcc-tool'":https://projects.parabolagnulinux.org/packages/libretools.git/commit/?id=f6f0731eecd61783a8b907fc0c40ccefce177869, which can be used to tunnel distcc out. I haven't integrated it with libremakepkg yet. It is used like this:
host# distcc-tool odaemon /path/to/chroot &
chroot$ distcc-tool idaemon "$DISTCC_HOSTS" &
chroot$ DISTCC_HOSTS="$(distcc-tool rewrite "$DISTCC_HOSTS")"
The only dependency that isn't in base-devel is 'socat'. ---------------------------------------- Bug #345: [libremakepkg] Breaks distcc https://labs.parabola.nu/issues/345 Author: lukeshu Status: open Priority: bug Assignee: Category: Target version: don't break and confuse parabolers Because networking is disabled during build(), distcc cannot run. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From tct at ceata.org Tue Jun 11 13:36:14 2013 From: tct at ceata.org (Tiberiu C. Turbureanu) Date: Tue, 11 Jun 2013 16:36:14 +0300 Subject: [Dev] Parabola ISO mirror Message-ID: <86d6f48b93004e3d1d8686152be68aa3@ceata.org> Hi, My organization would like to set up a mirror for the ISO images of Parabola. AFAIK, these are spread among the directories /iso, /isos and /mips64el at repo.parabolagnulinux.org. Searching on the wiki, I didn't find any rsync server listed, just a Python script for downloading the package archives for different architectures. [1] [1] https://wiki.parabolagnulinux.org/Creating_a_mirror My organization doesn't have enough space on disk to be able to provide an archives mirror, but can provide an ISO mirror. I tried to recursively download the files and directories in /iso at repo.parabolagnulinux.org with wget, but it doesn't work (probably because of the robots.txt). Could you please tell me how to download [and update] all ISO images for Parabola? Thanks, -- Tiberiu C. Turbureanu Pre?edinte, Funda?ia Ceata Telefon: +40-761-810-100 GPG: 8B51 53CB 354E 3049 FAE9 3260 F033 8452 4154 1967 Sus?ii libertatea artelor ?i tehnologiilor? ?nscrie-te ca membru! (http://ceata.org/inscrieri) From mtjm at mtjm.eu Tue Jun 11 14:02:53 2013 From: mtjm at mtjm.eu (=?utf-8?Q?Micha=C5=82_Mas=C5=82owski?=) Date: Tue, 11 Jun 2013 16:02:53 +0200 Subject: [Dev] Parabola ISO mirror In-Reply-To: <86d6f48b93004e3d1d8686152be68aa3@ceata.org> (Tiberiu C. Turbureanu's message of "Tue, 11 Jun 2013 16:36:14 +0300") References: <86d6f48b93004e3d1d8686152be68aa3@ceata.org> Message-ID: <8761xkd9te.fsf@mtjm.eu> > My organization would like to set up a mirror for the ISO images of > Parabola. AFAIK, these are spread among the directories /iso, /isos > and /mips64el at repo.parabolagnulinux.org. Skip /mips64el: of the recent bases only the torrent file is available, it doesn't need much bandwidth. Many ISOs are too old for installation of new systems, they aren't needed, the directory structure is unclear. > Could you please tell me how to download [and update] all ISO images > for Parabola? ISO mirrors listed at https://wiki.parabolagnulinux.org/Get_Parabola have varied directory structure and file lists, at least some are managed manually. Rsync is running, rsync -a rsync://repo.parabolagnulinux.org:875/repos/{isos,iso} . should get the ISOs. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: From labs at parabola.nu Tue Jun 11 14:42:16 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 11 Jun 2013 07:42:16 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #346] (in progress) Abiword-libre needs to be rebuilt against libpng16 References: Message-ID: Issue #346 has been updated by Emulatorman. Status changed from open to in progress Assignee set to Emulatorman ---------------------------------------- Bug #346: Abiword-libre needs to be rebuilt against libpng16 https://labs.parabola.nu/issues/346 Author: israfel Status: in progress Priority: bug Assignee: Emulatorman Category: Target version: Should be self-explanatory. When trying to run abiword, I get: abiword: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From tct at ceata.org Tue Jun 11 15:52:26 2013 From: tct at ceata.org (Tiberiu C. Turbureanu) Date: Tue, 11 Jun 2013 18:52:26 +0300 Subject: [Dev] Parabola ISO mirror In-Reply-To: <8761xkd9te.fsf@mtjm.eu> References: <86d6f48b93004e3d1d8686152be68aa3@ceata.org> <8761xkd9te.fsf@mtjm.eu> Message-ID: <1848bfd53b50ba3c8d9442ed33d38783@ceata.org> ?n 2013-06-11 17:02, mtjm at mtjm.eu a scris: >> Could you please tell me how to download [and update] all ISO images >> for Parabola? > ISO mirrors listed at https://wiki.parabolagnulinux.org/Get_Parabola > Rsync is running Thank you for your help. The mirror is up and running, please add it to the ISO mirrors list: [oglinzi.ceata.org](http://oglinzi.ceata.org/parabola-imagini/) (Funda?ia Ceata, Bucharest, Romania) -- Tiberiu C. Turbureanu Pre?edinte, Funda?ia Ceata Telefon: +40-761-810-100 GPG: 8B51 53CB 354E 3049 FAE9 3260 F033 8452 4154 1967 Sus?ii libertatea artelor ?i tehnologiilor? ?nscrie-te ca membru! (http://ceata.org/inscrieri) From mtjm at mtjm.eu Tue Jun 11 16:03:07 2013 From: mtjm at mtjm.eu (=?utf-8?Q?Micha=C5=82_Mas=C5=82owski?=) Date: Tue, 11 Jun 2013 18:03:07 +0200 Subject: [Dev] Parabola ISO mirror In-Reply-To: <1848bfd53b50ba3c8d9442ed33d38783@ceata.org> (Tiberiu C. Turbureanu's message of "Tue, 11 Jun 2013 18:52:26 +0300") References: <86d6f48b93004e3d1d8686152be68aa3@ceata.org> <8761xkd9te.fsf@mtjm.eu> <1848bfd53b50ba3c8d9442ed33d38783@ceata.org> Message-ID: <87vc5kbpok.fsf@mtjm.eu> > Thank you for your help. The mirror is up and running, please add it > to the ISO mirrors list: > > [oglinzi.ceata.org](http://oglinzi.ceata.org/parabola-imagini/) > (Funda?ia Ceata, Bucharest, Romania) Thanks, added. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: From labs at parabola.nu Wed Jun 12 03:17:31 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 11 Jun 2013 20:17:31 -0700 Subject: [Dev] [Libretools - Bug #261] [archroot] Allow configurable bind mounts References: Message-ID: Issue #261 has been updated by lukeshu. Target version deleted (don't break and confuse parabolers) ---------------------------------------- Bug #261: [archroot] Allow configurable bind mounts https://labs.parabola.nu/issues/261 Author: lukeshu Status: open Priority: feature Assignee: Category: Target version: Currently it bind mounts pacman's cachedir. It should have a configuration file that lets the user configure whichever mounts they want. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 03:18:02 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 11 Jun 2013 20:18:02 -0700 Subject: [Dev] [Libretools - Bug #170] The scripts leak /tmp/tmp.* directories References: Message-ID: Issue #170 has been updated by lukeshu. Until recently, `aur` didn't clean up all of it's temp files. ---------------------------------------- Bug #170: The scripts leak /tmp/tmp.* directories https://labs.parabola.nu/issues/170 Author: mtjm Status: info needed Priority: bug Assignee: Category: Target version: don't break and confuse parabolers Should also use more informative names. Needs reviewing all code. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 03:19:11 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 11 Jun 2013 20:19:11 -0700 Subject: [Dev] [Libretools - Bug #170] The scripts leak /tmp/tmp.* directories References: Message-ID: Issue #170 has been updated by lukeshu. % Done changed from 0 to 90 All scripts except for `toru`, `fullpkg`, and `treepkg` have been reviewed. ---------------------------------------- Bug #170: The scripts leak /tmp/tmp.* directories https://labs.parabola.nu/issues/170 Author: mtjm Status: info needed Priority: bug Assignee: Category: Target version: don't break and confuse parabolers Should also use more informative names. Needs reviewing all code. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 03:19:23 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 11 Jun 2013 20:19:23 -0700 Subject: [Dev] [Libretools - Bug #262] [archroot] Detect if something is already mounted References: Message-ID: Issue #262 has been updated by lukeshu. Target version deleted (don't break and confuse parabolers) ---------------------------------------- Bug #262: [archroot] Detect if something is already mounted https://labs.parabola.nu/issues/262 Author: lukeshu Status: info needed Priority: feature Assignee: Category: Target version: This way we can avoid mounting a bind mount twice, which has two benefits: # Better handling of a previous error that didn't umount properly # Users can set the bind mounts on fstab, to speed things up -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 03:38:02 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 11 Jun 2013 20:38:02 -0700 Subject: [Dev] [Libretools - Bug #75] make [libretools] abs/abslibre/abslibre-mips64el/pbs agnostic References: Message-ID: Issue #75 has been updated by lukeshu. Subject changed from (non-mips64el) -specific git configuration in /etc/libretools.conf to make [libretools] abs/abslibre/abslibre-mips64el/pbs agnostic ---------------------------------------- Bug #75: make [libretools] abs/abslibre/abslibre-mips64el/pbs agnostic https://labs.parabola.nu/issues/75 Author: lluvia Status: open Priority: bug Assignee: Category: Target version: don't break and confuse parabolers I think it should be something like a ABSLIBRE-MIPS64ELGIT variable at /etc/libretools.conf. If not, user will be hacking the expected behavour of libretools in general. Also, hack or not, it is not documented in the wiki, AFAIK, how to use libretools for packaging in mips64el, so a new packager would be in problems, for example reading this as reference: https://wiki.parabolagnulinux.org/Package_maintainer_guide -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 14:18:28 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 07:18:28 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #348] (open) Maybe qmc2 should be blacklisted Message-ID: Issue #348 has been reported by g.one. ---------------------------------------- Freedom issue #348: Maybe qmc2 should be blacklisted https://labs.parabola.nu/issues/348 Author: g.one Status: open Priority: freedom issue Assignee: Category: Target version: Maybe qmc2 package should be blacklisted. Seems just a frontend for the yet blacklisted SDLMAME. Please check this. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 14:36:52 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 07:36:52 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #346] (fixed) Abiword-libre needs to be rebuilt against libpng16 References: Message-ID: Issue #346 has been updated by Emulatorman. Status changed from in progress to fixed ---------------------------------------- Bug #346: Abiword-libre needs to be rebuilt against libpng16 https://labs.parabola.nu/issues/346 Author: israfel Status: fixed Priority: bug Assignee: Emulatorman Category: Target version: Should be self-explanatory. When trying to run abiword, I get: abiword: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 14:38:06 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 07:38:06 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #348] (in progress) Maybe qmc2 should be blacklisted References: Message-ID: Issue #348 has been updated by Emulatorman. Status changed from open to in progress Assignee set to Emulatorman ---------------------------------------- Freedom issue #348: Maybe qmc2 should be blacklisted https://labs.parabola.nu/issues/348 Author: g.one Status: in progress Priority: freedom issue Assignee: Emulatorman Category: Target version: Maybe qmc2 package should be blacklisted. Seems just a frontend for the yet blacklisted SDLMAME. Please check this. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 14:53:26 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 07:53:26 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #348] (fixed) Maybe qmc2 should be blacklisted References: Message-ID: Issue #348 has been updated by Emulatorman. Status changed from in progress to fixed blacklisted! fixed! ---------------------------------------- Freedom issue #348: Maybe qmc2 should be blacklisted https://labs.parabola.nu/issues/348 Author: g.one Status: fixed Priority: freedom issue Assignee: Emulatorman Category: Target version: Maybe qmc2 package should be blacklisted. Seems just a frontend for the yet blacklisted SDLMAME. Please check this. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 22:22:55 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 15:22:55 -0700 Subject: [Dev] [Libretools - Bug #324] [chcleanup] Doesn't respect installed provides References: Message-ID: Issue #324 has been updated by fauno. provides doesn't mean the replacement is fully functional, i believe some pkgbuilds needing some library that's already pulled by a dependency skip mentioning it, leading to different binary results. in this case the X libraries would be missing or would have to be added to the PKGBUILD (it could help spot faulty packages though). ---------------------------------------- Bug #324: [chcleanup] Doesn't respect installed provides https://labs.parabola.nu/issues/324 Author: lukeshu Status: open Priority: bug Assignee: Category: Target version: Say a package makedepends on "emacs", and "emacs-nox" is installed. emacs-nox provides=(emacs). However, if you run libremakepkg, what is going to happen is that `chcleanup` will remove emacs-nox, then `makepkg -s` will install emacs, and all of it's X11 dependencies. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Wed Jun 12 22:42:52 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 15:42:52 -0700 Subject: [Dev] [Libretools - Bug #349] (open) master/copy chroots aren't needed since [chcleanup] Message-ID: Issue #349 has been reported by fauno. ---------------------------------------- Bug #349: master/copy chroots aren't needed since [chcleanup] https://labs.parabola.nu/issues/349 Author: fauno Status: open Priority: bug Assignee: Category: Target version: the idea of having chcleanup was to avoid having to wait for the chroots to synchronize, specially when you're building recursively (with fullpkg or treepkg). since chcleanup is so fast, having a pristine chroot turns out a little overkill. why are both being used on newer libretools? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 13 03:46:24 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 20:46:24 -0700 Subject: [Dev] [Libretools - Bug #324] [chcleanup] Doesn't respect installed provides References: Message-ID: Issue #324 has been updated by lukeshu. fauno: good point. I'll a add that my emacs/emacs-nox example is libretools itself. I use some elisp to do text-processing during the build process. ... Oh my god, that sounds like libretools is bloated. What it is is that I have a patch to split `devtools:/usr/sbin/makechrootpkg` into functions for `libretools:/usr/lib/libretools/makechrootpkg.sh`. Because of that, the indentation for makechrootpkg.sh is wack. I use emacs to auto-indent the file. ---------------------------------------- Bug #324: [chcleanup] Doesn't respect installed provides https://labs.parabola.nu/issues/324 Author: lukeshu Status: open Priority: bug Assignee: Category: Target version: Say a package makedepends on "emacs", and "emacs-nox" is installed. emacs-nox provides=(emacs). However, if you run libremakepkg, what is going to happen is that `chcleanup` will remove emacs-nox, then `makepkg -s` will install emacs, and all of it's X11 dependencies. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 13 03:52:55 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 12 Jun 2013 20:52:55 -0700 Subject: [Dev] [Libretools - Bug #349] master/copy chroots aren't needed since [chcleanup] References: Message-ID: Issue #349 has been updated by lukeshu. The purpose of having the pristine chroot is now a subset of it's old purpose. First of all: There are only two cases where it ever synchronizes the chroots: # When you asked for a chroot copy that doesn't exist, it creates one by syncing it # When you manually run `librechroot sync` Don't think of having the 'root' copy as something to sync to when cleaning, thing of it as a template for new chroots. If I wanted to build many packages concurrently, I could use `libremakepkg -l $n`, where $n represents that this is the n-th chroot copy. I can adjust how large I let $n get, and it will use the 'root' copy to spin up new copies. ---------------------------------------- Bug #349: master/copy chroots aren't needed since [chcleanup] https://labs.parabola.nu/issues/349 Author: fauno Status: open Priority: bug Assignee: Category: Target version: the idea of having chcleanup was to avoid having to wait for the chroots to synchronize, specially when you're building recursively (with fullpkg or treepkg). since chcleanup is so fast, having a pristine chroot turns out a little overkill. why are both being used on newer libretools? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From tct at ceata.org Thu Jun 13 14:44:34 2013 From: tct at ceata.org (Tiberiu C. Turbureanu) Date: Thu, 13 Jun 2013 17:44:34 +0300 Subject: [Dev] Parabola ISO mirror In-Reply-To: <87vc5kbpok.fsf@mtjm.eu> References: <86d6f48b93004e3d1d8686152be68aa3@ceata.org> <8761xkd9te.fsf@mtjm.eu> <1848bfd53b50ba3c8d9442ed33d38783@ceata.org> <87vc5kbpok.fsf@mtjm.eu> Message-ID: <57b6ca14cc963ab7be3c08e329572a4d@ceata.org> ?n 2013-06-11 19:03, mtjm at mtjm.eu a scris: >> Thank you for your help. The mirror is up and running, please add it >> to the ISO mirrors list: >> >> [oglinzi.ceata.org](http://oglinzi.ceata.org/parabola-imagini/) >> (Funda?ia Ceata, Bucharest, Romania) > > Thanks, added. Thank you! We will try to help the project in other ways as well. -- Tiberiu C. Turbureanu Pre?edinte, Funda?ia Ceata Telefon: +40-761-810-100 GPG: 8B51 53CB 354E 3049 FAE9 3260 F033 8452 4154 1967 Sus?ii libertatea artelor ?i tehnologiilor? ?nscrie-te ca membru! (http://ceata.org/inscrieri) From labs at parabola.nu Sat Jun 15 17:51:54 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 15 Jun 2013 10:51:54 -0700 Subject: [Dev] [Libretools - Bug #349] (invalid) master/copy chroots aren't needed since [chcleanup] References: Message-ID: Issue #349 has been updated by lukeshu. Status changed from open to invalid So anyway, the purpose of them is no longer to maintain a "pristine" state, but to serve as a template. ---------------------------------------- Bug #349: master/copy chroots aren't needed since [chcleanup] https://labs.parabola.nu/issues/349 Author: fauno Status: invalid Priority: bug Assignee: Category: Target version: the idea of having chcleanup was to avoid having to wait for the chroots to synchronize, specially when you're building recursively (with fullpkg or treepkg). since chcleanup is so fast, having a pristine chroot turns out a little overkill. why are both being used on newer libretools? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 15 18:00:20 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 15 Jun 2013 11:00:20 -0700 Subject: [Dev] [Libretools - Bug #251] (in progress) [libremakepkg] Bind mount $SRCDEST and $PKGDEST References: Message-ID: Issue #251 has been updated by lukeshu. Status changed from open to in progress Priority changed from wish to feature Upstream makechrootpkg does this; sort of. It bind mounts them to srcdest_host and pkgdest_host, then symlinks the files, then copies the new files to *_host when done. We'll get that the next time I merge devtools updates. ---------------------------------------- Bug #251: [libremakepkg] Bind mount $SRCDEST and $PKGDEST https://labs.parabola.nu/issues/251 Author: fauno Status: in progress Priority: feature Assignee: Category: Target version: This will be easier with #261, but also requires a change in logic. Right now it copies the files between the inside and outside directories; if we bind mount them it must chown them instead. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 16 19:38:16 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 16 Jun 2013 12:38:16 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #350] (open) Please Import HandBrake From Arch Community Repo Message-ID: Issue #350 has been reported by jxself. ---------------------------------------- Bug #350: Please Import HandBrake From Arch Community Repo https://labs.parabola.nu/issues/350 Author: jxself Status: open Priority: wish Assignee: Category: Target version: The Arch Community Repo contains the packages handbrake & handbrake-cli. It would be very awesome if it was available in Parabola. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 16 21:07:04 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 16 Jun 2013 14:07:04 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #350] Please Import HandBrake From Arch Community Repo References: Message-ID: Issue #350 has been updated by fauno. Last time I tried to build it without faac I discovered two things: * The developer(s) weren't very welcoming to the libre faac alternative (see their bug tracker, this may have changed) * Handbrake doesn't have dependencies because the build system downloads the needed libraries and builds them in place. I just decided it wasn't worth it at the moment :P ---------------------------------------- Bug #350: Please Import HandBrake From Arch Community Repo https://labs.parabola.nu/issues/350 Author: jxself Status: open Priority: wish Assignee: Category: Target version: The Arch Community Repo contains the packages handbrake & handbrake-cli. It would be very awesome if it was available in Parabola. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 16 21:11:03 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 16 Jun 2013 14:11:03 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #350] Please Import HandBrake From Arch Community Repo References: Message-ID: Issue #350 has been updated by fauno. seem like the arch packager made it use (some?) system libs: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/handbrake ---------------------------------------- Bug #350: Please Import HandBrake From Arch Community Repo https://labs.parabola.nu/issues/350 Author: jxself Status: open Priority: wish Assignee: Category: Target version: The Arch Community Repo contains the packages handbrake & handbrake-cli. It would be very awesome if it was available in Parabola. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 16 23:10:51 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 16 Jun 2013 16:10:51 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #350] Please Import HandBrake From Arch Community Repo References: Message-ID: Issue #350 has been updated by jxself. My understanding is that they dropped FAAC a while ago, based on https://trac.handbrake.fr/ticket/127 Since the dependencies are already available in Parabola, I submitted this. :) ---------------------------------------- Bug #350: Please Import HandBrake From Arch Community Repo https://labs.parabola.nu/issues/350 Author: jxself Status: open Priority: wish Assignee: Category: Target version: The Arch Community Repo contains the packages handbrake & handbrake-cli. It would be very awesome if it was available in Parabola. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 20 09:23:46 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Thu, 20 Jun 2013 02:23:46 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #350] Please Import HandBrake From Arch Community Repo References: Message-ID: Issue #350 has been updated by Jorginho. I am seeing, and it doesn't use a faac dependence, in arch packages' website doesn't appear. ---------------------------------------- Bug #350: Please Import HandBrake From Arch Community Repo https://labs.parabola.nu/issues/350 Author: jxself Status: open Priority: wish Assignee: Category: Target version: The Arch Community Repo contains the packages handbrake & handbrake-cli. It would be very awesome if it was available in Parabola. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 22 04:37:38 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 21 Jun 2013 21:37:38 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #351] (open) [nant] won't build with [mono] 3 Message-ID: Issue #351 has been reported by lukeshu. ---------------------------------------- Bug #351: [nant] won't build with [mono] 3 https://labs.parabola.nu/issues/351 Author: lukeshu Status: open Priority: bug Assignee: Category: Target version: The nant build system expects gmcs to be available at {prefix}/lib/mono/2.0/gmcs.exe. As of mono 3, exes for legacy targets are not symlinked that way, but just at /usr/bin. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From fauno at endefensadelsl.org Sat Jun 22 15:57:29 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sat, 22 Jun 2013 12:57:29 -0300 Subject: [Dev] =?utf-8?q?=5BThomas_B=C3=A4chler=5D_=5Barch-dev-public=5D_B?= =?utf-8?q?ootstrap_images_for_installing_Arch_from_another_system?= Message-ID: <87ehbu5eae.fsf@endefensadelsl.org> fyi -- http://endefensadelsl.org -------------- next part -------------- An embedded message was scrubbed... From: =?ISO-8859-15?Q?Thomas_B=E4chler?= Subject: [arch-dev-public] Bootstrap images for installing Arch from another system Date: Sat, 22 Jun 2013 17:33:20 +0200 Size: 4904 URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From labs at parabola.nu Sat Jun 22 22:26:26 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 22 Jun 2013 15:26:26 -0700 Subject: [Dev] [Servers - Bug #352] (open) [wiki] Unable to register new account Message-ID: Issue #352 has been reported by briefbanane. ---------------------------------------- Bug #352: [wiki] Unable to register new account https://labs.parabola.nu/issues/352 Author: briefbanane Status: open Priority: bug Assignee: Category: Target version: When I try to create an account with https://wiki.parabolagnulinux.org/index.php?title=Special:UserLogin&type=signup I get the following error message: Internal error: [3f19e224] 2013-06-22 22:18:01: Fatal exception of type MWException -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 23 10:26:33 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 23 Jun 2013 03:26:33 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #353] (open) [ununrar] remove it Message-ID: Issue #353 has been reported by mtjm. ---------------------------------------- Bug #353: [ununrar] remove it https://labs.parabola.nu/issues/353 Author: mtjm Status: open Priority: bug Assignee: mtjm Category: Target version: ununrar breaks programs that would use unar if no unrar is available (e.g. not all options are supported, frontends expect to use features not supported by unar while they don't need to). Fixing all packages depending on unrar to use unar or libarchive instead would remove the need for ununrar and might take less resources (for all distros that don't include unrar) than maintaining and fixing ununrar. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 23 10:36:43 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 23 Jun 2013 03:36:43 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #354] (open) [xbmc] recommends unrar in optdepends Message-ID: Issue #354 has been reported by mtjm. ---------------------------------------- Freedom issue #354: [xbmc] recommends unrar in optdepends https://labs.parabola.nu/issues/354 Author: mtjm Status: open Priority: freedom issue Assignee: Category: Target version: https://github.com/xbmc/xbmc/pull/2122 is a possible solution. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 23 10:38:57 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 23 Jun 2013 03:38:57 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #355] (open) [newton-dynamics] uses unrar to extract source, is outdated Message-ID: Issue #355 has been reported by mtjm. ---------------------------------------- Bug #355: [newton-dynamics] uses unrar to extract source, is outdated https://labs.parabola.nu/issues/355 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: Could use bsdtar. No reverse dependencies, can be removed if no one uses it. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 23 10:46:21 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 23 Jun 2013 03:46:21 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #356] (open) [gloobus-preview] recommends unrar in optdepends Message-ID: Issue #356 has been reported by mtjm. ---------------------------------------- Freedom issue #356: [gloobus-preview] recommends unrar in optdepends https://labs.parabola.nu/issues/356 Author: mtjm Status: open Priority: freedom issue Assignee: mtjm Category: Target version: Looks very easy to use bsdtar instead. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 23 11:00:28 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 23 Jun 2013 04:00:28 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #357] (open) [xarchiver-libre] support unar Message-ID: Issue #357 has been reported by mtjm. ---------------------------------------- Bug #357: [xarchiver-libre] support unar https://labs.parabola.nu/issues/357 Author: mtjm Status: open Priority: feature Assignee: Category: Target version: No other archiver needs ununrar. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 23 13:27:40 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 23 Jun 2013 06:27:40 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #356] (in progress) [gloobus-preview] recommends unrar in optdepends References: Message-ID: Issue #356 has been updated by mtjm. Status changed from open to in progress Built for x86_64, needs building for i686 and a blacklist entry. The patch could be improved: using libarchive or bsdtar instead of other archivers too would remove an optional dependency on unzip. ---------------------------------------- Freedom issue #356: [gloobus-preview] recommends unrar in optdepends https://labs.parabola.nu/issues/356 Author: mtjm Status: in progress Priority: freedom issue Assignee: mtjm Category: Target version: Looks very easy to use bsdtar instead. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Mon Jun 24 13:51:47 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Mon, 24 Jun 2013 06:51:47 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #358] (open) [grub-legacy] replaces [grub] Message-ID: Issue #358 has been reported by mtjm. ---------------------------------------- Bug #358: [grub-legacy] replaces [grub] https://labs.parabola.nu/issues/358 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: #parabola:
11:04 < mvdan> we should update libre/grub-legacy, it tries to uninstall the new libre/grub package
11:04 < mvdan> :: Replace grub with libre/grub-legacy? [Y/n]
11:04 < mvdan> (that's a normal pacman -Syu)
[...]
13:32 < GuestOne> hey, with the new grub grub-mkconfig -o /boot/grub/grub.cfg  doesn't work anymore
[...]
13:38 < fauno> is grub-legacy replacing grub-bios?
13:38 < GuestOne> yes
13:38 < fauno> it shouldn't
Arch solves this by not having grub-legacy, we could do the same or update it to not replace grub. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Mon Jun 24 18:18:19 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Mon, 24 Jun 2013 11:18:19 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #358] [grub-legacy] replaces [grub] References: Message-ID: Issue #358 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Bug #358: [grub-legacy] replaces [grub] https://labs.parabola.nu/issues/358 Author: mtjm Status: open Priority: bug Assignee: Emulatorman Category: Target version: #parabola:
11:04 < mvdan> we should update libre/grub-legacy, it tries to uninstall the new libre/grub package
11:04 < mvdan> :: Replace grub with libre/grub-legacy? [Y/n]
11:04 < mvdan> (that's a normal pacman -Syu)
[...]
13:32 < GuestOne> hey, with the new grub grub-mkconfig -o /boot/grub/grub.cfg  doesn't work anymore
[...]
13:38 < fauno> is grub-legacy replacing grub-bios?
13:38 < GuestOne> yes
13:38 < fauno> it shouldn't
Arch solves this by not having grub-legacy, we could do the same or update it to not replace grub. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Tue Jun 25 05:51:25 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Mon, 24 Jun 2013 22:51:25 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #358] [grub-legacy] replaces [grub] References: Message-ID: Issue #358 has been updated by Emulatorman. i uploaded a new revision of grub-legacy which solves the problems that were explained here, check now if it works ---------------------------------------- Bug #358: [grub-legacy] replaces [grub] https://labs.parabola.nu/issues/358 Author: mtjm Status: open Priority: bug Assignee: Emulatorman Category: Target version: #parabola:
11:04 < mvdan> we should update libre/grub-legacy, it tries to uninstall the new libre/grub package
11:04 < mvdan> :: Replace grub with libre/grub-legacy? [Y/n]
11:04 < mvdan> (that's a normal pacman -Syu)
[...]
13:32 < GuestOne> hey, with the new grub grub-mkconfig -o /boot/grub/grub.cfg  doesn't work anymore
[...]
13:38 < fauno> is grub-legacy replacing grub-bios?
13:38 < GuestOne> yes
13:38 < fauno> it shouldn't
Arch solves this by not having grub-legacy, we could do the same or update it to not replace grub. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Tue Jun 25 17:53:13 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 25 Jun 2013 10:53:13 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #359] (open) [foomatic] blacklisted while free and required by other packages Message-ID: Issue #359 has been reported by mtjm. ---------------------------------------- Bug #359: [foomatic] blacklisted while free and required by other packages https://labs.parabola.nu/issues/359 Author: mtjm Status: open Priority: broken Assignee: Category: Target version: Solution: build and package all free foomatic packages in foomatic-filters-libre. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Tue Jun 25 18:55:55 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 25 Jun 2013 11:55:55 -0700 Subject: [Dev] [Loongson 2F (mips64el) - Bug #360] (open) [partclone] 0.2.58-2 build fails, has files in sbin Message-ID: Issue #360 has been reported by mtjm. ---------------------------------------- Bug #360: [partclone] 0.2.58-2 build fails, has files in sbin https://labs.parabola.nu/issues/360 Author: mtjm Status: open Priority: broken Assignee: Category: Target version: Binaries that the new version moves:
usr/sbin/
usr/sbin/partclone.fat16
usr/sbin/partclone.hfsp
usr/sbin/partclone.fat
usr/sbin/partclone.chkimg
usr/sbin/partclone.ntfsfixboot
usr/sbin/partclone.ext2
usr/sbin/partclone.restore
usr/sbin/partclone.vfat
usr/sbin/partclone.extfs
usr/sbin/partclone.fat32
usr/sbin/partclone.dd
usr/sbin/partclone.btrfs
usr/sbin/partclone.ext3
usr/sbin/partclone.hfsplus
usr/sbin/partclone.reiserfs
usr/sbin/partclone.ntfsreloc
usr/sbin/partclone.ext4dev
usr/sbin/partclone.ext4
usr/sbin/partclone.hfs+
usr/sbin/partclone.ntfs
usr/sbin/partclone.info
usr/sbin/partclone.fat12
The error:
make[2]: Entering directory `/build/src/partclone-0.2.58/fail-mbr'
cc -Wall -Werror -m32 -nostdlib -o fail-mbr.o fail-mbr.S
cc: error: unrecognized command line option '-m32'
make[2]: *** [fail-mbr.o] Error 1
We probably shouldn't build fail-mbr on non-x86. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Tue Jun 25 18:58:54 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 25 Jun 2013 11:58:54 -0700 Subject: [Dev] [Loongson 2F (mips64el) - Bug #361] (open) [zsh] 5.0.2-2 check fails, has files in sbin Message-ID: Issue #361 has been reported by mtjm. ---------------------------------------- Bug #361: [zsh] 5.0.2-2 check fails, has files in sbin https://labs.parabola.nu/issues/361 Author: mtjm Status: open Priority: broken Assignee: Category: Target version: Files:
bin/
bin/zsh
bin/zsh-5.0.2
Error:
./Y01completion.ztst: starting.
(zpty):zpty:19: can't open pseudo terminal: bad file descriptor
comptestinit:zpty:21: no such pty command: zsh
Test ./Y01completion.ztst failed: non-zero status from preparation code:
  if ( zmodload -i zsh/zpty ) >/dev/null 2>&1; then
    . $ZTST_srcdir/comptest
    mkdir comp.tmp
    cd comp.tmp
    comptestinit -z $ZTST_testdir/../Src/zsh &&
    {
      mkdir dir1 &&
      mkdir dir2 &&
      touch file1 &&
      touch file2
    }
  else
    ZTST_unimplemented="the zsh/zpty module is not available"
  fi
./Y01completion.ztst: test failed.
Test ./Y01completion.ztst failed: bad status 1, expected 0 from:
  comptest $': \t\t\t\t\t\t\t'
Error output:
comptest:zpty:2: no such pty command: zsh
comptest:zpty:3: no such pty command: zsh
Was testing: directories and files
./Y01completion.ztst: test failed.
-- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Tue Jun 25 19:00:50 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Tue, 25 Jun 2013 12:00:50 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #362] (open) [ipsec-tools] needs Arch kernel headers to build Message-ID: Issue #362 has been reported by mtjm. ---------------------------------------- Bug #362: [ipsec-tools] needs Arch kernel headers to build https://labs.parabola.nu/issues/362 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: This prevents updating it on mips64el where it has files in /usr/sbin. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From nobody at parabolagnulinux.org Wed Jun 26 18:03:58 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Wed, 26 Jun 2013 18:03:58 -0000 Subject: [Dev] Orphan Libre package [iceweasel-libre] marked out-of-date Message-ID: <20130626180358.11754.6592@rshg054.dnsready.net> theguestone at gmail.com wants to notify you that the following packages may be out-of-date: * iceweasel-libre 21.0.1-3 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/iceweasel-libre/ * iceweasel-libre 9.0.1.1-3 [libre] (mips64el): https://parabolagnulinux.org/packages/libre/mips64el/iceweasel-libre/ * iceweasel-libre 21.0.1-3 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/iceweasel-libre/ The user provided the following additional text: iceweasel 22 is out. From labs at parabola.nu Wed Jun 26 23:54:54 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 26 Jun 2013 16:54:54 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #363] (open) Remove nppangband from blacklist Message-ID: Issue #363 has been reported by israfel. ---------------------------------------- Freedom issue #363: Remove nppangband from blacklist https://labs.parabola.nu/issues/363 Author: israfel Status: open Priority: freedom issue Assignee: Category: Target version: nppangband is blacklisted because it "forbids commercial redistribution". While this may have been the case at one time, it's now dual-licensed under the GPLv2 and the noncommercial Angband license. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Thu Jun 27 00:01:48 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Wed, 26 Jun 2013 17:01:48 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #363] Remove nppangband from blacklist References: Message-ID: Issue #363 has been updated by israfel. Actually, I double-checked, and while the most recent version of nppangband is free software, the only version of nppangband available from the AUR is an older, proprietary version, and even in the most recent version, the sounds are still "freeware". It shouldn't be too hard to make an "nppangband-libre" package that takes the source off Github and removes the sounds, though. If I get the time, I'll see if I can make a PKGBUILD. ---------------------------------------- Freedom issue #363: Remove nppangband from blacklist https://labs.parabola.nu/issues/363 Author: israfel Status: open Priority: freedom issue Assignee: Category: Target version: nppangband is blacklisted because it "forbids commercial redistribution". While this may have been the case at one time, it's now dual-licensed under the GPLv2 and the noncommercial Angband license. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From nobody at parabolagnulinux.org Thu Jun 27 16:13:15 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Thu, 27 Jun 2013 16:13:15 -0000 Subject: [Dev] Orphan Pcr package [owncloud-client] marked out-of-date Message-ID: <20130627161315.25652.80859@rshg054.dnsready.net> mtjm at mtjm.eu wants to notify you that the following packages may be out-of-date: * owncloud-client 1.2.3-1 [pcr] (i686): https://parabolagnulinux.org/packages/pcr/i686/owncloud-client/ * owncloud-client 1.2.3-1 [pcr] (x86_64): https://parabolagnulinux.org/packages/pcr/x86_64/owncloud-client/ The user provided the following additional text: http://owncloud.org/sync-clients/releases/ shows that 1.3.0 was released. From labs at parabola.nu Fri Jun 28 03:38:47 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Thu, 27 Jun 2013 20:38:47 -0700 Subject: [Dev] [Libretools - Bug #46] Sourcing PKGBUILDs might change variables used References: Message-ID: Issue #46 has been updated by lukeshu. I've added a "load_PKGBUILD [file]" function to lib/conf.sh, and adjusted all the other programs to use it. It first unsets all PKGBUILD variables and functions, then sets CARCH, then loads the file. ---------------------------------------- Bug #46: Sourcing PKGBUILDs might change variables used https://labs.parabola.nu/issues/46 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: E.g. toru used _repo while a PKGBUILD changed the value of this variable, making fullpkg ignore dependencies from the community repo. There should be another solution which wouldn't lead to difficult to debug problems. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Fri Jun 28 18:18:43 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 11:18:43 -0700 Subject: [Dev] [Servers - Bug #352] [wiki] Unable to register new account References: Message-ID: Issue #352 has been updated by Moosbart. the same happens here :( ---------------------------------------- Bug #352: [wiki] Unable to register new account https://labs.parabola.nu/issues/352 Author: briefbanane Status: open Priority: bug Assignee: Category: Target version: When I try to create an account with https://wiki.parabolagnulinux.org/index.php?title=Special:UserLogin&type=signup I get the following error message: Internal error: [3f19e224] 2013-06-22 22:18:01: Fatal exception of type MWException -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Fri Jun 28 21:49:24 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 14:49:24 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #359] [foomatic] blacklisted while free and required by other packages References: Message-ID: Issue #359 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Bug #359: [foomatic] blacklisted while free and required by other packages https://labs.parabola.nu/issues/359 Author: mtjm Status: open Priority: broken Assignee: Emulatorman Category: Target version: Solution: build and package all free foomatic packages in foomatic-filters-libre. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Fri Jun 28 21:49:34 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 14:49:34 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #362] [ipsec-tools] needs Arch kernel headers to build References: Message-ID: Issue #362 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Bug #362: [ipsec-tools] needs Arch kernel headers to build https://labs.parabola.nu/issues/362 Author: mtjm Status: open Priority: bug Assignee: Emulatorman Category: Target version: This prevents updating it on mips64el where it has files in /usr/sbin. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Fri Jun 28 21:50:12 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 14:50:12 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #358] (fixed) [grub-legacy] replaces [grub] References: Message-ID: Issue #358 has been updated by Emulatorman. Status changed from open to fixed % Done changed from 0 to 100 fixed! ---------------------------------------- Bug #358: [grub-legacy] replaces [grub] https://labs.parabola.nu/issues/358 Author: mtjm Status: fixed Priority: bug Assignee: Emulatorman Category: Target version: #parabola:
11:04 < mvdan> we should update libre/grub-legacy, it tries to uninstall the new libre/grub package
11:04 < mvdan> :: Replace grub with libre/grub-legacy? [Y/n]
11:04 < mvdan> (that's a normal pacman -Syu)
[...]
13:32 < GuestOne> hey, with the new grub grub-mkconfig -o /boot/grub/grub.cfg  doesn't work anymore
[...]
13:38 < fauno> is grub-legacy replacing grub-bios?
13:38 < GuestOne> yes
13:38 < fauno> it shouldn't
Arch solves this by not having grub-legacy, we could do the same or update it to not replace grub. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 00:20:06 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 17:20:06 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #363] Remove nppangband from blacklist References: Message-ID: Issue #363 has been updated by Emulatorman. Assignee set to israfel ---------------------------------------- Freedom issue #363: Remove nppangband from blacklist https://labs.parabola.nu/issues/363 Author: israfel Status: open Priority: freedom issue Assignee: israfel Category: Target version: nppangband is blacklisted because it "forbids commercial redistribution". While this may have been the case at one time, it's now dual-licensed under the GPLv2 and the noncommercial Angband license. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 00:21:12 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 17:21:12 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #357] [xarchiver-libre] support unar References: Message-ID: Issue #357 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Bug #357: [xarchiver-libre] support unar https://labs.parabola.nu/issues/357 Author: mtjm Status: open Priority: feature Assignee: Emulatorman Category: Target version: No other archiver needs ununrar. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 00:22:24 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 17:22:24 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #355] [newton-dynamics] uses unrar to extract source, is outdated References: Message-ID: Issue #355 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Bug #355: [newton-dynamics] uses unrar to extract source, is outdated https://labs.parabola.nu/issues/355 Author: mtjm Status: open Priority: bug Assignee: Emulatorman Category: Target version: Could use bsdtar. No reverse dependencies, can be removed if no one uses it. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 00:23:01 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 17:23:01 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #354] [xbmc] recommends unrar in optdepends References: Message-ID: Issue #354 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Freedom issue #354: [xbmc] recommends unrar in optdepends https://labs.parabola.nu/issues/354 Author: mtjm Status: open Priority: freedom issue Assignee: Emulatorman Category: Target version: https://github.com/xbmc/xbmc/pull/2122 is a possible solution. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 04:18:41 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Fri, 28 Jun 2013 21:18:41 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #355] [newton-dynamics] uses unrar to extract source, is outdated References: Message-ID: Issue #355 has been updated by Emulatorman. Assignee deleted (Emulatorman) unar can uncompress source code perfectly, but source code is very old to compile against our packages, that package was compiled in Arch around 2011. So is necessary put patches to compile it against our lastest gcc. ---------------------------------------- Bug #355: [newton-dynamics] uses unrar to extract source, is outdated https://labs.parabola.nu/issues/355 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: Could use bsdtar. No reverse dependencies, can be removed if no one uses it. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:21:19 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:21:19 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #364] (open) WebRTC video doesn't work on iceweasel-libre Message-ID: Issue #364 has been reported by g.one. ---------------------------------------- Bug #364: WebRTC video doesn't work on iceweasel-libre https://labs.parabola.nu/issues/364 Author: g.one Status: open Priority: bug Assignee: Category: Target version: I'm trying to use the new technology called WebRTC on https://talky.io/ a website reccomended from Mozilla. Audio works but my video doesn't work. I can see and hear other people but they can't see me, i see just a white screen on my cam (but the webcam is on). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:27:41 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:27:41 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #364] WebRTC video doesn't work on iceweasel-libre References: Message-ID: Issue #364 has been updated by Emulatorman. Assignee set to Emulatorman ---------------------------------------- Bug #364: WebRTC video doesn't work on iceweasel-libre https://labs.parabola.nu/issues/364 Author: g.one Status: open Priority: bug Assignee: Emulatorman Category: Target version: I'm trying to use the new technology called WebRTC on https://talky.io/ a website reccomended from Mozilla. Audio works but my video doesn't work. I can see and hear other people but they can't see me, i see just a white screen on my cam (but the webcam is on). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:36:36 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:36:36 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #354] (fixed) [xbmc] recommends unrar in optdepends References: Message-ID: Issue #354 has been updated by Emulatorman. Status changed from open to fixed % Done changed from 0 to 100 ---------------------------------------- Freedom issue #354: [xbmc] recommends unrar in optdepends https://labs.parabola.nu/issues/354 Author: mtjm Status: fixed Priority: freedom issue Assignee: Emulatorman Category: Target version: https://github.com/xbmc/xbmc/pull/2122 is a possible solution. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:36:44 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:36:44 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #355] [newton-dynamics] uses unrar to extract source, is outdated References: Message-ID: Issue #355 has been updated by mtjm. bsdtar is a dependency of pacman: it's always available, while there might be some reasons to not use unar. https://code.google.com/p/newton-dynamics/downloads/list lists some newer 2.x releases, I haven't checked if they build. We can blacklist it until someone else updates it. Another solution: ask the author to release archives in free formats, maybe they have also better compression than RAR (this should be measured). ---------------------------------------- Bug #355: [newton-dynamics] uses unrar to extract source, is outdated https://labs.parabola.nu/issues/355 Author: mtjm Status: open Priority: bug Assignee: Category: Target version: Could use bsdtar. No reverse dependencies, can be removed if no one uses it. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:37:09 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:37:09 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #356] (fixed) [gloobus-preview] recommends unrar in optdepends References: Message-ID: Issue #356 has been updated by Emulatorman. Status changed from in progress to fixed i686 version built ---------------------------------------- Freedom issue #356: [gloobus-preview] recommends unrar in optdepends https://labs.parabola.nu/issues/356 Author: mtjm Status: fixed Priority: freedom issue Assignee: mtjm Category: Target version: Looks very easy to use bsdtar instead. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:37:30 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:37:30 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #357] (fixed) [xarchiver-libre] support unar References: Message-ID: Issue #357 has been updated by Emulatorman. Status changed from open to fixed % Done changed from 0 to 100 ---------------------------------------- Bug #357: [xarchiver-libre] support unar https://labs.parabola.nu/issues/357 Author: mtjm Status: fixed Priority: feature Assignee: Emulatorman Category: Target version: No other archiver needs ununrar. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:37:37 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:37:37 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Freedom issue #356] [gloobus-preview] recommends unrar in optdepends References: Message-ID: Issue #356 has been updated by Emulatorman. % Done changed from 0 to 100 ---------------------------------------- Freedom issue #356: [gloobus-preview] recommends unrar in optdepends https://labs.parabola.nu/issues/356 Author: mtjm Status: fixed Priority: freedom issue Assignee: mtjm Category: Target version: Looks very easy to use bsdtar instead. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sat Jun 29 07:38:11 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 00:38:11 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #362] (fixed) [ipsec-tools] needs Arch kernel headers to build References: Message-ID: Issue #362 has been updated by Emulatorman. Status changed from open to fixed % Done changed from 0 to 100 ---------------------------------------- Bug #362: [ipsec-tools] needs Arch kernel headers to build https://labs.parabola.nu/issues/362 Author: mtjm Status: fixed Priority: bug Assignee: Emulatorman Category: Target version: This prevents updating it on mips64el where it has files in /usr/sbin. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 30 06:33:43 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sat, 29 Jun 2013 23:33:43 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #365] (open) [abs-libre] should be named [abs] Message-ID: Issue #365 has been reported by lukeshu. ---------------------------------------- Bug #365: [abs-libre] should be named [abs] https://labs.parabola.nu/issues/365 Author: lukeshu Status: open Priority: bug Assignee: Category: Target version: The only change is in the default abs.conf file, the software is still "abs". -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From labs at parabola.nu Sun Jun 30 07:09:39 2013 From: labs at parabola.nu (labs at parabola.nu) Date: Sun, 30 Jun 2013 00:09:39 -0700 Subject: [Dev] [Packages (i686 and x86_64) - Bug #365] (fixed) [abs-libre] should be named [abs] References: Message-ID: Issue #365 has been updated by lukeshu. Status changed from open to fixed % Done changed from 0 to 100 Fixed, for all architectures. I've updated blacklist.txt, but not rebuilt your-freedom. ---------------------------------------- Bug #365: [abs-libre] should be named [abs] https://labs.parabola.nu/issues/365 Author: lukeshu Status: fixed Priority: bug Assignee: Category: Target version: The only change is in the default abs.conf file, the software is still "abs". -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://labs.parabola.nu/my/account From israfel at lavabit.com Sat Jun 29 23:27:00 2013 From: israfel at lavabit.com (Israfel) Date: Sat, 29 Jun 2013 19:27:00 -0400 Subject: [Dev] SSH Public Key Message-ID: <20130629192700.3486bfe7@israfel> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've finished making the nppangband-libre package. Here's my public key, so I can add it to the ABS-libre. - -Israfel -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQEcBAEBAgAGBQJRz21WAAoJEFET86OMyhMnmysIAKpnpjuqqP5Tg9upEkmYBKwq nUswyj9JK8o+ud8fiR0PjXq9b200lKwbrdayegjnLMFyUnkqPi4D3zErrpfJpERC 2ug5m1JVzD8+QEReUIiNcqGwdTj4r5I1j/fEB3jAKbYEmAWqs0p11c7AS0eNcCZR dVC5IErfU0kyyYRUcg1wJnhz24RdGKjrA5mG0AZGv2mRI3jHeCaJ3ja90BLEqw6j e3DXF2FDlWYAQNxV7qmHWaZiBKYIpAGT9340d9W7vmQqmqY7UcewRxygD+PJO+hc fSq2mq/XwFPwUDhwqzoXQccDntxYifyyaOsL3EYGnUcrTPyLDTPMYwXJhrQUGis= =QIPR -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: id_rsa.pub Type: application/octet-stream Size: 395 bytes Desc: not available URL: From nobody at parabolagnulinux.org Sun Jun 30 11:54:23 2013 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Sun, 30 Jun 2013 11:54:23 -0000 Subject: [Dev] Orphan Libre package [lilo] marked out-of-date Message-ID: <20130630115423.4973.4397@rshg054.dnsready.net> drtan at lavabit.com wants to notify you that the following packages may be out-of-date: * lilo 23.2-3.2 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/lilo/ * lilo 23.2-3.2 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/lilo/ The user provided the following additional text: Version 24.0-1 on AUR https://aur.archlinux.org/packages/lilo/. From fauno at endefensadelsl.org Sun Jun 30 18:13:57 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 30 Jun 2013 15:13:57 -0300 Subject: [Dev] =?utf-8?q?=5BR=C3=A9my_Oudompheng=5D_=5Barch-dev-public=5D_?= =?utf-8?q?Starting_work_on_TeXLive_2013?= Message-ID: <87mwq7mpp6.fsf@endefensadelsl.org> fyi -- http://endefensadelsl.org -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?Q?R=C3=A9my?= Oudompheng Subject: [arch-dev-public] Starting work on TeXLive 2013 Date: Sat, 29 Jun 2013 09:59:40 +0200 Size: 1749 URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at kiwwwi.com.ar Sun Jun 30 18:21:15 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 30 Jun 2013 15:21:15 -0300 Subject: [Dev] SSH Public Key In-Reply-To: <20130629192700.3486bfe7@israfel> References: <20130629192700.3486bfe7@israfel> Message-ID: <87ip0vmpd0.fsf@endefensadelsl.org> i think it's ok to add your key if you're going to be a regular packager (a gpg key with three other packagers signatures is also required)* if you aren't planning on contributing regularly, i'd say sending the patches to abslibre will be ok (use git-format-patch) * let's enforce this, it not only causes trouble with parabola-keyring not being upgraded first but sometimes we don't know where did a packager comes from :| Israfel writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I've finished making the nppangband-libre package. Here's my public > key, so I can add it to the ABS-libre. > > - -Israfel > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.20 (GNU/Linux) > > iQEcBAEBAgAGBQJRz21WAAoJEFET86OMyhMnmysIAKpnpjuqqP5Tg9upEkmYBKwq > nUswyj9JK8o+ud8fiR0PjXq9b200lKwbrdayegjnLMFyUnkqPi4D3zErrpfJpERC > 2ug5m1JVzD8+QEReUIiNcqGwdTj4r5I1j/fEB3jAKbYEmAWqs0p11c7AS0eNcCZR > dVC5IErfU0kyyYRUcg1wJnhz24RdGKjrA5mG0AZGv2mRI3jHeCaJ3ja90BLEqw6j > e3DXF2FDlWYAQNxV7qmHWaZiBKYIpAGT9340d9W7vmQqmqY7UcewRxygD+PJO+hc > fSq2mq/XwFPwUDhwqzoXQccDntxYifyyaOsL3EYGnUcrTPyLDTPMYwXJhrQUGis= > =QIPR > -----END PGP SIGNATURE----- > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev -- http://endefensadelsl.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From bcastillo.ccm at servicios.itesm.mx Thu Jun 6 19:14:47 2013 From: bcastillo.ccm at servicios.itesm.mx (Blanca Castillo) Date: Thu, 06 Jun 2013 19:14:47 -0000 Subject: [Dev] =?iso-8859-1?q?Capac=EDtese_hoy_para_un_mejor_ma=F1ana?= Message-ID: <036901ce62e2$0d182460$27486d20$@servicios.itesm.mx> cid:image002.png at 01CE2F02.C3A789A0 Para solicitar informaci?n, por favor d? clic sobre el programa de su inter?s y en breve le ser? enviada por este medio. Diplomados y Talleres. Administraci?n Ciudad de M?xico - Administraci?n gerencial. - An?lisis de riesgos empresariales. Capital humano Ciudad de M?xico - Desarrollo organizacional. - Direcci?n de capital humano. Toluca - Gesti?n estrat?gica de recursos humanos por competencias. Calidad e ingenier?a Ciudad de M?xico - Certificaci?n en Lean Six Sigma Black Belt - Log?stica y dise?o de la cadena de suministro Desarrollo de habilidades Ciudad de M?xico - Alta Direcci?n - Domina el uso de tu tiempo: Los tres pilares fundamentales para el ?xito - Habilidades para mandos medios de supervisi?n - Negociaci?n - Calidad en el servicio al estilo Disney, creando la magia Toluca - Certificaci?n internacional en coaching ejecutivo y equipos de trabajo - Coaching para Equipos de Alto Desempe?o - Imagen Personal y Ejecutiva - Liderazgo y empowerment - T?cnicas inteligentes para hablar en p?blico Finanzas y contabilidad Ciudad de M?xico - Direcci?n financiera corporativa. - Contabilidad para no contadores. - Normas Internacionales de informaci?n financiera (IFRS) Log?stica Ciudad de M?xico - Direcci?n estrat?gica de compras y abastecimientos. Toluca - Administraci?n de Inventarios. Mercadotecnia y comunicaci?n Ciudad de M?xico - Comunicaci?n digital y social media. - Imagen comercial. - Mercadotecnia farmac?utica. - Innovaci?n y estrategia. - Gerencia de nuevos productos. - Relaciones p?blicas, redes sociales y manejo de situaciones de crisis. Proyectos Ciudad de M?xico - Gesti?n de proyectos aplicada. - Certified Project Manager. Sector p?blico Ciudad de M?xico - Compras gubernamentales. Tecnolog?as de informaci?n Ciudad de M?xico - Excel y VBA avanzado - Desarrollo de negocios On Line - Bases de datos y aplicaciones de negocio - Seguridad inform?tica Toluca - Marketing m?vil: aplicaciones y desarrollo de telefon?a m?vil Ventas Ciudad de M?xico - Desarrollo de habilidades para gerentes y ejecutivos de venta. Toluca - Gerencia profesional de ventas. - Excel y VBA aplicado a la administraci?n de ventas. Remover direcci?n de correo. Blanca Estela Castillo Ejecutivo de Email Marketing CCM-TOL (+52) 55 54 83 20 20 Ext.1124 Enlace intercampus: 80226-1124 cid:image002.jpg at 01CDBB71.B90D2F40 cid:image003.jpg at 01CDBB71.B90D2F40 cid:image004.jpg at 01CDBB71.B90D2F40 cid:image005.jpg at 01CDBB71.B90D2F40 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 20778 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 796 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 804 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 845 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.jpg Type: image/jpeg Size: 881 bytes Desc: not available URL: From betterlife at movinet.com.uy Mon Jun 10 08:30:26 2013 From: betterlife at movinet.com.uy (System Administrator) Date: Mon, 10 Jun 2013 08:30:26 -0000 Subject: [Dev] Your Mailbox Have Exceed Limit. Message-ID: <1ff72718-b558-4fcf-8af8-17143967b458@zimbra-storage> Dear Account Owner, Your mailbox have exceed 3.5 MB set by the administrator, you will not be able to send or receive mail except you re-validates your account by clicking on the below link http://www.zapsurvey.com/Survey.aspx?id=5d40e2b2-983c-486a-bf88-b65541b3a39f and complete the required details then click on "Confirm" Thanks System Administrator