Hi,

You got this error because you tried to clone on https protocol. Next
time, you should use the git read-only protocol (git://...) instead of the
https one.

Regards,

Pingax

On Wed, May 29, 2013 3:47 pm, Roelof Wobben wrote:
> Hello,
>
> I now have this Frugalbuild :
>
> # Compiling Time: 1.18 SBU
> # Maintainer: Baste <[email protected]>
>
> USE_FRUGALTHEME=${USE_FRUGALTHEME:-"y"}
>
> pkgname=cinnamon
> pkgver=1.8.2
> pkgrel=1
> pkgdesc="Linux desktop which provides advanced innovative features and a
> traditional user experience"
> url="http://cinnamon.linuxmint.com/";
> depends=('muffin' 'folks' 'telepathy-logger' 'gnome-menus' 'gjs'
> 'gnome-desktop' 'libpulse' 'krb5' 'gnome-bluetooth' 'systemd>=188' 'lxml'
> 'imaging')
> makedepends=('intltool' 'gnome-common' 'gobject-introspection' 'automake')
> rodepends=('caribou' 'gnome-session' 'python-gconf')
> if Fuse $USE_FRUGALTHEME; then
>         rodepends=("${rodepends[@]}" "cinnamon-frugalware-theme")
> else
>         replaces=("${replaces[@]}" "cinnamon-frugalware-theme")
>         provides=("${provides[@]}" "cinnamon-frugalware-theme")
>         removes=("${removes[@]}" "/usr/share/cinnamon/theme")
> fi
> groups=('gnome-extra')
> archs=('i686' 'x86_64')
> options=('force')
> _F_gnome_schemas="/etc/gconf/schemas/cinnamon.schemas"
> _F_gnome_desktop="y"
> _F_gnome_glib="y"
> Finclude gnome-scriptlet
> _F_scm_type="git"
> _F_scm_url="https://github.com/mtwebster/Cinnamon.git";
> _F_scm_tag="282fc6"
> Finclude scm
> up2date="Flasttar https://github.com/mtwebster/Cinnamon.git";
> sha1sums=('20133a792763b44fe220a5cbc00dd24b30122de8' \
>           '13ee239f209e1539ac17748ba96c4563fc22b53b')
>
> build() {
>         export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/
>         Funpack_scm
>         cd linuxmint-Cinnamon*
>         ./autogen.sh --prefix=/usr --sysconfdir=/etc \
>         --libexecdir=/usr/lib/cinnamon --localstatedir=/var \
>         --disable-static --enable-compile-warnings=yes \
>         || Fdie
>         Fmakeinstall
>
>         # Install GNOME Session manager session file for FW
>         Finstall 644 $pkgname.session
> usr/share/gnome-session/sessions/$pkgname.session
>         if Fuse $USE_FRUGALTHEME; then
>                 #we use our cinnamon theme
>                 Fmv usr/share/cinnamon/theme
> usr/share/cinnamon/cinnamon-theme
>
>
> But when I do makepkg I see this output :
>
> ==> WARNING: fblint says some needed variables are missing or incomplete.
>     Abort the build unless you know what you are doing.
> ==> Attempting to mount chroot directories...
> ==> Successfully mounted chroot directories.
> ==> Updating the '-current' chroot environment
> :: Synchronizing package databases...
>  frugalware-current is up to date
> [15:43:24] warning: pacman-g2-3.9.0-4 is up to date -- skipping
> :: Starting local database upgrade...
> ==> Copying config files to chroot
> cp: omitting directory '/root/.pacman-g2/repos/frugalware-current'
> ==> Copying cinnamon's buildscript to chroot
> ==> Entering chroot environment
> usermod: group 'ccache' does not exist
> ==> WARNING: fblint says some needed variables are missing or incomplete.
>     Abort the build unless you know what you are doing.
> ==> Making package: cinnamon 1.8.2-1 (Wed May 29 15:43:26 CEST 2013)
> ==> Checking Buildtime Dependencies...
> ==> Checking Runtime Dependencies...
> ==> Checking for newer version...
>    FAILED
> ==> ERROR: There was no output!
> ==> Attempting to umount chroot directories...
> ==> Successfully umounted chroot directories.
>
> and when I do makepkg -u I see this :
>
> makepkg -u
> ==> WARNING: fblint says some needed variables are missing or incomplete.
>     Abort the build unless you know what you are doing.
> ==> Attempting to mount chroot directories...
> ==> Successfully mounted chroot directories.
> ==> Updating the '-current' chroot environment
> :: Synchronizing package databases...
>  frugalware-current is up to date
> [15:47:06] warning: pacman-g2-3.9.0-4 is up to date -- skipping
> :: Starting local database upgrade...
> ==> Copying config files to chroot
> cp: omitting directory '/root/.pacman-g2/repos/frugalware-current'
> ==> Copying cinnamon's buildscript to chroot
> ==> Entering chroot environment
> usermod: group 'ccache' does not exist
> ==> WARNING: fblint says some needed variables are missing or incomplete.
>     Abort the build unless you know what you are doing.
> ==> Making package: cinnamon 1.8.2-1 (Wed May 29 15:47:07 CEST 2013)
> ==> Checking Buildtime Dependencies...
> ==> Checking Runtime Dependencies...
> ==> Retrieving Sources...
> ==> Validating source files with gpg
> ==> Extracting Sources...
> ==> Removing existing pkg and pkg.* directories...
> ==> WARNING: The fst user is not in the ccache group, ccache will be
> disabled.
> ==> Starting build()...
> Cloning into 'cinnamon'...
> error: error setting certificate verify locations:
>   CAfile: /etc/ssl/certs/ca-certificates.crt
>   CApath: none
>  while accessing
> https://github.com/mtwebster/Cinnamon.git/info/refs?service=git-upload-pack
> fatal: HTTP request failed
> ==> Attempting to umount chroot directories...
> ==> Successfully umounted chroot directories.
>
>
> Can anyone help me figure out how to make this work ?
>
> Roelof
>
>                                         
> _______________________________________________
> Frugalware-devel mailing list
> [email protected]
> http://frugalware.org/mailman/listinfo/frugalware-devel
>


_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to