Opened 11 years ago

Closed 11 years ago

#39112 closed defect (duplicate)

tmux @1.8_1 osdep-darwin.c:43: error: ‘PROC_PIDT_SHORTBSDINFO’ undeclared

Reported by: nonstop.server@… Owned by: yeled@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: tmux

Description

Port tmux fails to upgrade from version 1.7_0 to version 1.8_1 with error message:

/usr/bin/gcc-4.0 -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"tmux\ 1.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"1.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_BITSTRING_H=1 -DHAVE_CURSES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_NCURSES_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_TERM_H=1 -DHAVE_UTIL_H=1 -DHAVE_B64_NTOP=1 -DHAVE_FORKPTY=1 -DHAVE_DAEMON=1 -DHAVE_SETENV=1 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_ASPRINTF=1 -DHAVE_FGETLN=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_DECL_OPTARG=1 -DHAVE_DECL_OPTIND=1 -DHAVE_DECL_OPTRESET=1 -DHAVE_GETOPT=1 -DHAVE_BZERO=1 -DHAVE_SYSCONF=1 -DHAVE_BSD_TYPES=1 -DHAVE___PROGNAME=1 -DBROKEN_CMSG_FIRSTHDR=1 -I.   -I/opt/local/include   -I/opt/local/include   -iquote. -I/usr/local/include    -pipe -O2 -arch i386  -std=gnu99  -O2   -MT imsg-buffer.o -MD -MP -MF .deps/imsg-buffer.Tpo -c -o imsg-buffer.o `test -f 'compat/imsg-buffer.c' || echo './'`compat/imsg-buffer.c
osdep-darwin.c: In function ‘osdep_get_name’:
osdep-darwin.c:36: error: storage size of ‘bsdinfo’ isn’t known
osdep-darwin.c:43: error: ‘PROC_PIDT_SHORTBSDINFO’ undeclared (first use in this function)
osdep-darwin.c:43: error: (Each undeclared identifier is reported only once
osdep-darwin.c:43: error: for each function it appears in.)
make: *** [osdep-darwin.o] Error 1

Version Information:

Mac OS Version:
ProductName:	Mac OS X
ProductVersion:	10.5.8
BuildVersion:	9L31a
Darwin 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386

Xcode Version:
Xcode 3.1.4
Component versions: DevToolsCore-1204.0; DevToolsSupport-1186.0
BuildVersion: 9M2809

Macports Version:
Version: 2.1.3

Attachments (1)

main.log.bz2 (6.7 KB) - added by nonstop.server@… 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by nonstop.server@…

Attachment: main.log.bz2 added

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

this looks familiar; hold on, let me find the ticket I'm thinking of...

comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)

There were multiple, actually: #38739 and #38588 and #38506

comment:3 in reply to:  2 Changed 11 years ago by nonstop.server@…

Replying to egall@…:

Thanks for the information. I was following ticket #38588, which was closed, however the solution did not solve the issue for me.

comment:4 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: yeled@… removed
Owner: changed from macports-tickets@… to yeled@…

comment:5 Changed 11 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed

Your log doesn't show osdep-darwin.c.diff being applied, so you just need to selfupdate.

Note: See TracTickets for help on using tickets.