Search Criteria
Package Details: siggen 2.3.10-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/siggen.git (read-only, click to copy) |
---|---|
Package Base: | siggen |
Description: | Curses based signal generator |
Upstream URL: | https://packages.debian.org/wheezy/siggen |
Licenses: | GPL2 |
Submitter: | doragasu |
Maintainer: | doragasu |
Last Packager: | doragasu |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-21 16:48 (UTC) |
Last Updated: | 2020-10-21 18:23 (UTC) |
Latest Comments
1 2 3 Next › Last »
doragasu commented on 2020-10-22 17:24 (UTC)
I do not use makechrootpkg myself, so I cannot reproduce the problem.
About the warnings, I'm afraid the coding style is too old for modern compiler standards. It would require someone to refactor the code to fix many of its problems.
sekret commented on 2020-10-22 15:40 (UTC)
Here it builds with makepkg (although with many many warnings), but it does not build with makechrootpkg, which I usually use. I can't seem to get a log file out of makechrootpkg, sorry. Can somebody confirm this or even find the cause of it?
vochong commented on 2020-10-22 02:02 (UTC)
Hi doragasu,
Your fix works perfectly. Thanks so much for the incredible support.
No wonder ArchLinux is so much better than other Linux distributions.
Best regards.
doragasu commented on 2020-10-21 18:22 (UTC)
Should be fixed now, thanks for reporting!
vochong commented on 2020-10-21 17:48 (UTC)
Hi doragasu,
The build seems to be broken. Please fix it. Thanks.
yay -S siggen
... ...
smix.c:331:14: warning: implicit declaration of function ‘printvol’; did you mean ‘printf’? [-Wimplicit-function-declaration] 331 | if (dopr) printvol(d,fo); | ^~~~~~~~ | printf smix.c: At top level: smix.c:334:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 334 | printvols(devs,fo) | ^~~~~~~~~ smix.c:347:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 347 | doallvols(devs,s,fo) | ^~~~~~~~~ smix.c:360:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 360 | printvol(d,fo) | ^~~~~~~~ smix.c:388:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 388 | help() | ^~~~ smix.c:421:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 421 | err_rpt(err,msg) | ^~~~~~~ nroff -man swgen.1 | col -b -x > swgen.txt nroff -man siggen.1 | col -b -x > siggen.txt nroff -man sweepgen.1 | col -b -x > sweepgen.txt nroff -man soundinfo.1 | col -b -x > soundinfo.txt nroff -man smix.1 | col -b -x > smix.txt nroff -man fsynth.1 | col -b -x > fsynth.txt nroff -man siggen.conf.5 | col -b -x > siggen.conf.txt gcc tones.o tonesgen.o generator.o misc.o wavfile.o wavsubs.o DAC.o configsubs.o -lm -o tones /usr/bin/ld: tonesgen.o:(.bss+0xbc): multiple definition of
samplerate'; tones.o:(.bss+0xe8): first defined here /usr/bin/ld: tonesgen.o:(.data+0x0): multiple definition of
stereo'; tones.o:(.bss+0xec): first defined here /usr/bin/ld: tonesgen.o:(.bss+0xb8): multiple definition ofchannels'; tones.o:(.bss+0xd4): first defined here /usr/bin/ld: tonesgen.o:(.data+0x4): multiple definition of
afmt'; tones.o:(.bss+0xe0): first defined here collect2: error: ld returned 1 exit status make: [Makefile:128: tones] Error 1 make: Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... error making: siggendoragasu commented on 2018-02-26 06:46 (UTC)
Which program did you launch? As previously reported, tones is broken (it segfaults), but I have just built the package and launched siggen, and it works perfect.
oberon2007 commented on 2018-02-25 08:10 (UTC)
Seems broken:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.TermInfoDriver..ctor (System.String term) [0x00055] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.ConsoleDriver..cctor () [0x0004d] in <a84b655e5e6a49ee96b338ec792f5580>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00007] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.Console..cctor () [0x0008e] in <a84b655e5e6a49ee96b338ec792f5580>:0 --- End of inner exception stack trace --- at Driver.Run (System.String[] args) [0x0000f] in <34e5f29bdd234f31bf7604b94e2e783d>:0 at Driver.Main (System.String[] args) [0x00005] in <34e5f29bdd234f31bf7604b94e2e783d>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.TermInfoDriver..ctor (System.String term) [0x00055] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.ConsoleDriver..cctor () [0x0004d] in <a84b655e5e6a49ee96b338ec792f5580>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00007] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.Console..cctor () [0x0008e] in <a84b655e5e6a49ee96b338ec792f5580>:0 --- End of inner exception stack trace --- at Driver.Run (System.String[] args) [0x0000f] in <34e5f29bdd234f31bf7604b94e2e783d>:0 at Driver.Main (System.String[] args) [0x00005] in <34e5f29bdd234f31bf7604b94e2e783d>:0</a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580>
doragasu commented on 2017-10-22 13:48 (UTC)
newton commented on 2017-10-21 20:25 (UTC)
1 2 3 Next › Last »