Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package Request: PARI/GP
Date: Tue, 21 Jul 2020 22:10:03 +0200	[thread overview]
Message-ID: <20200721201003.HyeldqsjUnmc67qI3dQWwwZ2GJPvj0JHEY6_2ots1YQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23692@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/23692#issuecomment-662047185

Comment:
That solved the issue ! Thanks, now I am getting an error:
`=> ERROR: pari-gp-2.11.4_1: cannot access wrksrc directory [/builddir/pari]`

Well this is turning harder than I tough 

---------------------------------------------------------------
Update

Well,  fixed that error by inspiring myself on bc template, and now the error is compiler option:

```
ld: unrecognized option '-Wl,-z,relro'
ld: use the --help option for usage information
make[1]: *** [Makefile:1030: gp-dyn] Error 1
make[1]: Leaving directory '/builddir/pari-2.11.4/Olinux-x86_64'
make: *** [Makefile:34: install] Error 2
=> ERROR: pari-2.11.4_1: do_build: 'make install' exited with 2
=> ERROR:   in do_build() at srcpkgs/pari/template:26
```

My template 
```
# Template file for 'pari'
pkgname=pari
version=2.11.4
revision=1
archs="*"
build_style=gnu-configure
#configure_args=""
#make_build_args=""
#make_install_args=""
#conf_files=""
#make_dirs="/var/log/dir 0755 root root"
hostmakedepends=""
makedepends=""
depends=""
short_desc="pari/gp is a computer algebra system designed for fast computations in number theory"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://pari.math.u-bordeaux.fr"
distfiles="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.4.tar.gz"
checksum="bfc88fc4f7352f4840e6e352c72f0369cbea8a45403b1834a6269f3709970b1c" 
disable_parallel_build=yes

do_build() {
  ./Configure
  make install
}

do_install() {
    mv ${DESTDIR}/usr/bin/pari
    mv ${DESTDIR}/usr/bin/pari
    mv ${DESTDIR}/usr/share/man/man1/pari.1
    mv ${DESTDIR}/usr/share/man/man1/pari.1
}
```
Any help is welcomed even if its not a positive one !

  parent reply	other threads:[~2020-07-21 20:10 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 17:14 [ISSUE] " motorto
2020-07-21 18:28 ` yopito
2020-07-21 18:58 ` motorto
2020-07-21 20:08 ` motorto
2020-07-21 20:09 ` motorto
2020-07-21 20:09 ` motorto
2020-07-21 20:09 ` motorto
2020-07-21 20:10 ` motorto [this message]
2020-07-21 20:25 ` motorto
2020-07-21 20:58 ` Package Request/ Help Making Template for PARI/GP motorto
2020-07-21 21:44 ` motorto
2020-07-21 21:50 ` motorto
2020-07-21 21:51 ` motorto
2020-07-22  0:39 ` sgn
2020-07-22  9:19 ` motorto
2020-07-22 10:30 ` motorto
2020-07-22 11:23 ` sgn
2020-07-22 11:34 ` sgn
2020-07-22 11:55 ` motorto
2020-07-22 12:25 ` sgn
2020-07-22 13:28 ` motorto
2020-07-22 13:49 ` sgn
2020-07-22 13:49 ` [ISSUE] [CLOSED] " sgn
2020-08-19  8:56 ` dkwo
2020-08-19  9:26 ` motorto
2020-08-19  9:46 ` dkwo
2020-08-19  9:53 ` motorto
2020-08-19 10:19 ` dkwo
2020-08-19 12:15 ` motorto
2020-08-19 12:36 ` dkwo
2020-08-19 12:37 ` dkwo
2020-08-19 13:18 ` sgn
2020-08-19 13:54 ` motorto
2020-08-19 14:18 ` dkwo
2020-08-19 19:54 ` motorto
2020-08-19 21:03 ` motorto
2020-08-20  7:59 ` dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200721201003.HyeldqsjUnmc67qI3dQWwwZ2GJPvj0JHEY6_2ots1YQ@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).