Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768186 - www-client/httrack-3.49.2-r2 : ./configure:line <snip>: syntax error near unexpected token -Wparentheses,
Summary: www-client/httrack-3.49.2-r2 : ./configure:line <snip>: syntax error near une...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-01 08:28 UTC by Toralf Förster
Modified: 2024-01-27 14:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.46 KB, text/plain)
2021-02-01 08:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,35.33 KB, text/plain)
2021-02-01 08:28 UTC, Toralf Förster
Details
environment (environment,72.24 KB, text/plain)
2021-02-01 08:28 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.78 KB, application/x-bzip)
2021-02-01 08:28 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.11 KB, application/x-bzip)
2021-02-01 08:28 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.78 KB, application/x-bzip)
2021-02-01 08:28 UTC, Toralf Förster
Details
www-client:httrack-3.49.2-r2:20210201-062026.log (www-client:httrack-3.49.2-r2:20210201-062026.log,8.13 KB, text/plain)
2021-02-01 08:28 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-02-01 08:28:08 UTC
checking whether to build static libraries... no
checking whether ln -s works... yes
./configure: line 13244: syntax error near unexpected token `-Wparentheses,'
./configure: line 13244: `AX_CHECK_COMPILE_FLAG(-Wparentheses, DEFAULT_CFLAGS="$DEFAULT_CFLAGS -Wparentheses")'

!!! Please attach the following file when seeking support:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20210131-101856

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
Python 3.8.7
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Feb  1 04:47:49 UTC 2021

emerge -qpvO www-client/httrack
[ebuild  N    ] www-client/httrack-3.49.2-r2  USE="-libressl -static-libs"
Comment 1 Toralf Förster gentoo-dev 2021-02-01 08:28:10 UTC
Created attachment 685389 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-02-01 08:28:11 UTC
Created attachment 685392 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-02-01 08:28:12 UTC
Created attachment 685395 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-02-01 08:28:13 UTC
Created attachment 685398 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-02-01 08:28:14 UTC
Created attachment 685401 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-02-01 08:28:15 UTC
Created attachment 685404 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-02-01 08:28:17 UTC
Created attachment 685407 [details]
www-client:httrack-3.49.2-r2:20210201-062026.log
Comment 8 Sebastian Pipping gentoo-dev 2021-02-01 12:38:57 UTC
I have tried with both Bash and Dash for a system shell, no error like that:

  [..]
  checking whether ln -s works... yes
  checking whether C compiler accepts -Wparentheses... yes  <--
  checking whether C compiler accepts -Winit-self... yes
  [..]

And the line in file configure looks sane too.

My guess is that either the breakage is outside of httrack and hasn't hit my system yet or you have something crazy like memory corruption from broken hardware, even though that probably sounds crazy and super unlikely.

How should we proceed?  I definitely need some ideas or help here.

Thanks and best, Sebastian
Comment 9 Toralf Förster gentoo-dev 2021-02-01 15:51:41 UTC
Does

CFLAGS="-O2 -pipe -march=native -fno-diagnostics-color  -falign-functions=32:25:16"

in make.conf (pls see attached etc.portage,tar.bz2) force it ?
Comment 10 Sebastian Pipping gentoo-dev 2021-02-01 16:53:46 UTC
(In reply to Toralf Förster from comment #9)
> Does
> 
> CFLAGS="-O2 -pipe -march=native -fno-diagnostics-color 
> -falign-functions=32:25:16"
> 
> in make.conf (pls see attached etc.portage,tar.bz2) force it ?

No, just tried.