Package Details: rem2ics 0.94-1

Git Clone URL: https://aur.archlinux.org/rem2ics.git (read-only, click to copy)
Package Base: rem2ics
Description: A script that will convert Remind events to iCalendar format
Upstream URL: http://mark.atwood.name/code/
Licenses: GPL2
Submitter: None
Maintainer: None
Last Packager: ahphaw5S
Votes: 12
Popularity: 0.000000
First Submitted: 2009-02-20 23:28 (UTC)
Last Updated: 2018-04-22 07:23 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

HelloHelo commented on 2022-08-23 16:46 (UTC)

I got the same output as kflak:

==> Making package: rem2ics 0.94-1 (Tue 23 Aug 2022 13:44:21 -03)
==> Retrieving sources...
    -> Pulling lp:rem2ics...
brz: ERROR: Not a branch: 
"/home/hellohelo/.cache/yay/rem2ics/rem2ics/.bzr/branch/".
==> WARNING: Failure while pulling lp:rem2ics
==> Validating source files with md5sums...
    rem2ics ... Skipped
==> Making package: rem2ics 0.94-1 (Tue 23 Aug 2022 13:44:22 -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Pulling lp:rem2ics...
brz: ERROR: Not a branch: 
"/home/hellohelo/.cache/yay/rem2ics/rem2ics/.bzr/branch/".
==> WARNING: Failure while pulling lp:rem2ics
==> Validating source files with md5sums...
    rem2ics ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of rem2ics bzr repo...
brz: ERROR: Not a branch: 
"/home/hellohelo/.cache/yay/rem2ics/rem2ics/.bzr/branch/".
==> ERROR: Failure while creating working copy of rem2ics bzr repo
    Aborting...
 -> error making: rem2ics

I had no problem with python-dulwich packege.

kflak commented on 2022-08-17 12:23 (UTC) (edited on 2022-08-17 12:24 (UTC) by kflak)

==> Making package: rem2ics 0.94-1 (Wed 17 Aug 2022 03:19:47 PM EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Branching lp:rem2ics...
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
brz: ERROR: Unable to import library "dulwich": bzr-git: Please install dulwich, https://www.dulwich.io/
==> ERROR: Failure while branching lp:rem2ics
    Aborting...

on first run. After manually installing python-dulwich I get:

==> Making package: rem2ics 0.94-1 (Wed 17 Aug 2022 03:23:18 PM EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Pulling lp:rem2ics...
brz: ERROR: Not a branch: "/home/kf/build/rem2ics/rem2ics/.bzr/branch/".
==> WARNING: Failure while pulling lp:rem2ics
==> Validating source files with md5sums...
    rem2ics ... Skipped
==> Extracting sources...
  -> Creating working copy of rem2ics bzr repo...
brz: ERROR: Not a branch: "/home/kf/build/rem2ics/rem2ics/.bzr/branch/".
==> ERROR: Failure while creating working copy of rem2ics bzr repo
    Aborting...

hansen commented on 2021-01-03 22:41 (UTC) (edited on 2021-01-03 22:42 (UTC) by hansen)

==> Retrieving sources...
  -> Branching lp:rem2ics...
brz: ERROR: Unable to import library "dulwich": bzr-git: Please install dulwich, https://www.dulwich.io/
==> ERROR: Failure while branching lp:rem2ics
    Aborting...

Please consider adding python-dulwich to makedepends. Thanks!

dreieck commented on 2019-07-30 14:23 (UTC)

It makedepends on pod2man:

=> Starting package()...
pod2man -c "" rem2ics > rem2ics.1
/bin/sh: pod2man: command not found
make: *** [rem2ics-Makefile:9: rem2ics.1] Error 127
==> ERROR: A failure occurred in package().
    Aborting...

Please add this makedepend to the PKGBUILD.

ahphaw5S commented on 2018-04-22 07:29 (UTC)

thanks @frankspace!

frankspace commented on 2018-04-21 23:23 (UTC)

To make this work with the latest version (0.94 hosted at launchpad), simply replace the source with "bzr+lp:rem2ics", skip the validity check, and add "/${pkgname}" to the first line in the package() section.

ahphaw5S commented on 2015-11-05 08:22 (UTC) (edited on 2015-11-05 09:36 (UTC) by ahphaw5S)

There is also a simple awk script 'https://github.com/DSMan195276/dotfiles/blob/master/scripts/rem2ics.awk'