Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] mdocml build fails at configure
@ 2020-02-04 21:27 voidlinux-github
  2020-02-04 22:39 ` voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-04 21:27 UTC (permalink / raw)
  To: ml

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

New issue by tleydxdy on void-packages repository

https://github.com/void-linux/void-packages/issues/18816

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  `Void 5.4.17_1 x86_64-musl GenuineIntel uptodate rrnFFF`
* package:  
  `mdocml-1.14.5_3`

### Expected behavior
Build pass
### Actual behavior
Build fails with 
```
make: echo: No such file or directory
```
Line 44 in `builddir/mandoc-1.14.5/configure` seems to be causing it
### Steps to reproduce the behavior
```
./xbps-src -N pkg mdocml
```


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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
@ 2020-02-04 22:39 ` voidlinux-github
  2020-02-04 22:59 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-04 22:39 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582150893

Comment:
This is because PATH is empty, so `echo` cannot be found.  I wonder how this ever worked.

Perhaps @ischwarze has an idea?

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
  2020-02-04 22:39 ` voidlinux-github
@ 2020-02-04 22:59 ` voidlinux-github
  2020-02-05  2:25 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-04 22:59 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582157317

Comment:
```
23:59:07      <leah2> make 4.3 doesnt seem to spawn a shell
23:59:15      <leah2> if you force a shell with > /dev/stdout, it works
```

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
  2020-02-04 22:39 ` voidlinux-github
  2020-02-04 22:59 ` voidlinux-github
@ 2020-02-05  2:25 ` voidlinux-github
  2020-02-05  3:14 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-05  2:25 UTC (permalink / raw)
  To: ml

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

New comment by tleydxdy on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582211253

Comment:
where do I put that?

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
                   ` (2 preceding siblings ...)
  2020-02-05  2:25 ` voidlinux-github
@ 2020-02-05  3:14 ` voidlinux-github
  2020-02-05  3:14 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-05  3:14 UTC (permalink / raw)
  To: ml

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

New comment by tleydxdy on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582211253

Comment:
where do I put that? Got it

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
                   ` (3 preceding siblings ...)
  2020-02-05  3:14 ` voidlinux-github
@ 2020-02-05  3:14 ` voidlinux-github
  2020-02-05 14:18 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-05  3:14 UTC (permalink / raw)
  To: ml

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

New comment by tleydxdy on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582211253

Comment:
where do I put that? 
Edit: got it

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
                   ` (4 preceding siblings ...)
  2020-02-05  3:14 ` voidlinux-github
@ 2020-02-05 14:18 ` voidlinux-github
  2020-02-05 14:23 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-05 14:18 UTC (permalink / raw)
  To: ml

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

New comment by ischwarze on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582428851

Comment:
I think adding that printf/env/make line to automatically detect the default compiler that make(1) uses on the system was a bad idea, i tried to be too clever when writing that.  It's not the first time that line is causing portability issues.

I think for the next mandoc release, i'll simply set CC=cc by default - after all, POSIX specifies cc(1) - and ask people who want to use a particular compiler to set CC in configure.local.  Besides, most ANSI C compilers ought to work anyway, so finding the best one shouldn't even be all that important.

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
                   ` (5 preceding siblings ...)
  2020-02-05 14:18 ` voidlinux-github
@ 2020-02-05 14:23 ` voidlinux-github
  2020-02-05 16:13 ` voidlinux-github
  2020-03-23 17:09 ` [ISSUE] [CLOSED] " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-05 14:23 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582430966

Comment:
Yeah, sounds good

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

* Re: mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
                   ` (6 preceding siblings ...)
  2020-02-05 14:23 ` voidlinux-github
@ 2020-02-05 16:13 ` voidlinux-github
  2020-03-23 17:09 ` [ISSUE] [CLOSED] " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2020-02-05 16:13 UTC (permalink / raw)
  To: ml

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

New comment by ischwarze on void-packages repository

https://github.com/void-linux/void-packages/issues/18816#issuecomment-582484181

Comment:
Committed:
https://cvsweb.bsd.lv/mandoc/configure#rev1.72
https://cvsweb.bsd.lv/mandoc/configure.local.example#rev1.37
Thanks for reporting and investigating, and thanks to Juan for confirming the idea.

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

* Re: [ISSUE] [CLOSED] mdocml build fails at configure
  2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
                   ` (7 preceding siblings ...)
  2020-02-05 16:13 ` voidlinux-github
@ 2020-03-23 17:09 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2020-03-23 17:09 UTC (permalink / raw)
  To: ml

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

Closed issue by tleydxdy on void-packages repository

https://github.com/void-linux/void-packages/issues/18816

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  `Void 5.4.17_1 x86_64-musl GenuineIntel uptodate rrnFFF`
* package:  
  `mdocml-1.14.5_3`

### Expected behavior
Build pass
### Actual behavior
Build fails with 
```
make: echo: No such file or directory
```
Line 44 in `builddir/mandoc-1.14.5/configure` seems to be causing it
### Steps to reproduce the behavior
```
./xbps-src -N pkg mdocml
```


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

end of thread, other threads:[~2020-03-23 17:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 21:27 [ISSUE] mdocml build fails at configure voidlinux-github
2020-02-04 22:39 ` voidlinux-github
2020-02-04 22:59 ` voidlinux-github
2020-02-05  2:25 ` voidlinux-github
2020-02-05  3:14 ` voidlinux-github
2020-02-05  3:14 ` voidlinux-github
2020-02-05 14:18 ` voidlinux-github
2020-02-05 14:23 ` voidlinux-github
2020-02-05 16:13 ` voidlinux-github
2020-03-23 17:09 ` [ISSUE] [CLOSED] " leahneukirchen

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).