Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39323 - [vbetool] build fails + website moved.
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 20:22 GMT
Last edited by Jelle van der Waa (jelly) - Monday, 28 March 2016, 10:14 GMT
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 20:22 GMT
Last edited by Jelle van der Waa (jelly) - Monday, 28 March 2016, 10:14 GMT
|
DetailsDescription:
The source was updated to the new website already, but the website tag was not. http://www.codon.org.uk/~mjg59/vbetool/ configure: creating ./config.status /bin/sh ./config.status config.status: creating Makefile config.status: executing depfiles commands gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"vbetool\" -DVERSION=\"0.3\" -I. -D_FORTIFY_SOURCE=2 -g -Wall -pedantic -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT vbetool.o -MD -MP -MF .deps/vbetool.Tpo -c -o vbetool.o vbetool.c make: *** No rule to make target '/usr/lib/libpci.a', needed by 'vbetool'. Stop. make: *** Waiting for unfinished jobs.... vbetool.c: In function 'main': vbetool.c:120:4: warning: passing argument 1 of 'munmap' makes pointer from integer without a cast [enabled by default] munmap(0xc0000, 64*1024); ^ In file included from vbetool.c:24:0: /usr/include/sys/mman.h:76:12: note: expected 'void *' but argument is of type 'int' extern int munmap (void *__addr, size_t __len) __THROW; ^ vbetool.c:123:7: warning: passing argument 1 of 'mmap' makes pointer from integer without a cast [enabled by default] MAP_FIXED|MAP_PRIVATE, romfd, 0); ^ In file included from vbetool.c:24:0: /usr/include/sys/mman.h:57:14: note: expected 'void *' but argument is of type 'int' extern void *mmap (void *__addr, size_t __len, int __prot, ^ vbetool.c:117:10: warning: variable 'rc' set but not used [-Wunused-but-set-variable] void *rc; ^ vbetool.c: In function 'restore_state_from': vbetool.c:257:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.es = (unsigned int) (data - LRMI_base_addr()) >> 4; ^ vbetool.c:258:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.ebx = (unsigned int) (data - LRMI_base_addr()) & 0xf; ^ vbetool.c: In function '__save_state': vbetool.c:333:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'size_t' [-Wformat=] LRMI_base_addr()); ^ vbetool.c:339:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.es = (unsigned int) (buffer - LRMI_base_addr()) >> 4; ^ vbetool.c:340:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.ebx = (unsigned int) (buffer - LRMI_base_addr()) & 0xf; ^ vbetool.c: In function 'save_state': vbetool.c:359:10: warning: variable 'num_written' set but not used [-Wunused-but-set-variable] ssize_t num_written; ^ vbetool.c: In function 'do_get_panel_id': vbetool.c:528:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r.es = (unsigned short)(((int)(id-LRMI_base_addr()) >> 4) & 0xffff); ^ mv -f .deps/vbetool.Tpo .deps/vbetool.Po ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Jelle van der Waa (jelly)
Monday, 28 March 2016, 10:14 GMT
Reason for closing: Fixed
Additional comments about closing: Upstream url ixed in vbetool-1.2.2-2
Monday, 28 March 2016, 10:14 GMT
Reason for closing: Fixed
Additional comments about closing: Upstream url ixed in vbetool-1.2.2-2
but compilation goes fine with vbetool-1.2.2-1