unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33683: sorcer fails to build
@ 2018-12-09 10:21 Thorsten Wilms
  2018-12-09 11:08 ` Ricardo Wurmus
  2023-08-29  3:59 ` Maxim Cournoyer
  0 siblings, 2 replies; 4+ messages in thread
From: Thorsten Wilms @ 2018-12-09 10:21 UTC (permalink / raw)
  To: 33683

phase `unpack' succeeded after 0.0 seconds
starting phase `build-faust-sources'
ERROR : can't open architecture file lv2synth.cpp
phase `build-faust-sources' failed after 0.0 seconds
## WARNING: phase `build-faust-sources' returned `#f'.  Return values 
other than #t
## are deprecated.  Please migrate this package so that its phase
## procedures report errors by raising an exception, and otherwise
## always return #t.
builder for 
`/gnu/store/kkv8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv' failed 
with exit code 1
build of /gnu/store/kkv8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv failed
View build log at 
'/var/log/guix/drvs/kk/v8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv.bz2'.
guix build: error: build failed: build of 
`/gnu/store/kkv8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv' failed

---

I found this thread, but that's about the warning, not the actual cause 
of failure, AFAICS:
http://lists.gnu.org/archive/html/bug-guix/2018-06/msg00277.html

Thanks for handling the previous issues so quickly!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33683: sorcer fails to build
  2018-12-09 10:21 bug#33683: sorcer fails to build Thorsten Wilms
@ 2018-12-09 11:08 ` Ricardo Wurmus
  2018-12-09 12:35   ` Thorsten Wilms
  2023-08-29  3:59 ` Maxim Cournoyer
  1 sibling, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2018-12-09 11:08 UTC (permalink / raw)
  To: t_w_; +Cc: 33683


Hi Thorsten,

> phase `unpack' succeeded after 0.0 seconds
> starting phase `build-faust-sources'
> ERROR : can't open architecture file lv2synth.cpp

This is an upstream problem that i’ve reported upstream:

    https://github.com/openAVproductions/openAV-Sorcer/issues/22

We cannot build the sources with either of the Faust releases, so
there’s little we can do on our end.

The sorcer Faust code looks *very* simple, though, so it may not be too
difficult to write the DSP code in Faust 2 and submit it upstream.

--
Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33683: sorcer fails to build
  2018-12-09 11:08 ` Ricardo Wurmus
@ 2018-12-09 12:35   ` Thorsten Wilms
  0 siblings, 0 replies; 4+ messages in thread
From: Thorsten Wilms @ 2018-12-09 12:35 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 33683

On 09/12/2018 12.08, Ricardo Wurmus wrote:

> This is an upstream problem that i’ve reported upstream:
> 
>      https://github.com/openAVproductions/openAV-Sorcer/issues/22
> 
> We cannot build the sources with either of the Faust releases, so
> there’s little we can do on our end.
> 
> The sorcer Faust code looks *very* simple, though, so it may not be too
> difficult to write the DSP code in Faust 2 and submit it upstream.

OK, thanks. Good that you brought it upstream, but a bit unfortunate 
that there wasn't an issue in debbugs.

Is there a policy regarding known unbuildable packages? Perhaps there 
could be a mechanism that would spare users from attempting to have the 
un-buildable build, which may involve stopping a `guix package -u` or a 
`guix package -m manifest-file` in its tracks ...


--
Thorsten Wilms

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33683: sorcer fails to build
  2018-12-09 10:21 bug#33683: sorcer fails to build Thorsten Wilms
  2018-12-09 11:08 ` Ricardo Wurmus
@ 2023-08-29  3:59 ` Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-08-29  3:59 UTC (permalink / raw)
  To: Thorsten Wilms; +Cc: 33683-done

Hello,

Thorsten Wilms <t_w_@freenet.de> writes:

> phase `unpack' succeeded after 0.0 seconds
> starting phase `build-faust-sources'
> ERROR : can't open architecture file lv2synth.cpp
> phase `build-faust-sources' failed after 0.0 seconds
> ## WARNING: phase `build-faust-sources' returned `#f'.  Return values
>    other than #t
> ## are deprecated.  Please migrate this package so that its phase
> ## procedures report errors by raising an exception, and otherwise
> ## always return #t.
> builder for
> `/gnu/store/kkv8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv' failed
> with exit code 1
> build of /gnu/store/kkv8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv failed
> View build log at
> '/var/log/guix/drvs/kk/v8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv.bz2'.
> guix build: error: build failed: build of
> `/gnu/store/kkv8im08v7x5ijd8w4jgmgvcp42a2i8l-sorcer-1.1.3.drv' failed

As on Guix 1dce887, sorcer is available from both bordeaux or berlin, so
it appears to build fine.

Closing.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-29  4:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-09 10:21 bug#33683: sorcer fails to build Thorsten Wilms
2018-12-09 11:08 ` Ricardo Wurmus
2018-12-09 12:35   ` Thorsten Wilms
2023-08-29  3:59 ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).