- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05837 | Compiling | Minor | Always | Jan 31, 2015, 22:17 | Feb 2, 2015, 08:53 |
Tester | mameluv | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Fixed | OS | Linux | |
Status [?] | Resolved | Driver | |||
Version | 0.158 | Fixed in Version | 0.159 | Build | 64-bit |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 05837: mame-0.158 - make: *** [chdman] Error 1 | ||||
Description |
Hello, My system specs; ------------------------ Slackware 14.1 x86_64 At present I don't know what other system specs you might like to see, if any additional please let me know... |
||||
Steps To Reproduce | mame-0.158 fails to compile for me in Slackware 14.1 x86_64 with; make: *** [chdman] Error 1 | ||||
Additional Information |
I scrolled back in the terminal and just copied the output I could see relevant to this error, which didn't appear to be that much. Please see the attached error.log If you need me to recompile over with a log showing all the output, or any other information, please let me know. |
||||
Github Commit | |||||
Flags | 64-bit specific | ||||
Regression Version | |||||
Affected Sets / Systems | |||||
Attached Files
|
error.log.txt (4,082 bytes) Jan 31, 2015, 22:17 Uploaded by mameluv error.log [Show Content] [Hide Content]Linking mame64... rm obj/sdl64/osd/modules/debugger/qt/debugqtmemorywindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtview.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtdasmwindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtdeviceswindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtlogwindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtmainwindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtwindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtdeviceinformationwindow.moc.c obj/sdl64/osd/modules/debugger/qt/debugqtbreakpointswindow.moc.c Compiling src/osd/sdl/testkeys.c... Linking testkeys... Compiling src/tools/romcmp.c... Linking romcmp... Compiling src/tools/chdman.c... Linking chdman... obj/sdl64/libutil.a(flac.o): In function `flac_encoder::reset()': flac.c:(.text+0x78): undefined reference to `FLAC__stream_encoder_set_verify' flac.c:(.text+0x85): undefined reference to `FLAC__stream_encoder_set_compression_level' flac.c:(.text+0x91): undefined reference to `FLAC__stream_encoder_set_channels' flac.c:(.text+0x9e): undefined reference to `FLAC__stream_encoder_set_bits_per_sample' flac.c:(.text+0xa9): undefined reference to `FLAC__stream_encoder_set_sample_rate' flac.c:(.text+0xb3): undefined reference to `FLAC__stream_encoder_set_total_samples_estimate' flac.c:(.text+0xbd): undefined reference to `FLAC__stream_encoder_set_streamable_subset' flac.c:(.text+0xc8): undefined reference to `FLAC__stream_encoder_set_blocksize' flac.c:(.text+0xe1): undefined reference to `FLAC__stream_encoder_init_stream' obj/sdl64/libutil.a(flac.o): In function `flac_encoder::encode_interleaved(short const*, unsigned int, bool)': flac.c:(.text+0x15d): undefined reference to `FLAC__stream_encoder_get_channels' flac.c:(.text+0x218): undefined reference to `FLAC__stream_encoder_process_interleaved' obj/sdl64/libutil.a(flac.o): In function `flac_encoder::encode(short* const*, unsigned int, bool)': flac.c:(.text+0x27d): undefined reference to `FLAC__stream_encoder_get_channels' flac.c:(.text+0x330): undefined reference to `FLAC__stream_encoder_process_interleaved' obj/sdl64/libutil.a(flac.o): In function `flac_encoder::finish()': flac.c:(.text+0x378): undefined reference to `FLAC__stream_encoder_finish' obj/sdl64/libutil.a(flac.o): In function `flac_encoder::init_common()': flac.c:(.text+0x3a5): undefined reference to `FLAC__stream_encoder_new' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::flac_decoder()': flac.c:(.text+0x5a5): undefined reference to `FLAC__stream_decoder_new' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::reset()': flac.c:(.text+0x641): undefined reference to `FLAC__stream_decoder_init_stream' flac.c:(.text+0x64f): undefined reference to `FLAC__stream_decoder_process_until_end_of_metadata' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::flac_decoder(void const*, unsigned int, void const*, unsigned int)': flac.c:(.text+0x678): undefined reference to `FLAC__stream_decoder_new' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::flac_decoder(core_file&)': flac.c:(.text+0x6bd): undefined reference to `FLAC__stream_decoder_new' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::decode_interleaved(short*, unsigned int, bool)': flac.c:(.text+0x8a4): undefined reference to `FLAC__stream_decoder_process_single' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::decode(short**, unsigned int, bool)': flac.c:(.text+0xa14): undefined reference to `FLAC__stream_decoder_process_single' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::finish()': flac.c:(.text+0xad7): undefined reference to `FLAC__stream_decoder_get_decode_position' flac.c:(.text+0xadf): undefined reference to `FLAC__stream_decoder_finish' obj/sdl64/libutil.a(flac.o): In function `flac_encoder::~flac_encoder()': flac.c:(.text+0x44): undefined reference to `FLAC__stream_encoder_delete' obj/sdl64/libutil.a(flac.o): In function `flac_decoder::~flac_decoder()': flac.c:(.text+0x5e4): undefined reference to `FLAC__stream_decoder_delete' collect2: error: ld returned 1 exit status make: *** [chdman] Error 1 | ||||
Relationships
There are no relationship linked to this issue. |
Notes
3
No.11429
mameluv Tester
Jan 31, 2015, 22:44
|
I was told after making this report, this was just an error in the makefile, and was corrected in the latest git. |
---|---|
No.11430
mameluv Tester
Feb 1, 2015, 00:47
|
The latest git compiled, so this report can be ignored... keep up the good work! :) |
No.11433
Firewave Senior Tester
Feb 2, 2015, 08:53
|
Yeah, I broke this and it was fixed by an external submissions. I am not sure, if the fix is actually the right one...so I might tweak this, so please have an eye on this before the 0.159 release. Thanks. |